Trace number 4248390

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)1134 2400.06 2319.04

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-06.xml
MD5SUMe510f4e528f92f41d50b9f762f8b8317
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1134
Best CPU time to get the best result obtained on this benchmark151.156
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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.89/2.28	c Concrete v3.4 running
7.52/3.53	o 540
7.52/3.57	o 550
7.52/3.59	o 560
7.98/3.61	o 578
7.98/3.63	o 596
7.98/3.64	o 608
7.98/3.66	o 636
7.98/3.67	o 721
7.98/3.69	o 751
8.40/3.70	o 761
8.40/3.72	o 780
8.40/3.73	o 783
8.40/3.74	o 788
8.40/3.75	o 801
8.40/3.76	o 814
8.40/3.77	o 834
8.40/3.79	o 845
8.40/3.79	o 863
8.82/3.80	o 894
8.82/3.80	o 898
8.82/3.81	o 916
8.82/3.82	o 979
8.82/3.82	o 982
8.82/3.85	o 992
8.82/3.85	o 1014
8.82/3.86	o 1040
8.82/3.88	o 1045
8.82/3.88	o 1066
8.82/3.89	o 1073
8.82/3.89	o 1075
9.26/3.91	o 1079
9.26/3.91	o 1083
9.26/3.92	o 1090
9.26/3.92	o 1102
9.26/3.94	o 1128
10.39/4.23	o 1134
2400.01/2319.01	java.util.concurrent.TimeoutException
2400.01/2319.01		at concrete.MAC.mac(MAC.scala:74)
2400.01/2319.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.01/2319.01		at scala.util.Try$.apply(Try.scala:209)
2400.01/2319.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.01/2319.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.01/2319.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.01/2319.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.01/2319.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.01/2319.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.01/2319.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.01/2319.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.01/2319.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.01/2319.01		at concrete.MAC.oneRun(MAC.scala:146)
2400.01/2319.01		at concrete.MAC.nextSolution(MAC.scala:166)
2400.01/2319.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.01/2319.01		at concrete.ProblemState.map(ProblemState.scala:203)
2400.01/2319.01		at concrete.ProblemState.map(ProblemState.scala:188)
2400.01/2319.01		at concrete.MAC.nextSolution(MAC.scala:195)
2400.01/2319.01		at concrete.Solver.hasNext(Solver.scala:202)
2400.01/2319.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.01/2319.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.01/2319.01		at concrete.Solver.toStream(Solver.scala:73)
2400.01/2319.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.01/2319.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.01/2319.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.01/2319.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.01/2319.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.01/2319.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.01/2319.01		at scala.util.Success.map(Try.scala:209)
2400.01/2319.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.01/2319.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.01/2319.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2319.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.01/2319.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2319.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.01/2319.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.01/2319.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.01/2319.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.01/2319.01		at scala.collection.immutable.List.foreach(List.scala:389)
2400.01/2319.01		at scala.App.main(App.scala:76)
2400.01/2319.01		at scala.App.main$(App.scala:74)
2400.01/2319.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2319.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2319.02	v <instantiation cost="1134">
2400.01/2319.02	v       <list>
2400.01/2319.02	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
2400.01/2319.02	v       </list>
2400.01/2319.02	v       <values>
2400.01/2319.02	v         0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0
2400.01/2319.02	v       </values>
2400.01/2319.02	v     </instantiation>
2400.01/2319.02	s SATISFIABLE

Verifier Data

OK	1134

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-4248390-1500745488/watcher-4248390-1500745488 -o /tmp/evaluation-result-4248390-1500745488/solver-4248390-1500745488 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500718419-12024 --watchdog 2560 bin/concrete HOME/instance-4248390-1500745488.xml 

pid=18776
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.71 1.75 1.72 3/261 18779
/proc/meminfo: memFree=28376916/32770624 swapFree=6384/345576
[pid=18779] ppid=18776 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (bash) S 18776 18779 11993 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 9816493 9736192 350 33554432000 4194304 5098028 140731464867232 140731464864872 139817426934784 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 31490048 140731464873230 140731464873315 140731464873315 140731464876014 0
/proc/18779/statm: 2377 350 277 221 0 86 0

[startup+0.100087 s]
/proc/loadavg: 1.71 1.75 1.72 3/261 18779
/proc/meminfo: memFree=28376916/32770624 swapFree=6384/345576
[pid=18779] ppid=18776 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (bash) S 18776 18779 11993 0 -1 4202496 879 6421 0 0 0 0 0 1 20 0 1 0 9816493 9871360 378 33554432000 4194304 5098028 140731464867232 140731464861240 139817426934784 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 31490048 140731464873230 140731464873315 140731464873315 140731464876014 0
/proc/18779/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200349 s]
/proc/loadavg: 1.71 1.75 1.72 3/261 18779
/proc/meminfo: memFree=28376916/32770624 swapFree=6384/345576
[pid=18779] ppid=18776 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 4742 12612 0 0 5 1 9 4 20 0 13 0 9816493 10686320640 5109 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2608965 5109 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300344 s]
/proc/loadavg: 1.71 1.75 1.72 3/261 18779
/proc/meminfo: memFree=28376916/32770624 swapFree=6384/345576
[pid=18779] ppid=18776 vsize=10902424 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 8634 12612 0 0 21 3 9 4 20 0 20 0 9816493 11164082176 10249 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2725606 10315 2996 1 0 2713898 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902424

