Trace number 4248383

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)1358 2400.05 2318.54

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-03.xml
MD5SUM51492dfdc05fd658a6c92bd20bc2cdd8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1358
Best CPU time to get the best result obtained on this benchmark148.35001
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.65/2.14	c Concrete v3.4 running
6.77/3.27	o 590
6.77/3.31	o 601
7.25/3.33	o 673
7.25/3.35	o 736
7.25/3.37	o 767
7.25/3.39	o 827
7.25/3.40	o 917
7.69/3.42	o 932
7.69/3.43	o 989
7.69/3.45	o 1001
7.69/3.47	o 1002
7.69/3.48	o 1102
7.69/3.49	o 1104
7.69/3.50	o 1133
8.04/3.51	o 1159
8.04/3.51	o 1163
8.04/3.52	o 1178
8.04/3.53	o 1185
8.04/3.54	o 1189
8.04/3.55	o 1200
8.04/3.55	o 1203
8.04/3.56	o 1230
8.04/3.57	o 1310
8.48/3.61	o 1315
8.48/3.64	o 1325
8.48/3.65	o 1326
8.48/3.65	o 1333
8.48/3.68	o 1336
9.30/3.87	o 1351
9.70/3.94	o 1358
2400.00/2318.50	java.util.concurrent.TimeoutException
2400.00/2318.50		at concrete.MAC.mac(MAC.scala:74)
2400.00/2318.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.00/2318.51		at scala.util.Try$.apply(Try.scala:209)
2400.00/2318.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.00/2318.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.00/2318.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.00/2318.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.00/2318.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.00/2318.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.00/2318.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.00/2318.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.00/2318.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.00/2318.51		at concrete.MAC.oneRun(MAC.scala:146)
2400.00/2318.51		at concrete.MAC.nextSolution(MAC.scala:166)
2400.00/2318.51		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.00/2318.51		at concrete.ProblemState.map(ProblemState.scala:203)
2400.00/2318.51		at concrete.ProblemState.map(ProblemState.scala:188)
2400.00/2318.51		at concrete.MAC.nextSolution(MAC.scala:195)
2400.00/2318.51		at concrete.Solver.hasNext(Solver.scala:202)
2400.00/2318.51		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.00/2318.51		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.00/2318.51		at concrete.Solver.toStream(Solver.scala:73)
2400.00/2318.51		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.00/2318.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.00/2318.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.00/2318.51		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.00/2318.51		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.00/2318.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.00/2318.51		at scala.util.Success.map(Try.scala:209)
2400.00/2318.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.00/2318.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.00/2318.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2318.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.00/2318.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2318.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.00/2318.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.00/2318.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.00/2318.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.00/2318.51		at scala.collection.immutable.List.foreach(List.scala:389)
2400.00/2318.51		at scala.App.main(App.scala:76)
2400.00/2318.51		at scala.App.main$(App.scala:74)
2400.00/2318.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2318.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2318.51	v <instantiation cost="1358">
2400.00/2318.51	v       <list>
2400.00/2318.51	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.00/2318.51	v       </list>
2400.00/2318.51	v       <values>
2400.00/2318.51	v         0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 0 1 1
2400.00/2318.51	v       </values>
2400.00/2318.51	v     </instantiation>
2400.00/2318.52	s SATISFIABLE

Verifier Data

OK	1358

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-4248383-1500745448/watcher-4248383-1500745448 -o /tmp/evaluation-result-4248383-1500745448/solver-4248383-1500745448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500745411-541 --watchdog 2560 bin/concrete HOME/instance-4248383-1500745448.xml 

pid=1376
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: 2.64 1.30 1.02 3/262 1379
/proc/meminfo: memFree=28432428/32770624 swapFree=5700/387624
[pid=1379] ppid=1376 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (bash) S 1376 1379 22965 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 9812347 9736192 351 33554432000 4194304 5098028 140729516537504 140729516535144 140515038940160 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 29822976 140729516545294 140729516545379 140729516545379 140729516548078 0
/proc/1379/statm: 2377 351 278 221 0 86 0

