Trace number 4250113

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.13 2345.46

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h374-15.xml
MD5SUMfdd30079817c8a7e676a6353b2e6ebba
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.1181402
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":374},{"degree":2,"count":526}]
Minimum constraint arity526
Maximum constraint arity900
Distribution of constraint arities[{"arity":526,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.39 1.52 3/241 27774
/proc/meminfo: memFree=31395976/32770624 swapFree=5716/332816
[pid=27774] ppid=27768 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (bash) S 27768 27774 25128 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 12889019 9736192 351 33554432000 4194304 5098028 140727314405296 140727314402936 140653560949760 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 30334976 140727314408718 140727314408803 140727314408803 140727314411502 0
/proc/27774/statm: 2377 351 278 221 0 86 0

[startup+0.100075 s]
/proc/loadavg: 1.02 1.39 1.52 3/241 27774
/proc/meminfo: memFree=31395976/32770624 swapFree=5716/332816
[pid=27774] ppid=27768 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (bash) S 27768 27774 25128 0 -1 4202496 886 6409 0 0 0 0 0 1 20 0 1 0 12889019 9871360 378 33554432000 4194304 5098028 140727314405296 140727314399304 140653560949760 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 30334976 140727314408718 140727314408803 140727314408803 140727314411502 0
/proc/27774/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200396 s]
/proc/loadavg: 1.02 1.39 1.52 3/241 27774
/proc/meminfo: memFree=31395976/32770624 swapFree=5716/332816
[pid=27774] ppid=27768 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 4966 12336 0 0 5 1 8 4 20 0 13 0 12889019 10686320640 5304 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2608965 5304 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300238 s]
/proc/loadavg: 1.02 1.39 1.52 3/241 27774
/proc/meminfo: memFree=31395976/32770624 swapFree=5716/332816
[pid=27774] ppid=27768 vsize=10902392 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 6874 12336 0 0 22 3 8 4 20 0 20 0 12889019 11164049408 8658 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2725598 8658 2986 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700249 s]
/proc/loadavg: 1.02 1.39 1.52 3/241 27774
/proc/meminfo: memFree=31395976/32770624 swapFree=5716/332816
[pid=27774] ppid=27768 vsize=10902720 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 12039 12336 0 0 72 5 8 4 20 0 20 0 12889019 11164385280 14923 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2725680 14923 3171 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50068 s]
/proc/loadavg: 1.10 1.40 1.53 5/281 27920
/proc/meminfo: memFree=31191072/32770624 swapFree=5716/332888
[pid=27774] ppid=27768 vsize=10913344 CPUtime=2.25 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 27243 12336 0 0 198 15 8 4 20 0 20 0 12889019 11175264256 44438 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2728336 44438 3401 1 0 2716450 0
[pid=27774/tid=27883] ppid=27768 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27883/stat : 27883 (java) R 27768 27774 25128 0 -1 4202560 19647 12336 0 0 124 6 8 4 20 0 20 0 12889032 11175264256 44438 33554432000 4194304 4196468 140721122517216 140136209710672 140135808625152 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27885] ppid=27768 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27885/stat : 27885 (java) S 27768 27774 25128 0 -1 1077944384 33 12336 0 0 0 1 8 4 20 0 20 0 12889033 11175264256 44438 33554432000 4194304 4196468 140721122517216 140136131565968 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27886] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27886/stat : 27886 (java) S 27768 27774 25128 0 -1 1077944384 10 12336 0 0 0 0 8 4 20 0 20 0 12889033 11175264256 44438 33554432000 4194304 4196468 140721122517216 140136130513168 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27887] ppid=27768 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27887/stat : 27887 (java) S 27768 27774 25128 0 -1 1077944384 46 12336 0 0 1 0 8 4 20 0 20 0 12889033 11175264256 44438 33554432000 4194304 4196468 140721122517216 140136129460880 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27888] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27888/stat : 27888 (java) S 27768 27774 25128 0 -1 1077944384 29 12336 0 0 0 0 8 4 20 0 20 0 12889033 11175264256 44438 33554432000 4194304 4196468 140721122517216 140136128408080 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27889] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27889/stat : 27889 (java) S 27768 27774 25128 0 -1 1077944384 32 12336 0 0 0 0 8 4 20 0 20 0 12889033 11175264256 44438 33554432000 4194304 4196468 140721122517216 140136127355792 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27890] ppid=27768 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27890/stat : 27890 (java) S 27768 27774 25128 0 -1 1077944384 39 12336 0 0 1 0 8 4 20 0 20 0 12889033 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135807052560 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27891] ppid=27768 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27891/stat : 27891 (java) S 27768 27774 25128 0 -1 1077944384 129 12336 0 0 1 0 8 4 20 0 20 0 12889033 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135806000272 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27892] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27892/stat : 27892 (java) S 27768 27774 25128 0 -1 1077944384 21 12336 0 0 0 0 8 4 20 0 20 0 12889033 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135804947472 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27901] ppid=27768 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27901/stat : 27901 (java) S 27768 27774 25128 0 -1 1077944384 1227 12336 0 0 1 0 8 4 20 0 20 0 12889035 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135545759856 140136205503106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27903] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27903/stat : 27903 (java) S 27768 27774 25128 0 -1 1077944384 57 12336 0 0 0 0 8 4 20 0 20 0 12889036 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135544705888 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27905] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27905/stat : 27905 (java) S 27768 27774 25128 0 -1 1077944384 44 12336 0 0 0 0 8 4 20 0 20 0 12889036 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135543653504 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27908] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27908/stat : 27908 (java) S 27768 27774 25128 0 -1 1077944384 1 12336 0 0 0 0 8 4 20 0 20 0 12889040 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135542601808 140136205510555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27911] ppid=27768 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27911/stat : 27911 (java) S 27768 27774 25128 0 -1 1077944384 1369 12336 0 0 14 0 8 4 20 0 20 0 12889040 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135541549680 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27913] ppid=27768 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27913/stat : 27913 (java) S 27768 27774 25128 0 -1 1077944384 503 12336 0 0 11 0 8 4 20 0 20 0 12889040 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135540496880 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27914] ppid=27768 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27914/stat : 27914 (java) S 27768 27774 25128 0 -1 1077944384 645 12336 0 0 11 0 8 4 20 0 20 0 12889040 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135539444592 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27916] ppid=27768 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27916/stat : 27916 (java) S 27768 27774 25128 0 -1 1077944384 1269 12336 0 0 26 0 8 4 20 0 20 0 12889040 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135538391792 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27918] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27918/stat : 27918 (java) S 27768 27774 25128 0 -1 1077944384 3 12336 0 0 0 0 8 4 20 0 20 0 12889041 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135537338720 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27920] ppid=27768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27920/stat : 27920 (java) S 27768 27774 25128 0 -1 1077944384 6 12336 0 0 0 0 8 4 20 0 20 0 12889041 11175264256 44438 33554432000 4194304 4196468 140721122517216 140135536286000 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.10115 s]
/proc/loadavg: 1.10 1.40 1.53 7/281 27920
/proc/meminfo: memFree=31043288/32770624 swapFree=5716/332888
[pid=27774] ppid=27768 vsize=10925820 CPUtime=6.73 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 42997 12336 0 0 639 22 8 4 20 0 20 0 12889019 11188039680 56027 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2731455 56027 3475 1 0 2719010 0
[pid=27774/tid=27883] ppid=27768 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27883/stat : 27883 (java) R 27768 27774 25128 0 -1 4202560 25817 12336 0 0 280 9 8 4 20 0 20 0 12889032 11188039680 56027 33554432000 4194304 4196468 140721122517216 140136209725800 140135814316135 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27885] ppid=27768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27885/stat : 27885 (java) S 27768 27774 25128 0 -1 1077944384 33 12336 0 0 0 1 8 4 20 0 20 0 12889033 11188039680 56027 33554432000 4194304 4196468 140721122517216 140136131565968 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27886] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27886/stat : 27886 (java) S 27768 27774 25128 0 -1 1077944384 10 12336 0 0 0 0 8 4 20 0 20 0 12889033 11188039680 56027 33554432000 4194304 4196468 140721122517216 140136130513168 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27887] ppid=27768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27887/stat : 27887 (java) S 27768 27774 25128 0 -1 1077944384 46 12336 0 0 1 0 8 4 20 0 20 0 12889033 11188039680 56027 33554432000 4194304 4196468 140721122517216 140136129460880 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27888] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27888/stat : 27888 (java) S 27768 27774 25128 0 -1 1077944384 29 12336 0 0 0 0 8 4 20 0 20 0 12889033 11188039680 56027 33554432000 4194304 4196468 140721122517216 140136128408080 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27889] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27889/stat : 27889 (java) S 27768 27774 25128 0 -1 1077944384 32 12336 0 0 0 0 8 4 20 0 20 0 12889033 11188039680 56027 33554432000 4194304 4196468 140721122517216 140136127355792 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27890] ppid=27768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27890/stat : 27890 (java) S 27768 27774 25128 0 -1 1077944384 39 12336 0 0 1 0 8 4 20 0 20 0 12889033 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135807052560 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27891] ppid=27768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27891/stat : 27891 (java) S 27768 27774 25128 0 -1 1077944384 129 12336 0 0 1 0 8 4 20 0 20 0 12889033 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135806000272 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27892] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27892/stat : 27892 (java) S 27768 27774 25128 0 -1 1077944384 21 12336 0 0 0 0 8 4 20 0 20 0 12889033 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135804947472 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27901] ppid=27768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27901/stat : 27901 (java) S 27768 27774 25128 0 -1 1077944384 1239 12336 0 0 1 0 8 4 20 0 20 0 12889035 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135545759856 140136205503106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27903] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27903/stat : 27903 (java) S 27768 27774 25128 0 -1 1077944384 57 12336 0 0 0 0 8 4 20 0 20 0 12889036 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135544705888 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27905] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27905/stat : 27905 (java) S 27768 27774 25128 0 -1 1077944384 44 12336 0 0 0 0 8 4 20 0 20 0 12889036 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135543653504 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27908] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27908/stat : 27908 (java) S 27768 27774 25128 0 -1 1077944384 1 12336 0 0 0 0 8 4 20 0 20 0 12889040 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135542601808 140136205510555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27911] ppid=27768 vsize=10925820 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27911/stat : 27911 (java) S 27768 27774 25128 0 -1 1077944384 2006 12336 0 0 65 1 8 4 20 0 20 0 12889040 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135541549680 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27913] ppid=27768 vsize=10925820 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27913/stat : 27913 (java) S 27768 27774 25128 0 -1 1077944384 4115 12336 0 0 97 2 8 4 20 0 20 0 12889040 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135540496880 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27914] ppid=27768 vsize=10925820 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27914/stat : 27914 (java) S 27768 27774 25128 0 -1 1077944384 2020 12336 0 0 70 0 8 4 20 0 20 0 12889040 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135539444592 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27916] ppid=27768 vsize=10925820 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27916/stat : 27916 (java) S 27768 27774 25128 0 -1 1077944384 5216 12336 0 0 113 1 8 4 20 0 20 0 12889040 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135538391792 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27918] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27918/stat : 27918 (java) S 27768 27774 25128 0 -1 1077944384 3 12336 0 0 0 0 8 4 20 0 20 0 12889041 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135537338720 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27920] ppid=27768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27920/stat : 27920 (java) S 27768 27774 25128 0 -1 1077944384 7 12336 0 0 0 0 8 4 20 0 20 0 12889041 11188039680 56027 33554432000 4194304 4196468 140721122517216 140135536286000 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 10925820

