Trace number 4304682

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
Concrete 3.9.2-SuperNGSAT (TO)1681 2520.07 2477.44

General information on the benchmark

NameKnapsack/
Knapsack-90-400-01_c18.xml
MD5SUM21e6319225d06eb46c107a9c6e1ffb4f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1681
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity90
Maximum constraint arity90
Distribution of constraint arities[{"arity":90,"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

0.99/0.74	c Concrete v3.9.2.1532736233296 running
6.85/3.43	o 972
6.85/3.46	o 978
6.85/3.47	o 980
6.85/3.48	o 989
6.85/3.49	o 1049
7.16/3.50	o 1057
7.16/3.51	o 1060
7.16/3.52	o 1081
7.16/3.53	o 1125
7.53/3.63	o 1130
7.53/3.63	o 1135
7.53/3.63	o 1147
7.53/3.64	o 1183
7.53/3.64	o 1186
7.53/3.65	o 1207
7.53/3.65	o 1228
7.53/3.66	o 1241
7.53/3.66	o 1244
8.22/3.84	o 1249
8.22/3.84	o 1265
8.22/3.86	o 1324
8.22/3.87	o 1328
8.22/3.87	o 1350
8.22/3.88	o 1367
8.22/3.88	o 1368
8.22/3.88	o 1389
8.55/3.92	o 1397
8.55/3.95	o 1403
8.55/3.95	o 1420
8.55/3.96	o 1429
8.55/3.98	o 1447
8.55/3.99	o 1465
8.55/4.00	o 1517
9.78/4.31	o 1544
9.78/4.38	o 1561
10.09/4.42	o 1565
10.09/4.45	o 1597
10.09/4.46	o 1606
10.68/4.69	o 1613
10.68/4.69	o 1622
10.68/4.69	o 1630
10.68/4.70	o 1643
10.99/4.70	o 1651
13.32/6.26	o 1652
13.32/6.26	o 1668
13.49/6.32	o 1672
13.49/6.32	o 1681
2520.02/2477.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2477.40		at concrete.MAC.mac(MAC.scala:188)
2520.02/2477.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2477.40		at scala.util.Try$.apply(Try.scala:209)
2520.02/2477.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2477.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2477.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2477.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2477.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2477.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2477.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2477.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2477.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2477.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2477.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2477.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2477.40		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2477.40		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2477.40		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2477.40		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2477.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2477.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2477.40		at scala.util.Success.map(Try.scala:209)
2520.02/2477.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2477.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2477.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2477.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2477.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2477.40		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2477.40		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2477.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2477.40		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2477.40		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2477.40		at scala.App.main(App.scala:76)
2520.02/2477.40		at scala.App.main$(App.scala:74)
2520.02/2477.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2477.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2477.41	v <instantiation cost="1681">
2520.02/2477.41	v       <list>
2520.02/2477.41	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] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89]
2520.02/2477.41	v       </list>
2520.02/2477.41	v       <values>
2520.02/2477.41	v         0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 1 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0
2520.02/2477.41	v       </values>
2520.02/2477.41	v     </instantiation>
2520.02/2477.41	s SATISFIABLE

Verifier Data