[startup+0.700241 s]
/proc/loadavg: 1.71 1.75 1.72 3/261 18779
/proc/meminfo: memFree=28376916/32770624 swapFree=6384/345576
[pid=18779] ppid=18776 vsize=10902720 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 12053 12612 0 0 75 4 9 4 20 0 20 0 9816493 11164385280 15845 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2725680 15845 3176 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50186 s]
/proc/loadavg: 1.71 1.75 1.72 3/281 18852
/proc/meminfo: memFree=28277652/32770624 swapFree=6384/345652
[pid=18779] ppid=18776 vsize=10913344 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 26010 12612 0 0 199 13 9 4 20 0 20 0 9816493 11175264256 44040 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2728336 44040 3399 1 0 2716450 0
[pid=18779/tid=18834] ppid=18776 vsize=10913344 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18834/stat : 18834 (java) S 18776 18779 11993 0 -1 1077944384 18859 12612 0 0 125 6 9 4 20 0 20 0 9816506 11175264256 44040 33554432000 4194304 4196468 140731983619104 139964083536304 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18835] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18835/stat : 18835 (java) S 18776 18779 11993 0 -1 1077944384 27 12612 0 0 0 0 9 4 20 0 20 0 9816507 11175264256 44040 33554432000 4194304 4196468 140731983619104 139964005391136 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18836] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18836/stat : 18836 (java) S 18776 18779 11993 0 -1 1077944384 30 12612 0 0 0 0 9 4 20 0 20 0 9816507 11175264256 44040 33554432000 4194304 4196468 140731983619104 139964004338576 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18837] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18837/stat : 18837 (java) R 18776 18779 11993 0 -1 4202560 124 12612 0 0 0 0 9 4 20 0 20 0 9816507 11175264256 44040 33554432000 4194304 4196468 140731983619104 139964003286152 139964071944935 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18838] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18838/stat : 18838 (java) S 18776 18779 11993 0 -1 1077944384 17 12612 0 0 0 0 9 4 20 0 20 0 9816507 11175264256 44040 33554432000 4194304 4196468 140731983619104 139964002233488 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18839] ppid=18776 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18839/stat : 18839 (java) S 18776 18779 11993 0 -1 1077944384 41 12612 0 0 1 0 9 4 20 0 20 0 9816507 11175264256 44040 33554432000 4194304 4196468 140731983619104 139964001179920 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18840] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18840/stat : 18840 (java) S 18776 18779 11993 0 -1 1077944384 21 12612 0 0 0 0 9 4 20 0 20 0 9816507 11175264256 44040 33554432000 4194304 4196468 140731983619104 139964000127376 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18841] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18841/stat : 18841 (java) S 18776 18779 11993 0 -1 1077944384 39 12612 0 0 0 0 9 4 20 0 20 0 9816507 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963999074832 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18842] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18842/stat : 18842 (java) S 18776 18779 11993 0 -1 1077944384 31 12612 0 0 0 0 9 4 20 0 20 0 9816507 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963998022288 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18843] ppid=18776 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18843/stat : 18843 (java) S 18776 18779 11993 0 -1 1077944384 1028 12612 0 0 1 0 9 4 20 0 20 0 9816509 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963285517344 139964079326933 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18844] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18844/stat : 18844 (java) S 18776 18779 11993 0 -1 1077944384 33 12612 0 0 0 0 9 4 20 0 20 0 9816510 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963284465056 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18845] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18845/stat : 18845 (java) S 18776 18779 11993 0 -1 1077944384 21 12612 0 0 0 0 9 4 20 0 20 0 9816510 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963283412464 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18846] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18846/stat : 18846 (java) S 18776 18779 11993 0 -1 1077944384 1 12612 0 0 0 0 9 4 20 0 20 0 9816514 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963282361040 139964079335323 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18847] ppid=18776 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18847/stat : 18847 (java) S 18776 18779 11993 0 -1 1077944384 871 12612 0 0 11 0 9 4 20 0 20 0 9816514 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963281307632 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18848] ppid=18776 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18848/stat : 18848 (java) S 18776 18779 11993 0 -1 1077944384 495 12612 0 0 12 0 9 4 20 0 20 0 9816514 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963280255088 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18849] ppid=18776 vsize=10913344 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18849/stat : 18849 (java) S 18776 18779 11993 0 -1 1077944384 1206 12612 0 0 16 0 9 4 20 0 20 0 9816514 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963279202544 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18850] ppid=18776 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18850/stat : 18850 (java) S 18776 18779 11993 0 -1 1077944384 1030 12612 0 0 24 0 9 4 20 0 20 0 9816514 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963278145376 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18851] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18851/stat : 18851 (java) S 18776 18779 11993 0 -1 1077944384 3 12612 0 0 0 0 9 4 20 0 20 0 9816514 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963277097696 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18852] ppid=18776 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18852/stat : 18852 (java) S 18776 18779 11993 0 -1 1077944384 4 12612 0 0 0 0 9 4 20 0 20 0 9816515 11175264256 44040 33554432000 4194304 4196468 140731983619104 139963276045232 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.10089 s]
/proc/loadavg: 1.71 1.75 1.72 5/281 18852
/proc/meminfo: memFree=28203296/32770624 swapFree=6384/345652
[pid=18779] ppid=18776 vsize=10927868 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 50165 12612 0 0 566 20 9 4 20 0 20 0 9816493 11190136832 59881 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2731967 59881 3475 1 0 2719522 0
[pid=18779/tid=18834] ppid=18776 vsize=10927868 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18834/stat : 18834 (java) R 18776 18779 11993 0 -1 4202560 34888 12612 0 0 280 10 9 4 20 0 20 0 9816506 11190136832 59881 33554432000 4194304 4196468 140731983619104 139964083532808 139964064482366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18835] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18835/stat : 18835 (java) S 18776 18779 11993 0 -1 1077944384 27 12612 0 0 0 0 9 4 20 0 20 0 9816507 11190136832 59881 33554432000 4194304 4196468 140731983619104 139964005391120 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18836] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18836/stat : 18836 (java) S 18776 18779 11993 0 -1 1077944384 30 12612 0 0 0 0 9 4 20 0 20 0 9816507 11190136832 59881 33554432000 4194304 4196468 140731983619104 139964004338576 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18837] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18837/stat : 18837 (java) S 18776 18779 11993 0 -1 1077944384 124 12612 0 0 0 0 9 4 20 0 20 0 9816507 11190136832 59881 33554432000 4194304 4196468 140731983619104 139964003286032 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18838] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18838/stat : 18838 (java) S 18776 18779 11993 0 -1 1077944384 17 12612 0 0 0 0 9 4 20 0 20 0 9816507 11190136832 59881 33554432000 4194304 4196468 140731983619104 139964002233488 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18839] ppid=18776 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18839/stat : 18839 (java) S 18776 18779 11993 0 -1 1077944384 41 12612 0 0 1 0 9 4 20 0 20 0 9816507 11190136832 59881 33554432000 4194304 4196468 140731983619104 139964001179920 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18840] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18840/stat : 18840 (java) S 18776 18779 11993 0 -1 1077944384 21 12612 0 0 0 0 9 4 20 0 20 0 9816507 11190136832 59881 33554432000 4194304 4196468 140731983619104 139964000127376 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18841] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18841/stat : 18841 (java) S 18776 18779 11993 0 -1 1077944384 39 12612 0 0 0 0 9 4 20 0 20 0 9816507 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963999074832 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18842] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18842/stat : 18842 (java) S 18776 18779 11993 0 -1 1077944384 31 12612 0 0 0 0 9 4 20 0 20 0 9816507 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963998022288 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18843] ppid=18776 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18843/stat : 18843 (java) S 18776 18779 11993 0 -1 1077944384 1048 12612 0 0 1 0 9 4 20 0 20 0 9816509 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963285518832 139964079327874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18844] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18844/stat : 18844 (java) S 18776 18779 11993 0 -1 1077944384 58 12612 0 0 0 0 9 4 20 0 20 0 9816510 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963284465120 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18845] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18845/stat : 18845 (java) S 18776 18779 11993 0 -1 1077944384 44 12612 0 0 0 0 9 4 20 0 20 0 9816510 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963283412480 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18846] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18846/stat : 18846 (java) S 18776 18779 11993 0 -1 1077944384 1 12612 0 0 0 0 9 4 20 0 20 0 9816514 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963282361040 139964079335323 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18847] ppid=18776 vsize=10927868 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18847/stat : 18847 (java) S 18776 18779 11993 0 -1 1077944384 3829 12612 0 0 78 0 9 4 20 0 20 0 9816514 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963281307632 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18848] ppid=18776 vsize=10927868 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18848/stat : 18848 (java) S 18776 18779 11993 0 -1 1077944384 1256 12612 0 0 44 1 9 4 20 0 20 0 9816514 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963280255088 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18849] ppid=18776 vsize=10927868 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18849/stat : 18849 (java) R 18776 18779 11993 0 -1 4202560 3705 12612 0 0 63 1 9 4 20 0 20 0 9816514 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963279182632 139964063605742 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18850] ppid=18776 vsize=10927868 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18850/stat : 18850 (java) S 18776 18779 11993 0 -1 1077944384 2869 12612 0 0 88 1 9 4 20 0 20 0 9816514 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963278150000 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18851] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18851/stat : 18851 (java) S 18776 18779 11993 0 -1 1077944384 3 12612 0 0 0 0 9 4 20 0 20 0 9816514 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963277097696 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18852] ppid=18776 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18852/stat : 18852 (java) S 18776 18779 11993 0 -1 1077944384 5 12612 0 0 0 0 9 4 20 0 20 0 9816515 11190136832 59881 33554432000 4194304 4196468 140731983619104 139963276045232 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 10927868

