Trace number 4248348

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.4SAT (TO)992 2400.14 2319.83

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-17.xml
MD5SUM072cba4c7f6c08974f35ec38dd54383a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark992
Best CPU time to get the best result obtained on this benchmark44.660999
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.87/2.41	c Concrete v3.4 running
7.24/3.96	o 348
7.66/4.00	o 355
7.66/4.03	o 408
7.66/4.05	o 434
7.66/4.07	o 483
7.66/4.08	o 489
7.66/4.10	o 510
8.05/4.11	o 581
8.05/4.12	o 650
8.05/4.13	o 666
8.05/4.14	o 670
8.05/4.15	o 692
8.05/4.16	o 718
8.05/4.17	o 723
8.05/4.18	o 726
8.05/4.19	o 728
8.05/4.20	o 777
8.45/4.20	o 778
8.45/4.21	o 781
8.45/4.21	o 870
8.45/4.22	o 881
8.45/4.22	o 884
8.45/4.27	o 887
8.45/4.27	o 939
8.45/4.28	o 950
8.45/4.29	o 972
8.45/4.29	o 974
8.88/4.31	o 982
9.65/4.57	o 985
10.02/4.63	o 988
10.02/4.63	o 989
10.02/4.64	o 992
2400.09/2319.80	java.util.concurrent.TimeoutException
2400.09/2319.80		at concrete.MAC.mac(MAC.scala:74)
2400.09/2319.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.09/2319.80		at scala.util.Try$.apply(Try.scala:209)
2400.09/2319.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.09/2319.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.09/2319.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.09/2319.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.09/2319.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.09/2319.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.09/2319.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.09/2319.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.09/2319.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.09/2319.81		at concrete.MAC.oneRun(MAC.scala:146)
2400.09/2319.81		at concrete.MAC.nextSolution(MAC.scala:166)
2400.09/2319.81		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.09/2319.81		at concrete.ProblemState.map(ProblemState.scala:203)
2400.09/2319.81		at concrete.ProblemState.map(ProblemState.scala:188)
2400.09/2319.81		at concrete.MAC.nextSolution(MAC.scala:195)
2400.09/2319.81		at concrete.Solver.hasNext(Solver.scala:202)
2400.09/2319.81		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.09/2319.81		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.09/2319.81		at concrete.Solver.toStream(Solver.scala:73)
2400.09/2319.81		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.09/2319.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.09/2319.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.09/2319.81		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.09/2319.81		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.09/2319.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.09/2319.81		at scala.util.Success.map(Try.scala:209)
2400.09/2319.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.09/2319.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.09/2319.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2319.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.09/2319.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2319.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.09/2319.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.09/2319.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.09/2319.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.09/2319.81		at scala.collection.immutable.List.foreach(List.scala:389)
2400.09/2319.81		at scala.App.main(App.scala:76)
2400.09/2319.81		at scala.App.main$(App.scala:74)
2400.09/2319.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2319.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2319.81	v <instantiation cost="992">
2400.09/2319.81	v       <list>
2400.09/2319.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2400.09/2319.81	v       </list>
2400.09/2319.81	v       <values>
2400.09/2319.81	v         0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1
2400.09/2319.81	v       </values>
2400.09/2319.81	v     </instantiation>
2400.09/2319.82	s SATISFIABLE

Verifier Data

OK	992

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-4248348-1500682951/watcher-4248348-1500682951 -o /tmp/evaluation-result-4248348-1500682951/solver-4248348-1500682951 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16359 --watchdog 2560 bin/concrete HOME/instance-4248348-1500682951.xml 

pid=16383
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.00 1.03 1.61 3/243 16389
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16389] ppid=16383 vsize=9492 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (bash) R 16383 16389 16327 0 -1 4194304 330 0 0 0 0 0 0 0 20 0 1 0 3564701 9719808 56 33554432000 4194304 5098028 140727319559360 140727319559360 139750594476231 0 0 4096 0 0 0 0 17 9 0 0 1 0 0 7196144 7232144 20791296 140727319561486 140727319561571 140727319561571 140727319564270 0
/proc/16389/statm: 2373 63 49 221 0 50 0

[startup+0.100151 s]
/proc/loadavg: 1.00 1.03 1.61 3/243 16389
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16389] ppid=16383 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (bash) S 16383 16389 16327 0 -1 4202496 878 6415 0 0 0 0 0 1 20 0 1 0 3564701 9871360 377 33554432000 4194304 5098028 140727319559360 140727319553368 139750587010048 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 20791296 140727319561486 140727319561571 140727319561571 140727319564270 0
/proc/16389/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200292 s]
/proc/loadavg: 1.00 1.03 1.61 3/243 16389
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16389] ppid=16383 vsize=10435860 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 4920 12289 0 0 5 1 7 3 20 0 13 0 3564701 10686320640 5300 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16784584 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2608965 5300 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10435860

