Trace number 4244344

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.97 2330.87

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-05-2.xml
MD5SUMe6b1372cf07bbc208bc6bd8f79f2963c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1098
Best CPU time to get the best result obtained on this benchmark19853.1
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints125
Number of domains1
Minimum domain size1181
Maximum domain size1181
Distribution of domain sizes[{"size":1181,"count":120}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":100}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":100},{"arity":20,"count":5}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=16633
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.47 1.40 1.46 3/261 16636
/proc/meminfo: memFree=31010412/32770624 swapFree=5912/41884
[pid=16636] ppid=16633 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (bash) S 16633 16636 16327 0 -1 4202496 687 1536 0 0 0 0 0 0 20 0 1 0 3675936 9736192 351 33554432000 4194304 5098028 140733555923616 140733555921256 140086586043392 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 20946944 140733555926286 140733555926371 140733555926371 140733555929070 0
/proc/16636/statm: 2377 351 278 221 0 86 0

[startup+0.100183 s]
/proc/loadavg: 1.47 1.40 1.46 3/261 16636
/proc/meminfo: memFree=31010412/32770624 swapFree=5912/41884
[pid=16636] ppid=16633 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (bash) S 16633 16636 16327 0 -1 4202496 879 6429 0 0 0 0 0 1 20 0 1 0 3675936 9871360 378 33554432000 4194304 5098028 140733555923616 140733555917624 140086586043392 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 20946944 140733555926286 140733555926371 140733555926371 140733555929070 0
/proc/16636/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200266 s]
/proc/loadavg: 1.47 1.40 1.46 3/261 16636
/proc/meminfo: memFree=31010412/32770624 swapFree=5912/41884
[pid=16636] ppid=16633 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 4818 12284 0 0 6 1 8 3 20 0 13 0 3675936 10686320640 5174 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2608965 5174 2137 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300256 s]
/proc/loadavg: 1.47 1.40 1.46 3/261 16636
/proc/meminfo: memFree=31010412/32770624 swapFree=5912/41884
[pid=16636] ppid=16633 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 6733 12284 0 0 23 2 8 3 20 0 20 0 3675936 11164049408 8521 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2725598 8521 2994 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700177 s]
/proc/loadavg: 1.47 1.40 1.46 3/261 16636
/proc/meminfo: memFree=31010412/32770624 swapFree=5912/41884
[pid=16636] ppid=16633 vsize=10902720 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 11826 12284 0 0 71 4 8 3 20 0 20 0 3675936 11164385280 14141 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2725680 14141 3139 1 0 2713890 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10902720