[startup+6.30107 s]
/proc/loadavg: 1.73 1.76 1.72 4/281 18852
/proc/meminfo: memFree=28013472/32770624 swapFree=6384/345660
[pid=18779] ppid=18776 vsize=10995452 CPUtime=14.92 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 62846 12612 0 0 1448 31 9 4 20 0 20 0 9816493 11259342848 101691 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2748863 101691 3485 1 0 2736418 0
[pid=18779/tid=18834] ppid=18776 vsize=10995452 CPUtime=5.95 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18834/stat : 18834 (java) R 18776 18779 11993 0 -1 4202560 40723 12612 0 0 569 13 9 4 20 0 20 0 9816506 11259342848 101691 33554432000 4194304 4196468 140731983619104 139964083550552 139963686592252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18835] ppid=18776 vsize=10995452 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18835/stat : 18835 (java) S 18776 18779 11993 0 -1 1077944384 92 12612 0 0 14 1 9 4 20 0 20 0 9816507 11259342848 101691 33554432000 4194304 4196468 140731983619104 139964005391120 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18836] ppid=18776 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18836/stat : 18836 (java) S 18776 18779 11993 0 -1 1077944384 52 12612 0 0 13 1 9 4 20 0 20 0 9816507 11259342848 101691 33554432000 4194304 4196468 140731983619104 139964004338576 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18837] ppid=18776 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18837/stat : 18837 (java) S 18776 18779 11993 0 -1 1077944384 143 12612 0 0 14 0 9 4 20 0 20 0 9816507 11259342848 101691 33554432000 4194304 4196468 140731983619104 139964003286032 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18838] ppid=18776 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18838/stat : 18838 (java) S 18776 18779 11993 0 -1 1077944384 43 12612 0 0 13 1 9 4 20 0 20 0 9816507 11259342848 101691 33554432000 4194304 4196468 140731983619104 139964002233488 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18839] ppid=18776 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18839/stat : 18839 (java) S 18776 18779 11993 0 -1 1077944384 57 12612 0 0 14 0 9 4 20 0 20 0 9816507 11259342848 101691 33554432000 4194304 4196468 140731983619104 139964001179920 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18840] ppid=18776 vsize=10995452 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18840/stat : 18840 (java) S 18776 18779 11993 0 -1 1077944384 51 12612 0 0 14 1 9 4 20 0 20 0 9816507 11259342848 101691 33554432000 4194304 4196468 140731983619104 139964000127376 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18841] ppid=18776 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18841/stat : 18841 (java) S 18776 18779 11993 0 -1 1077944384 57 12612 0 0 12 1 9 4 20 0 20 0 9816507 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963999074832 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18842] ppid=18776 vsize=10995452 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18842/stat : 18842 (java) S 18776 18779 11993 0 -1 1077944384 54 12612 0 0 14 1 9 4 20 0 20 0 9816507 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963998022288 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18843] ppid=18776 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18843/stat : 18843 (java) S 18776 18779 11993 0 -1 1077944384 1884 12612 0 0 12 0 9 4 20 0 20 0 9816509 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963285518832 139964079327874 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18844] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18844/stat : 18844 (java) S 18776 18779 11993 0 -1 1077944384 60 12612 0 0 0 0 9 4 20 0 20 0 9816510 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963284465184 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18845] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18845/stat : 18845 (java) S 18776 18779 11993 0 -1 1077944384 44 12612 0 0 0 0 9 4 20 0 20 0 9816510 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963283412480 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18846] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18846/stat : 18846 (java) S 18776 18779 11993 0 -1 1077944384 1 12612 0 0 0 0 9 4 20 0 20 0 9816514 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963282361040 139964079335323 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18847] ppid=18776 vsize=10995452 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18847/stat : 18847 (java) S 18776 18779 11993 0 -1 1077944384 4457 12612 0 0 213 1 9 4 20 0 20 0 9816514 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963281307632 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18848] ppid=18776 vsize=10995452 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18848/stat : 18848 (java) S 18776 18779 11993 0 -1 1077944384 2409 12612 0 0 184 2 9 4 20 0 20 0 9816514 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963280255088 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18849] ppid=18776 vsize=10995452 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18849/stat : 18849 (java) S 18776 18779 11993 0 -1 1077944384 6918 12612 0 0 217 2 9 4 20 0 20 0 9816514 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963279202544 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18850] ppid=18776 vsize=10995452 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18850/stat : 18850 (java) S 18776 18779 11993 0 -1 1077944384 3661 12612 0 0 135 2 9 4 20 0 20 0 9816514 11259342848 101691 33554432000 4194304 4196468 140731983619104 139963278150000 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18851] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14

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