[startup+0.300295 s]
/proc/loadavg: 1.00 1.03 1.61 3/243 16389
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16389] ppid=16383 vsize=10902392 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 6890 12289 0 0 22 2 7 3 20 0 20 0 3564701 11164049408 8592 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2725598 8592 2983 1 0 2713890 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 10902392

[startup+0.700157 s]
/proc/loadavg: 1.00 1.03 1.61 3/243 16389
/proc/meminfo: memFree=31990908/32770624 swapFree=5912/35880
[pid=16389] ppid=16383 vsize=10902720 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 12121 12289 0 0 72 4 7 3 20 0 20 0 3564701 11164385280 14936 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2725680 14936 3168 1 0 2713890 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 1.08 1.05 1.61 5/283 16535
/proc/meminfo: memFree=31819480/32770624 swapFree=5912/37316
[pid=16389] ppid=16383 vsize=10913344 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 24118 12289 3 0 176 8 7 3 20 0 20 0 3564701 11175264256 33393 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2728336 33393 3376 1 0 2716450 0
[pid=16389/tid=16495] ppid=16383 vsize=10913344 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16495/stat : 16495 (java) R 16383 16389 16327 0 -1 4202560 18627 12289 3 0 115 6 7 3 20 0 20 0 3564715 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072531681352 140072511526238 0 4 0 16800975 0 0 0 -1 9 0 0 12 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16500] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16500/stat : 16500 (java) S 16383 16389 16327 0 -1 1077944384 2 12289 0 0 0 0 7 3 20 0 20 0 3564716 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072453519888 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16501] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16501/stat : 16501 (java) S 16383 16389 16327 0 -1 1077944384 1 12289 0 0 0 0 7 3 20 0 20 0 3564716 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072452467344 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16502] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16502/stat : 16502 (java) S 16383 16389 16327 0 -1 1077944384 3 12289 0 0 0 0 7 3 20 0 20 0 3564716 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072451414288 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16503] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16503/stat : 16503 (java) S 16383 16389 16327 0 -1 1077944384 2 12289 0 0 0 0 7 3 20 0 20 0 3564716 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072450361744 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16504] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16504/stat : 16504 (java) S 16383 16389 16327 0 -1 1077944384 2 12289 0 0 0 0 7 3 20 0 20 0 3564716 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072449309712 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16505] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16505/stat : 16505 (java) S 16383 16389 16327 0 -1 1077944384 2 12289 0 0 0 0 7 3 20 0 20 0 3564716 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072448257168 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16506] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16506/stat : 16506 (java) S 16383 16389 16327 0 -1 1077944384 2 12289 0 0 0 0 7 3 20 0 20 0 3564716 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072447204112 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16507] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16507/stat : 16507 (java) S 16383 16389 16327 0 -1 1077944384 1 12289 0 0 0 0 7 3 20 0 20 0 3564716 11175264256 33393 33554432000 4194304 4196468 140720673158896 140072446151568 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16516] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16516/stat : 16516 (java) S 16383 16389 16327 0 -1 1077944384 5 12289 0 0 0 0 7 3 20 0 20 0 3564719 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071276550384 140072527456898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16517] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16517/stat : 16517 (java) S 16383 16389 16327 0 -1 1077944384 33 12289 0 0 0 0 7 3 20 0 20 0 3564719 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071275496608 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16519] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16519/stat : 16519 (java) S 16383 16389 16327 0 -1 1077944384 21 12289 0 0 0 0 7 3 20 0 20 0 3564720 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071274443504 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16522] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16522/stat : 16522 (java) S 16383 16389 16327 0 -1 1077944384 1 12289 0 0 0 0 7 3 20 0 20 0 3564724 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071273392080 140072527464347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16523] ppid=16383 vsize=10913344 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16523/stat : 16523 (java) S 16383 16389 16327 0 -1 1077944384 702 12289 0 0 10 0 7 3 20 0 20 0 3564724 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071272340208 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16524] ppid=16383 vsize=10913344 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16524/stat : 16524 (java) S 16383 16389 16327 0 -1 1077944384 377 12289 0 0 10 0 7 3 20 0 20 0 3564724 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071271287664 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16525] ppid=16383 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16525/stat : 16525 (java) S 16383 16389 16327 0 -1 1077944384 1357 12289 0 0 16 0 7 3 20 0 20 0 3564724 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071270234608 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16526] ppid=16383 vsize=10913344 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16526/stat : 16526 (java) S 16383 16389 16327 0 -1 1077944384 846 12289 0 0 22 0 7 3 20 0 20 0 3564724 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071269182064 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16527] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16527/stat : 16527 (java) S 16383 16389 16327 0 -1 1077944384 3 12289 0 0 0 0 7 3 20 0 20 0 3564724 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071268129248 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16528] ppid=16383 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16528/stat : 16528 (java) S 16383 16389 16327 0 -1 1077944384 3 12289 0 0 0 0 7 3 20 0 20 0 3564725 11175264256 33393 33554432000 4194304 4196468 140720673158896 140071267076784 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10913344