[startup+1.50108 s]
/proc/loadavg: 1.47 1.40 1.46 4/281 16709
/proc/meminfo: memFree=30915848/32770624 swapFree=5912/42224
[pid=16636] ppid=16633 vsize=10913344 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 24983 12284 0 0 189 8 8 3 20 0 20 0 3675936 11175264256 33429 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2728336 33429 3368 1 0 2716450 0
[pid=16636/tid=16691] ppid=16633 vsize=10913344 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16691/stat : 16691 (java) R 16633 16636 16327 0 -1 4202560 19119 12284 0 0 129 5 8 3 20 0 20 0 3675948 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456830576720 140456806548275 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16692] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16692/stat : 16692 (java) S 16633 16636 16327 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 3675949 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456778975888 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16693] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16693/stat : 16693 (java) S 16633 16636 16327 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 3675949 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456777923088 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16694] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16694/stat : 16694 (java) S 16633 16636 16327 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 3675949 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456776870288 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16695] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16695/stat : 16695 (java) S 16633 16636 16327 0 -1 1077944384 2 12284 0 0 0 0 8 3 20 0 20 0 3675949 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456775817488 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16696] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16696/stat : 16696 (java) S 16633 16636 16327 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 3675949 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456774765712 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16697] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16697/stat : 16697 (java) S 16633 16636 16327 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 3675949 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456773712912 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16698] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16698/stat : 16698 (java) S 16633 16636 16327 0 -1 1077944384 2 12284 0 0 0 0 8 3 20 0 20 0 3675949 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456426658704 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16699] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16699/stat : 16699 (java) S 16633 16636 16327 0 -1 1077944384 2 12284 0 0 0 0 8 3 20 0 20 0 3675949 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456425605904 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16700] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16700/stat : 16700 (java) S 16633 16636 16327 0 -1 1077944384 5 12284 0 0 0 0 8 3 20 0 20 0 3675952 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456165886320 140456826366594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16701] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16701/stat : 16701 (java) S 16633 16636 16327 0 -1 1077944384 33 12284 0 0 0 0 8 3 20 0 20 0 3675953 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456164832288 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16702] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16702/stat : 16702 (java) S 16633 16636 16327 0 -1 1077944384 21 12284 0 0 0 0 8 3 20 0 20 0 3675953 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456163779440 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16703] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16703/stat : 16703 (java) S 16633 16636 16327 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 3675958 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456162727760 140456826374043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16704] ppid=16633 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16704/stat : 16704 (java) S 16633 16636 16327 0 -1 1077944384 1028 12284 0 0 10 0 8 3 20 0 20 0 3675958 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456161676144 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16705] ppid=16633 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16705/stat : 16705 (java) S 16633 16636 16327 0 -1 1077944384 1227 12284 0 0 14 0 8 3 20 0 20 0 3675958 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456160623344 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16706] ppid=16633 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16706/stat : 16706 (java) S 16633 16636 16327 0 -1 1077944384 482 12284 0 0 10 0 8 3 20 0 20 0 3675958 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456159570544 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16707] ppid=16633 vsize=10913344 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16707/stat : 16707 (java) S 16633 16636 16327 0 -1 1077944384 917 12284 0 0 22 0 8 3 20 0 20 0 3675958 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456158517744 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16708] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16708/stat : 16708 (java) S 16633 16636 16327 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 3675959 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456157465184 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16709] ppid=16633 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16709/stat : 16709 (java) S 16633 16636 16327 0 -1 1077944384 4 12284 0 0 0 0 8 3 20 0 20 0 3675959 11175264256 33429 33554432000 4194304 4196468 140723200800736 140456156412464 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 10913344