/proc/18779/task/18848/stat : 18848 (java) S 18776 18779 11993 0 -1 1077944384 4667 12612 0 0 714 6 9 4 20 0 20 0 9816514 11259342848 220924 33554432000 4194304 4196468 140731983619104 139963280255088 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18849] ppid=18776 vsize=10995452 CPUtime=7.66 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18849/stat : 18849 (java) S 18776 18779 11993 0 -1 1077944384 10458 12612 0 0 749 4 9 4 20 0 20 0 9816514 11259342848 220924 33554432000 4194304 4196468 140731983619104 139963279202544 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18850] ppid=18776 vsize=10995452 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18850/stat : 18850 (java) S 18776 18779 11993 0 -1 1077944384 11135 12612 0 0 319 5 9 4 20 0 20 0 9816514 11259342848 220924 33554432000 4194304 4196468 140731983619104 139963278150000 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18851] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18851/stat : 18851 (java) S 18776 18779 11993 0 -1 1077944384 3 12612 0 0 0 0 9 4 20 0 20 0 9816514 11259342848 220924 33554432000 4194304 4196468 140731983619104 139963277097696 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18852] ppid=18776 vsize=10995452 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18852/stat : 18852 (java) S 18776 18779 11993 0 -1 1077944384 791 12612 0 0 75 63 9 4 20 0 20 0 9816515 11259342848 220924 33554432000 4194304 4196468 140731983619104 139963276045232 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
Current children cumulated CPU time (s) 2218.98
Current children cumulated vsize (KiB) 10995452