[startup+0.100164 s]
/proc/loadavg: 2.64 1.30 1.02 3/262 1379
/proc/meminfo: memFree=28432428/32770624 swapFree=5700/387624
[pid=1379] ppid=1376 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (bash) S 1376 1379 22965 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 9812347 9871360 378 33554432000 4194304 5098028 140729516537504 140729516531512 140515038940160 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 29822976 140729516545294 140729516545379 140729516545379 140729516548078 0
/proc/1379/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200337 s]
/proc/loadavg: 2.64 1.30 1.02 3/262 1379
/proc/meminfo: memFree=28432428/32770624 swapFree=5700/387624
[pid=1379] ppid=1376 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 5003 12257 0 0 5 1 8 4 20 0 13 0 9812347 10686320640 5349 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2608965 5349 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300332 s]
/proc/loadavg: 2.64 1.30 1.02 3/262 1379
/proc/meminfo: memFree=28432428/32770624 swapFree=5700/387624
[pid=1379] ppid=1376 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 6985 12257 0 0 22 2 8 4 20 0 20 0 9812347 11164049408 8777 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2725598 8777 2996 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700235 s]
/proc/loadavg: 2.64 1.30 1.02 3/262 1379
/proc/meminfo: memFree=28432428/32770624 swapFree=5700/387624
[pid=1379] ppid=1376 vsize=10902720 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 12271 12257 0 0 74 4 8 4 20 0 20 0 9812347 11164385280 15639 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2725680 15639 3184 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 2.64 1.30 1.02 3/282 1453
/proc/meminfo: memFree=28328300/32770624 swapFree=5700/387624
[pid=1379] ppid=1376 vsize=10913344 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 26672 12257 0 0 204 12 8 4 20 0 20 0 9812347 11175264256 44067 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2728336 44067 3412 1 0 2716450 0
[pid=1379/tid=1435] ppid=1376 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1435/stat : 1435 (java) R 1376 1379 22965 0 -1 4202560 19360 12257 0 0 125 5 8 4 20 0 20 0 9812361 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289097709376 140289093502224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1436] ppid=1376 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1436/stat : 1436 (java) S 1376 1379 22965 0 -1 1077944384 45 12257 0 0 1 0 8 4 20 0 20 0 9812362 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289019562768 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1437] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1437/stat : 1437 (java) S 1376 1379 22965 0 -1 1077944384 9 12257 0 0 0 0 8 4 20 0 20 0 9812362 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289018510224 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1438] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1438/stat : 1438 (java) S 1376 1379 22965 0 -1 1077944384 29 12257 0 0 0 0 8 4 20 0 20 0 9812362 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289017457680 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1439] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1439/stat : 1439 (java) S 1376 1379 22965 0 -1 1077944384 16 12257 0 0 0 0 8 4 20 0 20 0 9812362 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289016405136 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1440] ppid=1376 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1440/stat : 1440 (java) S 1376 1379 22965 0 -1 1077944384 12 12257 0 0 1 0 8 4 20 0 20 0 9812362 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289015351568 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1441] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1441/stat : 1441 (java) S 1376 1379 22965 0 -1 1077944384 40 12257 0 0 0 0 8 4 20 0 20 0 9812362 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289014299024 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1442] ppid=1376 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1442/stat : 1442 (java) S 1376 1379 22965 0 -1 1077944384 37 12257 0 0 1 0 8 4 20 0 20 0 9812362 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289013246480 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1443] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1443/stat : 1443 (java) S 1376 1379 22965 0 -1 1077944384 130 12257 0 0 0 0 8 4 20 0 20 0 9812362 11175264256 44067 33554432000 4194304 4196468 140729810362096 140289012193936 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1444] ppid=1376 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1444/stat : 1444 (java) S 1376 1379 22965 0 -1 1077944384 726 12257 0 0 2 0 8 4 20 0 20 0 9812364 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288299624944 140289093499522 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1445] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1445/stat : 1445 (java) S 1376 1379 22965 0 -1 1077944384 57 12257 0 0 0 0 8 4 20 0 20 0 9812365 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288298571232 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1446] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1446/stat : 1446 (java) S 1376 1379 22965 0 -1 1077944384 44 12257 0 0 0 0 8 4 20 0 20 0 9812365 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288297518592 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1447] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1447/stat : 1447 (java) S 1376 1379 22965 0 -1 1077944384 1 12257 0 0 0 0 8 4 20 0 20 0 9812370 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288296467152 140289093506971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1448] ppid=1376 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1448/stat : 1448 (java) S 1376 1379 22965 0 -1 1077944384 802 12257 0 0 14 0 8 4 20 0 20 0 9812370 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288295413744 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1449] ppid=1376 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1449/stat : 1449 (java) S 1376 1379 22965 0 -1 1077944384 1241 12257 0 0 13 0 8 4 20 0 20 0 9812370 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288294361200 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1450] ppid=1376 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1450/stat : 1450 (java) S 1376 1379 22965 0 -1 1077944384 693 12257 0 0 12 0 8 4 20 0 20 0 9812370 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288293308656 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1451] ppid=1376 vsize=10913344 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1451/stat : 1451 (java) S 1376 1379 22965 0 -1 1077944384 1288 12257 0 0 27 0 8 4 20 0 20 0 9812370 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288292256112 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1452] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1452/stat : 1452 (java) S 1376 1379 22965 0 -1 1077944384 3 12257 0 0 0 0 8 4 20 0 20 0 9812370 11175264256 44067 33554432000 4194304 4196468 140729810362096 140288291203808 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1453] ppid=1376 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1453/stat : 1453 (java) S 1376 1379 22965 0 -1 1077944384 6 12257 0 0 0 0 8 4 20 0 20 0 9812370 11175264256 44094 33554432000 4194304 4196468 140729810362096 140288290151344 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10075 s]
/proc/loadavg: 2.59 1.31 1.03 4/282 1453
/proc/meminfo: memFree=28254140/32770624 swapFree=5700/387684
[pid=1379] ppid=1376 vsize=10993404 CPUtime=6.25 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 58240 12257 0 0 591 22 8 4 20 0 20 0 9812347 11257245696 70741 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2748351 70741 3482 1 0 2735906 0
[pid=1379/tid=1435] ppid=1376 vsize=10993404 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1435/stat : 1435 (java) S 1376 1379 22965 0 -1 1077944384 41734 12257 0 0 272 9 8 4 20 0 20 0 9812361 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289097725920 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1436] ppid=1376 vsize=10993404 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1436/stat : 1436 (java) R 1376 1379 22965 0 -1 4202560 64 12257 0 0 4 1 8 4 20 0 20 0 9812362 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289019562888 140289086116583 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1437] ppid=1376 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1437/stat : 1437 (java) R 1376 1379 22965 0 -1 4202560 23 12257 0 0 4 0 8 4 20 0 20 0 9812362 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289018510344 140289086116583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1438] ppid=1376 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1438/stat : 1438 (java) R 1376 1379 22965 0 -1 4202560 74 12257 0 0 4 0 8 4 20 0 20 0 9812362 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289017457800 140289086116583 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1439] ppid=1376 vsize=10993404 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1439/stat : 1439 (java) R 1376 1379 22965 0 -1 4202560 68 12257 0 0 4 1 8 4 20 0 20 0 9812362 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289016405256 140289076871408 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1440] ppid=1376 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1440/stat : 1440 (java) R 1376 1379 22965 0 -1 4202560 33 12257 0 0 4 0 8 4 20 0 20 0 9812362 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289015351688 140289086116583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1441] ppid=1376 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1441/stat : 1441 (java) R 1376 1379 22965 0 -1 4202560 52 12257 0 0 3 1 8 4 20 0 20 0 9812362 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289014299024 140289078188206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1442] ppid=1376 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1442/stat : 1442 (java) R 1376 1379 22965 0 -1 4202560 44 12257 0 0 4 0 8 4 20 0 20 0 9812362 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289013246600 140289086116583 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1443] ppid=1376 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1443/stat : 1443 (java) R 1376 1379 22965 0 -1 4202560 141 12257 0 0 4 0 8 4 20 0 20 0 9812362 11257245696 70741 33554432000 4194304 4196468 140729810362096 140289012194136 140289086116583 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1444] ppid=1376 vsize=10993404 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1444/stat : 1444 (java) S 1376 1379 22965 0 -1 1077944384 1814 12257 0 0 5 0 8 4 20 0 20 0 9812364 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288299623568 140289093498581 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1445] ppid=1376 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1445/stat : 1445 (java) S 1376 1379 22965 0 -1 1077944384 57 12257 0 0 0 0 8 4 20 0 20 0 9812365 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288298571232 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1446] ppid=1376 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1446/stat : 1446 (java) S 1376 1379 22965 0 -1 1077944384 44 12257 0 0 0 0 8 4 20 0 20 0 9812365 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288297518592 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1447] ppid=1376 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1447/stat : 1447 (java) S 1376 1379 22965 0 -1 1077944384 1 12257 0 0 0 0 8 4 20 0 20 0 9812370 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288296467152 140289093506971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1448] ppid=1376 vsize=10993404 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1448/stat : 1448 (java) S 1376 1379 22965 0 -1 1077944384 3792 12257 0 0 76 0 8 4 20 0 20 0 9812370 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288295413744 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1449] ppid=1376 vsize=10993404 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1449/stat : 1449 (java) S 1376 1379 22965 0 -1 1077944384 4045 12257 0 0 69 1 8 4 20 0 20 0 9812370 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288294345296 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1450] ppid=1376 vsize=10993404 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1450/stat : 1450 (java) S 1376 1379 22965 0 -1 1077944384 1215 12257 0 0 40 0 8 4 20 0 20 0 9812370 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288293308656 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1451] ppid=1376 vsize=10993404 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1451/stat : 1451 (java) S 1376 1379 22965 0 -1 1077944384 2896 12257 0 0 87 1 8 4 20 0 20 0 9812370 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288292256112 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1452] ppid=1376 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1452/stat : 1452 (java) S 1376 1379 22965 0 -1 1077944384 3 12257 0 0 0 0 8 4 20 0 20 0 9812370 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288291203808 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1453] ppid=1376 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1453/stat : 1453 (java) S 1376 1379 22965 0 -1 1077944384 7 12257 0 0 0 0 8 4 20 0 20 0 9812370 11257245696 70741 33554432000 4194304 4196468 140729810362096 140288290151344 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 10993404