OK	1681

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6829 MiB free)
  memory of node 1: 16384 MiB (5498 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304682-1534127237/watcher-4304682-1534127237 -o /tmp/evaluation-result-4304682-1534127237/solver-4304682-1534127237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27320 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1984653947 -superng HOME/instance-4304682-1534127237.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=946, runsolver pid=943
Current StackSize limit: 8192 KiB


[startup+0.110123 s]*
/proc/loadavg: 1.33 1.43 1.42 3/206 1008
/proc/meminfo: memFree=12614728/32770624 swapFree=67108496/67108860
[pid=946] ppid=943 vsize=10088124 memory=18268 CPUtime=0.1 cores=1,3,5,7
/proc/946/stat : 946 (java) S 943 946 27288 0 -1 1077944320 4716 13203 0 0 2 0 5 3 20 0 7 0 230286863 10330238976 4567 33554432000 4194304 4196468 140728680526080 140728680508624 140376211541751 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
/proc/946/statm: 2522031 4567 2057 1 0 2510469 0
[pid=946/tid=1004] ppid=943 vsize=10453864 memory=-8171376296011865461 CPUtime=0.1 cores=1,3,5,7
/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 2592 13203 0 0 2 0 5 3 20 0 9 0 230286872 10704756736 5656 33554432000 4194304 4196468 140728680526080 140376183383184 140376203453165 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=10453864 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 9 0 230286873 10704756736 5656 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=10453864 memory=140394067883648 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 9 0 230286873 10704756736 5701 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=10453864 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 9 0 230286873 10704756736 5701 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=10453864 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 9 0 230286873 10704756736 5701 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=10453864 memory=140394067883648 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 9 0 230286874 10704756736 5701 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=10453864 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 13 13203 0 0 0 0 5 3 20 0 9 0 230286875 10704756736 5701 33554432000 4194304 4196468 140728680526080 140375047004960 140376211551957 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=10453864 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 9 0 230286875 10704756736 5701 33554432000 4194304 4196468 140728680526080 140374899156144 140376211551957 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 18268 KiB

[startup+0.210089 s]*
/proc/loadavg: 1.33 1.43 1.42 3/215 1019
/proc/meminfo: memFree=12593880/32770624 swapFree=67108496/67108860
[pid=946] ppid=943 vsize=10982744 memory=43020 CPUtime=0.25 cores=1,3,5,7
/proc/946/stat : 946 (java) S 943 946 27288 0 -1 1077944320 7465 13203 0 0 16 1 5 3 20 0 15 0 230286863 11246329856 10755 33554432000 4194304 4196468 140728680526080 140728680508624 140376211541751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
/proc/946/statm: 2745686 10755 2960 1 0 2708109 0
[pid=946/tid=1004] ppid=943 vsize=10982744 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 4720 13203 0 0 11 1 5 3 20 0 15 0 230286872 11246329856 11481 33554432000 4194304 4196468 140728680526080 140376183337792 140376191817579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=10982744 memory=4294967660 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246329856 11481 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=10982744 memory=140394069076212 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=10982744 memory=140394067883648 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 230286874 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 13 13203 0 0 0 0 5 3 20 0 15 0 230286875 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375047004960 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286875 11246329856 11481 33554432000 4194304 4196468 140728680526080 140374899156080 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1013] ppid=943 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1013/stat : 1013 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246329856 11481 33554432000 4194304 4196468 140728680526080 140374591756368 140376211560347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1014] ppid=943 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/946/task/1014/stat : 1014 (java) S 943 946 27288 0 -1 1077944384 408 13203 0 0 1 0 5 3 20 0 15 0 230286878 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375636302448 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1015] ppid=943 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/946/task/1015/stat : 1015 (java) S 943 946 27288 0 -1 1077944384 192 13203 0 0 1 0 5 3 20 0 15 0 230286878 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375635249648 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1017] ppid=943 vsize=10982744 memory=140394067883648 CPUtime=0.1 cores=1,3,5,7
/proc/946/task/1017/stat : 1017 (java) S 943 946 27288 0 -1 1077944384 624 13203 0 0 2 0 5 3 20 0 15 0 230286878 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375634197360 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1018] ppid=943 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1018/stat : 1018 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246329856 11481 33554432000 4194304 4196468 140728680526080 140374160960480 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1019] ppid=943 vsize=10982744 memory=140394067883648 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1019/stat : 1019 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246329856 11481 33554432000 4194304 4196468 140728680526080 140375633144240 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43020 KiB