[startup+2202.3 s]
/proc/loadavg: 1.37 1.36 1.42 3/281 19220
/proc/meminfo: memFree=29914104/32770624 swapFree=6384/347404
[pid=18779] ppid=18776 vsize=10995452 CPUtime=2280.42 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 163671 12612 0 0 227585 444 9 4 20 0 20 0 9816493 11259342848 220956 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2748863 220956 3503 1 0 2736418 0
[pid=18779/tid=18834] ppid=18776 vsize=10995452 CPUtime=2182.43 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18834/stat : 18834 (java) R 18776 18779 11993 0 -1 4202560 74658 12612 0 0 218190 40 9 4 20 0 20 0 9816506 11259342848 220956 33554432000 4194304 4196468 140731983619104 139964083550800 139963684391145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18835] ppid=18776 vsize=10995452 CPUtime=8.05 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18835/stat : 18835 (java) S 18776 18779 11993 0 -1 1077944384 3037 12612 0 0 752 40 9 4 20 0 20 0 9816507 11259342848 220956 33554432000 4194304 4196468 140731983619104 139964005391120 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18836] ppid=18776 vsize=10995452 CPUtime=7.99 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18836/stat : 18836 (java) S 18776 18779 11993 0 -1 1077944384 5102 12612 0 0 743 43 9 4 20 0 20 0 9816507 11259342848 220956 33554432000 4194304 4196468 140731983619104 139964004338576 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18837] ppid=18776 vsize=10995452 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18837/stat : 18837 (java) S 18776 18779 11993 0 -1 1077944384 4907 12612 0 0 746 44 9 4 20 0 20 0 9816507 11259342848 220956 33554432000 4194304 4196468 140731983619104 139964003286032 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18838] ppid=18776 vsize=10995452 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18838/stat : 18838 (java) S 18776 18779 11993 0 -1 1077944384 6228 12612 0 0 766 42 9 4 20 0 20 0 9816507 11259342848 220956 33554432000 4194304 4196468 140731983619104 139964002233488 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18839] ppid=18776 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18839/stat : 18839 (java) S 18776 18779 11993 0 -1 1077944384 3032 12612 0 0 754 40 9 4 20 0 20 0 9816507 11259342848 220956 33554432000 4194304 4196468 140731983619104 139964001179920 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18840] ppid=18776 vsize=10995452 CPUtime=7.98 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18840/stat : 18840 (java) S 18776 18779 11993 0 -1 1077944384 4591 12612 0 0 748 37 9 4 20 0 20 0 9816507 11259342848 220956 33554432000 4194304 4196468 140731983619104 139964000127376 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18841] ppid=18776 vsize=10995452 CPUtime=7.96 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18841/stat : 18841 (java) S 18776 18779 11993 0 -1 1077944384 6660 12612 0 0 740 43 9 4 20 0 20 0 9816507 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963999074832 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18842] ppid=18776 vsize=10995452 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18842/stat : 18842 (java) S 18776 18779 11993 0 -1 1077944384 5461 12612 0 0 749 41 9 4 20 0 20 0 9816507 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963998022288 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18843] ppid=18776 vsize=10995452 CPUtime=7.8 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18843/stat : 18843 (java) S 18776 18779 11993 0 -1 1077944384 11710 12612 0 0 730 37 9 4 20 0 20 0 9816509 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963285518832 139964079327874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18844] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18844/stat : 18844 (java) S 18776 18779 11993 0 -1 1077944384 60 12612 0 0 0 0 9 4 20 0 20 0 9816510 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963284465184 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18845] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18845/stat : 18845 (java) S 18776 18779 11993 0 -1 1077944384 44 12612 0 0 0 0 9 4 20 0 20 0 9816510 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963283412480 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18846] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18846/stat : 18846 (java) S 18776 18779 11993 0 -1 1077944384 1 12612 0 0 0 0 9 4 20 0 20 0 9816514 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963282361040 139964079335323 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18847] ppid=18776 vsize=10995452 CPUtime=7.61 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18847/stat : 18847 (java) S 18776 18779 11993 0 -1 1077944384 8973 12612 0 0 745 3 9 4 20 0 20 0 9816514 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963281307632 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18848] ppid=18776 vsize=10995452 CPUtime=7.33 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18848/stat : 18848 (java) S 18776 18779 11993 0 -1 1077944384 4669 12612 0 0 714 6 9 4 20 0 20 0 9816514 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963280255088 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18849] ppid=18776 vsize=10995452 CPUtime=7.66 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18849/stat : 18849 (java) S 18776 18779 11993 0 -1 1077944384 10461 12612 0 0 749 4 9 4 20 0 20 0 9816514 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963279202544 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18850] ppid=18776 vsize=10995452 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18850/stat : 18850 (java) S 18776 18779 11993 0 -1 1077944384 11137 12612 0 0 319 5 9 4 20 0 20 0 9816514 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963278150000 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18851] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18851/stat : 18851 (java) S 18776 18779 11993 0 -1 1077944384 3 12612 0 0 0 0 9 4 20 0 20 0 9816514 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963277097696 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18852] ppid=18776 vsize=10995452 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18852/stat : 18852 (java) S 18776 18779 11993 0 -1 1077944384 808 12612 0 0 77 65 9 4 20 0 20 0 9816515 11259342848 220956 33554432000 4194304 4196468 140731983619104 139963276045232 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
Current children cumulated CPU time (s) 2280.42
Current children cumulated vsize (KiB) 10995452