[startup+6.30096 s]
/proc/loadavg: 1.10 1.40 1.53 6/281 27920
/proc/meminfo: memFree=30693116/32770624 swapFree=5716/332880
[pid=27774] ppid=27768 vsize=10929916 CPUtime=16.13 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 83021 12336 0 0 1567 34 8 4 20 0 20 0 12889019 11192233984 93477 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2732479 93477 3490 1 0 2720034 0
[pid=27774/tid=27883] ppid=27768 vsize=10929916 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27883/stat : 27883 (java) R 27768 27774 25128 0 -1 4202560 36574 12336 0 0 589 12 8 4 20 0 20 0 12889032 11192233984 93477 33554432000 4194304 4196468 140721122517216 140136209723656 140135823683469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27885] ppid=27768 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27885/stat : 27885 (java) S 27768 27774 25128 0 -1 1077944384 85 12336 0 0 3 1 8 4 20 0 20 0 12889033 11192233984 93477 33554432000 4194304 4196468 140721122517216 140136131565968 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27886] ppid=27768 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27886/stat : 27886 (java) S 27768 27774 25128 0 -1 1077944384 51 12336 0 0 3 1 8 4 20 0 20 0 12889033 11192233984 93477 33554432000 4194304 4196468 140721122517216 140136130513168 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27887] ppid=27768 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27887/stat : 27887 (java) S 27768 27774 25128 0 -1 1077944384 657 12336 0 0 3 1 8 4 20 0 20 0 12889033 11192233984 93477 33554432000 4194304 4196468 140721122517216 140136129460880 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27888] ppid=27768 vsize=10929916 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27888/stat : 27888 (java) S 27768 27774 25128 0 -1 1077944384 73 12336 0 0 4 1 8 4 20 0 20 0 12889033 11192233984 93477 33554432000 4194304 4196468 140721122517216 140136128408080 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27889] ppid=27768 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27889/stat : 27889 (java) S 27768 27774 25128 0 -1 1077944384 64 12336 0 0 3 1 8 4 20 0 20 0 12889033 11192233984 93477 33554432000 4194304 4196468 140721122517216 140136127355792 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27890] ppid=27768 vsize=10929916 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27890/stat : 27890 (java) S 27768 27774 25128 0 -1 1077944384 58 12336 0 0 4 1 8 4 20 0 20 0 12889033 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135807052560 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27891] ppid=27768 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27891/stat : 27891 (java) S 27768 27774 25128 0 -1 1077944384 193 12336 0 0 3 1 8 4 20 0 20 0 12889033 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135806000272 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27892] ppid=27768 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27892/stat : 27892 (java) S 27768 27774 25128 0 -1 1077944384 42 12336 0 0 3 0 8 4 20 0 20 0 12889033 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135804947472 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27901] ppid=27768 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27901/stat : 27901 (java) S 27768 27774 25128 0 -1 1077944384 2027 12336 0 0 4 0 8 4 20 0 20 0 12889035 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135545759856 140136205503106 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27903] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27903/stat : 27903 (java) S 27768 27774 25128 0 -1 1077944384 63 12336 0 0 0 0 8 4 20 0 20 0 12889036 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135544705888 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27905] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27905/stat : 27905 (java) S 27768 27774 25128 0 -1 1077944384 49 12336 0 0 0 0 8 4 20 0 20 0 12889036 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135543653504 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27908] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27908/stat : 27908 (java) S 27768 27774 25128 0 -1 1077944384 1 12336 0 0 0 0 8 4 20 0 20 0 12889040 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135542601808 140136205510555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27911] ppid=27768 vsize=10929916 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27911/stat : 27911 (java) S 27768 27774 25128 0 -1 1077944384 11116 12336 0 0 260 2 8 4 20 0 20 0 12889040 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135541549680 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27913] ppid=27768 vsize=10929916 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27913/stat : 27913 (java) S 27768 27774 25128 0 -1 1077944384 11909 12336 0 0 267 2 8 4 20 0 20 0 12889040 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135540496880 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27914] ppid=27768 vsize=10929916 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27914/stat : 27914 (java) S 27768 27774 25128 0 -1 1077944384 10212 12336 0 0 231 2 8 4 20 0 20 0 12889040 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135539444592 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27916] ppid=27768 vsize=10929916 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27916/stat : 27916 (java) S 27768 27774 25128 0 -1 1077944384 7674 12336 0 0 179 3 8 4 20 0 20 0 12889040 11192233984 93477 33554432000 4194304 4196468 140721122517216 140135538391792 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27918] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=27774/tid=27913] ppid=27768 vsize=10929916 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27913/stat : 27913 (java) S 27768 27774 25128 0 -1 1077944384 13548 12336 0 0 270 3 8 4 20 0 20 0 12889040 11192233984 147912 33554432000 4194304 4196468 140721122517216 140135540496880 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27914] ppid=27768 vsize=10929916 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27914/stat : 27914 (java) S 27768 27774 25128 0 -1 1077944384 11280 12336 0 0 235 2 8 4 20 0 20 0 12889040 11192233984 147912 33554432000 4194304 4196468 140721122517216 140135539444592 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27916] ppid=27768 vsize=10929916 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27916/stat : 27916 (java) S 27768 27774 25128 0 -1 1077944384 12401 12336 0 0 183 3 8 4 20 0 20 0 12889040 11192233984 147912 33554432000 4194304 4196468 140721122517216 140135538391792 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27918] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27918/stat : 27918 (java) S 27768 27774 25128 0 -1 1077944384 3 12336 0 0 0 0 8 4 20 0 20 0 12889041 11192233984 147912 33554432000 4194304 4196468 140721122517216 140135537338720 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27920] ppid=27768 vsize=10929916 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27920/stat : 27920 (java) S 27768 27774 25128 0 -1 1077944384 1131 12336 0 0 49 48 8 4 20 0 20 0 12889041 11192233984 147912 33554432000 4194304 4196468 140721122517216 140135536286000 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
Current children cumulated CPU time (s) 2315.34
Current children cumulated vsize (KiB) 10929916