[startup+0.310239 s]*
/proc/loadavg: 1.33 1.43 1.42 3/215 1019
/proc/meminfo: memFree=12582592/32770624 swapFree=67108496/67108860
[pid=946] ppid=943 vsize=10983192 memory=56596 CPUtime=0.38 cores=1,3,5,7
/proc/946/stat : 946 (java) S 943 946 27288 0 -1 1077944320 10698 13203 0 0 28 2 5 3 20 0 15 0 230286863 11246788608 14149 33554432000 4194304 4196468 140728680526080 140728680508624 140376211541751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
/proc/946/statm: 2745798 14149 3079 1 0 2708109 0
[pid=946/tid=1004] ppid=943 vsize=10983192 memory=7721456986909651507 CPUtime=0.29 cores=1,3,5,7
/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 7251 13203 0 0 20 1 5 3 20 0 15 0 230286872 11246788608 14149 33554432000 4194304 4196468 140728680526080 140376183353760 140376211563677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=10983192 memory=3691042062614867976 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246788608 14149 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=10983192 memory=140394067883648 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=10983192 memory=280788026110640 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 230286874 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 13 13203 0 0 0 0 5 3 20 0 15 0 230286875 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375047004960 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=10983192 memory=280787916467808 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286875 11246788608 14149 33554432000 4194304 4196468 140728680526080 140374899156080 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1013] ppid=943 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1013/stat : 1013 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246788608 14149 33554432000 4194304 4196468 140728680526080 140374591756368 140376211560347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1014] ppid=943 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/946/task/1014/stat : 1014 (java) S 943 946 27288 0 -1 1077944384 411 13203 0 0 1 0 5 3 20 0 15 0 230286878 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375636302448 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1015] ppid=943 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/946/task/1015/stat : 1015 (java) S 943 946 27288 0 -1 1077944384 194 13203 0 0 1 0 5 3 20 0 15 0 230286878 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375635249648 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1017] ppid=943 vsize=10983192 memory=140394067883648 CPUtime=0.12 cores=1,3,5,7
/proc/946/task/1017/stat : 1017 (java) S 943 946 27288 0 -1 1077944384 631 13203 0 0 4 0 5 3 20 0 15 0 230286878 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375634197360 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1018] ppid=943 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1018/stat : 1018 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246788608 14149 33554432000 4194304 4196468 140728680526080 140374160960480 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1019] ppid=943 vsize=10983192 memory=140394067883648 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1019/stat : 1019 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246788608 14149 33554432000 4194304 4196468 140728680526080 140375633144240 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56596 KiB

[startup+0.700735 s]
/proc/loadavg: 1.33 1.43 1.42 3/215 1019
/proc/meminfo: memFree=12571664/32770624 swapFree=67108496/67108860
[pid=946] ppid=943 vsize=10983192 memory=88884 CPUtime=0.99 cores=1,3,5,7
/proc/946/stat : 946 (java) S 943 946 27288 0 -1 1077944320 16778 13203 0 0 87 4 5 3 20 0 15 0 230286863 11246788608 22221 33554432000 4194304 4196468 140728680526080 140728680508624 140376211541751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
/proc/946/statm: 2745798 22221 3238 1 0 2708109 0
[pid=946/tid=1004] ppid=943 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 12315 13203 0 0 56 2 5 3 20 0 15 0 230286872 11246788608 22221 33554432000 4194304 4196468 140728680526080 140376183362576 140376193105280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246788608 22221 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=10983192 memory=280787916375744 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=10983192 memory=1937097361153 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 230286873 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=10983192 memory=56747861 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 5 13203 0 0 0 0 5 3 20 0 15 0 230286874 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=10983192 memory=4641617509154462115 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 13 13203 0 0 0 0 5 3 20 0 15 0 230286875 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375047004960 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=10983192 memory=7734201629010253412 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286875 11246788608 22221 33554432000 4194304 4196468 140728680526080 140374899156080 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1013] ppid=943 vsize=10983192 memory=7810487918915055718 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1013/stat : 1013 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246788608 22221 33554432000 4194304 4196468 140728680526080 140374591756368 140376211560347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1014] ppid=943 vsize=10983192 memory=3872 CPUtime=0.15 cores=1,3,5,7
/proc/946/task/1014/stat : 1014 (java) S 943 946 27288 0 -1 1077944384 822 13203 0 0 7 0 5 3 20 0 15 0 230286878 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375636302448 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1015] ppid=943 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/946/task/1015/stat : 1015 (java) S 943 946 27288 0 -1 1077944384 745 13203 0 0 9 0 5 3 20 0 15 0 230286878 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375635249648 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1017] ppid=943 vsize=10983192 memory=14834487234141224 CPUtime=0.2 cores=1,3,5,7
/proc/946/task/1017/stat : 1017 (java) S 943 946 27288 0 -1 1077944384 673 13203 0 0 12 0 5 3 20 0 15 0 230286878 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375634197360 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1018] ppid=943 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1018/stat : 1018 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246788608 22221 33554432000 4194304 4196468 140728680526080 140374160960480 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1019] ppid=943 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1019/stat : 1019 (java) S 943 946 27288 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 230286878 11246788608 22221 33554432000 4194304 4196468 140728680526080 140375633144240 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88884 KiB

