Trace number 4245242

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.34 2328.18

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K10-P04.xml
MD5SUMddb81c87fc1d8e68708f77d31c52a231
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables470
Number of constraints212
Number of domains2
Minimum domain size210
Maximum domain size211
Distribution of domain sizes[{"size":210,"count":210},{"size":211,"count":40}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":220},{"degree":2,"count":210},{"degree":11,"count":20},{"degree":12,"count":20}]
Minimum constraint arity3
Maximum constraint arity210
Distribution of constraint arities[{"arity":3,"count":210},{"arity":40,"count":1},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints210
Distribution of constraint types[{"type":"intension","count":210},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=26369
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.50 1.44 1.55 2/264 26372
/proc/meminfo: memFree=31290880/32770624 swapFree=5884/320920
[pid=26372] ppid=26369 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (bash) S 26369 26372 16913 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 5428609 9736192 350 33554432000 4194304 5098028 140727236551328 140727236548968 140341016873984 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 40235008 140727236556046 140727236556131 140727236556131 140727236558830 0
/proc/26372/statm: 2377 350 277 221 0 86 0

[startup+0.10013 s]
/proc/loadavg: 1.50 1.44 1.55 2/264 26372
/proc/meminfo: memFree=31290880/32770624 swapFree=5884/320920
[pid=26372] ppid=26369 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (bash) S 26369 26372 16913 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 5428609 9871360 378 33554432000 4194304 5098028 140727236551328 140727236545336 140341016873984 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 40235008 140727236556046 140727236556131 140727236556131 140727236558830 0
/proc/26372/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200397 s]
/proc/loadavg: 1.50 1.44 1.55 2/264 26372
/proc/meminfo: memFree=31290880/32770624 swapFree=5884/320920
[pid=26372] ppid=26369 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 5179 12235 0 0 6 1 8 4 20 0 13 0 5428609 10686320640 5513 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2608965 5513 2169 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300311 s]
/proc/loadavg: 1.50 1.44 1.55 2/264 26372
/proc/meminfo: memFree=31290880/32770624 swapFree=5884/320920
[pid=26372] ppid=26369 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 9676 12235 0 0 21 2 8 4 20 0 20 0 5428609 11164049408 10761 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2725598 10761 2996 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700269 s]
/proc/loadavg: 1.50 1.44 1.55 2/264 26372
/proc/meminfo: memFree=31290880/32770624 swapFree=5884/320920
[pid=26372] ppid=26369 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 13120 12235 0 0 84 4 8 4 20 0 20 0 5428609 11164385280 16443 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2725680 16443 3231 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.51585 s]
/proc/loadavg: 1.50 1.44 1.55 3/284 26445
/proc/meminfo: memFree=31137788/32770624 swapFree=5884/320948
[pid=26372] ppid=26369 vsize=10915392 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 27555 12235 0 0 208 13 8 4 20 0 20 0 5428609 11177361408 44104 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2728848 44104 3405 1 0 2716962 0
[pid=26372/tid=26427] ppid=26369 vsize=10915392 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26427/stat : 26427 (java) R 26369 26372 16913 0 -1 4202560 19403 12235 0 0 127 5 8 4 20 0 20 0 5428622 11177361408 44104 33554432000 4194304 4196468 140737041300800 139750225654312 139750205506910 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26428] ppid=26369 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26428/stat : 26428 (java) S 26369 26372 16913 0 -1 1077944384 50 12235 0 0 1 0 8 4 20 0 20 0 5428623 11177361408 44104 33554432000 4194304 4196468 140737041300800 139750184532624 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26429] ppid=26369 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26429/stat : 26429 (java) S 26369 26372 16913 0 -1 1077944384 18 12235 0 0 1 0 8 4 20 0 20 0 5428623 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749826943504 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26430] ppid=26369 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26430/stat : 26430 (java) S 26369 26372 16913 0 -1 1077944384 120 12235 0 0 1 0 8 4 20 0 20 0 5428623 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749825890704 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26431] ppid=26369 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26431/stat : 26431 (java) S 26369 26372 16913 0 -1 1077944384 27 12235 0 0 1 0 8 4 20 0 20 0 5428623 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749824837904 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26432] ppid=26369 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26432/stat : 26432 (java) S 26369 26372 16913 0 -1 1077944384 23 12235 0 0 1 0 8 4 20 0 20 0 5428623 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749823786128 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26433] ppid=26369 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26433/stat : 26433 (java) S 26369 26372 16913 0 -1 1077944384 48 12235 0 0 1 0 8 4 20 0 20 0 5428623 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749822733328 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26434] ppid=26369 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26434/stat : 26434 (java) S 26369 26372 16913 0 -1 1077944384 18 12235 0 0 1 0 8 4 20 0 20 0 5428623 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749821680528 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26435] ppid=26369 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26435/stat : 26435 (java) S 26369 26372 16913 0 -1 1077944384 14 12235 0 0 0 0 8 4 20 0 20 0 5428623 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749820627728 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26436] ppid=26369 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26436/stat : 26436 (java) S 26369 26372 16913 0 -1 1077944384 1604 12235 0 0 1 0 8 4 20 0 20 0 5428625 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749427566960 139750221437570 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26437] ppid=26369 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26437/stat : 26437 (java) S 26369 26372 16913 0 -1 1077944384 56 12235 0 0 0 0 8 4 20 0 20 0 5428626 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749426512992 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26438] ppid=26369 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26438/stat : 26438 (java) S 26369 26372 16913 0 -1 1077944384 43 12235 0 0 0 0 8 4 20 0 20 0 5428626 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749425460096 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26439] ppid=26369 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26439/stat : 26439 (java) S 26369 26372 16913 0 -1 1077944384 1 12235 0 0 0 0 8 4 20 0 20 0 5428630 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749424408400 139750221445019 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26440] ppid=26369 vsize=10915392 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26440/stat : 26440 (java) S 26369 26372 16913 0 -1 1077944384 1612 12235 0 0 17 0 8 4 20 0 20 0 5428630 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749423356784 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26441] ppid=26369 vsize=10915392 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26441/stat : 26441 (java) S 26369 26372 16913 0 -1 1077944384 362 12235 0 0 10 0 8 4 20 0 20 0 5428630 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749422303984 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26442] ppid=26369 vsize=10915392 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26442/stat : 26442 (java) S 26369 26372 16913 0 -1 1077944384 678 12235 0 0 12 0 8 4 20 0 20 0 5428630 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749421251184 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26443] ppid=26369 vsize=10915392 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26443/stat : 26443 (java) R 26369 26372 16913 0 -1 4202560 1341 12235 0 0 28 0 8 4 20 0 20 0 5428630 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749420198384 139750205506910 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26444] ppid=26369 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26444/stat : 26444 (java) S 26369 26372 16913 0 -1 1077944384 3 12235 0 0 0 0 8 4 20 0 20 0 5428630 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749419145824 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26445] ppid=26369 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26445/stat : 26445 (java) S 26369 26372 16913 0 -1 1077944384 3 12235 0 0 0 0 8 4 20 0 20 0 5428630 11177361408 44104 33554432000 4194304 4196468 140737041300800 139749418093104 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10915392