[startup+6.30118 s]
/proc/loadavg: 2.59 1.31 1.03 6/282 1453
/proc/meminfo: memFree=27945876/32770624 swapFree=5700/387700
[pid=1379] ppid=1376 vsize=10995452 CPUtime=15.24 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 62912 12257 0 0 1484 28 8 4 20 0 20 0 9812347 11259342848 113786 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2748863 113786 3495 1 0 2736418 0
[pid=1379/tid=1435] ppid=1376 vsize=10995452 CPUtime=5.99 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1435/stat : 1435 (java) R 1376 1379 22965 0 -1 4202560 42135 12257 0 0 576 11 8 4 20 0 20 0 9812361 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289097720920 140288688015751 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1436] ppid=1376 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1436/stat : 1436 (java) S 1376 1379 22965 0 -1 1077944384 73 12257 0 0 11 1 8 4 20 0 20 0 9812362 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289019562768 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1437] ppid=1376 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1437/stat : 1437 (java) S 1376 1379 22965 0 -1 1077944384 29 12257 0 0 12 1 8 4 20 0 20 0 9812362 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289018510224 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1438] ppid=1376 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1438/stat : 1438 (java) S 1376 1379 22965 0 -1 1077944384 75 12257 0 0 13 1 8 4 20 0 20 0 9812362 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289017457680 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1439] ppid=1376 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1439/stat : 1439 (java) S 1376 1379 22965 0 -1 1077944384 73 12257 0 0 13 1 8 4 20 0 20 0 9812362 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289016405136 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1440] ppid=1376 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1440/stat : 1440 (java) S 1376 1379 22965 0 -1 1077944384 42 12257 0 0 12 1 8 4 20 0 20 0 9812362 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289015351568 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1441] ppid=1376 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1441/stat : 1441 (java) S 1376 1379 22965 0 -1 1077944384 59 12257 0 0 11 1 8 4 20 0 20 0 9812362 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289014299024 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1442] ppid=1376 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1442/stat : 1442 (java) S 1376 1379 22965 0 -1 1077944384 54 12257 0 0 11 1 8 4 20 0 20 0 9812362 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289013246480 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1443] ppid=1376 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1443/stat : 1443 (java) S 1376 1379 22965 0 -1 1077944384 144 12257 0 0 13 0 8 4 20 0 20 0 9812362 11259342848 113786 33554432000 4194304 4196468 140729810362096 140289012193936 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1444] ppid=1376 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1444/stat : 1444 (java) S 1376 1379 22965 0 -1 1077944384 1897 12257 0 0 10 0 8 4 20 0 20 0 9812364 11259342848 113786 33554432000 4194304 4196468 140729810362096 140288299624944 140289093499522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1445] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1445/stat : 1445 (java) S 1376 1379 22965 0 -1 1077944384 58 12257 0 0 0 0 8 4 20 0 20 0 9812365 11259342848 113786 33554432000 4194304 4196468 140729810362096 140288298571296 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1446] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1446/stat : 1446 (java) S 1376 1379 22965 0 -1 1077944384 44 12257 0 0 0 0 8 4 20 0 20 0 9812365 11259342848 113786 33554432000 4194304 4196468 140729810362096 140288297518592 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1447] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1447/stat : 1447 (java) S 1376 1379 22965 0 -1 1077944384 1 12257 0 0 0 0 8 4 20 0 20 0 9812370 11259342848 113786 33554432000 4194304 4196468 140729810362096 140288296467152 140289093506971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1448] ppid=1376 vsize=10995452 CPUtime=2.42 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1448/stat : 1448 (java) S 1376 1379 22965 0 -1 1077944384 4365 12257 0 0 230 0 8 4 20 0 20 0 9812370 11259342848 113786 33554432000 4194304 4196468 140729810362096 140288295413744 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1449] ppid=1376 vsize=10995452 CPUtime=2.53 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1449/stat : 1449 (java) S 1376 1379 22965 0 -1 1077944384 5887 12257 0 0 240 1 8 4 20 0 20 0 9812370 11259342848 113786 33554432000 4194304 4196468 140729810362096 140288294361200 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1450] ppid=1376 vsize=10995452 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1450/stat : 1450 (java) S 1376 1379 22965 0 -1 1077944384 2130 12257 0 0 188 1 8 4 20 0 20 0 9812370 11259342848 113786 33554432000 4194304 4196468 140729810362096 140288293308656 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1451] ppid=1376 vsize=10995452 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1451/stat : 1451 (java) S 1376 1379 22965 0 -1 1077944384 3699 12257 0 0 136 2 8 4 20 0 20 0 9812370 11259342848 113786 33554432000 4194304 4196468 140729810362096 140288292256112 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1452] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=1379/tid=1449] ppid=1376 vsize=10995452 CPUtime=7.78 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1449/stat : 1449 (java) S 1376 1379 22965 0 -1 1077944384 8514 12257 0 0 761 5 8 4 20 0 20 0 9812370 11259342848 216723 33554432000 4194304 4196468 140729810362096 140288294361200 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1450] ppid=1376 vsize=10995452 CPUtime=7.28 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1450/stat : 1450 (java) S 1376 1379 22965 0 -1 1077944384 6505 12257 0 0 712 4 8 4 20 0 20 0 9812370 11259342848 216723 33554432000 4194304 4196468 140729810362096 140288293308656 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1451] ppid=1376 vsize=10995452 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1451/stat : 1451 (java) S 1376 1379 22965 0 -1 1077944384 12415 12257 0 0 308 5 8 4 20 0 20 0 9812370 11259342848 216723 33554432000 4194304 4196468 140729810362096 140288292256112 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1452] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1452/stat : 1452 (java) S 1376 1379 22965 0 -1 1077944384 3 12257 0 0 0 0 8 4 20 0 20 0 9812370 11259342848 216723 33554432000 4194304 4196468 140729810362096 140288291203808 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1453] ppid=1376 vsize=10995452 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1453/stat : 1453 (java) S 1376 1379 22965 0 -1 1077944384 696 12257 0 0 50 60 8 4 20 0 20 0 9812370 11259342848 216723 33554432000 4194304 4196468 140729810362096 140288290151344 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
Current children cumulated CPU time (s) 2280.87
Current children cumulated vsize (KiB) 10995452