[startup+3.10078 s]
/proc/loadavg: 1.08 1.05 1.61 7/283 16535
/proc/meminfo: memFree=31628756/32770624 swapFree=5912/40444
[pid=16389] ppid=16383 vsize=10923772 CPUtime=4.73 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 36667 12289 4 0 445 18 7 3 20 0 20 0 3564701 11185942528 48883 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2730943 48883 3471 1 0 2718498 0
[pid=16389/tid=16495] ppid=16383 vsize=10923772 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16495/stat : 16495 (java) R 16383 16389 16327 0 -1 4202560 23726 12289 4 0 218 7 7 3 20 0 20 0 3564715 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072531668680 140072511526238 0 4 0 16800975 0 0 0 -1 9 0 0 64 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16500] ppid=16383 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16500/stat : 16500 (java) S 16383 16389 16327 0 -1 1077944384 50 12289 0 0 1 0 7 3 20 0 20 0 3564716 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072453519888 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16501] ppid=16383 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16501/stat : 16501 (java) S 16383 16389 16327 0 -1 1077944384 8 12289 0 0 1 0 7 3 20 0 20 0 3564716 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072452467344 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16502] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16502/stat : 16502 (java) S 16383 16389 16327 0 -1 1077944384 11 12289 0 0 0 0 7 3 20 0 20 0 3564716 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072451414288 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16503] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16503/stat : 16503 (java) S 16383 16389 16327 0 -1 1077944384 26 12289 0 0 0 0 7 3 20 0 20 0 3564716 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072450361744 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16504] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16504/stat : 16504 (java) S 16383 16389 16327 0 -1 1077944384 16 12289 0 0 0 0 7 3 20 0 20 0 3564716 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072449309712 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16505] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16505/stat : 16505 (java) S 16383 16389 16327 0 -1 1077944384 139 12289 0 0 0 0 7 3 20 0 20 0 3564716 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072448257168 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16506] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16506/stat : 16506 (java) S 16383 16389 16327 0 -1 1077944384 15 12289 0 0 0 0 7 3 20 0 20 0 3564716 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072447204112 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16507] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16507/stat : 16507 (java) S 16383 16389 16327 0 -1 1077944384 29 12289 0 0 0 0 7 3 20 0 20 0 3564716 11185942528 48883 33554432000 4194304 4196468 140720673158896 140072446151568 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16516] ppid=16383 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16516/stat : 16516 (java) S 16383 16389 16327 0 -1 1077944384 1381 12289 0 0 1 0 7 3 20 0 20 0 3564719 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071276550384 140072527456898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16517] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16517/stat : 16517 (java) S 16383 16389 16327 0 -1 1077944384 55 12289 0 0 0 0 7 3 20 0 20 0 3564719 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071275496672 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16519] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16519/stat : 16519 (java) S 16383 16389 16327 0 -1 1077944384 43 12289 0 0 0 0 7 3 20 0 20 0 3564720 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071274443520 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16522] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16522/stat : 16522 (java) S 16383 16389 16327 0 -1 1077944384 1 12289 0 0 0 0 7 3 20 0 20 0 3564724 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071273392080 140072527464347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16523] ppid=16383 vsize=10923772 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16523/stat : 16523 (java) R 16383 16389 16327 0 -1 4202560 989 12289 0 0 31 1 7 3 20 0 20 0 3564724 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071272340504 140072508990912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16524] ppid=16383 vsize=10923772 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16524/stat : 16524 (java) R 16383 16389 16327 0 -1 4202560 1134 12289 0 0 37 1 7 3 20 0 20 0 3564724 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071271287960 140072511841587 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16525] ppid=16383 vsize=10923772 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16525/stat : 16525 (java) S 16383 16389 16327 0 -1 1077944384 4656 12289 0 0 78 1 7 3 20 0 20 0 3564724 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071270234608 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16526] ppid=16383 vsize=10923772 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16526/stat : 16526 (java) S 16383 16389 16327 0 -1 1077944384 2253 12289 0 0 69 1 7 3 20 0 20 0 3564724 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071269182064 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16527] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16527/stat : 16527 (java) S 16383 16389 16327 0 -1 1077944384 3 12289 0 0 0 0 7 3 20 0 20 0 3564724 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071268129248 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16528] ppid=16383 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16528/stat : 16528 (java) S 16383 16389 16327 0 -1 1077944384 4 12289 0 0 0 0 7 3 20 0 20 0 3564725 11185942528 48883 33554432000 4194304 4196468 140720673158896 140071267076784 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 10923772