[startup+1.50076 s]
/proc/loadavg: 1.33 1.43 1.42 4/215 1019
/proc/meminfo: memFree=12525704/32770624 swapFree=67108496/67108860
[pid=946] ppid=943 vsize=10998092 memory=179356 CPUtime=2.23 cores=1,3,5,7
/proc/946/stat : 946 (java) S 943 946 27288 0 -1 1077944320 23930 13203 0 0 206 9 5 3 20 0 15 0 230286863 11262046208 44839 33554432000 4194304 4196468 140728680526080 140728680508624 140376211541751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
/proc/946/statm: 2749523 44839 3466 1 0 2711181 0
[pid=946/tid=1004] ppid=943 vsize=10998092 memory=280787916420896 CPUtime=1.43 cores=1,3,5,7
/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 17929 13203 0 0 130 5 5 3 20 0 15 0 230286872 11262046208 44839 33554432000 4194304 4196468 140728680526080 140376183372096 140376193441510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=10998092 memory=280787916242352 CPUtime=0.09 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 73 13203 0 0 1 0 5 3 20 0 15 0 230286873 11262046208 44839 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=10998092 memory=280787916239904 CPUtime=0.09 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 282 13203 0 0 1 0 5 3 20 0 15 0 230286873 11262046208 44839 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=10998092 memory=55 CPUtime=0.09 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 24 13203 0 0 1 0 5 3 20 0 15 0 230286873 11262046208 44839 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=10998092 memory=9168 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 46 13203 0 0 0 0 5 3 20 0 15 0 230286873 11262046208 44839 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=10998092 memory=25269 CPUtime=0.09 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 60 13203 0 0 1 0 5 3 20 0 15 0 230286874 11262046208 44839 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 13 13203 0 0 0 0 5 3 20 0 15 0 230286875 11262046208 44839 33554432000 4194304 4196468 140728680526080 140375047005024 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=10998092 memory=-6800859132029471843 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 230286875 11262046208 44839 33554432000 4194304 4196468 140728680526080 140374899156096 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1013] ppid=943 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1013/stat : 1013 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11262046208 44839 33554432000 4194304 4196468 140728680526080 140374591756368 140376211560347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1014] ppid=943 vsize=10998092 memory=-6800859132029471843 CPUtime=0.26 cores=1,3,5,7
/proc/946/task/1014/stat : 1014 (java) S 943 946 27288 0 -1 1077944384 1064 13203 0 0 18 0 5 3 20 0 15 0 230286878 11262046208 44839 33554432000 4194304 4196468 140728680526080 140375636302448 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1015] ppid=943 vsize=10998092 memory=-8316900901535099443 CPUtime=0.28 cores=1,3,5,7
/proc/946/task/1015/stat : 1015 (java) S 943 946 27288 0 -1 1077944384 1178 13203 0 0 20 0 5 3 20 0 15 0 230286878 11262046208 44839 33554432000 4194304 4196468 140728680526080 140375635249648 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1017] ppid=943 vsize=10998092 memory=9023629670928638048 CPUtime=0.36 cores=1,3,5,7
/proc/946/task/1017/stat : 1017 (java) S 943 946 27288 0 -1 1077944384 1060 13203 0 0 28 0 5 3 20 0 15 0 230286878 11262046208 44839 33554432000 4194304 4196468 140728680526080 140375634197360 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0

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