[startup+2262.3 s]
/proc/loadavg: 1.36 1.38 1.40 3/282 1692
/proc/meminfo: memFree=29718284/32770624 swapFree=5700/389308
[pid=1379] ppid=1376 vsize=10995452 CPUtime=2342.4 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 155186 12257 0 0 233788 440 8 4 20 0 20 0 9812347 11259342848 216729 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2748863 216729 3509 1 0 2736418 0
[pid=1379/tid=1435] ppid=1376 vsize=10995452 CPUtime=2242.5 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1435/stat : 1435 (java) R 1376 1379 22965 0 -1 4202560 77657 12257 0 0 224202 36 8 4 20 0 20 0 9812361 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289097721856 140288689605959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1436] ppid=1376 vsize=10995452 CPUtime=8.33 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1436/stat : 1436 (java) S 1376 1379 22965 0 -1 1077944384 6567 12257 0 0 783 38 8 4 20 0 20 0 9812362 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289019562768 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1437] ppid=1376 vsize=10995452 CPUtime=8.35 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1437/stat : 1437 (java) S 1376 1379 22965 0 -1 1077944384 2209 12257 0 0 782 41 8 4 20 0 20 0 9812362 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289018510224 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1438] ppid=1376 vsize=10995452 CPUtime=8.37 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1438/stat : 1438 (java) S 1376 1379 22965 0 -1 1077944384 2136 12257 0 0 786 39 8 4 20 0 20 0 9812362 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289017457680 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1439] ppid=1376 vsize=10995452 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1439/stat : 1439 (java) S 1376 1379 22965 0 -1 1077944384 3439 12257 0 0 784 40 8 4 20 0 20 0 9812362 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289016405136 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1440] ppid=1376 vsize=10995452 CPUtime=8.34 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1440/stat : 1440 (java) S 1376 1379 22965 0 -1 1077944384 4112 12257 0 0 786 36 8 4 20 0 20 0 9812362 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289015351568 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1441] ppid=1376 vsize=10995452 CPUtime=8.29 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1441/stat : 1441 (java) S 1376 1379 22965 0 -1 1077944384 3622 12257 0 0 777 40 8 4 20 0 20 0 9812362 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289014299024 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1442] ppid=1376 vsize=10995452 CPUtime=8.32 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1442/stat : 1442 (java) S 1376 1379 22965 0 -1 1077944384 3643 12257 0 0 776 44 8 4 20 0 20 0 9812362 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289013246480 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1443] ppid=1376 vsize=10995452 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1443/stat : 1443 (java) S 1376 1379 22965 0 -1 1077944384 5485 12257 0 0 775 44 8 4 20 0 20 0 9812362 11259342848 216729 33554432000 4194304 4196468 140729810362096 140289012193936 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1444] ppid=1376 vsize=10995452 CPUtime=7.55 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1444/stat : 1444 (java) S 1376 1379 22965 0 -1 1077944384 8526 12257 0 0 700 43 8 4 20 0 20 0 9812364 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288299624944 140289093499522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1445] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1445/stat : 1445 (java) S 1376 1379 22965 0 -1 1077944384 58 12257 0 0 0 0 8 4 20 0 20 0 9812365 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288298571296 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1446] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1446/stat : 1446 (java) S 1376 1379 22965 0 -1 1077944384 44 12257 0 0 0 0 8 4 20 0 20 0 9812365 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288297518592 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1447] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1447/stat : 1447 (java) S 1376 1379 22965 0 -1 1077944384 1 12257 0 0 0 0 8 4 20 0 20 0 9812370 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288296467152 140289093506971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1448] ppid=1376 vsize=10995452 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1448/stat : 1448 (java) S 1376 1379 22965 0 -1 1077944384 7409 12257 0 0 748 4 8 4 20 0 20 0 9812370 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288295413744 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1449] ppid=1376 vsize=10995452 CPUtime=7.78 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1449/stat : 1449 (java) S 1376 1379 22965 0 -1 1077944384 8516 12257 0 0 761 5 8 4 20 0 20 0 9812370 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288294361200 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1450] ppid=1376 vsize=10995452 CPUtime=7.28 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1450/stat : 1450 (java) S 1376 1379 22965 0 -1 1077944384 6507 12257 0 0 712 4 8 4 20 0 20 0 9812370 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288293308656 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1451] ppid=1376 vsize=10995452 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1451/stat : 1451 (java) S 1376 1379 22965 0 -1 1077944384 12417 12257 0 0 308 5 8 4 20 0 20 0 9812370 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288292256112 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1452] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1452/stat : 1452 (java) S 1376 1379 22965 0 -1 1077944384 3 12257 0 0 0 0 8 4 20 0 20 0 9812370 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288291203808 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1453] ppid=1376 vsize=10995452 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1453/stat : 1453 (java) S 1376 1379 22965 0 -1 1077944384 702 12257 0 0 51 62 8 4 20 0 20 0 9812370 11259342848 216729 33554432000 4194304 4196468 140729810362096 140288290151344 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
Current children cumulated CPU time (s) 2342.4
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2318.5 s]
/proc/loadavg: 1.69 1.45 1.42 3/282 1692
/proc/meminfo: memFree=29718956/32770624 swapFree=5700/389300
[pid=1379] ppid=1376 vsize=10995452 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 155824 12257 0 0 239540 448 8 4 20 0 20 0 9812347 11259342848 216741 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2748863 216741 3509 1 0 2736418 0
[pid=1379/tid=1435] ppid=1376 vsize=10995452 CPUtime=2298.19 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1435/stat : 1435 (java) R 1376 1379 22965 0 -1 4202560 78139 12257 0 0 229771 36 8 4 20 0 20 0 9812361 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289097721952 140288690317801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1436] ppid=1376 vsize=10995452 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1436/stat : 1436 (java) S 1376 1379 22965 0 -1 1077944384 6571 12257 0 0 804 39 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289019562768 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1437] ppid=1376 vsize=10995452 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1437/stat : 1437 (java) S 1376 1379 22965 0 -1 1077944384 2234 12257 0 0 802 41 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289018510224 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1438] ppid=1376 vsize=10995452 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1438/stat : 1438 (java) S 1376 1379 22965 0 -1 1077944384 2140 12257 0 0 803 40 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289017457680 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1439] ppid=1376 vsize=10995452 CPUtime=8.59 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1439/stat : 1439 (java) S 1376 1379 22965 0 -1 1077944384 3448 12257 0 0 806 41 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289016405136 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1440] ppid=1376 vsize=10995452 CPUtime=8.57 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1440/stat : 1440 (java) S 1376 1379 22965 0 -1 1077944384 4120 12257 0 0 808 37 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289015351568 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1441] ppid=1376 vsize=10995452 CPUtime=8.5 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1441/stat : 1441 (java) S 1376 1379 22965 0 -1 1077944384 3641 12257 0 0 797 41 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289014299024 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1442] ppid=1376 vsize=10995452 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1442/stat : 1442 (java) S 1376 1379 22965 0 -1 1077944384 3648 12257 0 0 794 45 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289013246480 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1443] ppid=1376 vsize=10995452 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1443/stat : 1443 (java) S 1376 1379 22965 0 -1 1077944384 5493 12257 0 0 796 44 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289012193936 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1444] ppid=1376 vsize=10995452 CPUtime=7.74 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1444/stat : 1444 (java) S 1376 1379 22965 0 -1 1077944384 8593 12257 0 0 718 44 8 4 20 0 20 0 9812364 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288299624944 140289093499522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1445] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1445/stat : 1445 (java) S 1376 1379 22965 0 -1 1077944384 58 12257 0 0 0 0 8 4 20 0 20 0 9812365 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288298571296 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1446] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1446/stat : 1446 (java) S 1376 1379 22965 0 -1 1077944384 44 12257 0 0 0 0 8 4 20 0 20 0 9812365 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288297518592 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1447] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1447/stat : 1447 (java) S 1376 1379 22965 0 -1 1077944384 1 12257 0 0 0 0 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288296467152 140289093506971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1448] ppid=1376 vsize=10995452 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1448/stat : 1448 (java) S 1376 1379 22965 0 -1 1077944384 7410 12257 0 0 748 4 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288295413744 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1449] ppid=1376 vsize=10995452 CPUtime=7.78 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1449/stat : 1449 (java) S 1376 1379 22965 0 -1 1077944384 8516 12257 0 0 761 5 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288294361200 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1450] ppid=1376 vsize=10995452 CPUtime=7.28 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1450/stat : 1450 (java) S 1376 1379 22965 0 -1 1077944384 6507 12257 0 0 712 4 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288293308656 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1451] ppid=1376 vsize=10995452 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1451/stat : 1451 (java) S 1376 1379 22965 0 -1 1077944384 12417 12257 0 0 308 5 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288292256112 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1452] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1452/stat : 1452 (java) S 1376 1379 22965 0 -1 1077944384 3 12257 0 0 0 0 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288291203808 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1453] ppid=1376 vsize=10995452 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1453/stat : 1453 (java) S 1376 1379 22965 0 -1 1077944384 708 12257 0 0 53 64 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288290151344 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
Current children cumulated CPU time (s) 2400
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 1379 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2318.5 s]
/proc/loadavg: 1.69 1.45 1.42 3/282 1692
/proc/meminfo: memFree=29718956/32770624 swapFree=5700/389300
[pid=1379] ppid=1376 vsize=10995452 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/1379/stat : 1379 (java) S 1376 1379 22965 0 -1 1077944320 155824 12257 0 0 239540 448 8 4 20 0 20 0 9812347 11259342848 216741 33554432000 4194304 4196468 140729810362096 140729810344640 140289093488375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
/proc/1379/statm: 2748863 216741 3509 1 0 2736418 0
[pid=1379/tid=1435] ppid=1376 vsize=10995452 CPUtime=2298.19 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1435/stat : 1435 (java) R 1376 1379 22965 0 -1 4202560 78139 12257 0 0 229771 36 8 4 20 0 20 0 9812361 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289097721952 140288690317801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1436] ppid=1376 vsize=10995452 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1436/stat : 1436 (java) S 1376 1379 22965 0 -1 1077944384 6571 12257 0 0 804 39 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289019562768 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1437] ppid=1376 vsize=10995452 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1437/stat : 1437 (java) S 1376 1379 22965 0 -1 1077944384 2234 12257 0 0 802 41 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289018510224 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1438] ppid=1376 vsize=10995452 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1438/stat : 1438 (java) S 1376 1379 22965 0 -1 1077944384 2140 12257 0 0 803 40 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289017457680 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1439] ppid=1376 vsize=10995452 CPUtime=8.59 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1439/stat : 1439 (java) S 1376 1379 22965 0 -1 1077944384 3448 12257 0 0 806 41 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289016405136 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1440] ppid=1376 vsize=10995452 CPUtime=8.57 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1440/stat : 1440 (java) S 1376 1379 22965 0 -1 1077944384 4120 12257 0 0 808 37 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289015351568 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1441] ppid=1376 vsize=10995452 CPUtime=8.5 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1441/stat : 1441 (java) S 1376 1379 22965 0 -1 1077944384 3641 12257 0 0 797 41 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289014299024 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1442] ppid=1376 vsize=10995452 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1442/stat : 1442 (java) S 1376 1379 22965 0 -1 1077944384 3648 12257 0 0 794 45 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289013246480 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1443] ppid=1376 vsize=10995452 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1443/stat : 1443 (java) S 1376 1379 22965 0 -1 1077944384 5493 12257 0 0 796 44 8 4 20 0 20 0 9812362 11259342848 216741 33554432000 4194304 4196468 140729810362096 140289012193936 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1444] ppid=1376 vsize=10995452 CPUtime=7.74 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1444/stat : 1444 (java) S 1376 1379 22965 0 -1 1077944384 8593 12257 0 0 718 44 8 4 20 0 20 0 9812364 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288299624944 140289093499522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1445] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1445/stat : 1445 (java) S 1376 1379 22965 0 -1 1077944384 58 12257 0 0 0 0 8 4 20 0 20 0 9812365 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288298571296 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1446] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1446/stat : 1446 (java) S 1376 1379 22965 0 -1 1077944384 44 12257 0 0 0 0 8 4 20 0 20 0 9812365 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288297518592 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1447] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1447/stat : 1447 (java) S 1376 1379 22965 0 -1 1077944384 1 12257 0 0 0 0 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288296467152 140289093506971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1448] ppid=1376 vsize=10995452 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1448/stat : 1448 (java) S 1376 1379 22965 0 -1 1077944384 7410 12257 0 0 748 4 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288295413744 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1449] ppid=1376 vsize=10995452 CPUtime=7.78 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1449/stat : 1449 (java) S 1376 1379 22965 0 -1 1077944384 8516 12257 0 0 761 5 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288294361200 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1450] ppid=1376 vsize=10995452 CPUtime=7.28 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1450/stat : 1450 (java) S 1376 1379 22965 0 -1 1077944384 6507 12257 0 0 712 4 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288293308656 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1451] ppid=1376 vsize=10995452 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1451/stat : 1451 (java) S 1376 1379 22965 0 -1 1077944384 12417 12257 0 0 308 5 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288292256112 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1452] ppid=1376 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1452/stat : 1452 (java) S 1376 1379 22965 0 -1 1077944384 3 12257 0 0 0 0 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288291203808 140289093498581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
[pid=1379/tid=1453] ppid=1376 vsize=10995452 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/1379/task/1453/stat : 1453 (java) S 1376 1379 22965 0 -1 1077944384 708 12257 0 0 53 64 8 4 20 0 20 0 9812370 11259342848 216741 33554432000 4194304 4196468 140729810362096 140288290151344 140289093499522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140729810365121 140729810367895 140729810367895 140729810370511 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10995452