[startup+3.1011 s]
/proc/loadavg: 1.47 1.40 1.46 5/281 16709
/proc/meminfo: memFree=30838228/32770624 swapFree=5912/42220
[pid=16636] ppid=16633 vsize=10925820 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 38341 12284 0 0 581 19 8 3 20 0 20 0 3675936 11188039680 56360 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2731455 56360 3476 1 0 2719010 0
[pid=16636/tid=16691] ppid=16633 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16691/stat : 16691 (java) R 16633 16636 16327 0 -1 4202560 25248 12284 0 0 282 8 8 3 20 0 20 0 3675948 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456830581912 140456461980788 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16692] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16692/stat : 16692 (java) S 16633 16636 16327 0 -1 1077944384 21 12284 0 0 0 0 8 3 20 0 20 0 3675949 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456778975888 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16693] ppid=16633 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16693/stat : 16693 (java) S 16633 16636 16327 0 -1 1077944384 37 12284 0 0 1 0 8 3 20 0 20 0 3675949 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456777923088 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16694] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16694/stat : 16694 (java) S 16633 16636 16327 0 -1 1077944384 10 12284 0 0 0 0 8 3 20 0 20 0 3675949 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456776870288 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16695] ppid=16633 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16695/stat : 16695 (java) S 16633 16636 16327 0 -1 1077944384 34 12284 0 0 1 0 8 3 20 0 20 0 3675949 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456775817488 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16696] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16696/stat : 16696 (java) S 16633 16636 16327 0 -1 1077944384 13 12284 0 0 0 0 8 3 20 0 20 0 3675949 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456774765712 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16697] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16697/stat : 16697 (java) S 16633 16636 16327 0 -1 1077944384 24 12284 0 0 0 0 8 3 20 0 20 0 3675949 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456773712912 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16698] ppid=16633 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16698/stat : 16698 (java) S 16633 16636 16327 0 -1 1077944384 57 12284 0 0 1 0 8 3 20 0 20 0 3675949 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456426658704 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16699] ppid=16633 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16699/stat : 16699 (java) S 16633 16636 16327 0 -1 1077944384 133 12284 0 0 1 0 8 3 20 0 20 0 3675949 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456425605904 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16700] ppid=16633 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16700/stat : 16700 (java) S 16633 16636 16327 0 -1 1077944384 1487 12284 0 0 1 0 8 3 20 0 20 0 3675952 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456165886320 140456826366594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16701] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16701/stat : 16701 (java) S 16633 16636 16327 0 -1 1077944384 57 12284 0 0 0 0 8 3 20 0 20 0 3675953 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456164832288 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16702] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16702/stat : 16702 (java) S 16633 16636 16327 0 -1 1077944384 47 12284 0 0 0 0 8 3 20 0 20 0 3675953 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456163779440 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16703] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16703/stat : 16703 (java) S 16633 16636 16327 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 3675958 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456162727760 140456826374043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16704] ppid=16633 vsize=10925820 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16704/stat : 16704 (java) R 16633 16636 16327 0 -1 4202560 1685 12284 0 0 55 1 8 3 20 0 20 0 3675958 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456161661904 140456818644896 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16705] ppid=16633 vsize=10925820 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16705/stat : 16705 (java) R 16633 16636 16327 0 -1 4202560 1976 12284 0 0 62 1 8 3 20 0 20 0 3675958 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456160609888 140456807538085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16706] ppid=16633 vsize=10925820 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16706/stat : 16706 (java) R 16633 16636 16327 0 -1 4202560 2120 12284 0 0 67 1 8 3 20 0 20 0 3675958 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456159551888 140456812369756 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16707] ppid=16633 vsize=10925820 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16707/stat : 16707 (java) S 16633 16636 16327 0 -1 1077944384 3260 12284 0 0 101 1 8 3 20 0 20 0 3675958 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456158517744 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16708] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16708/stat : 16708 (java) S 16633 16636 16327 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 3675959 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456157465184 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16709] ppid=16633 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16709/stat : 16709 (java) S 16633 16636 16327 0 -1 1077944384 5 12284 0 0 0 0 8 3 20 0 20 0 3675959 11188039680 56360 33554432000 4194304 4196468 140723200800736 140456156412464 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 10925820