[startup+6.30081 s]
/proc/loadavg: 1.08 1.05 1.60 4/283 16535
/proc/meminfo: memFree=31230120/32770624 swapFree=5912/41212
[pid=16389] ppid=16383 vsize=10995452 CPUtime=13.84 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 65694 12289 4 0 1343 31 7 3 20 0 20 0 3564701 11259342848 102539 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2748863 102539 3498 1 0 2736418 0
[pid=16389/tid=16495] ppid=16383 vsize=10995452 CPUtime=5.3 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16495/stat : 16495 (java) R 16383 16389 16327 0 -1 4202560 42027 12289 4 0 507 13 7 3 20 0 20 0 3564715 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072531679536 140072527457686 0 4 0 16800975 0 0 0 -1 1 0 0 64 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16500] ppid=16383 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16500/stat : 16500 (java) S 16383 16389 16327 0 -1 1077944384 71 12289 0 0 9 0 7 3 20 0 20 0 3564716 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072453519888 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16501] ppid=16383 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16501/stat : 16501 (java) S 16383 16389 16327 0 -1 1077944384 33 12289 0 0 15 1 7 3 20 0 20 0 3564716 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072452467344 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16502] ppid=16383 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16502/stat : 16502 (java) S 16383 16389 16327 0 -1 1077944384 87 12289 0 0 14 1 7 3 20 0 20 0 3564716 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072451414288 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16503] ppid=16383 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16503/stat : 16503 (java) S 16383 16389 16327 0 -1 1077944384 58 12289 0 0 15 0 7 3 20 0 20 0 3564716 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072450361744 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16504] ppid=16383 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16504/stat : 16504 (java) S 16383 16389 16327 0 -1 1077944384 262 12289 0 0 14 1 7 3 20 0 20 0 3564716 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072449309712 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16505] ppid=16383 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16505/stat : 16505 (java) S 16383 16389 16327 0 -1 1077944384 158 12289 0 0 12 1 7 3 20 0 20 0 3564716 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072448257168 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16506] ppid=16383 vsize=10995452 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16506/stat : 16506 (java) S 16383 16389 16327 0 -1 1077944384 40 12289 0 0 11 0 7 3 20 0 20 0 3564716 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072447204112 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16507] ppid=16383 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16507/stat : 16507 (java) S 16383 16389 16327 0 -1 1077944384 66 12289 0 0 13 1 7 3 20 0 20 0 3564716 11259342848 102539 33554432000 4194304 4196468 140720673158896 140072446151568 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16516] ppid=16383 vsize=10995452 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16516/stat : 16516 (java) S 16383 16389 16327 0 -1 1077944384 3071 12289 0 0 10 1 7 3 20 0 20 0 3564719 11259342848 102539 33554432000 4194304 4196468 140720673158896 140071276550384 140072527456898 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16517] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16517/stat : 16517 (java) S 16383 16389 16327 0 -1 1077944384 57 12289 0 0 0 0 7 3 20 0 20 0 3564719 11259342848 102539 33554432000 4194304 4196468 140720673158896 140071275496736 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16519] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16519/stat : 16519 (java) S 16383 16389 16327 0 -1 1077944384 45 12289 0 0 0 0 7 3 20 0 20 0 3564720 11259342848 102539 33554432000 4194304 4196468 140720673158896 140071274443520 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16522] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16522/stat : 16522 (java) S 16383 16389 16327 0 -1 1077944384 1 12289 0 0 0 0 7 3 20 0 20 0 3564724 11259342848 102539 33554432000 4194304 4196468 140720673158896 140071273392080 140072527464347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16523] ppid=16383 vsize=10995452 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16523/stat : 16523 (java) R 16383 16389 16327 0 -1 4202560 2514 12289 0 0 160 1 7 3 20 0 20 0 3564724 11259342848 102539 33554432000 4194304 4196468 140720673158896 140071272340208 140072527459655 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16524] ppid=16383 vsize=10995452 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16524/stat : 16524 (java) S 16383 16389 16327 0 -1 1077944384 1871 12289 0 0 165 1 7 3 20 0 20 0 3564724 11259342848 102539 33554432000 4194304 4196468 140720673158896 140071271287664 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16525] ppid=16383 vsize=10995452 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16525/stat : 16525 (java) R 16383 16389 16327 0 -1 4202560 9670 12289 0 0 262 2 7 3 20 0 20 0 3564724 11259342848 102539 33554432000 4194304 4196468 140720673158896 140071270234608 140072506877079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16526] ppid=16383 vsize=10995452 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16526/stat : 16526 (java) S 16383 16389 16327 0 -1 1077944384 3518 12289 0 0 129 2 7 3 20 0 20 0 3564724 11259342848 102539 33554432000 4194304 4196468 140720673158896 140071269182064 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16527] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