[startup+2262.3 s]
/proc/loadavg: 1.49 1.40 1.43 3/281 19221
/proc/meminfo: memFree=29969304/32770624 swapFree=6372/347472
[pid=18779] ppid=18776 vsize=10995452 CPUtime=2341.91 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 165290 12612 0 0 233723 455 9 4 20 0 20 0 9816493 11259342848 221498 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2748863 221498 3503 1 0 2736418 0
[pid=18779/tid=18834] ppid=18776 vsize=10995452 CPUtime=2241.86 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18834/stat : 18834 (java) R 18776 18779 11993 0 -1 4202560 75404 12612 0 0 224132 41 9 4 20 0 20 0 9816506 11259342848 221498 33554432000 4194304 4196468 140731983619104 139964083550000 139963683351049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18835] ppid=18776 vsize=10995452 CPUtime=8.28 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18835/stat : 18835 (java) S 18776 18779 11993 0 -1 1077944384 3056 12612 0 0 775 40 9 4 20 0 20 0 9816507 11259342848 221498 33554432000 4194304 4196468 140731983619104 139964005391120 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18836] ppid=18776 vsize=10995452 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18836/stat : 18836 (java) S 18776 18779 11993 0 -1 1077944384 5173 12612 0 0 764 44 9 4 20 0 20 0 9816507 11259342848 221498 33554432000 4194304 4196468 140731983619104 139964004338576 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18837] ppid=18776 vsize=10995452 CPUtime=8.26 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18837/stat : 18837 (java) S 18776 18779 11993 0 -1 1077944384 4923 12612 0 0 768 45 9 4 20 0 20 0 9816507 11259342848 221498 33554432000 4194304 4196468 140731983619104 139964003286032 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18838] ppid=18776 vsize=10995452 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18838/stat : 18838 (java) S 18776 18779 11993 0 -1 1077944384 6435 12612 0 0 787 43 9 4 20 0 20 0 9816507 11259342848 221498 33554432000 4194304 4196468 140731983619104 139964002233488 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18839] ppid=18776 vsize=10995452 CPUtime=8.3 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18839/stat : 18839 (java) S 18776 18779 11993 0 -1 1077944384 3045 12612 0 0 775 42 9 4 20 0 20 0 9816507 11259342848 221498 33554432000 4194304 4196468 140731983619104 139964001179920 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18840] ppid=18776 vsize=10995452 CPUtime=8.19 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18840/stat : 18840 (java) S 18776 18779 11993 0 -1 1077944384 4625 12612 0 0 768 38 9 4 20 0 20 0 9816507 11259342848 221498 33554432000 4194304 4196468 140731983619104 139964000127376 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18841] ppid=18776 vsize=10995452 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18841/stat : 18841 (java) S 18776 18779 11993 0 -1 1077944384 6684 12612 0 0 760 44 9 4 20 0 20 0 9816507 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963999074832 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18842] ppid=18776 vsize=10995452 CPUtime=8.25 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18842/stat : 18842 (java) S 18776 18779 11993 0 -1 1077944384 5479 12612 0 0 771 41 9 4 20 0 20 0 9816507 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963998022288 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18843] ppid=18776 vsize=10995452 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18843/stat : 18843 (java) S 18776 18779 11993 0 -1 1077944384 11912 12612 0 0 751 39 9 4 20 0 20 0 9816509 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963285518832 139964079327874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18844] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18844/stat : 18844 (java) S 18776 18779 11993 0 -1 1077944384 60 12612 0 0 0 0 9 4 20 0 20 0 9816510 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963284465184 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18845] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18845/stat : 18845 (java) S 18776 18779 11993 0 -1 1077944384 44 12612 0 0 0 0 9 4 20 0 20 0 9816510 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963283412480 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18846] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18846/stat : 18846 (java) S 18776 18779 11993 0 -1 1077944384 1 12612 0 0 0 0 9 4 20 0 20 0 9816514 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963282361040 139964079335323 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18847] ppid=18776 vsize=10995452 CPUtime=7.61 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18847/stat : 18847 (java) S 18776 18779 11993 0 -1 1077944384 8979 12612 0 0 745 3 9 4 20 0 20 0 9816514 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963281307632 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18848] ppid=18776 vsize=10995452 CPUtime=7.33 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18848/stat : 18848 (java) S 18776 18779 11993 0 -1 1077944384 4672 12612 0 0 714 6 9 4 20 0 20 0 9816514 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963280255088 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18849] ppid=18776 vsize=10995452 CPUtime=7.66 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18849/stat : 18849 (java) S 18776 18779 11993 0 -1 1077944384 10464 12612 0 0 749 4 9 4 20 0 20 0 9816514 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963279202544 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18850] ppid=18776 vsize=10995452 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18850/stat : 18850 (java) S 18776 18779 11993 0 -1 1077944384 11386 12612 0 0 319 5 9 4 20 0 20 0 9816514 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963278150000 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18851] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18851/stat : 18851 (java) S 18776 18779 11993 0 -1 1077944384 3 12612 0 0 0 0 9 4 20 0 20 0 9816514 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963277097696 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18852] ppid=18776 vsize=10995452 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18852/stat : 18852 (java) S 18776 18779 11993 0 -1 1077944384 816 12612 0 0 80 67 9 4 20 0 20 0 9816515 11259342848 221498 33554432000 4194304 4196468 140731983619104 139963276045232 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
Current children cumulated CPU time (s) 2341.91
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319 s]
/proc/loadavg: 1.51 1.44 1.44 3/281 19222
/proc/meminfo: memFree=29960072/32770624 swapFree=6368/347544
[pid=18779] ppid=18776 vsize=10995452 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/18779/stat : 18779 (java) S 18776 18779 11993 0 -1 1077944320 166439 12612 0 0 239525 463 9 4 20 0 20 0 9816493 11259342848 221503 33554432000 4194304 4196468 140731983619104 140731983601648 139964079316727 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
/proc/18779/statm: 2748863 221503 3503 1 0 2736418 0
[pid=18779/tid=18834] ppid=18776 vsize=10995452 CPUtime=2298.05 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18834/stat : 18834 (java) R 18776 18779 11993 0 -1 4202560 75948 12612 0 0 229750 42 9 4 20 0 20 0 9816506 11259342848 221503 33554432000 4194304 4196468 140731983619104 139964083550304 139963683365929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18835] ppid=18776 vsize=10995452 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18835/stat : 18835 (java) S 18776 18779 11993 0 -1 1077944384 3064 12612 0 0 793 41 9 4 20 0 20 0 9816507 11259342848 221503 33554432000 4194304 4196468 140731983619104 139964005391120 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18836] ppid=18776 vsize=10995452 CPUtime=8.42 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18836/stat : 18836 (java) S 18776 18779 11993 0 -1 1077944384 5185 12612 0 0 784 45 9 4 20 0 20 0 9816507 11259342848 221503 33554432000 4194304 4196468 140731983619104 139964004338576 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18837] ppid=18776 vsize=10995452 CPUtime=8.48 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18837/stat : 18837 (java) S 18776 18779 11993 0 -1 1077944384 4944 12612 0 0 789 46 9 4 20 0 20 0 9816507 11259342848 221503 33554432000 4194304 4196468 140731983619104 139964003286032 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18838] ppid=18776 vsize=10995452 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18838/stat : 18838 (java) S 18776 18779 11993 0 -1 1077944384 6461 12612 0 0 808 44 9 4 20 0 20 0 9816507 11259342848 221503 33554432000 4194304 4196468 140731983619104 139964002233488 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18839] ppid=18776 vsize=10995452 CPUtime=8.52 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18839/stat : 18839 (java) S 18776 18779 11993 0 -1 1077944384 3071 12612 0 0 796 43 9 4 20 0 20 0 9816507 11259342848 221503 33554432000 4194304 4196468 140731983619104 139964001179920 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18840] ppid=18776 vsize=10995452 CPUtime=8.42 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18840/stat : 18840 (java) S 18776 18779 11993 0 -1 1077944384 4636 12612 0 0 790 39 9 4 20 0 20 0 9816507 11259342848 221503 33554432000 4194304 4196468 140731983619104 139964000127376 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18841] ppid=18776 vsize=10995452 CPUtime=8.38 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18841/stat : 18841 (java) S 18776 18779 11993 0 -1 1077944384 6750 12612 0 0 780 45 9 4 20 0 20 0 9816507 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963999074832 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18842] ppid=18776 vsize=10995452 CPUtime=8.46 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18842/stat : 18842 (java) S 18776 18779 11993 0 -1 1077944384 5693 12612 0 0 790 43 9 4 20 0 20 0 9816507 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963998022288 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18843] ppid=18776 vsize=10995452 CPUtime=8.22 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18843/stat : 18843 (java) S 18776 18779 11993 0 -1 1077944384 12108 12612 0 0 770 39 9 4 20 0 20 0 9816509 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963285518832 139964079327874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18844] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18844/stat : 18844 (java) S 18776 18779 11993 0 -1 1077944384 60 12612 0 0 0 0 9 4 20 0 20 0 9816510 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963284465184 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18845] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18845/stat : 18845 (java) S 18776 18779 11993 0 -1 1077944384 44 12612 0 0 0 0 9 4 20 0 20 0 9816510 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963283412480 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18846] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18846/stat : 18846 (java) S 18776 18779 11993 0 -1 1077944384 1 12612 0 0 0 0 9 4 20 0 20 0 9816514 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963282361040 139964079335323 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18847] ppid=18776 vsize=10995452 CPUtime=7.61 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18847/stat : 18847 (java) S 18776 18779 11993 0 -1 1077944384 8981 12612 0 0 745 3 9 4 20 0 20 0 9816514 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963281307632 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18848] ppid=18776 vsize=10995452 CPUtime=7.33 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18848/stat : 18848 (java) S 18776 18779 11993 0 -1 1077944384 4674 12612 0 0 714 6 9 4 20 0 20 0 9816514 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963280255088 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18849] ppid=18776 vsize=10995452 CPUtime=7.66 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18849/stat : 18849 (java) S 18776 18779 11993 0 -1 1077944384 10466 12612 0 0 749 4 9 4 20 0 20 0 9816514 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963279202544 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18850] ppid=18776 vsize=10995452 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18850/stat : 18850 (java) S 18776 18779 11993 0 -1 1077944384 11388 12612 0 0 319 5 9 4 20 0 20 0 9816514 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963278150000 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18851] ppid=18776 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18851/stat : 18851 (java) S 18776 18779 11993 0 -1 1077944384 3 12612 0 0 0 0 9 4 20 0 20 0 9816514 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963277097696 139964079326933 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
[pid=18779/tid=18852] ppid=18776 vsize=10995452 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/18779/task/18852/stat : 18852 (java) S 18776 18779 11993 0 -1 1077944384 833 12612 0 0 82 69 9 4 20 0 20 0 9816515 11259342848 221503 33554432000 4194304 4196468 140731983619104 139963276045232 139964079327874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15065088 140731983620801 140731983623575 140731983623575 140731983626191 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10995452

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

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