[startup+6.3012 s]
/proc/loadavg: 1.43 1.40 1.46 6/281 16709
/proc/meminfo: memFree=30644484/32770624 swapFree=5912/42228
[pid=16636] ppid=16633 vsize=10997500 CPUtime=17.03 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 75598 12284 0 0 1657 35 8 3 20 0 20 0 3675936 11261440000 99782 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2749375 99782 3496 1 0 2736930 0
[pid=16636/tid=16691] ppid=16633 vsize=10997500 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16691/stat : 16691 (java) R 16633 16636 16327 0 -1 4202560 40505 12284 0 0 589 11 8 3 20 0 20 0 3675948 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456830586952 140456470837063 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16692] ppid=16633 vsize=10997500 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16692/stat : 16692 (java) S 16633 16636 16327 0 -1 1077944384 50 12284 0 0 4 1 8 3 20 0 20 0 3675949 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456778975888 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16693] ppid=16633 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16693/stat : 16693 (java) S 16633 16636 16327 0 -1 1077944384 147 12284 0 0 5 1 8 3 20 0 20 0 3675949 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456777923088 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16694] ppid=16633 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16694/stat : 16694 (java) S 16633 16636 16327 0 -1 1077944384 50 12284 0 0 5 1 8 3 20 0 20 0 3675949 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456776870288 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16695] ppid=16633 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16695/stat : 16695 (java) S 16633 16636 16327 0 -1 1077944384 740 12284 0 0 5 1 8 3 20 0 20 0 3675949 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456775817488 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16696] ppid=16633 vsize=10997500 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16696/stat : 16696 (java) S 16633 16636 16327 0 -1 1077944384 69 12284 0 0 4 1 8 3 20 0 20 0 3675949 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456774765712 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16697] ppid=16633 vsize=10997500 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16697/stat : 16697 (java) S 16633 16636 16327 0 -1 1077944384 64 12284 0 0 4 1 8 3 20 0 20 0 3675949 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456773712912 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16698] ppid=16633 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16698/stat : 16698 (java) S 16633 16636 16327 0 -1 1077944384 102 12284 0 0 5 1 8 3 20 0 20 0 3675949 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456426658704 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16699] ppid=16633 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16699/stat : 16699 (java) S 16633 16636 16327 0 -1 1077944384 146 12284 0 0 5 1 8 3 20 0 20 0 3675949 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456425605904 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16700] ppid=16633 vsize=10997500 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16700/stat : 16700 (java) S 16633 16636 16327 0 -1 1077944384 2046 12284 0 0 4 0 8 3 20 0 20 0 3675952 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456165886320 140456826366594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16701] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16701/stat : 16701 (java) S 16633 16636 16327 0 -1 1077944384 57 12284 0 0 0 0 8 3 20 0 20 0 3675953 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456164832416 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16702] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16702/stat : 16702 (java) S 16633 16636 16327 0 -1 1077944384 47 12284 0 0 0 0 8 3 20 0 20 0 3675953 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456163779456 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16703] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16703/stat : 16703 (java) S 16633 16636 16327 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 3675958 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456162727760 140456826374043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16704] ppid=16633 vsize=10997500 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16704/stat : 16704 (java) R 16633 16636 16327 0 -1 4202560 8839 12284 0 0 265 2 8 3 20 0 20 0 3675958 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456161669248 140456810323648 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16705] ppid=16633 vsize=10997500 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16705/stat : 16705 (java) S 16633 16636 16327 0 -1 1077944384 5490 12284 0 0 255 2 8 3 20 0 20 0 3675958 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456160623344 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16706] ppid=16633 vsize=10997500 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16706/stat : 16706 (java) R 16633 16636 16327 0 -1 4202560 8688 12284 0 0 289 2 8 3 20 0 20 0 3675958 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456159558112 140456807727729 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16707] ppid=16633 vsize=10997500 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16707/stat : 16707 (java) S 16633 16636 16327 0 -1 1077944384 6416 12284 0 0 208 3 8 3 20 0 20 0 3675958 11261440000 99782 33554432000 4194304 4196468 140723200800736 140456158517744 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16708] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=16636/tid=16705] ppid=16633 vsize=10997500 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16705/stat : 16705 (java) S 16633 16636 16327 0 -1 1077944384 9404 12284 0 0 279 3 8 3 20 0 20 0 3675958 11261440000 378918 33554432000 4194304 4196468 140723200800736 140456160623344 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16706] ppid=16633 vsize=10997500 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16706/stat : 16706 (java) S 16633 16636 16327 0 -1 1077944384 10251 12284 0 0 342 3 8 3 20 0 20 0 3675958 11261440000 378918 33554432000 4194304 4196468 140723200800736 140456159570544 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16707] ppid=16633 vsize=10997500 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16707/stat : 16707 (java) S 16633 16636 16327 0 -1 1077944384 16514 12284 0 0 213 4 8 3 20 0 20 0 3675958 11261440000 378918 33554432000 4194304 4196468 140723200800736 140456158517744 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16708] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16708/stat : 16708 (java) S 16633 16636 16327 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 3675959 11261440000 378918 33554432000 4194304 4196468 140723200800736 140456157465184 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16709] ppid=16633 vsize=10997500 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16709/stat : 16709 (java) S 16633 16636 16327 0 -1 1077944384 1578 12284 0 0 68 66 8 3 20 0 20 0 3675959 11261440000 378918 33554432000 4194304 4196468 140723200800736 140456156412464 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
Current children cumulated CPU time (s) 2330.03
Current children cumulated vsize (KiB) 10997500