[pid=16389/tid=16524] ppid=16383 vsize=10995452 CPUtime=7.23 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16524/stat : 16524 (java) S 16383 16389 16327 0 -1 1077944384 6079 12289 0 0 707 6 7 3 20 0 20 0 3564724 11259342848 246475 33554432000 4194304 4196468 140720673158896 140071271287664 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16525] ppid=16383 vsize=10995452 CPUtime=8.03 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16525/stat : 16525 (java) S 16383 16389 16327 0 -1 1077944384 14075 12289 0 0 788 5 7 3 20 0 20 0 3564724 11259342848 246475 33554432000 4194304 4196468 140720673158896 140071270234608 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16526] ppid=16383 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16526/stat : 16526 (java) S 16383 16389 16327 0 -1 1077944384 14744 12289 0 0 312 7 7 3 20 0 20 0 3564724 11259342848 246475 33554432000 4194304 4196468 140720673158896 140071269182064 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16527] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16527/stat : 16527 (java) S 16383 16389 16327 0 -1 1077944384 3 12289 0 0 0 0 7 3 20 0 20 0 3564724 11259342848 246475 33554432000 4194304 4196468 140720673158896 140071268129248 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16528] ppid=16383 vsize=10995452 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16528/stat : 16528 (java) S 16383 16389 16327 0 -1 1077944384 619 12289 0 0 49 63 7 3 20 0 20 0 3564725 11259342848 246475 33554432000 4194304 4196468 140720673158896 140071267076784 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
Current children cumulated CPU time (s) 2218.18
Current children cumulated vsize (KiB) 10995452

[startup+2202.31 s]
/proc/loadavg: 1.38 1.44 1.47 3/281 16737
/proc/meminfo: memFree=29507636/32770624 swapFree=5912/43260
[pid=16389] ppid=16383 vsize=10995452 CPUtime=2279.63 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 156315 12289 4 0 227507 446 7 3 20 0 20 0 3564701 11259342848 246511 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2748863 246511 3503 1 0 2736418 0
[pid=16389/tid=16495] ppid=16383 vsize=10995452 CPUtime=2182.5 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16495/stat : 16495 (java) R 16383 16389 16327 0 -1 4202560 77047 12289 4 0 218198 42 7 3 20 0 20 0 3564715 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072531679216 140072131443373 0 4 0 16800975 0 0 0 -1 3 0 0 64 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16500] ppid=16383 vsize=10995452 CPUtime=7.96 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16500/stat : 16500 (java) S 16383 16389 16327 0 -1 1077944384 3972 12289 0 0 746 40 7 3 20 0 20 0 3564716 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072453519888 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16501] ppid=16383 vsize=10995452 CPUtime=7.99 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16501/stat : 16501 (java) S 16383 16389 16327 0 -1 1077944384 3243 12289 0 0 752 37 7 3 20 0 20 0 3564716 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072452467344 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16502] ppid=16383 vsize=10995452 CPUtime=8.04 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16502/stat : 16502 (java) S 16383 16389 16327 0 -1 1077944384 2376 12289 0 0 753 41 7 3 20 0 20 0 3564716 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072451414288 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16503] ppid=16383 vsize=10995452 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16503/stat : 16503 (java) S 16383 16389 16327 0 -1 1077944384 5676 12289 0 0 757 41 7 3 20 0 20 0 3564716 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072450361744 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16504] ppid=16383 vsize=10995452 CPUtime=7.91 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16504/stat : 16504 (java) S 16383 16389 16327 0 -1 1077944384 3896 12289 0 0 741 40 7 3 20 0 20 0 3564716 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072449309712 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16505] ppid=16383 vsize=10995452 CPUtime=8.07 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16505/stat : 16505 (java) S 16383 16389 16327 0 -1 1077944384 2358 12289 0 0 755 42 7 3 20 0 20 0 3564716 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072448257168 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16506] ppid=16383 vsize=10995452 CPUtime=7.92 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16506/stat : 16506 (java) S 16383 16389 16327 0 -1 1077944384 2104 12289 0 0 745 37 7 3 20 0 20 0 3564716 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072447204112 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16507] ppid=16383 vsize=10995452 CPUtime=8.04 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16507/stat : 16507 (java) S 16383 16389 16327 0 -1 1077944384 2178 12289 0 0 752 42 7 3 20 0 20 0 3564716 11259342848 246511 33554432000 4194304 4196468 140720673158896 140072446151568 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16516] ppid=16383 vsize=10995452 CPUtime=7.49 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16516/stat : 16516 (java) S 16383 16389 16327 0 -1 1077944384 10412 12289 0 0 700 39 7 3 20 0 20 0 3564719 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071276550384 140072527456898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16517] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16517/stat : 16517 (java) S 16383 16389 16327 0 -1 1077944384 57 12289 0 0 0 0 7 3 20 0 20 0 3564719 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071275496736 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16519] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16519/stat : 16519 (java) S 16383 16389 16327 0 -1 1077944384 45 12289 0 0 0 0 7 3 20 0 20 0 3564720 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071274443520 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16522] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16522/stat : 16522 (java) S 16383 16389 16327 0 -1 1077944384 1 12289 0 0 0 0 7 3 20 0 20 0 3564724 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071273392080 140072527464347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16523] ppid=16383 vsize=10995452 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16523/stat : 16523 (java) S 16383 16389 16327 0 -1 1077944384 5287 12289 0 0 692 5 7 3 20 0 20 0 3564724 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071272340208 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16524] ppid=16383 vsize=10995452 CPUtime=7.23 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16524/stat : 16524 (java) S 16383 16389 16327 0 -1 1077944384 6079 12289 0 0 707 6 7 3 20 0 20 0 3564724 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071271287664 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16525] ppid=16383 vsize=10995452 CPUtime=8.03 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16525/stat : 16525 (java) S 16383 16389 16327 0 -1 1077944384 14075 12289 0 0 788 5 7 3 20 0 20 0 3564724 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071270234608 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16526] ppid=16383 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16526/stat : 16526 (java) S 16383 16389 16327 0 -1 1077944384 14744 12289 0 0 312 7 7 3 20 0 20 0 3564724 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071269182064 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16527] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16527/stat : 16527 (java) S 16383 16389 16327 0 -1 1077944384 3 12289 0 0 0 0 7 3 20 0 20 0 3564724 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071268129248 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16528] ppid=16383 vsize=10995452 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16528/stat : 16528 (java) S 16383 16389 16327 0 -1 1077944384 634 12289 0 0 51 65 7 3 20 0 20 0 3564725 11259342848 246511 33554432000 4194304 4196468 140720673158896 140071267076784 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
Current children cumulated CPU time (s) 2279.63
Current children cumulated vsize (KiB) 10995452