[startup+2322.3 s]
/proc/loadavg: 1.51 1.42 1.43 4/281 27992
/proc/meminfo: memFree=30233936/32770624 swapFree=5716/333884
[pid=27774] ppid=27768 vsize=10929916 CPUtime=2376.69 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 149984 12336 0 0 237334 323 8 4 20 0 20 0 12889019 11192233984 147954 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2732479 147954 3505 1 0 2720034 0
[pid=27774/tid=27883] ppid=27768 vsize=10929916 CPUtime=2307.3 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27883/stat : 27883 (java) R 27768 27774 25128 0 -1 4202560 56653 12336 0 0 230691 27 8 4 20 0 20 0 12889032 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136209726000 140135823601153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27885] ppid=27768 vsize=10929916 CPUtime=6.78 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27885/stat : 27885 (java) S 27768 27774 25128 0 -1 1077944384 4060 12336 0 0 636 30 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136131565968 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27886] ppid=27768 vsize=10929916 CPUtime=6.69 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27886/stat : 27886 (java) S 27768 27774 25128 0 -1 1077944384 3622 12336 0 0 631 26 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136130513168 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27887] ppid=27768 vsize=10929916 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27887/stat : 27887 (java) S 27768 27774 25128 0 -1 1077944384 3324 12336 0 0 638 29 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136129460880 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27888] ppid=27768 vsize=10929916 CPUtime=6.81 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27888/stat : 27888 (java) S 27768 27774 25128 0 -1 1077944384 4309 12336 0 0 642 27 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136128408080 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27889] ppid=27768 vsize=10929916 CPUtime=6.75 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27889/stat : 27889 (java) S 27768 27774 25128 0 -1 1077944384 3308 12336 0 0 636 27 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136127355792 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27890] ppid=27768 vsize=10929916 CPUtime=6.74 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27890/stat : 27890 (java) S 27768 27774 25128 0 -1 1077944384 4115 12336 0 0 631 31 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135807052560 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27891] ppid=27768 vsize=10929916 CPUtime=6.81 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27891/stat : 27891 (java) S 27768 27774 25128 0 -1 1077944384 3898 12336 0 0 639 30 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135806000272 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27892] ppid=27768 vsize=10929916 CPUtime=6.83 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27892/stat : 27892 (java) S 27768 27774 25128 0 -1 1077944384 3041 12336 0 0 640 31 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135804947472 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27901] ppid=27768 vsize=10929916 CPUtime=5.49 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27901/stat : 27901 (java) S 27768 27774 25128 0 -1 1077944384 9840 12336 0 0 503 34 8 4 20 0 20 0 12889035 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135545759856 140136205503106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27903] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27903/stat : 27903 (java) S 27768 27774 25128 0 -1 1077944384 63 12336 0 0 0 0 8 4 20 0 20 0 12889036 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135544705888 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27905] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27905/stat : 27905 (java) S 27768 27774 25128 0 -1 1077944384 49 12336 0 0 0 0 8 4 20 0 20 0 12889036 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135543653504 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27908] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27908/stat : 27908 (java) S 27768 27774 25128 0 -1 1077944384 1 12336 0 0 0 0 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135542601808 140136205510555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27911] ppid=27768 vsize=10929916 CPUtime=2.79 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27911/stat : 27911 (java) S 27768 27774 25128 0 -1 1077944384 13181 12336 0 0 264 3 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135541549680 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27913] ppid=27768 vsize=10929916 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27913/stat : 27913 (java) S 27768 27774 25128 0 -1 1077944384 13550 12336 0 0 270 3 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135540496880 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27914] ppid=27768 vsize=10929916 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27914/stat : 27914 (java) S 27768 27774 25128 0 -1 1077944384 11282 12336 0 0 235 2 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135539444592 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27916] ppid=27768 vsize=10929916 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27916/stat : 27916 (java) S 27768 27774 25128 0 -1 1077944384 12403 12336 0 0 183 3 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135538391792 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27918] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27918/stat : 27918 (java) S 27768 27774 25128 0 -1 1077944384 3 12336 0 0 0 0 8 4 20 0 20 0 12889041 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135537338720 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27920] ppid=27768 vsize=10929916 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27920/stat : 27920 (java) S 27768 27774 25128 0 -1 1077944384 1149 12336 0 0 50 49 8 4 20 0 20 0 12889041 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135536286000 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
Current children cumulated CPU time (s) 2376.69
Current children cumulated vsize (KiB) 10929916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2345.2 s]
/proc/loadavg: 1.52 1.42 1.43 4/281 27993
/proc/meminfo: memFree=30232764/32770624 swapFree=5716/333892
[pid=27774] ppid=27768 vsize=10929916 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 150110 12336 0 0 239670 326 8 4 20 0 20 0 12889019 11192233984 147954 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2732479 147954 3505 1 0 2720034 0
[pid=27774/tid=27883] ppid=27768 vsize=10929916 CPUtime=2330.05 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27883/stat : 27883 (java) R 27768 27774 25128 0 -1 4202560 56756 12336 0 0 232966 27 8 4 20 0 20 0 12889032 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136209725888 140135823294031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27885] ppid=27768 vsize=10929916 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27885/stat : 27885 (java) S 27768 27774 25128 0 -1 1077944384 4062 12336 0 0 643 30 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136131565968 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27886] ppid=27768 vsize=10929916 CPUtime=6.76 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27886/stat : 27886 (java) S 27768 27774 25128 0 -1 1077944384 3626 12336 0 0 638 26 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136130513168 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27887] ppid=27768 vsize=10929916 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27887/stat : 27887 (java) S 27768 27774 25128 0 -1 1077944384 3326 12336 0 0 643 30 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136129460880 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27888] ppid=27768 vsize=10929916 CPUtime=6.88 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27888/stat : 27888 (java) S 27768 27774 25128 0 -1 1077944384 4311 12336 0 0 648 28 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136128408080 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27889] ppid=27768 vsize=10929916 CPUtime=6.84 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27889/stat : 27889 (java) S 27768 27774 25128 0 -1 1077944384 3310 12336 0 0 644 28 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140136127355792 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27890] ppid=27768 vsize=10929916 CPUtime=6.81 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27890/stat : 27890 (java) S 27768 27774 25128 0 -1 1077944384 4117 12336 0 0 638 31 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135807052560 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27891] ppid=27768 vsize=10929916 CPUtime=6.9 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27891/stat : 27891 (java) S 27768 27774 25128 0 -1 1077944384 3901 12336 0 0 647 31 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135806000272 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27892] ppid=27768 vsize=10929916 CPUtime=6.9 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27892/stat : 27892 (java) S 27768 27774 25128 0 -1 1077944384 3043 12336 0 0 647 31 8 4 20 0 20 0 12889033 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135804947472 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27901] ppid=27768 vsize=10929916 CPUtime=5.54 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27901/stat : 27901 (java) S 27768 27774 25128 0 -1 1077944384 9842 12336 0 0 508 34 8 4 20 0 20 0 12889035 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135545759856 140136205503106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27903] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27903/stat : 27903 (java) S 27768 27774 25128 0 -1 1077944384 63 12336 0 0 0 0 8 4 20 0 20 0 12889036 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135544705888 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27905] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27905/stat : 27905 (java) S 27768 27774 25128 0 -1 1077944384 49 12336 0 0 0 0 8 4 20 0 20 0 12889036 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135543653504 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27908] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27908/stat : 27908 (java) S 27768 27774 25128 0 -1 1077944384 1 12336 0 0 0 0 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135542601808 140136205510555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27911] ppid=27768 vsize=10929916 CPUtime=2.79 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27911/stat : 27911 (java) S 27768 27774 25128 0 -1 1077944384 13181 12336 0 0 264 3 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135541549680 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27913] ppid=27768 vsize=10929916 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27913/stat : 27913 (java) S 27768 27774 25128 0 -1 1077944384 13550 12336 0 0 270 3 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135540496880 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27914] ppid=27768 vsize=10929916 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27914/stat : 27914 (java) S 27768 27774 25128 0 -1 1077944384 11282 12336 0 0 235 2 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135539444592 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27916] ppid=27768 vsize=10929916 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27916/stat : 27916 (java) S 27768 27774 25128 0 -1 1077944384 12403 12336 0 0 183 3 8 4 20 0 20 0 12889040 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135538391792 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27918] ppid=27768 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27918/stat : 27918 (java) S 27768 27774 25128 0 -1 1077944384 3 12336 0 0 0 0 8 4 20 0 20 0 12889041 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135537338720 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27920] ppid=27768 vsize=10929916 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27920/stat : 27920 (java) S 27768 27774 25128 0 -1 1077944384 1151 12336 0 0 50 50 8 4 20 0 20 0 12889041 11192233984 147954 33554432000 4194304 4196468 140721122517216 140135536286000 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10929916

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 27774 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2345.4 s]
/proc/loadavg: 1.52 1.42 1.43 4/281 27993
/proc/meminfo: memFree=30232764/32770624 swapFree=5716/333892
[pid=27774] ppid=27768 vsize=11063044 CPUtime=2400.96 cores=1,3,5,7,9,11,13,15
/proc/27774/stat : 27774 (java) S 27768 27774 25128 0 -1 1077944320 155432 12336 0 0 239756 328 8 4 20 0 22 0 12889019 11328557056 149149 33554432000 4194304 4196468 140721122517216 140721122499760 140136205491959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
/proc/27774/statm: 2765761 149149 3505 1 0 2753316 0
[pid=27774/tid=27883] ppid=27768 vsize=11063044 CPUtime=2330.06 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27883/stat : 27883 (java) S 27768 27774 25128 0 -1 1077944384 57025 12336 0 0 232967 27 8 4 20 0 22 0 12889032 11328557056 149149 33554432000 4194304 4196468 140721122517216 140136209729504 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27885] ppid=27768 vsize=11063044 CPUtime=6.95 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27885/stat : 27885 (java) S 27768 27774 25128 0 -1 1077944384 4064 12336 0 0 653 30 8 4 20 0 22 0 12889033 11328557056 149149 33554432000 4194304 4196468 140721122517216 140136131565968 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27886] ppid=27768 vsize=11063044 CPUtime=6.85 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27886/stat : 27886 (java) S 27768 27774 25128 0 -1 1077944384 3644 12336 0 0 647 26 8 4 20 0 22 0 12889033 11328557056 149149 33554432000 4194304 4196468 140721122517216 140136130513168 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27887] ppid=27768 vsize=11063044 CPUtime=6.94 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27887/stat : 27887 (java) S 27768 27774 25128 0 -1 1077944384 3329 12336 0 0 652 30 8 4 20 0 22 0 12889033 11328557056 149149 33554432000 4194304 4196468 140721122517216 140136129460880 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27888] ppid=27768 vsize=11063044 CPUtime=6.98 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27888/stat : 27888 (java) S 27768 27774 25128 0 -1 1077944384 4314 12336 0 0 658 28 8 4 20 0 22 0 12889033 11328557056 149149 33554432000 4194304 4196468 140721122517216 140136128408080 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27889] ppid=27768 vsize=11063044 CPUtime=6.94 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27889/stat : 27889 (java) S 27768 27774 25128 0 -1 1077944384 3321 12336 0 0 654 28 8 4 20 0 22 0 12889033 11328557056 149149 33554432000 4194304 4196468 140721122517216 140136127355792 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27890] ppid=27768 vsize=11063044 CPUtime=6.91 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27890/stat : 27890 (java) S 27768 27774 25128 0 -1 1077944384 4146 12336 0 0 648 31 8 4 20 0 22 0 12889033 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135807052560 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27891] ppid=27768 vsize=11063044 CPUtime=7 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27891/stat : 27891 (java) S 27768 27774 25128 0 -1 1077944384 3916 12336 0 0 657 31 8 4 20 0 22 0 12889033 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135806000272 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27892] ppid=27768 vsize=11063044 CPUtime=7.01 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27892/stat : 27892 (java) S 27768 27774 25128 0 -1 1077944384 3057 12336 0 0 657 32 8 4 20 0 22 0 12889033 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135804947472 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27901] ppid=27768 vsize=11063044 CPUtime=5.62 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27901/stat : 27901 (java) R 27768 27774 25128 0 -1 4202560 14460 12336 0 0 516 34 8 4 20 0 22 0 12889035 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135545758144 140136189848335 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27903] ppid=27768 vsize=11063044 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27903/stat : 27903 (java) S 27768 27774 25128 0 -1 1077944384 67 12336 0 0 0 0 8 4 20 0 22 0 12889036 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135544705424 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27905] ppid=27768 vsize=11063044 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27905/stat : 27905 (java) S 27768 27774 25128 0 -1 1077944384 49 12336 0 0 0 0 8 4 20 0 22 0 12889036 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135543653504 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27908] ppid=27768 vsize=11063044 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27908/stat : 27908 (java) S 27768 27774 25128 0 -1 1077944384 111 12336 0 0 0 0 8 4 20 0 22 0 12889040 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135542601808 140136205510555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27911] ppid=27768 vsize=11063044 CPUtime=2.79 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27911/stat : 27911 (java) S 27768 27774 25128 0 -1 1077944384 13217 12336 0 0 264 3 8 4 20 0 22 0 12889040 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135541549680 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27913] ppid=27768 vsize=11063044 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27913/stat : 27913 (java) S 27768 27774 25128 0 -1 1077944384 13550 12336 0 0 270 3 8 4 20 0 22 0 12889040 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135540496880 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27914] ppid=27768 vsize=11063044 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27914/stat : 27914 (java) S 27768 27774 25128 0 -1 1077944384 11282 12336 0 0 235 2 8 4 20 0 22 0 12889040 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135539444592 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27916] ppid=27768 vsize=11063044 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27916/stat : 27916 (java) S 27768 27774 25128 0 -1 1077944384 12474 12336 0 0 183 3 8 4 20 0 22 0 12889040 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135538391360 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27918] ppid=27768 vsize=11063044 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27918/stat : 27918 (java) S 27768 27774 25128 0 -1 1077944384 3 12336 0 0 0 0 8 4 20 0 22 0 12889041 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135537338720 140136205502165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
[pid=27774/tid=27920] ppid=27768 vsize=11063044 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/27774/task/27920/stat : 27920 (java) S 27768 27774 25128 0 -1 1077944384 1151 12336 0 0 50 50 8 4 20 0 22 0 12889041 11328557056 149149 33554432000 4194304 4196468 140721122517216 140135536286000 140136205503106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34574336 140721122523841 140721122526615 140721122526615 140721122529231 0
Current children cumulated CPU time (s) 2400.96
Current children cumulated vsize (KiB) 11063044