[startup+3.10116 s]
/proc/loadavg: 1.50 1.44 1.55 3/284 26445
/proc/meminfo: memFree=31107444/32770624 swapFree=5884/320960
[pid=26372] ppid=26369 vsize=10927868 CPUtime=6.44 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 42814 12235 0 0 610 22 8 4 20 0 20 0 5428609 11190136832 58109 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2731967 58109 3472 1 0 2719522 0
[pid=26372/tid=26427] ppid=26369 vsize=10927868 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26427/stat : 26427 (java) R 26369 26372 16913 0 -1 4202560 25833 12235 0 0 281 9 8 4 20 0 20 0 5428622 11190136832 58109 33554432000 4194304 4196468 140737041300800 139750225652032 139750221448349 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26428] ppid=26369 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26428/stat : 26428 (java) S 26369 26372 16913 0 -1 1077944384 50 12235 0 0 1 0 8 4 20 0 20 0 5428623 11190136832 58109 33554432000 4194304 4196468 140737041300800 139750184532624 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26429] ppid=26369 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26429/stat : 26429 (java) S 26369 26372 16913 0 -1 1077944384 18 12235 0 0 1 0 8 4 20 0 20 0 5428623 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749826943504 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26430] ppid=26369 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26430/stat : 26430 (java) S 26369 26372 16913 0 -1 1077944384 120 12235 0 0 1 0 8 4 20 0 20 0 5428623 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749825890704 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26431] ppid=26369 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26431/stat : 26431 (java) S 26369 26372 16913 0 -1 1077944384 27 12235 0 0 1 0 8 4 20 0 20 0 5428623 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749824837904 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26432] ppid=26369 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26432/stat : 26432 (java) S 26369 26372 16913 0 -1 1077944384 23 12235 0 0 1 0 8 4 20 0 20 0 5428623 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749823786128 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26433] ppid=26369 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26433/stat : 26433 (java) S 26369 26372 16913 0 -1 1077944384 48 12235 0 0 1 0 8 4 20 0 20 0 5428623 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749822733328 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26434] ppid=26369 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26434/stat : 26434 (java) S 26369 26372 16913 0 -1 1077944384 18 12235 0 0 1 0 8 4 20 0 20 0 5428623 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749821680528 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26435] ppid=26369 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26435/stat : 26435 (java) S 26369 26372 16913 0 -1 1077944384 14 12235 0 0 0 0 8 4 20 0 20 0 5428623 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749820627728 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26436] ppid=26369 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26436/stat : 26436 (java) S 26369 26372 16913 0 -1 1077944384 2084 12235 0 0 2 0 8 4 20 0 20 0 5428625 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749427566960 139750221437570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26437] ppid=26369 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26437/stat : 26437 (java) S 26369 26372 16913 0 -1 1077944384 56 12235 0 0 0 0 8 4 20 0 20 0 5428626 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749426512992 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26438] ppid=26369 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26438/stat : 26438 (java) S 26369 26372 16913 0 -1 1077944384 43 12235 0 0 0 0 8 4 20 0 20 0 5428626 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749425460096 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26439] ppid=26369 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26439/stat : 26439 (java) S 26369 26372 16913 0 -1 1077944384 1 12235 0 0 0 0 8 4 20 0 20 0 5428630 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749424408400 139750221445019 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26440] ppid=26369 vsize=10927868 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26440/stat : 26440 (java) R 26369 26372 16913 0 -1 4202560 2803 12235 0 0 71 1 8 4 20 0 20 0 5428630 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749423346496 139750202836105 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26441] ppid=26369 vsize=10927868 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26441/stat : 26441 (java) R 26369 26372 16913 0 -1 4202560 1338 12235 0 0 52 1 8 4 20 0 20 0 5428630 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749422295936 139750206178127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26442] ppid=26369 vsize=10927868 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26442/stat : 26442 (java) S 26369 26372 16913 0 -1 1077944384 2261 12235 0 0 72 0 8 4 20 0 20 0 5428630 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749421251184 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26443] ppid=26369 vsize=10927868 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26443/stat : 26443 (java) S 26369 26372 16913 0 -1 1077944384 5938 12235 0 0 120 3 8 4 20 0 20 0 5428630 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749420198384 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26444] ppid=26369 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26444/stat : 26444 (java) S 26369 26372 16913 0 -1 1077944384 3 12235 0 0 0 0 8 4 20 0 20 0 5428630 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749419145824 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26445] ppid=26369 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26445/stat : 26445 (java) S 26369 26372 16913 0 -1 1077944384 5 12235 0 0 0 0 8 4 20 0 20 0 5428630 11190136832 58109 33554432000 4194304 4196468 140737041300800 139749418093104 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 10927868