[startup+2262.3 s]
/proc/loadavg: 1.30 1.42 1.47 3/281 16745
/proc/meminfo: memFree=29513200/32770624 swapFree=5912/43328
[pid=16389] ppid=16383 vsize=10995452 CPUtime=2341.14 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 157890 12289 4 0 233648 456 7 3 20 0 20 0 3564701 11259342848 246535 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2748863 246535 3503 1 0 2736418 0
[pid=16389/tid=16495] ppid=16383 vsize=10995452 CPUtime=2241.95 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16495/stat : 16495 (java) R 16383 16389 16327 0 -1 4202560 77705 12289 4 0 224143 42 7 3 20 0 20 0 3564715 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072531679504 140072129032839 0 4 0 16800975 0 0 0 -1 5 0 0 64 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16500] ppid=16383 vsize=10995452 CPUtime=8.18 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16500/stat : 16500 (java) S 16383 16389 16327 0 -1 1077944384 3985 12289 0 0 767 41 7 3 20 0 20 0 3564716 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072453519888 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16501] ppid=16383 vsize=10995452 CPUtime=8.23 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16501/stat : 16501 (java) S 16383 16389 16327 0 -1 1077944384 3250 12289 0 0 775 38 7 3 20 0 20 0 3564716 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072452467344 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16502] ppid=16383 vsize=10995452 CPUtime=8.26 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16502/stat : 16502 (java) S 16383 16389 16327 0 -1 1077944384 2387 12289 0 0 774 42 7 3 20 0 20 0 3564716 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072451414288 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16503] ppid=16383 vsize=10995452 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16503/stat : 16503 (java) S 16383 16389 16327 0 -1 1077944384 5690 12289 0 0 778 42 7 3 20 0 20 0 3564716 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072450361744 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16504] ppid=16383 vsize=10995452 CPUtime=8.13 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16504/stat : 16504 (java) S 16383 16389 16327 0 -1 1077944384 3903 12289 0 0 763 40 7 3 20 0 20 0 3564716 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072449309712 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16505] ppid=16383 vsize=10995452 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16505/stat : 16505 (java) S 16383 16389 16327 0 -1 1077944384 2555 12289 0 0 778 43 7 3 20 0 20 0 3564716 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072448257168 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16506] ppid=16383 vsize=10995452 CPUtime=8.15 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16506/stat : 16506 (java) S 16383 16389 16327 0 -1 1077944384 2147 12289 0 0 767 38 7 3 20 0 20 0 3564716 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072447204112 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16507] ppid=16383 vsize=10995452 CPUtime=8.27 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16507/stat : 16507 (java) S 16383 16389 16327 0 -1 1077944384 2233 12289 0 0 774 43 7 3 20 0 20 0 3564716 11259342848 246535 33554432000 4194304 4196468 140720673158896 140072446151568 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16516] ppid=16383 vsize=10995452 CPUtime=7.69 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16516/stat : 16516 (java) S 16383 16389 16327 0 -1 1077944384 10614 12289 0 0 719 40 7 3 20 0 20 0 3564719 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071276550384 140072527456898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16517] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16517/stat : 16517 (java) S 16383 16389 16327 0 -1 1077944384 57 12289 0 0 0 0 7 3 20 0 20 0 3564719 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071275496736 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16519] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16519/stat : 16519 (java) S 16383 16389 16327 0 -1 1077944384 45 12289 0 0 0 0 7 3 20 0 20 0 3564720 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071274443520 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16522] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16522/stat : 16522 (java) S 16383 16389 16327 0 -1 1077944384 1 12289 0 0 0 0 7 3 20 0 20 0 3564724 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071273392080 140072527464347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16523] ppid=16383 vsize=10995452 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16523/stat : 16523 (java) S 16383 16389 16327 0 -1 1077944384 5289 12289 0 0 692 5 7 3 20 0 20 0 3564724 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071272340208 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16524] ppid=16383 vsize=10995452 CPUtime=7.23 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16524/stat : 16524 (java) S 16383 16389 16327 0 -1 1077944384 6081 12289 0 0 707 6 7 3 20 0 20 0 3564724 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071271287664 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16525] ppid=16383 vsize=10995452 CPUtime=8.03 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16525/stat : 16525 (java) S 16383 16389 16327 0 -1 1077944384 14077 12289 0 0 788 5 7 3 20 0 20 0 3564724 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071270234608 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16526] ppid=16383 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16526/stat : 16526 (java) S 16383 16389 16327 0 -1 1077944384 15089 12289 0 0 312 7 7 3 20 0 20 0 3564724 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071269182064 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16527] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16527/stat : 16527 (java) S 16383 16389 16327 0 -1 1077944384 3 12289 0 0 0 0 7 3 20 0 20 0 3564724 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071268129248 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16528] ppid=16383 vsize=10995452 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16528/stat : 16528 (java) S 16383 16389 16327 0 -1 1077944384 651 12289 0 0 52 67 7 3 20 0 20 0 3564725 11259342848 246535 33554432000 4194304 4196468 140720673158896 140071267076784 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
Current children cumulated CPU time (s) 2341.14
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319.8 s]
/proc/loadavg: 1.38 1.41 1.46 3/282 16768
/proc/meminfo: memFree=29505160/32770624 swapFree=5912/43392
[pid=16389] ppid=16383 vsize=10995452 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/16389/stat : 16389 (java) S 16383 16389 16327 0 -1 1077944320 158628 12289 4 0 239531 468 7 3 20 0 20 0 3564701 11259342848 246544 33554432000 4194304 4196468 140720673158896 140720673141440 140072527445751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
/proc/16389/statm: 2748863 246544 3503 1 0 2736418 0
[pid=16389/tid=16495] ppid=16383 vsize=10995452 CPUtime=2298.93 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16495/stat : 16495 (java) R 16383 16389 16327 0 -1 4202560 78125 12289 4 0 229839 44 7 3 20 0 20 0 3564715 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072531678608 140072131705031 0 4 0 16800975 0 0 0 -1 3 0 0 64 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16500] ppid=16383 vsize=10995452 CPUtime=8.39 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16500/stat : 16500 (java) S 16383 16389 16327 0 -1 1077944384 3988 12289 0 0 787 42 7 3 20 0 20 0 3564716 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072453519888 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16501] ppid=16383 vsize=10995452 CPUtime=8.44 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16501/stat : 16501 (java) S 16383 16389 16327 0 -1 1077944384 3260 12289 0 0 795 39 7 3 20 0 20 0 3564716 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072452467344 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16502] ppid=16383 vsize=10995452 CPUtime=8.47 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16502/stat : 16502 (java) S 16383 16389 16327 0 -1 1077944384 2391 12289 0 0 794 43 7 3 20 0 20 0 3564716 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072451414288 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16503] ppid=16383 vsize=10995452 CPUtime=8.5 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16503/stat : 16503 (java) S 16383 16389 16327 0 -1 1077944384 5696 12289 0 0 797 43 7 3 20 0 20 0 3564716 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072450361744 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16504] ppid=16383 vsize=10995452 CPUtime=8.33 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16504/stat : 16504 (java) S 16383 16389 16327 0 -1 1077944384 3940 12289 0 0 782 41 7 3 20 0 20 0 3564716 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072449309712 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16505] ppid=16383 vsize=10995452 CPUtime=8.54 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16505/stat : 16505 (java) S 16383 16389 16327 0 -1 1077944384 2755 12289 0 0 800 44 7 3 20 0 20 0 3564716 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072448257168 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16506] ppid=16383 vsize=10995452 CPUtime=8.38 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16506/stat : 16506 (java) S 16383 16389 16327 0 -1 1077944384 2151 12289 0 0 788 40 7 3 20 0 20 0 3564716 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072447204112 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16507] ppid=16383 vsize=10995452 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16507/stat : 16507 (java) S 16383 16389 16327 0 -1 1077944384 2245 12289 0 0 796 45 7 3 20 0 20 0 3564716 11259342848 246544 33554432000 4194304 4196468 140720673158896 140072446151568 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16516] ppid=16383 vsize=10995452 CPUtime=7.89 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16516/stat : 16516 (java) S 16383 16389 16327 0 -1 1077944384 10642 12289 0 0 738 41 7 3 20 0 20 0 3564719 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071276550384 140072527456898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16517] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16517/stat : 16517 (java) S 16383 16389 16327 0 -1 1077944384 57 12289 0 0 0 0 7 3 20 0 20 0 3564719 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071275496736 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16519] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16519/stat : 16519 (java) S 16383 16389 16327 0 -1 1077944384 45 12289 0 0 0 0 7 3 20 0 20 0 3564720 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071274443520 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16522] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16522/stat : 16522 (java) S 16383 16389 16327 0 -1 1077944384 1 12289 0 0 0 0 7 3 20 0 20 0 3564724 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071273392080 140072527464347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16523] ppid=16383 vsize=10995452 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16523/stat : 16523 (java) S 16383 16389 16327 0 -1 1077944384 5291 12289 0 0 692 5 7 3 20 0 20 0 3564724 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071272340208 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16524] ppid=16383 vsize=10995452 CPUtime=7.23 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16524/stat : 16524 (java) S 16383 16389 16327 0 -1 1077944384 6083 12289 0 0 707 6 7 3 20 0 20 0 3564724 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071271287664 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16525] ppid=16383 vsize=10995452 CPUtime=8.03 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16525/stat : 16525 (java) S 16383 16389 16327 0 -1 1077944384 14079 12289 0 0 788 5 7 3 20 0 20 0 3564724 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071270234608 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16526] ppid=16383 vsize=10995452 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16526/stat : 16526 (java) S 16383 16389 16327 0 -1 1077944384 15091 12289 0 0 312 7 7 3 20 0 20 0 3564724 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071269182064 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 1 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16527] ppid=16383 vsize=10995452 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16527/stat : 16527 (java) S 16383 16389 16327 0 -1 1077944384 3 12289 0 0 0 0 7 3 20 0 20 0 3564724 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071268129248 140072527455957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
[pid=16389/tid=16528] ppid=16383 vsize=10995452 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/16389/task/16528/stat : 16528 (java) S 16383 16389 16327 0 -1 1077944384 657 12289 0 0 54 69 7 3 20 0 20 0 3564725 11259342848 246544 33554432000 4194304 4196468 140720673158896 140071267076784 140072527456898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31670272 140720673159873 140720673162647 140720673162647 140720673165263 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10995452

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

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