Child status: 143
Real time (s): 2319.04
CPU time (s): 2400.06
CPU user time (s): 2395.37
CPU system time (s): 4.68723
CPU usage (%): 103.494
Max. virtual memory (cumulated for all children) (KiB): 10997556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.37
system time used= 4.68723
maximum resident set size= 886788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180191
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 343535
involuntary context switches= 187996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9108 second user time and 21.0253 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 19:44:48
IDJOB=4248390
IDBENCH=133484
IDSOLVER=2630
FILE ID=node127/4248390-1500745488
RUNJOBID= node127-1500718419-12024
PBS_JOBID= 20623370
Free space on /tmp= 61876 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248390-1500745488/watcher-4248390-1500745488 -o /tmp/evaluation-result-4248390-1500745488/solver-4248390-1500745488 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500718419-12024 --watchdog 2560  bin/concrete HOME/instance-4248390-1500745488.xml

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

MD5SUM BENCH= e510f4e528f92f41d50b9f762f8b8317
RANDOM SEED=237692621

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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:        28376952 kB
MemAvailable:   28810624 kB
Buffers:          152944 kB
Cached:           559600 kB
SwapCached:            0 kB
Active:          3593884 kB
Inactive:         354220 kB
Active(anon):    3238484 kB
Inactive(anon):     8672 kB
Active(file):     355400 kB
Inactive(file):   345548 kB
Unevictable:        6384 kB
Mlocked:            6384 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24280 kB
Writeback:             0 kB
AnonPages:       3239656 kB
Mapped:            44384 kB
Shmem:              8840 kB
Slab:             131608 kB
SReclaimable:      97116 kB
SUnreclaim:        34492 kB
KernelStack:        4528 kB
PageTables:        11368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3739932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2971648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61852 MiB
End job on node127 at 2017-07-22 20:23:27