Child status: 143
Real time (s): 2345.46
CPU time (s): 2401.13
CPU user time (s): 2397.8
CPU system time (s): 3.32998
CPU usage (%): 102.374
Max. virtual memory (cumulated for all children) (KiB): 11063044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.8
system time used= 3.32998
maximum resident set size= 643208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254240
involuntary context switches= 169568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8144 second user time and 16.2291 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-23 04:16:39
IDJOB=4250113
IDBENCH=138969
IDSOLVER=2630
FILE ID=node114/4250113-1500776199
RUNJOBID= node114-1500776199-27746
PBS_JOBID= 20624588
Free space on /tmp= 61880 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h374-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250113-1500776199/watcher-4250113-1500776199 -o /tmp/evaluation-result-4250113-1500776199/solver-4250113-1500776199 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500776199-27746 --watchdog 2560  bin/concrete HOME/instance-4250113-1500776199.xml

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

MD5SUM BENCH= fdd30079817c8a7e676a6353b2e6ebba
RANDOM SEED=1703051673

node114.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.60
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		: 1733.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.60
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		: 2133.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.60
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		: 2000.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.60
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31396136 kB
MemAvailable:   31992616 kB
Buffers:          176196 kB
Cached:           695804 kB
SwapCached:            0 kB
Active:           585608 kB
Inactive:         341644 kB
Active(anon):      57696 kB
Inactive(anon):     8828 kB
Active(file):     527912 kB
Inactive(file):   332816 kB
Unevictable:        5716 kB
Mlocked:            5716 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48000 kB
Writeback:             0 kB
AnonPages:         59952 kB
Mapped:            31520 kB
Shmem:              8848 kB
Slab:             137336 kB
SReclaimable:     103176 kB
SUnreclaim:        34160 kB
KernelStack:        4080 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     310192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61832 MiB
End job on node114 at 2017-07-23 04:55:44