Child status: 143
Real time (s): 2319.83
CPU time (s): 2400.14
CPU user time (s): 2395.4
CPU system time (s): 4.73596
CPU usage (%): 103.462
Max. virtual memory (cumulated for all children) (KiB): 10998164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.4
system time used= 4.73596
maximum resident set size= 986956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171946
page faults= 4
swaps= 0
block input operations= 11304
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 353734
involuntary context switches= 189198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6341 second user time and 21.1253 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 02:22:31
IDJOB=4248348
IDBENCH=133454
IDSOLVER=2630
FILE ID=node107/4248348-1500682951
RUNJOBID= node107-1500682951-16359
PBS_JOBID= 20623334
Free space on /tmp= 61876 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248348-1500682951/watcher-4248348-1500682951 -o /tmp/evaluation-result-4248348-1500682951/solver-4248348-1500682951 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16359 --watchdog 2560  bin/concrete HOME/instance-4248348-1500682951.xml

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

MD5SUM BENCH= 072cba4c7f6c08974f35ec38dd54383a
RANDOM SEED=224867101

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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 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:        31991068 kB
MemAvailable:   32001268 kB
Buffers:          100596 kB
Cached:           190196 kB
SwapCached:            0 kB
Active:           246568 kB
Inactive:          94600 kB
Active(anon):       3384 kB
Inactive(anon):    58808 kB
Active(file):     243184 kB
Inactive(file):    35792 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48360 kB
Writeback:             0 kB
AnonPages:         56548 kB
Mapped:            30044 kB
Shmem:              8852 kB
Slab:             128008 kB
SReclaimable:      94120 kB
SUnreclaim:        33888 kB
KernelStack:        4048 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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:01:11