[startup+6.30113 s]
/proc/loadavg: 1.54 1.45 1.55 3/284 26445
/proc/meminfo: memFree=30865116/32770624 swapFree=5884/320960
[pid=26372] ppid=26369 vsize=10995452 CPUtime=13.61 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 60855 12235 0 0 1313 36 8 4 20 0 20 0 5428609 11259342848 120310 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2748863 120310 3499 1 0 2736418 0
[pid=26372/tid=26427] ppid=26369 vsize=10995452 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26427/stat : 26427 (java) R 26369 26372 16913 0 -1 4202560 38327 12235 0 0 588 13 8 4 20 0 20 0 5428622 11259342848 120310 33554432000 4194304 4196468 140737041300800 139750225659752 139749858449696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26428] ppid=26369 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26428/stat : 26428 (java) S 26369 26372 16913 0 -1 1077944384 80 12235 0 0 3 1 8 4 20 0 20 0 5428623 11259342848 120310 33554432000 4194304 4196468 140737041300800 139750184532624 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26429] ppid=26369 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26429/stat : 26429 (java) S 26369 26372 16913 0 -1 1077944384 34 12235 0 0 3 1 8 4 20 0 20 0 5428623 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749826943504 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26430] ppid=26369 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26430/stat : 26430 (java) S 26369 26372 16913 0 -1 1077944384 140 12235 0 0 3 1 8 4 20 0 20 0 5428623 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749825890704 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26431] ppid=26369 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26431/stat : 26431 (java) S 26369 26372 16913 0 -1 1077944384 38 12235 0 0 3 1 8 4 20 0 20 0 5428623 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749824837904 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26432] ppid=26369 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26432/stat : 26432 (java) S 26369 26372 16913 0 -1 1077944384 84 12235 0 0 3 1 8 4 20 0 20 0 5428623 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749823786128 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26433] ppid=26369 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26433/stat : 26433 (java) S 26369 26372 16913 0 -1 1077944384 81 12235 0 0 3 1 8 4 20 0 20 0 5428623 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749822733328 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26434] ppid=26369 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26434/stat : 26434 (java) S 26369 26372 16913 0 -1 1077944384 41 12235 0 0 3 1 8 4 20 0 20 0 5428623 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749821680528 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26435] ppid=26369 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26435/stat : 26435 (java) S 26369 26372 16913 0 -1 1077944384 86 12235 0 0 3 0 8 4 20 0 20 0 5428623 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749820627728 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26436] ppid=26369 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26436/stat : 26436 (java) S 26369 26372 16913 0 -1 1077944384 2857 12235 0 0 5 0 8 4 20 0 20 0 5428625 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749427566960 139750221437570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26437] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26437/stat : 26437 (java) S 26369 26372 16913 0 -1 1077944384 57 12235 0 0 0 0 8 4 20 0 20 0 5428626 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749426513056 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26438] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26438/stat : 26438 (java) S 26369 26372 16913 0 -1 1077944384 43 12235 0 0 0 0 8 4 20 0 20 0 5428626 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749425460096 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26439] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26439/stat : 26439 (java) S 26369 26372 16913 0 -1 1077944384 1 12235 0 0 0 0 8 4 20 0 20 0 5428630 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749424408400 139750221445019 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26440] ppid=26369 vsize=10995452 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26440/stat : 26440 (java) S 26369 26372 16913 0 -1 1077944384 3374 12235 0 0 169 1 8 4 20 0 20 0 5428630 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749423356784 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26441] ppid=26369 vsize=10995452 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26441/stat : 26441 (java) S 26369 26372 16913 0 -1 1077944384 4281 12235 0 0 198 2 8 4 20 0 20 0 5428630 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749422303984 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26442] ppid=26369 vsize=10995452 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26442/stat : 26442 (java) S 26369 26372 16913 0 -1 1077944384 2640 12235 0 0 158 1 8 4 20 0 20 0 5428630 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749421251184 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26443] ppid=26369 vsize=10995452 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26443/stat : 26443 (java) S 26369 26372 16913 0 -1 1077944384 6546 12235 0 0 163 3 8 4 20 0 20 0 5428630 11259342848 120310 33554432000 4194304 4196468 140737041300800 139749420198384 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26444] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=26372/tid=26441] ppid=26369 vsize=10995452 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26441/stat : 26441 (java) S 26369 26372 16913 0 -1 1077944384 8601 12235 0 0 218 3 8 4 20 0 20 0 5428630 11259342848 232432 33554432000 4194304 4196468 140737041300800 139749422303984 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26442] ppid=26369 vsize=10995452 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26442/stat : 26442 (java) S 26369 26372 16913 0 -1 1077944384 5565 12235 0 0 174 1 8 4 20 0 20 0 5428630 11259342848 232432 33554432000 4194304 4196468 140737041300800 139749421251184 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26443] ppid=26369 vsize=10995452 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26443/stat : 26443 (java) S 26369 26372 16913 0 -1 1077944384 14092 12235 0 0 167 5 8 4 20 0 20 0 5428630 11259342848 232432 33554432000 4194304 4196468 140737041300800 139749420198384 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26444] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26444/stat : 26444 (java) S 26369 26372 16913 0 -1 1077944384 3 12235 0 0 0 0 8 4 20 0 20 0 5428630 11259342848 232432 33554432000 4194304 4196468 140737041300800 139749419145824 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26445] ppid=26369 vsize=10995452 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26445/stat : 26445 (java) S 26369 26372 16913 0 -1 1077944384 1241 12235 0 0 65 62 8 4 20 0 20 0 5428630 11259342848 232432 33554432000 4194304 4196468 140737041300800 139749418093104 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
Current children cumulated CPU time (s) 2332.71
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.36 1.41 1.46 3/285 26540
/proc/meminfo: memFree=30186212/32770624 swapFree=5884/323572
[pid=26372] ppid=26369 vsize=10995452 CPUtime=2394.29 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 215523 12235 0 0 238923 494 8 4 20 0 20 0 5428609 11259342848 227171 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2748863 227171 3508 1 0 2736418 0
[pid=26372/tid=26427] ppid=26369 vsize=10995452 CPUtime=2301.73 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26427/stat : 26427 (java) R 26369 26372 16913 0 -1 4202560 84667 12235 0 0 230113 48 8 4 20 0 20 0 5428622 11259342848 227171 33554432000 4194304 4196468 140737041300800 139750225660368 139749872759112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26428] ppid=26369 vsize=10995452 CPUtime=9.73 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26428/stat : 26428 (java) S 26369 26372 16913 0 -1 1077944384 10993 12235 0 0 916 45 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139750184532624 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26429] ppid=26369 vsize=10995452 CPUtime=9.81 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26429/stat : 26429 (java) S 26369 26372 16913 0 -1 1077944384 6627 12235 0 0 923 46 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749826943504 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26430] ppid=26369 vsize=10995452 CPUtime=9.71 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26430/stat : 26430 (java) S 26369 26372 16913 0 -1 1077944384 8556 12235 0 0 912 47 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749825890704 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26431] ppid=26369 vsize=10995452 CPUtime=9.65 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26431/stat : 26431 (java) S 26369 26372 16913 0 -1 1077944384 10634 12235 0 0 907 46 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749824837904 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26432] ppid=26369 vsize=10995452 CPUtime=9.75 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26432/stat : 26432 (java) S 26369 26372 16913 0 -1 1077944384 7293 12235 0 0 915 48 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749823786128 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26433] ppid=26369 vsize=10995452 CPUtime=9.72 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26433/stat : 26433 (java) S 26369 26372 16913 0 -1 1077944384 9473 12235 0 0 916 44 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749822733328 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26434] ppid=26369 vsize=10995452 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26434/stat : 26434 (java) S 26369 26372 16913 0 -1 1077944384 10102 12235 0 0 928 43 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749821680528 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26435] ppid=26369 vsize=10995452 CPUtime=9.69 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26435/stat : 26435 (java) S 26369 26372 16913 0 -1 1077944384 13212 12235 0 0 910 47 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749820627728 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26436] ppid=26369 vsize=10995452 CPUtime=6.67 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26436/stat : 26436 (java) S 26369 26372 16913 0 -1 1077944384 15732 12235 0 0 606 49 8 4 20 0 20 0 5428625 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749427566960 139750221437570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26437] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26437/stat : 26437 (java) S 26369 26372 16913 0 -1 1077944384 57 12235 0 0 0 0 8 4 20 0 20 0 5428626 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749426513056 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26438] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26438/stat : 26438 (java) S 26369 26372 16913 0 -1 1077944384 43 12235 0 0 0 0 8 4 20 0 20 0 5428626 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749425460096 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26439] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26439/stat : 26439 (java) S 26369 26372 16913 0 -1 1077944384 1 12235 0 0 0 0 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749424408400 139750221445019 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26440] ppid=26369 vsize=10995452 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26440/stat : 26440 (java) S 26369 26372 16913 0 -1 1077944384 6473 12235 0 0 193 2 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749423356784 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26441] ppid=26369 vsize=10995452 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26441/stat : 26441 (java) S 26369 26372 16913 0 -1 1077944384 8603 12235 0 0 218 3 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749422303984 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26442] ppid=26369 vsize=10995452 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26442/stat : 26442 (java) S 26369 26372 16913 0 -1 1077944384 5567 12235 0 0 174 1 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749421251184 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26443] ppid=26369 vsize=10995452 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26443/stat : 26443 (java) S 26369 26372 16913 0 -1 1077944384 14094 12235 0 0 167 5 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749420198384 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26444] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26444/stat : 26444 (java) S 26369 26372 16913 0 -1 1077944384 3 12235 0 0 0 0 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749419145824 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26445] ppid=26369 vsize=10995452 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26445/stat : 26445 (java) S 26369 26372 16913 0 -1 1077944384 1259 12235 0 0 67 64 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749418093104 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
Current children cumulated CPU time (s) 2394.29
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2327.9 s]
/proc/loadavg: 1.41 1.42 1.46 3/285 26540
/proc/meminfo: memFree=30186212/32770624 swapFree=5884/323584
[pid=26372] ppid=26369 vsize=10995452 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 215886 12235 0 0 239499 495 8 4 20 0 20 0 5428609 11259342848 227171 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2748863 227171 3508 1 0 2736418 0
[pid=26372/tid=26427] ppid=26369 vsize=10995452 CPUtime=2307.29 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26427/stat : 26427 (java) R 26369 26372 16913 0 -1 4202560 84698 12235 0 0 230669 48 8 4 20 0 20 0 5428622 11259342848 227171 33554432000 4194304 4196468 140737041300800 139750225660048 139749873919504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26428] ppid=26369 vsize=10995452 CPUtime=9.76 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26428/stat : 26428 (java) S 26369 26372 16913 0 -1 1077944384 11062 12235 0 0 918 46 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139750184532624 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26429] ppid=26369 vsize=10995452 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26429/stat : 26429 (java) S 26369 26372 16913 0 -1 1077944384 6724 12235 0 0 925 46 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749826943504 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26430] ppid=26369 vsize=10995452 CPUtime=9.74 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26430/stat : 26430 (java) S 26369 26372 16913 0 -1 1077944384 8556 12235 0 0 915 47 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749825890704 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26431] ppid=26369 vsize=10995452 CPUtime=9.66 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26431/stat : 26431 (java) S 26369 26372 16913 0 -1 1077944384 10740 12235 0 0 908 46 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749824837904 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26432] ppid=26369 vsize=10995452 CPUtime=9.78 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26432/stat : 26432 (java) S 26369 26372 16913 0 -1 1077944384 7324 12235 0 0 918 48 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749823786128 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26433] ppid=26369 vsize=10995452 CPUtime=9.75 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26433/stat : 26433 (java) S 26369 26372 16913 0 -1 1077944384 9502 12235 0 0 919 44 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749822733328 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26434] ppid=26369 vsize=10995452 CPUtime=9.85 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26434/stat : 26434 (java) S 26369 26372 16913 0 -1 1077944384 10102 12235 0 0 930 43 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749821680528 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26435] ppid=26369 vsize=10995452 CPUtime=9.72 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26435/stat : 26435 (java) S 26369 26372 16913 0 -1 1077944384 13212 12235 0 0 913 47 8 4 20 0 20 0 5428623 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749820627728 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26436] ppid=26369 vsize=10995452 CPUtime=6.68 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26436/stat : 26436 (java) S 26369 26372 16913 0 -1 1077944384 15732 12235 0 0 607 49 8 4 20 0 20 0 5428625 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749427566960 139750221437570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26437] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26437/stat : 26437 (java) S 26369 26372 16913 0 -1 1077944384 57 12235 0 0 0 0 8 4 20 0 20 0 5428626 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749426513056 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26438] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26438/stat : 26438 (java) S 26369 26372 16913 0 -1 1077944384 43 12235 0 0 0 0 8 4 20 0 20 0 5428626 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749425460096 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26439] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26439/stat : 26439 (java) S 26369 26372 16913 0 -1 1077944384 1 12235 0 0 0 0 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749424408400 139750221445019 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26440] ppid=26369 vsize=10995452 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26440/stat : 26440 (java) S 26369 26372 16913 0 -1 1077944384 6473 12235 0 0 193 2 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749423356784 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26441] ppid=26369 vsize=10995452 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26441/stat : 26441 (java) S 26369 26372 16913 0 -1 1077944384 8603 12235 0 0 218 3 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749422303984 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26442] ppid=26369 vsize=10995452 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26442/stat : 26442 (java) S 26369 26372 16913 0 -1 1077944384 5567 12235 0 0 174 1 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749421251184 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26443] ppid=26369 vsize=10995452 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26443/stat : 26443 (java) S 26369 26372 16913 0 -1 1077944384 14094 12235 0 0 167 5 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749420198384 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26444] ppid=26369 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26444/stat : 26444 (java) S 26369 26372 16913 0 -1 1077944384 3 12235 0 0 0 0 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749419145824 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26445] ppid=26369 vsize=10995452 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26445/stat : 26445 (java) S 26369 26372 16913 0 -1 1077944384 1259 12235 0 0 67 64 8 4 20 0 20 0 5428630 11259342848 227171 33554432000 4194304 4196468 140737041300800 139749418093104 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
Current children cumulated CPU time (s) 2400.06
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 26372 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2328.1 s]
/proc/loadavg: 1.41 1.42 1.46 3/285 26540
/proc/meminfo: memFree=30186212/32770624 swapFree=5884/323584
[pid=26372] ppid=26369 vsize=11128580 CPUtime=2401.09 cores=0,2,4,6,8,10,12,14
/proc/26372/stat : 26372 (java) S 26369 26372 16913 0 -1 1077944320 222718 12235 0 0 239599 498 8 4 20 0 22 0 5428609 11395665920 230509 33554432000 4194304 4196468 140737041300800 140737041283344 139750221426423 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
/proc/26372/statm: 2782145 230509 3508 1 0 2769700 0
[pid=26372/tid=26427] ppid=26369 vsize=11128580 CPUtime=2307.3 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26427/stat : 26427 (java) S 26369 26372 16913 0 -1 1077944384 85131 12235 0 0 230670 48 8 4 20 0 22 0 5428622 11395665920 230509 33554432000 4194304 4196468 140737041300800 139750225663968 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26428] ppid=26369 vsize=11128580 CPUtime=9.88 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26428/stat : 26428 (java) R 26369 26372 16913 0 -1 4202560 11117 12235 0 0 930 46 8 4 20 0 22 0 5428623 11395665920 230509 33554432000 4194304 4196468 140737041300800 139750184532624 139750206127080 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26429] ppid=26369 vsize=11128580 CPUtime=9.95 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26429/stat : 26429 (java) R 26369 26372 16913 0 -1 4202560 6740 12235 0 0 937 46 8 4 20 0 22 0 5428623 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749826943504 139750214054631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26430] ppid=26369 vsize=11128580 CPUtime=9.86 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26430/stat : 26430 (java) R 26369 26372 16913 0 -1 4202560 8861 12235 0 0 926 48 8 4 20 0 22 0 5428623 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749825890904 139750206422928 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26431] ppid=26369 vsize=11128580 CPUtime=9.78 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26431/stat : 26431 (java) R 26369 26372 16913 0 -1 4202560 10751 12235 0 0 920 46 8 4 20 0 22 0 5428623 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749824837904 139750214054631 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26432] ppid=26369 vsize=11128580 CPUtime=9.9 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26432/stat : 26432 (java) R 26369 26372 16913 0 -1 4202560 7350 12235 0 0 930 48 8 4 20 0 22 0 5428623 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749823786128 139750214054631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26433] ppid=26369 vsize=11128580 CPUtime=9.87 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26433/stat : 26433 (java) R 26369 26372 16913 0 -1 4202560 9505 12235 0 0 930 45 8 4 20 0 22 0 5428623 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749822733328 139750214054631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26434] ppid=26369 vsize=11128580 CPUtime=9.98 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26434/stat : 26434 (java) R 26369 26372 16913 0 -1 4202560 10119 12235 0 0 942 44 8 4 20 0 22 0 5428623 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749821680528 139750203036146 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26435] ppid=26369 vsize=11128580 CPUtime=9.84 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26435/stat : 26435 (java) R 26369 26372 16913 0 -1 4202560 13251 12235 0 0 924 48 8 4 20 0 22 0 5428623 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749820627728 139750203036187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26436] ppid=26369 vsize=11128580 CPUtime=6.73 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26436/stat : 26436 (java) S 26369 26372 16913 0 -1 1077944384 21218 12235 0 0 612 49 8 4 20 0 22 0 5428625 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749427565584 139750221436629 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26437] ppid=26369 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26437/stat : 26437 (java) S 26369 26372 16913 0 -1 1077944384 58 12235 0 0 0 0 8 4 20 0 22 0 5428626 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749426512960 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26438] ppid=26369 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26438/stat : 26438 (java) S 26369 26372 16913 0 -1 1077944384 43 12235 0 0 0 0 8 4 20 0 22 0 5428626 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749425460096 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26439] ppid=26369 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26439/stat : 26439 (java) S 26369 26372 16913 0 -1 1077944384 131 12235 0 0 0 0 8 4 20 0 22 0 5428630 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749424408400 139750221445019 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26440] ppid=26369 vsize=11128580 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26440/stat : 26440 (java) S 26369 26372 16913 0 -1 1077944384 6473 12235 0 0 193 2 8 4 20 0 22 0 5428630 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749423356784 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26441] ppid=26369 vsize=11128580 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26441/stat : 26441 (java) S 26369 26372 16913 0 -1 1077944384 8603 12235 0 0 218 3 8 4 20 0 22 0 5428630 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749422303984 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26442] ppid=26369 vsize=11128580 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26442/stat : 26442 (java) S 26369 26372 16913 0 -1 1077944384 5567 12235 0 0 174 1 8 4 20 0 22 0 5428630 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749421251184 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26443] ppid=26369 vsize=11128580 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26443/stat : 26443 (java) S 26369 26372 16913 0 -1 1077944384 14280 12235 0 0 168 5 8 4 20 0 22 0 5428630 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749420194688 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26444] ppid=26369 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26444/stat : 26444 (java) S 26369 26372 16913 0 -1 1077944384 3 12235 0 0 0 0 8 4 20 0 22 0 5428630 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749419145824 139750221436629 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
[pid=26372/tid=26445] ppid=26369 vsize=11128580 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/26372/task/26445/stat : 26445 (java) S 26369 26372 16913 0 -1 1077944384 1259 12235 0 0 67 64 8 4 20 0 22 0 5428630 11395665920 230509 33554432000 4194304 4196468 140737041300800 139749418093104 139750221437570 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16543744 140737041308353 140737041311127 140737041311127 140737041313743 0
Current children cumulated CPU time (s) 2401.09
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2328.18
CPU time (s): 2401.34
CPU user time (s): 2396.3
CPU system time (s): 5.03719
CPU usage (%): 103.142
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.3
system time used= 5.03719
maximum resident set size= 1450892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 288434
involuntary context switches= 176739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8548 second user time and 21.3534 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 07:33:36
IDJOB=4245242
IDBENCH=120738
IDSOLVER=2630
FILE ID=node133/4245242-1500701616
RUNJOBID= node133-1500696963-25080
PBS_JOBID= 20623321
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K10-P04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245242-1500701616/watcher-4245242-1500701616 -o /tmp/evaluation-result-4245242-1500701616/solver-4245242-1500701616 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500696963-25080 --watchdog 2560  bin/concrete HOME/instance-4245242-1500701616.xml

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

MD5SUM BENCH= ddb81c87fc1d8e68708f77d31c52a231
RANDOM SEED=2014353164

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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	: 5229.85
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	: 5334.13
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	: 5229.85
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		: 2133.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	: 5334.13
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	: 5229.85
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		: 2000.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	: 5334.13
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		: 1867.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	: 5229.85
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		: 1733.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	: 5334.13
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	: 5229.85
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		: 2133.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	: 5334.13
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		: 1867.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	: 5229.85
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		: 1867.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	: 5334.13
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31291388 kB
MemAvailable:   31580552 kB
Buffers:          126196 kB
Cached:           442312 kB
SwapCached:            0 kB
Active:           713636 kB
Inactive:         329692 kB
Active(anon):     477976 kB
Inactive(anon):     8772 kB
Active(file):     235660 kB
Inactive(file):   320920 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25068 kB
Writeback:             0 kB
AnonPages:        484656 kB
Mapped:            44104 kB
Shmem:              8872 kB
Slab:             130980 kB
SReclaimable:      96836 kB
SUnreclaim:        34144 kB
KernelStack:        4896 kB
PageTables:         6544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1371380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61968 MiB
End job on node133 at 2017-07-22 08:12:25