/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 78086 13203 0 0 230372 39 5 3 20 0 15 0 230286872 11343855616 187572 33554432000 4194304 4196468 140728680526080 140376183377072 140375796276799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=11077984 memory=750288 CPUtime=8.15 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 6427 13203 0 0 765 42 5 3 20 0 15 0 230286873 11343855616 187572 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=11077984 memory=750288 CPUtime=8.16 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 6124 13203 0 0 765 43 5 3 20 0 15 0 230286873 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=11077984 memory=750288 CPUtime=8.11 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 8223 13203 0 0 757 46 5 3 20 0 15 0 230286873 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=11077984 memory=750288 CPUtime=8.13 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 11299 13203 0 0 756 49 5 3 20 0 15 0 230286873 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=11077984 memory=750288 CPUtime=7.49 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 7636 13203 0 0 703 38 5 3 20 0 15 0 230286874 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=11077984 memory=750288 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 14 13203 0 0 0 0 5 3 20 0 15 0 230286875 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375047005088 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=11077984 memory=750288 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 10 13203 0 0 0 0 5 3 20 0 15 0 230286875 11343855616 187572 33554432000 4194304 4196468 140728680526080 140374899156096 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1013] ppid=943 vsize=11077984 memory=750288 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1013/stat : 1013 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11343855616 187572 33554432000 4194304 4196468 140728680526080 140374591756368 140376211560347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1014] ppid=943 vsize=11077984 memory=750288 CPUtime=7.43 cores=1,3,5,7
/proc/946/task/1014/stat : 1014 (java) S 943 946 27288 0 -1 1077944384 20478 13203 0 0 730 5 5 3 20 0 15 0 230286878 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375636302448 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1015] ppid=943 vsize=11077984 memory=750288 CPUtime=7.87 cores=1,3,5,7
/proc/946/task/1015/stat : 1015 (java) S 943 946 27288 0 -1 1077944384 26927 13203 0 0 772 7 5 3 20 0 15 0 230286878 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375635249648 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1017] ppid=943 vsize=11077984 memory=750288 CPUtime=3.22 cores=1,3,5,7
/proc/946/task/1017/stat : 1017 (java) S 943 946 27288 0 -1 1077944384 21974 13203 0 0 309 5 5 3 20 0 15 0 230286878 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375634197360 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1018] ppid=943 vsize=11077984 memory=750288 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1018/stat : 1018 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11343855616 187572 33554432000 4194304 4196468 140728680526080 140374160960480 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1019] ppid=943 vsize=11077984 memory=750288 CPUtime=1.31 cores=1,3,5,7
/proc/946/task/1019/stat : 1019 (java) S 943 946 27288 0 -1 1077944384 741 13203 0 0 55 68 5 3 20 0 15 0 230286878 11343855616 187572 33554432000 4194304 4196468 140728680526080 140375633144240 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
Current children cumulated CPU time: 2363.42 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 750288 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.31 1.38 3/215 1768
/proc/meminfo: memFree=11667200/32770624 swapFree=67108496/67108860
[pid=946] ppid=943 vsize=11077984 memory=750420 CPUtime=2424 cores=1,3,5,7
/proc/946/stat : 946 (java) S 943 946 27288 0 -1 1077944320 191664 13203 0 0 242100 292 5 3 20 0 15 0 230286863 11343855616 187605 33554432000 4194304 4196468 140728680526080 140728680508624 140376211541751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
/proc/946/statm: 2769496 187605 3527 1 0 2731149 0
[pid=946/tid=1004] ppid=943 vsize=11077984 memory=239493 CPUtime=2363.74 cores=1,3,5,7
/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 78602 13203 0 0 236327 39 5 3 20 0 15 0 230286872 11343855616 187605 33554432000 4194304 4196468 140728680526080 140376183376960 140375794300764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=11077984 memory=750420 CPUtime=8.35 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 6517 13203 0 0 784 43 5 3 20 0 15 0 230286873 11343855616 187605 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=11077984 memory=750348 CPUtime=8.36 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 6150 13203 0 0 784 44 5 3 20 0 15 0 230286873 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=11077984 memory=6648 CPUtime=8.31 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 8253 13203 0 0 776 47 5 3 20 0 15 0 230286873 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=11077984 memory=750348 CPUtime=8.33 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 11607 13203 0 0 775 50 5 3 20 0 15 0 230286873 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=11077984 memory=750348 CPUtime=7.66 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 7828 13203 0 0 720 38 5 3 20 0 15 0 230286874 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=11077984 memory=750420 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 14 13203 0 0 0 0 5 3 20 0 15 0 230286875 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375047005088 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=11077984 memory=3872 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 10 13203 0 0 0 0 5 3 20 0 15 0 230286875 11343855616 187605 33554432000 4194304 4196468 140728680526080 140374899156096 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1013] ppid=943 vsize=11077984 memory=750420 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1013/stat : 1013 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11343855616 187605 33554432000 4194304 4196468 140728680526080 140374591756368 140376211560347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1014] ppid=943 vsize=11077984 memory=3872 CPUtime=7.43 cores=1,3,5,7
/proc/946/task/1014/stat : 1014 (java) S 943 946 27288 0 -1 1077944384 20480 13203 0 0 730 5 5 3 20 0 15 0 230286878 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375636302448 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1015] ppid=943 vsize=11077984 memory=0 CPUtime=7.88 cores=1,3,5,7
/proc/946/task/1015/stat : 1015 (java) S 943 946 27288 0 -1 1077944384 27270 13203 0 0 773 7 5 3 20 0 15 0 230286878 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375635249648 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1017] ppid=943 vsize=11077984 memory=-3395018490573704991 CPUtime=3.22 cores=1,3,5,7
/proc/946/task/1017/stat : 1017 (java) S 943 946 27288 0 -1 1077944384 21976 13203 0 0 309 5 5 3 20 0 15 0 230286878 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375634197360 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1018] ppid=943 vsize=11077984 memory=750420 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1018/stat : 1018 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11343855616 187605 33554432000 4194304 4196468 140728680526080 140374160960480 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1019] ppid=943 vsize=11077984 memory=2516 CPUtime=1.33 cores=1,3,5,7
/proc/946/task/1019/stat : 1019 (java) S 943 946 27288 0 -1 1077944384 759 13203 0 0 56 69 5 3 20 0 15 0 230286878 11343855616 187605 33554432000 4194304 4196468 140728680526080 140375633144240 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
Current children cumulated CPU time: 2424 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 750420 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.25 1.35 3/215 1769
/proc/meminfo: memFree=11667128/32770624 swapFree=67108496/67108860
[pid=946] ppid=943 vsize=11077984 memory=750504 CPUtime=2484.57 cores=1,3,5,7
/proc/946/stat : 946 (java) S 943 946 27288 0 -1 1077944320 192712 13203 0 0 248151 298 5 3 20 0 15 0 230286863 11343855616 187626 33554432000 4194304 4196468 140728680526080 140728680508624 140376211541751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
/proc/946/statm: 2769496 187626 3527 1 0 2731149 0
[pid=946/tid=1004] ppid=943 vsize=11077984 memory=750420 CPUtime=2423.3 cores=1,3,5,7
/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 78985 13203 0 0 242282 40 5 3 20 0 15 0 230286872 11343855616 187626 33554432000 4194304 4196468 140728680526080 140376183377184 140375795625792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=11077984 memory=750420 CPUtime=8.55 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 6535 13203 0 0 803 44 5 3 20 0 15 0 230286873 11343855616 187626 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=11077984 memory=750504 CPUtime=8.56 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 6444 13203 0 0 803 45 5 3 20 0 15 0 230286873 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=11077984 memory=750504 CPUtime=8.51 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 8265 13203 0 0 795 48 5 3 20 0 15 0 230286873 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=11077984 memory=750504 CPUtime=8.52 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 11621 13203 0 0 793 51 5 3 20 0 15 0 230286873 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=11077984 memory=750420 CPUtime=7.85 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 7842 13203 0 0 738 39 5 3 20 0 15 0 230286874 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=11077984 memory=750420 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 14 13203 0 0 0 0 5 3 20 0 15 0 230286875 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375047005088 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=11077984 memory=750504 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 10 13203 0 0 0 0 5 3 20 0 15 0 230286875 11343855616 187626 33554432000 4194304 4196468 140728680526080 140374899156096 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1013] ppid=943 vsize=11077984 memory=750504 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1013/stat : 1013 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11343855616 187626 33554432000 4194304 4196468 140728680526080 140374591756368 140376211560347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1014] ppid=943 vsize=11077984 memory=750420 CPUtime=7.44 cores=1,3,5,7
/proc/946/task/1014/stat : 1014 (java) S 943 946 27288 0 -1 1077944384 20788 13203 0 0 731 5 5 3 20 0 15 0 230286878 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375636302448 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1015] ppid=943 vsize=11077984 memory=3872 CPUtime=7.88 cores=1,3,5,7
/proc/946/task/1015/stat : 1015 (java) S 943 946 27288 0 -1 1077944384 27271 13203 0 0 773 7 5 3 20 0 15 0 230286878 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375635249648 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1017] ppid=943 vsize=11077984 memory=1788 CPUtime=3.22 cores=1,3,5,7
/proc/946/task/1017/stat : 1017 (java) S 943 946 27288 0 -1 1077944384 21976 13203 0 0 309 5 5 3 20 0 15 0 230286878 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375634197360 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1018] ppid=943 vsize=11077984 memory=860 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1018/stat : 1018 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11343855616 187626 33554432000 4194304 4196468 140728680526080 140374160960480 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1019] ppid=943 vsize=11077984 memory=750504 CPUtime=1.37 cores=1,3,5,7
/proc/946/task/1019/stat : 1019 (java) S 943 946 27288 0 -1 1077944384 763 13203 0 0 58 71 5 3 20 0 15 0 230286878 11343855616 187626 33554432000 4194304 4196468 140728680526080 140375633144240 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
Current children cumulated CPU time: 2484.57 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 750504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.4 s]
/proc/loadavg: 1.27 1.27 1.35 3/215 1769
/proc/meminfo: memFree=11667620/32770624 swapFree=67108496/67108860
[pid=946] ppid=943 vsize=11077984 memory=750516 CPUtime=2520.02 cores=1,3,5,7
/proc/946/stat : 946 (java) S 943 946 27288 0 -1 1077944320 193338 13203 0 0 251693 301 5 3 20 0 15 0 230286863 11343855616 187629 33554432000 4194304 4196468 140728680526080 140728680508624 140376211541751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
/proc/946/statm: 2769496 187629 3527 1 0 2731149 0
[pid=946/tid=1004] ppid=943 vsize=11077984 memory=1128 CPUtime=2458.13 cores=1,3,5,7
/proc/946/task/1004/stat : 1004 (java) R 943 946 27288 0 -1 4202560 79286 13203 0 0 245765 40 5 3 20 0 15 0 230286872 11343855616 187629 33554432000 4194304 4196468 140728680526080 140376183377008 140375795297167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1005] ppid=943 vsize=11077984 memory=15188 CPUtime=8.67 cores=1,3,5,7
/proc/946/task/1005/stat : 1005 (java) S 943 946 27288 0 -1 1077944384 6572 13203 0 0 815 44 5 3 20 0 15 0 230286873 11343855616 187629 33554432000 4194304 4196468 140728680526080 140376215784336 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1006] ppid=943 vsize=11077984 memory=4000 CPUtime=8.67 cores=1,3,5,7
/proc/946/task/1006/stat : 1006 (java) S 943 946 27288 0 -1 1077944384 6497 13203 0 0 814 45 5 3 20 0 15 0 230286873 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375751318288 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1007] ppid=943 vsize=11077984 memory=14204 CPUtime=8.62 cores=1,3,5,7
/proc/946/task/1007/stat : 1007 (java) S 943 946 27288 0 -1 1077944384 8294 13203 0 0 806 48 5 3 20 0 15 0 230286873 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375750266000 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1008] ppid=943 vsize=11077984 memory=916 CPUtime=8.64 cores=1,3,5,7
/proc/946/task/1008/stat : 1008 (java) S 943 946 27288 0 -1 1077944384 11629 13203 0 0 804 52 5 3 20 0 15 0 230286873 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375749213200 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1009] ppid=943 vsize=11077984 memory=3848 CPUtime=7.97 cores=1,3,5,7
/proc/946/task/1009/stat : 1009 (java) S 943 946 27288 0 -1 1077944384 8023 13203 0 0 749 40 5 3 20 0 15 0 230286874 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375637354608 140376211552898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1010] ppid=943 vsize=11077984 memory=2848 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1010/stat : 1010 (java) S 943 946 27288 0 -1 1077944384 14 13203 0 0 0 0 5 3 20 0 15 0 230286875 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375047005088 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1011] ppid=943 vsize=11077984 memory=2932 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1011/stat : 1011 (java) S 943 946 27288 0 -1 1077944384 10 13203 0 0 0 0 5 3 20 0 15 0 230286875 11343855616 187629 33554432000 4194304 4196468 140728680526080 140374899156096 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1013] ppid=943 vsize=11077984 memory=6935054825532540783 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1013/stat : 1013 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11343855616 187629 33554432000 4194304 4196468 140728680526080 140374591756368 140376211560347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1014] ppid=943 vsize=11077984 memory=4126316290023845779 CPUtime=7.44 cores=1,3,5,7
/proc/946/task/1014/stat : 1014 (java) S 943 946 27288 0 -1 1077944384 20788 13203 0 0 731 5 5 3 20 0 15 0 230286878 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375636302448 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1015] ppid=943 vsize=11077984 memory=932 CPUtime=7.88 cores=1,3,5,7
/proc/946/task/1015/stat : 1015 (java) S 943 946 27288 0 -1 1077944384 27271 13203 0 0 773 7 5 3 20 0 15 0 230286878 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375635249648 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1017] ppid=943 vsize=11077984 memory=1564 CPUtime=3.22 cores=1,3,5,7
/proc/946/task/1017/stat : 1017 (java) S 943 946 27288 0 -1 1077944384 21976 13203 0 0 309 5 5 3 20 0 15 0 230286878 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375634197360 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1018] ppid=943 vsize=11077984 memory=2212 CPUtime=0.08 cores=1,3,5,7
/proc/946/task/1018/stat : 1018 (java) S 943 946 27288 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 230286878 11343855616 187629 33554432000 4194304 4196468 140728680526080 140374160960480 140376211551957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
[pid=946/tid=1019] ppid=943 vsize=11077984 memory=3988 CPUtime=1.39 cores=1,3,5,7
/proc/946/task/1019/stat : 1019 (java) S 943 946 27288 0 -1 1077944384 780 13203 0 0 59 72 5 3 20 0 15 0 230286878 11343855616 187629 33554432000 4194304 4196468 140728680526080 140375633144240 140376211552898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13410304 140728680532579 140728680535388 140728680535388 140728680538063 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 750516 KiB

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