[startup+2322.3 s]
/proc/loadavg: 1.33 1.41 1.45 3/282 16953
/proc/meminfo: memFree=28135988/32770624 swapFree=5912/45580
[pid=16636] ppid=16633 vsize=10997500 CPUtime=2391.69 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 210071 12284 0 0 238725 433 8 3 20 0 20 0 3675936 11261440000 378922 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2749375 378922 3509 1 0 2736930 0
[pid=16636/tid=16691] ppid=16633 vsize=10997500 CPUtime=2302.37 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16691/stat : 16691 (java) R 16633 16636 16327 0 -1 4202560 84404 12284 0 0 230180 46 8 3 20 0 20 0 3675948 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456830589616 140456457598765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16692] ppid=16633 vsize=10997500 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16692/stat : 16692 (java) S 16633 16636 16327 0 -1 1077944384 9454 12284 0 0 816 43 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456778975888 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16693] ppid=16633 vsize=10997500 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16693/stat : 16693 (java) S 16633 16636 16327 0 -1 1077944384 10010 12284 0 0 825 39 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456777923088 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16694] ppid=16633 vsize=10997500 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16694/stat : 16694 (java) S 16633 16636 16327 0 -1 1077944384 6195 12284 0 0 833 38 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456776870288 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16695] ppid=16633 vsize=10997500 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16695/stat : 16695 (java) S 16633 16636 16327 0 -1 1077944384 7469 12284 0 0 821 40 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456775817488 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16696] ppid=16633 vsize=10997500 CPUtime=8.79 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16696/stat : 16696 (java) S 16633 16636 16327 0 -1 1077944384 6815 12284 0 0 830 38 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456774765712 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16697] ppid=16633 vsize=10997500 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16697/stat : 16697 (java) S 16633 16636 16327 0 -1 1077944384 3500 12284 0 0 833 38 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456773712912 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16698] ppid=16633 vsize=10997500 CPUtime=8.8 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16698/stat : 16698 (java) S 16633 16636 16327 0 -1 1077944384 7318 12284 0 0 832 37 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456426658704 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16699] ppid=16633 vsize=10997500 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16699/stat : 16699 (java) S 16633 16636 16327 0 -1 1077944384 7609 12284 0 0 827 37 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456425605904 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16700] ppid=16633 vsize=10997500 CPUtime=7.42 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16700/stat : 16700 (java) S 16633 16636 16327 0 -1 1077944384 16543 12284 0 0 693 38 8 3 20 0 20 0 3675952 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456165886320 140456826366594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16701] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16701/stat : 16701 (java) S 16633 16636 16327 0 -1 1077944384 57 12284 0 0 0 0 8 3 20 0 20 0 3675953 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456164832416 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16702] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16702/stat : 16702 (java) S 16633 16636 16327 0 -1 1077944384 47 12284 0 0 0 0 8 3 20 0 20 0 3675953 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456163779456 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16703] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16703/stat : 16703 (java) S 16633 16636 16327 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456162727760 140456826374043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16704] ppid=16633 vsize=10997500 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16704/stat : 16704 (java) S 16633 16636 16327 0 -1 1077944384 10746 12284 0 0 277 3 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456161676144 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16705] ppid=16633 vsize=10997500 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16705/stat : 16705 (java) S 16633 16636 16327 0 -1 1077944384 9407 12284 0 0 279 3 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456160623344 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16706] ppid=16633 vsize=10997500 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16706/stat : 16706 (java) S 16633 16636 16327 0 -1 1077944384 10253 12284 0 0 342 3 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456159570544 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16707] ppid=16633 vsize=10997500 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16707/stat : 16707 (java) S 16633 16636 16327 0 -1 1077944384 16516 12284 0 0 213 4 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456158517744 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16708] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16708/stat : 16708 (java) S 16633 16636 16327 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 3675959 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456157465184 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16709] ppid=16633 vsize=10997500 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16709/stat : 16709 (java) S 16633 16636 16327 0 -1 1077944384 1596 12284 0 0 70 67 8 3 20 0 20 0 3675959 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456156412464 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
Current children cumulated CPU time (s) 2391.69
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2330.5 s]
/proc/loadavg: 1.36 1.41 1.45 3/282 16953
/proc/meminfo: memFree=28136112/32770624 swapFree=5912/45592
[pid=16636] ppid=16633 vsize=10997500 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 210199 12284 0 0 239560 434 8 3 20 0 20 0 3675936 11261440000 378922 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2749375 378922 3509 1 0 2736930 0
[pid=16636/tid=16691] ppid=16633 vsize=10997500 CPUtime=2310.51 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16691/stat : 16691 (java) R 16633 16636 16327 0 -1 4202560 84526 12284 0 0 230994 46 8 3 20 0 20 0 3675948 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456830589520 140456471304764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16692] ppid=16633 vsize=10997500 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16692/stat : 16692 (java) S 16633 16636 16327 0 -1 1077944384 9456 12284 0 0 818 43 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456778975888 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16693] ppid=16633 vsize=10997500 CPUtime=8.77 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16693/stat : 16693 (java) S 16633 16636 16327 0 -1 1077944384 10010 12284 0 0 827 39 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456777923088 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16694] ppid=16633 vsize=10997500 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16694/stat : 16694 (java) S 16633 16636 16327 0 -1 1077944384 6195 12284 0 0 835 38 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456776870288 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16695] ppid=16633 vsize=10997500 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16695/stat : 16695 (java) S 16633 16636 16327 0 -1 1077944384 7469 12284 0 0 823 40 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456775817488 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16696] ppid=16633 vsize=10997500 CPUtime=8.81 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16696/stat : 16696 (java) S 16633 16636 16327 0 -1 1077944384 6815 12284 0 0 832 38 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456774765712 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16697] ppid=16633 vsize=10997500 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16697/stat : 16697 (java) S 16633 16636 16327 0 -1 1077944384 3502 12284 0 0 835 38 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456773712912 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16698] ppid=16633 vsize=10997500 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16698/stat : 16698 (java) S 16633 16636 16327 0 -1 1077944384 7319 12284 0 0 834 37 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456426658704 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16699] ppid=16633 vsize=10997500 CPUtime=8.77 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16699/stat : 16699 (java) S 16633 16636 16327 0 -1 1077944384 7609 12284 0 0 829 37 8 3 20 0 20 0 3675949 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456425605904 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16700] ppid=16633 vsize=10997500 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16700/stat : 16700 (java) S 16633 16636 16327 0 -1 1077944384 16544 12284 0 0 696 38 8 3 20 0 20 0 3675952 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456165886320 140456826366594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16701] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16701/stat : 16701 (java) S 16633 16636 16327 0 -1 1077944384 57 12284 0 0 0 0 8 3 20 0 20 0 3675953 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456164832416 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16702] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16702/stat : 16702 (java) S 16633 16636 16327 0 -1 1077944384 47 12284 0 0 0 0 8 3 20 0 20 0 3675953 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456163779456 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16703] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16703/stat : 16703 (java) S 16633 16636 16327 0 -1 1077944384 1 12284 0 0 0 0 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456162727760 140456826374043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16704] ppid=16633 vsize=10997500 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16704/stat : 16704 (java) S 16633 16636 16327 0 -1 1077944384 10746 12284 0 0 277 3 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456161676144 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16705] ppid=16633 vsize=10997500 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16705/stat : 16705 (java) S 16633 16636 16327 0 -1 1077944384 9407 12284 0 0 279 3 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456160623344 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16706] ppid=16633 vsize=10997500 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16706/stat : 16706 (java) S 16633 16636 16327 0 -1 1077944384 10253 12284 0 0 342 3 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456159570544 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16707] ppid=16633 vsize=10997500 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16707/stat : 16707 (java) S 16633 16636 16327 0 -1 1077944384 16516 12284 0 0 213 4 8 3 20 0 20 0 3675958 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456158517744 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16708] ppid=16633 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16708/stat : 16708 (java) S 16633 16636 16327 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 20 0 3675959 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456157465184 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16709] ppid=16633 vsize=10997500 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16709/stat : 16709 (java) S 16633 16636 16327 0 -1 1077944384 1596 12284 0 0 70 67 8 3 20 0 20 0 3675959 11261440000 378922 33554432000 4194304 4196468 140723200800736 140456156412464 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10997500

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