Child status: 143
Real time (s): 2318.54
CPU time (s): 2400.05
CPU user time (s): 2395.51
CPU system time (s): 4.54813
CPU usage (%): 103.516
Max. virtual memory (cumulated for all children) (KiB): 10998164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.51
system time used= 4.54813
maximum resident set size= 867652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169120
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= 346685
involuntary context switches= 185774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0263 second user time and 20.6612 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 19:44:08
IDJOB=4248383
IDBENCH=133483
IDSOLVER=2630
FILE ID=node130/4248383-1500745448
RUNJOBID= node130-1500745411-541
PBS_JOBID= 20623351
Free space on /tmp= 61856 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248383-1500745448/watcher-4248383-1500745448 -o /tmp/evaluation-result-4248383-1500745448/solver-4248383-1500745448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500745411-541 --watchdog 2560  bin/concrete HOME/instance-4248383-1500745448.xml

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

MD5SUM BENCH= 51492dfdc05fd658a6c92bd20bc2cdd8
RANDOM SEED=1822328121

node130.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		: 2400.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.34
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		: 2668.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.34
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		: 2533.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.34
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		: 2133.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		: 2400.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.34
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		: 2668.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.34
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		: 2668.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.34
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		: 1867.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		: 2668.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.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.34
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		: 1867.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:        28433352 kB
MemAvailable:   28876048 kB
Buffers:          158072 kB
Cached:           563284 kB
SwapCached:            0 kB
Active:          3499900 kB
Inactive:         396468 kB
Active(anon):    3177704 kB
Inactive(anon):     8844 kB
Active(file):     322196 kB
Inactive(file):   387624 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24324 kB
Writeback:             0 kB
AnonPages:       3141336 kB
Mapped:            44276 kB
Shmem:              8844 kB
Slab:             131904 kB
SReclaimable:      97424 kB
SUnreclaim:        34480 kB
KernelStack:        4576 kB
PageTables:        11868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3822608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2924544 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= 61832 MiB
End job on node130 at 2017-07-22 20:22:47