[startup+2477.44 s]
# the end of solver process 946 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.01 s, system=3.05804 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2477.44
CPU time (s): 2520.07
CPU user time (s): 2517.01
CPU system time (s): 3.05804
CPU usage (%): 101.721
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 760100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.01
system time used= 3.05804
maximum resident set size= 761136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 233215
involuntary context switches= 5943


# summary of solver processes directly reported to runsolver:
#   pid: 946
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.01
#   total CPU system time (s): 3.05804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4185 second user time and 23.3695 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-13 04:27:17
IDJOB=4304682
IDBENCH=141536
IDSOLVER=2781
FILE ID=node149/4304682-1534127237
RUNJOBID= node149-1534099857-27320
PBS_JOBID= 21037007
Free space on /tmp= 39084 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-90-400-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304682-1534127237/watcher-4304682-1534127237 -o /tmp/evaluation-result-4304682-1534127237/solver-4304682-1534127237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27320 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1984653947 -superng HOME/instance-4304682-1534127237.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 21e6319225d06eb46c107a9c6e1ffb4f
RANDOM SEED=1984653947

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12624968 kB
MemAvailable:   31393076 kB
Buffers:          216580 kB
Cached:         18587660 kB
SwapCached:           28 kB
Active:          8280152 kB
Inactive:       11090952 kB
Active(anon):     514980 kB
Inactive(anon):   104036 kB
Active(file):    7765172 kB
Inactive(file): 10986916 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:        586116 kB
Mapped:            68188 kB
Shmem:             49616 kB
Slab:             472908 kB
SReclaimable:     444480 kB
SUnreclaim:        28428 kB
KernelStack:        3808 kB
PageTables:         6540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1735380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39056 MiB
End job on node149 at 2018-08-13 05:08:34