[startup+2330.8 s]
/proc/loadavg: 1.36 1.41 1.45 3/282 16953
/proc/meminfo: memFree=28136112/32770624 swapFree=5912/45592
[pid=16636] ppid=16633 vsize=11130628 CPUtime=2401.7 cores=0,2,4,6,8,10,12,14
/proc/16636/stat : 16636 (java) S 16633 16636 16327 0 -1 1077944320 216893 12284 0 0 239722 437 8 3 20 0 22 0 3675936 11397763072 380739 33554432000 4194304 4196468 140723200800736 140723200783280 140456826355447 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
/proc/16636/statm: 2782657 380739 3509 1 0 2770212 0
[pid=16636/tid=16691] ppid=16633 vsize=11130628 CPUtime=2310.52 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16691/stat : 16691 (java) S 16633 16636 16327 0 -1 1077944384 84874 12284 0 0 230995 46 8 3 20 0 22 0 3675948 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456830593120 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16692] ppid=16633 vsize=11130628 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16692/stat : 16692 (java) S 16633 16636 16327 0 -1 1077944384 9485 12284 0 0 837 43 8 3 20 0 22 0 3675949 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456778975888 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16693] ppid=16633 vsize=11130628 CPUtime=8.96 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16693/stat : 16693 (java) S 16633 16636 16327 0 -1 1077944384 10019 12284 0 0 846 39 8 3 20 0 22 0 3675949 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456777923088 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16694] ppid=16633 vsize=11130628 CPUtime=9.04 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16694/stat : 16694 (java) S 16633 16636 16327 0 -1 1077944384 6200 12284 0 0 855 38 8 3 20 0 22 0 3675949 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456776870288 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16695] ppid=16633 vsize=11130628 CPUtime=8.94 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16695/stat : 16695 (java) S 16633 16636 16327 0 -1 1077944384 7484 12284 0 0 843 40 8 3 20 0 22 0 3675949 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456775817488 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16696] ppid=16633 vsize=11130628 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16696/stat : 16696 (java) S 16633 16636 16327 0 -1 1077944384 6834 12284 0 0 851 38 8 3 20 0 22 0 3675949 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456774765712 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16697] ppid=16633 vsize=11130628 CPUtime=9.03 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16697/stat : 16697 (java) S 16633 16636 16327 0 -1 1077944384 3546 12284 0 0 854 38 8 3 20 0 22 0 3675949 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456773712912 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16698] ppid=16633 vsize=11130628 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16698/stat : 16698 (java) S 16633 16636 16327 0 -1 1077944384 7334 12284 0 0 854 37 8 3 20 0 22 0 3675949 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456426658704 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16699] ppid=16633 vsize=11130628 CPUtime=8.94 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16699/stat : 16699 (java) S 16633 16636 16327 0 -1 1077944384 7627 12284 0 0 846 37 8 3 20 0 22 0 3675949 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456425605904 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16700] ppid=16633 vsize=11130628 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16700/stat : 16700 (java) R 16633 16636 16327 0 -1 4202560 22435 12284 0 0 704 39 8 3 20 0 22 0 3675952 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456165884608 140456804486919 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16701] ppid=16633 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16701/stat : 16701 (java) S 16633 16636 16327 0 -1 1077944384 58 12284 0 0 0 0 8 3 20 0 22 0 3675953 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456164832320 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16702] ppid=16633 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16702/stat : 16702 (java) S 16633 16636 16327 0 -1 1077944384 47 12284 0 0 0 0 8 3 20 0 22 0 3675953 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456163779456 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16703] ppid=16633 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16703/stat : 16703 (java) S 16633 16636 16327 0 -1 1077944384 99 12284 0 0 0 0 8 3 20 0 22 0 3675958 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456162727760 140456826374043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16704] ppid=16633 vsize=11130628 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16704/stat : 16704 (java) S 16633 16636 16327 0 -1 1077944384 10746 12284 0 0 277 3 8 3 20 0 22 0 3675958 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456161676144 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16705] ppid=16633 vsize=11130628 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16705/stat : 16705 (java) S 16633 16636 16327 0 -1 1077944384 9407 12284 0 0 279 3 8 3 20 0 22 0 3675958 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456160623344 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16706] ppid=16633 vsize=11130628 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16706/stat : 16706 (java) S 16633 16636 16327 0 -1 1077944384 10263 12284 0 0 342 3 8 3 20 0 22 0 3675958 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456159562576 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16707] ppid=16633 vsize=11130628 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16707/stat : 16707 (java) S 16633 16636 16327 0 -1 1077944384 16591 12284 0 0 213 4 8 3 20 0 22 0 3675958 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456158517312 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16708] ppid=16633 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16708/stat : 16708 (java) S 16633 16636 16327 0 -1 1077944384 3 12284 0 0 0 0 8 3 20 0 22 0 3675959 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456157465184 140456826365653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
[pid=16636/tid=16709] ppid=16633 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/16636/task/16709/stat : 16709 (java) S 16633 16636 16327 0 -1 1077944384 1596 12284 0 0 70 67 8 3 20 0 22 0 3675959 11397763072 380739 33554432000 4194304 4196468 140723200800736 140456156412464 140456826366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33591296 140723200809665 140723200812439 140723200812439 140723200815055 0
Current children cumulated CPU time (s) 2401.7
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2330.87
CPU time (s): 2401.97
CPU user time (s): 2397.56
CPU system time (s): 4.41331
CPU usage (%): 103.05
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.56
system time used= 4.41331
maximum resident set size= 1603144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229317
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308325
involuntary context switches= 181960

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.208 second user time and 20.5412 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 02:41:03
IDJOB=4244344
IDBENCH=115585
IDSOLVER=2630
FILE ID=node107/4244344-1500684063
RUNJOBID= node107-1500682951-16358
PBS_JOBID= 20623334
Free space on /tmp= 61852 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-020-05-2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244344-1500684063/watcher-4244344-1500684063 -o /tmp/evaluation-result-4244344-1500684063/solver-4244344-1500684063 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16358 --watchdog 2560  bin/concrete HOME/instance-4244344-1500684063.xml

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

MD5SUM BENCH= e6b1372cf07bbc208bc6bd8f79f2963c
RANDOM SEED=700074048

node107.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.05
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.05
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
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		: 1733.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:        31010768 kB
MemAvailable:   31030464 kB
Buffers:          101320 kB
Cached:           199024 kB
SwapCached:            0 kB
Active:          1222672 kB
Inactive:         100672 kB
Active(anon):     976084 kB
Inactive(anon):    58788 kB
Active(file):     246588 kB
Inactive(file):    41884 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24508 kB
Writeback:             0 kB
AnonPages:       1043696 kB
Mapped:            43580 kB
Shmem:              8852 kB
Slab:             127876 kB
SReclaimable:      94116 kB
SUnreclaim:        33760 kB
KernelStack:        4832 kB
PageTables:         8528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1851468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    948224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61828 MiB
End job on node107 at 2017-07-22 03:19:54