Trace number 4304671

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.2SAT (TO)1547 2520.11 2468.73

General information on the benchmark

NameKnapsack/
Knapsack-90-400-00_c18.xml
MD5SUM7b27ea70d39fcd1b1790f87791ea7535
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1551
Best CPU time to get the best result obtained on this benchmark2520.07
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.73	c Concrete v3.9.2.1532736233296 running
6.87/3.41	o 815
6.87/3.44	o 886
6.87/3.46	o 913
6.87/3.47	o 959
6.87/3.48	o 975
6.87/3.49	o 1017
7.21/3.50	o 1044
7.21/3.51	o 1050
7.21/3.53	o 1060
7.21/3.57	o 1079
7.21/3.58	o 1137
7.21/3.58	o 1151
7.21/3.59	o 1154
7.58/3.69	o 1202
7.58/3.69	o 1230
8.53/3.94	o 1278
8.53/3.94	o 1281
8.86/4.10	o 1295
9.16/4.12	o 1308
9.44/4.72	o 1330
9.44/4.78	o 1362
9.75/4.80	o 1363
9.75/4.81	o 1366
9.75/4.81	o 1372
10.38/5.09	o 1404
10.38/5.09	o 1407
10.38/5.10	o 1431
10.69/5.18	o 1447
10.69/5.18	o 1457
10.69/5.19	o 1473
10.96/5.22	o 1497
14.96/7.92	o 1508
42.82/28.75	o 1512
47.00/31.82	o 1519
54.84/38.49	o 1527
55.56/39.19	o 1534
84.24/67.65	o 1540
85.67/69.03	o 1543
1085.65/1055.31	o 1547
2520.08/2468.70	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2468.70		at concrete.MAC.mac(MAC.scala:188)
2520.08/2468.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2468.70		at scala.util.Try$.apply(Try.scala:209)
2520.08/2468.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2468.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2468.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2468.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2468.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2468.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2468.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2468.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2468.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2468.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2468.70		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2468.70		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2468.70		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2468.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2468.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2468.70		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2468.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2468.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2468.70		at scala.util.Success.map(Try.scala:209)
2520.08/2468.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2468.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2468.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2468.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2468.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2468.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2468.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2468.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2468.70		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2468.70		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2468.70		at scala.App.main(App.scala:76)
2520.08/2468.70		at scala.App.main$(App.scala:74)
2520.08/2468.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2468.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2468.71	v <instantiation cost="1547">
2520.08/2468.71	v       <list>
2520.08/2468.71	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.08/2468.71	v       </list>
2520.08/2468.71	v       <values>
2520.08/2468.71	v         0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0
2520.08/2468.71	v       </values>
2520.08/2468.71	v     </instantiation>
2520.08/2468.71	s SATISFIABLE

Verifier Data

OK	1547

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 (8213 MiB free)
  memory of node 1: 16384 MiB (9543 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304671-1534124903/watcher-4304671-1534124903 -o /tmp/evaluation-result-4304671-1534124903/solver-4304671-1534124903 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1648144790 HOME/instance-4304671-1534124903.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
Current StackSize limit: 8192 KiB

solver pid=18841, runsolver pid=18838

[startup+0.108654 s]*
/proc/loadavg: 1.10 1.29 1.43 3/207 18899
/proc/meminfo: memFree=18173640/32770624 swapFree=67108196/67108860
[pid=18841] ppid=18838 vsize=10453864 memory=22672 CPUtime=0.1 cores=1,3,5,7
/proc/18841/stat : 18841 (java) S 18838 18841 13143 0 -1 1077944320 4814 12860 0 0 2 0 5 3 20 0 9 0 230053459 10704756736 5668 33554432000 4194304 4196468 140730021868608 140730021851152 139978556636919 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
/proc/18841/statm: 2613466 5668 2101 1 0 2576007 0
[pid=18841/tid=18894] ppid=18838 vsize=10453864 memory=5855084838433490077 CPUtime=0.09 cores=1,3,5,7
/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 2618 12860 0 0 1 0 5 3 20 0 9 0 230053468 10704756736 5668 33554432000 4194304 4196468 140730021868608 139978528472944 139978540717406 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=10453864 memory=5793855738710038969 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 9 0 230053469 10704756736 5668 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=10453864 memory=140487700145792 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 9 0 230053469 10704756736 5668 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=10453864 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 9 0 230053469 10704756736 5668 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=10453864 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 9 0 230053469 10704756736 5668 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=10453864 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 9 0 230053470 10704756736 5668 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=10453864 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 13 12860 0 0 0 0 5 3 20 0 9 0 230053470 10704756736 5668 33554432000 4194304 4196468 140730021868608 139977359877280 139978556647125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=10453864 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 9 0 230053471 10704756736 5668 33554432000 4194304 4196468 140730021868608 139977212027696 139978556647125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 22672 KiB

[startup+0.210023 s]*
/proc/loadavg: 1.10 1.29 1.43 3/215 18907
/proc/meminfo: memFree=18152884/32770624 swapFree=67108196/67108860
[pid=18841] ppid=18838 vsize=10985364 memory=46948 CPUtime=0.26 cores=1,3,5,7
/proc/18841/stat : 18841 (java) S 18838 18841 13143 0 -1 1077944320 8754 12860 0 0 17 1 5 3 20 0 15 0 230053459 11249012736 11891 33554432000 4194304 4196468 140730021868608 140730021851152 139978556636919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
/proc/18841/statm: 2746341 11737 2977 1 0 2708764 0
[pid=18841/tid=18894] ppid=18838 vsize=10982776 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 5732 12860 0 0 11 1 5 3 20 0 15 0 230053468 11246362624 11884 33554432000 4194304 4196468 140730021868608 139978528461728 139978549316637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=10982776 memory=4211974213904936330 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246362624 11884 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=10982776 memory=140487700145792 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246362624 11884 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246362624 11950 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246362624 11950 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=10982776 memory=140487700145792 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 230053470 11246362624 11950 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 13 12860 0 0 0 0 5 3 20 0 15 0 230053470 11246362624 12016 33554432000 4194304 4196468 140730021868608 139977359877280 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=10982776 memory=140487700145792 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053471 11246362624 12016 33554432000 4194304 4196468 140730021868608 139977212027632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18902] ppid=18838 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18902/stat : 18902 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053473 11246362624 12016 33554432000 4194304 4196468 140730021868608 139976904628176 139978556655515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18903] ppid=18838 vsize=10982776 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18841/task/18903/stat : 18903 (java) S 18838 18841 13143 0 -1 1077944384 478 12860 0 0 1 0 5 3 20 0 15 0 230053473 11246362624 12082 33554432000 4194304 4196468 140730021868608 139977981442800 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18904] ppid=18838 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18904/stat : 18904 (java) S 18838 18841 13143 0 -1 1077944384 132 12860 0 0 0 0 5 3 20 0 15 0 230053473 11246362624 12082 33554432000 4194304 4196468 140730021868608 139977980390256 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18905] ppid=18838 vsize=10982776 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/18841/task/18905/stat : 18905 (java) S 18838 18841 13143 0 -1 1077944384 610 12860 0 0 3 0 5 3 20 0 15 0 230053473 11246362624 12082 33554432000 4194304 4196468 140730021868608 139977979337200 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18906] ppid=18838 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18906/stat : 18906 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053474 11246362624 12082 33554432000 4194304 4196468 140730021868608 139976473832288 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18907] ppid=18838 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18907/stat : 18907 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053474 11246329856 12135 33554432000 4194304 4196468 140730021868608 139977978284592 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46948 KiB

[startup+0.310269 s]*
/proc/loadavg: 1.10 1.29 1.43 3/215 18907
/proc/meminfo: memFree=18138992/32770624 swapFree=67108196/67108860
[pid=18841] ppid=18838 vsize=10983192 memory=56416 CPUtime=0.39 cores=1,3,5,7
/proc/18841/stat : 18841 (java) S 18838 18841 13143 0 -1 1077944320 10622 12860 0 0 29 2 5 3 20 0 15 0 230053459 11246788608 14104 33554432000 4194304 4196468 140730021868608 140730021851152 139978556636919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
/proc/18841/statm: 2745798 14104 3096 1 0 2708109 0
[pid=18841/tid=18894] ppid=18838 vsize=10983192 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 7179 12860 0 0 20 2 5 3 20 0 15 0 230053468 11246788608 14104 33554432000 4194304 4196468 140730021868608 139978528448928 139978539823728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=10983192 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246788608 14104 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=10983192 memory=140487700152785 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246788608 14104 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246788608 14104 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246788608 14104 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 230053470 11246788608 14104 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 13 12860 0 0 0 0 5 3 20 0 15 0 230053470 11246788608 14104 33554432000 4194304 4196468 140730021868608 139977359877280 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053471 11246788608 14104 33554432000 4194304 4196468 140730021868608 139977212027632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18902] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18902/stat : 18902 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053473 11246788608 14104 33554432000 4194304 4196468 140730021868608 139976904628176 139978556655515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18903] ppid=18838 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18841/task/18903/stat : 18903 (java) S 18838 18841 13143 0 -1 1077944384 478 12860 0 0 2 0 5 3 20 0 15 0 230053473 11246788608 14104 33554432000 4194304 4196468 140730021868608 139977981442800 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18904] ppid=18838 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18841/task/18904/stat : 18904 (java) S 18838 18841 13143 0 -1 1077944384 135 12860 0 0 1 0 5 3 20 0 15 0 230053473 11246788608 14104 33554432000 4194304 4196468 140730021868608 139977980390256 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18905] ppid=18838 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/18841/task/18905/stat : 18905 (java) S 18838 18841 13143 0 -1 1077944384 618 12860 0 0 5 0 5 3 20 0 15 0 230053473 11246788608 14104 33554432000 4194304 4196468 140730021868608 139977979337200 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18906] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18906/stat : 18906 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053474 11246788608 14104 33554432000 4194304 4196468 140730021868608 139976473832288 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18907] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18907/stat : 18907 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053474 11246788608 14104 33554432000 4194304 4196468 140730021868608 139977978284592 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56416 KiB

[startup+0.700754 s]
/proc/loadavg: 1.09 1.28 1.43 3/215 18907
/proc/meminfo: memFree=18130432/32770624 swapFree=67108196/67108860
[pid=18841] ppid=18838 vsize=10983192 memory=88764 CPUtime=0.99 cores=1,3,5,7
/proc/18841/stat : 18841 (java) S 18838 18841 13143 0 -1 1077944320 16750 12860 0 0 87 4 5 3 20 0 15 0 230053459 11246788608 22191 33554432000 4194304 4196468 140730021868608 140730021851152 139978556636919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
/proc/18841/statm: 2745798 22191 3247 1 0 2708109 0
[pid=18841/tid=18894] ppid=18838 vsize=10983192 memory=4032 CPUtime=0.67 cores=1,3,5,7
/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 12219 12860 0 0 56 3 5 3 20 0 15 0 230053468 11246788608 22191 33554432000 4194304 4196468 140730021868608 139978528457744 139978538200515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=10983192 memory=17816 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246788608 22191 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=10983192 memory=640 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246788608 22191 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=10983192 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246788608 22191 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=10983192 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 230053469 11246788608 22191 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=10983192 memory=6296140376450093153 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 5 12860 0 0 0 0 5 3 20 0 15 0 230053470 11246788608 22191 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=10983192 memory=6082227206462533989 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 13 12860 0 0 0 0 5 3 20 0 15 0 230053470 11246788608 22191 33554432000 4194304 4196468 140730021868608 139977359877280 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=10983192 memory=6935649255894896720 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053471 11246788608 22191 33554432000 4194304 4196468 140730021868608 139977212027632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18902] ppid=18838 vsize=10983192 memory=5450909908396308010 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18902/stat : 18902 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053473 11246788608 22191 33554432000 4194304 4196468 140730021868608 139976904628176 139978556655515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18903] ppid=18838 vsize=10983192 memory=-7533522213388100735 CPUtime=0.15 cores=1,3,5,7
/proc/18841/task/18903/stat : 18903 (java) S 18838 18841 13143 0 -1 1077944384 871 12860 0 0 7 0 5 3 20 0 15 0 230053473 11246788608 22191 33554432000 4194304 4196468 140730021868608 139977981442800 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18904] ppid=18838 vsize=10983192 memory=-8990767739041718176 CPUtime=0.17 cores=1,3,5,7
/proc/18841/task/18904/stat : 18904 (java) S 18838 18841 13143 0 -1 1077944384 757 12860 0 0 9 0 5 3 20 0 15 0 230053473 11246788608 22191 33554432000 4194304 4196468 140730021868608 139977980390256 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18905] ppid=18838 vsize=10983192 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/18841/task/18905/stat : 18905 (java) S 18838 18841 13143 0 -1 1077944384 683 12860 0 0 13 0 5 3 20 0 15 0 230053473 11246788608 22191 33554432000 4194304 4196468 140730021868608 139977979337200 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18906] ppid=18838 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18906/stat : 18906 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053474 11246788608 22191 33554432000 4194304 4196468 140730021868608 139976473832288 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18907] ppid=18838 vsize=10983192 memory=4028 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18907/stat : 18907 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053474 11246788608 22191 33554432000 4194304 4196468 140730021868608 139977978284592 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88764 KiB

[startup+1.50083 s]
/proc/loadavg: 1.09 1.28 1.43 4/215 18907
/proc/meminfo: memFree=18083976/32770624 swapFree=67108196/67108860
[pid=18841] ppid=18838 vsize=10998092 memory=180048 CPUtime=2.23 cores=1,3,5,7
/proc/18841/stat : 18841 (java) S 18838 18841 13143 0 -1 1077944320 23956 12860 0 0 206 9 5 3 20 0 15 0 230053459 11262046208 45012 33554432000 4194304 4196468 140730021868608 140730021851152 139978556636919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
/proc/18841/statm: 2749523 45012 3475 1 0 2711181 0
[pid=18841/tid=18894] ppid=18838 vsize=10998092 memory=164428 CPUtime=1.44 cores=1,3,5,7
/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 17846 12860 0 0 131 5 5 3 20 0 15 0 230053468 11262046208 45012 33554432000 4194304 4196468 140730021868608 139978528467816 139978101364609 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=10998092 memory=280975150256928 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 28 12860 0 0 0 0 5 3 20 0 15 0 230053469 11262046208 45012 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=10998092 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 22 12860 0 0 1 0 5 3 20 0 15 0 230053469 11262046208 45012 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 264 12860 0 0 1 0 5 3 20 0 15 0 230053469 11262046208 45012 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 78 12860 0 0 0 0 5 3 20 0 15 0 230053469 11262046208 45012 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 50 12860 0 0 1 0 5 3 20 0 15 0 230053470 11262046208 45012 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 14 12860 0 0 0 0 5 3 20 0 15 0 230053470 11262046208 45012 33554432000 4194304 4196468 140730021868608 139977359877344 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=10998092 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 230053471 11262046208 45012 33554432000 4194304 4196468 140730021868608 139977212027648 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18902] ppid=18838 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18902/stat : 18902 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053473 11262046208 45012 33554432000 4194304 4196468 140730021868608 139976904628176 139978556655515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18903] ppid=18838 vsize=10998092 memory=280975150231040 CPUtime=0.28 cores=1,3,5,7
/proc/18841/task/18903/stat : 18903 (java) S 18838 18841 13143 0 -1 1077944384 1366 12860 0 0 20 0 5 3 20 0 15 0 230053473 11262046208 45012 33554432000 4194304 4196468 140730021868608 139977981442800 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18904] ppid=18838 vsize=10998092 memory=280975150416656 CPUtime=0.27 cores=1,3,5,7
/proc/18841/task/18904/stat : 18904 (java) S 18838 18841 13143 0 -1 1077944384 960 12860 0 0 19 0 5 3 20 0 15 0 230053473 11262046208 45012 33554432000 4194304 4196468 140730021868608 139977980390256 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18905] ppid=18838 vsize=10998092 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/18841/task/18905/stat : 18905 (java) R 18838 18841 13143 0 -1 4202560 1132 12860 0 0 28 0 5 3 20 0 15 0 230053473 11262046208 45012 33554432000 4194304 4196468 140730021868608 139977979337200 139978549733755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0

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

/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 87288 12860 0 0 235354 53 5 3 20 0 15 0 230053468 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978528472080 139978108781152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.19 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 14491 12860 0 0 1152 59 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.18 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 12523 12860 0 0 1148 62 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.13 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 9247 12860 0 0 1146 59 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.2 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 11935 12860 0 0 1152 60 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=11077984 memory=861324 CPUtime=11.52 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 12329 12860 0 0 1080 64 5 3 20 0 15 0 230053470 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 21 12860 0 0 0 0 5 3 20 0 15 0 230053470 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977359877344 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 5 12860 0 0 0 0 5 3 20 0 15 0 230053471 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977212027648 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18902] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18902/stat : 18902 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139976904628176 139978556655515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18903] ppid=18838 vsize=11077984 memory=861324 CPUtime=6.8 cores=1,3,5,7
/proc/18841/task/18903/stat : 18903 (java) S 18838 18841 13143 0 -1 1077944384 12076 12860 0 0 667 5 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977981442800 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18904] ppid=18838 vsize=11077984 memory=4028 CPUtime=7.28 cores=1,3,5,7
/proc/18841/task/18904/stat : 18904 (java) S 18838 18841 13143 0 -1 1077944384 15304 12860 0 0 715 5 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977980390256 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18905] ppid=18838 vsize=11077984 memory=17816 CPUtime=3.03 cores=1,3,5,7
/proc/18841/task/18905/stat : 18905 (java) S 18838 18841 13143 0 -1 1077944384 15524 12860 0 0 289 6 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977979337200 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18906] ppid=18838 vsize=11077984 memory=640 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18906/stat : 18906 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053474 11343855616 215331 33554432000 4194304 4196468 140730021868608 139976473832288 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18907] ppid=18838 vsize=11077984 memory=960 CPUtime=1.55 cores=1,3,5,7
/proc/18841/task/18907/stat : 18907 (java) S 18838 18841 13143 0 -1 1077944384 833 12860 0 0 61 86 5 3 20 0 15 0 230053474 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977978284592 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
Current children cumulated CPU time: 2432.41 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 861324 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.47 1.42 3/215 19133
/proc/meminfo: memFree=16368948/32770624 swapFree=67108196/67108860
[pid=18841] ppid=18838 vsize=11077984 memory=861324 CPUtime=2493.27 cores=1,3,5,7
/proc/18841/stat : 18841 (java) S 18838 18841 13143 0 -1 1077944320 195131 12860 0 0 248929 390 5 3 20 0 15 0 230053459 11343855616 215331 33554432000 4194304 4196468 140730021868608 140730021851152 139978556636919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
/proc/18841/statm: 2769496 215331 3523 1 0 2731149 0
[pid=18841/tid=18894] ppid=18838 vsize=11077984 memory=861324 CPUtime=2413.45 cores=1,3,5,7
/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 88019 12860 0 0 241283 54 5 3 20 0 15 0 230053468 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978528471792 139978114197179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.5 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 14800 12860 0 0 1181 61 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.49 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 12589 12860 0 0 1177 64 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.45 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 9272 12860 0 0 1176 61 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.51 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 11951 12860 0 0 1181 62 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=11077984 memory=861324 CPUtime=11.8 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 12519 12860 0 0 1107 65 5 3 20 0 15 0 230053470 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 21 12860 0 0 0 0 5 3 20 0 15 0 230053470 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977359877344 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 5 12860 0 0 0 0 5 3 20 0 15 0 230053471 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977212027648 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18902] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18902/stat : 18902 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139976904628176 139978556655515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18903] ppid=18838 vsize=11077984 memory=861324 CPUtime=6.8 cores=1,3,5,7
/proc/18841/task/18903/stat : 18903 (java) S 18838 18841 13143 0 -1 1077944384 12078 12860 0 0 667 5 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977981442800 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18904] ppid=18838 vsize=11077984 memory=4032 CPUtime=7.28 cores=1,3,5,7
/proc/18841/task/18904/stat : 18904 (java) S 18838 18841 13143 0 -1 1077944384 15306 12860 0 0 715 5 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977980390256 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18905] ppid=18838 vsize=11077984 memory=4028 CPUtime=3.03 cores=1,3,5,7
/proc/18841/task/18905/stat : 18905 (java) S 18838 18841 13143 0 -1 1077944384 15526 12860 0 0 289 6 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977979337200 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18906] ppid=18838 vsize=11077984 memory=62516 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18906/stat : 18906 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053474 11343855616 215331 33554432000 4194304 4196468 140730021868608 139976473832288 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18907] ppid=18838 vsize=11077984 memory=288230574492221466 CPUtime=1.58 cores=1,3,5,7
/proc/18841/task/18907/stat : 18907 (java) S 18838 18841 13143 0 -1 1077944384 850 12860 0 0 63 87 5 3 20 0 15 0 230053474 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977978284592 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
Current children cumulated CPU time: 2493.27 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 861324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.7 s]
/proc/loadavg: 1.39 1.42 1.40 3/215 19134
/proc/meminfo: memFree=16365368/32770624 swapFree=67108196/67108860
[pid=18841] ppid=18838 vsize=11077984 memory=861324 CPUtime=2520.08 cores=1,3,5,7
/proc/18841/stat : 18841 (java) S 18838 18841 13143 0 -1 1077944320 196126 12860 0 0 251607 393 5 3 20 0 15 0 230053459 11343855616 215331 33554432000 4194304 4196468 140730021868608 140730021851152 139978556636919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
/proc/18841/statm: 2769496 215331 3523 1 0 2731149 0
[pid=18841/tid=18894] ppid=18838 vsize=11077984 memory=861324 CPUtime=2439.51 cores=1,3,5,7
/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 88418 12860 0 0 243889 54 5 3 20 0 15 0 230053468 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978528471824 139978109338664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.65 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 15102 12860 0 0 1195 62 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.64 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 12609 12860 0 0 1191 65 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.59 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 9295 12860 0 0 1190 61 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.65 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 11999 12860 0 0 1195 62 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=11077984 memory=861324 CPUtime=11.94 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 12702 12860 0 0 1120 66 5 3 20 0 15 0 230053470 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 21 12860 0 0 0 0 5 3 20 0 15 0 230053470 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977359877344 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 5 12860 0 0 0 0 5 3 20 0 15 0 230053471 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977212027648 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18902] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18902/stat : 18902 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139976904628176 139978556655515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18903] ppid=18838 vsize=11077984 memory=640 CPUtime=6.8 cores=1,3,5,7
/proc/18841/task/18903/stat : 18903 (java) S 18838 18841 13143 0 -1 1077944384 12080 12860 0 0 667 5 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977981442800 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18904] ppid=18838 vsize=11077984 memory=861324 CPUtime=7.28 cores=1,3,5,7
/proc/18841/task/18904/stat : 18904 (java) S 18838 18841 13143 0 -1 1077944384 15308 12860 0 0 715 5 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977980390256 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18905] ppid=18838 vsize=11077984 memory=861324 CPUtime=3.03 cores=1,3,5,7
/proc/18841/task/18905/stat : 18905 (java) S 18838 18841 13143 0 -1 1077944384 15528 12860 0 0 289 6 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977979337200 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18906] ppid=18838 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18906/stat : 18906 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053474 11343855616 215331 33554432000 4194304 4196468 140730021868608 139976473832288 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18907] ppid=18838 vsize=11077984 memory=861324 CPUtime=1.59 cores=1,3,5,7
/proc/18841/task/18907/stat : 18907 (java) S 18838 18841 13143 0 -1 1077944384 864 12860 0 0 63 88 5 3 20 0 15 0 230053474 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977978284592 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 861324 KiB

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

[startup+2468.73 s]
# the end of solver process 18841 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.14 s, system=3.97506 s

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

[startup+2468.7 s]
/proc/loadavg: 1.39 1.42 1.40 3/215 19134
/proc/meminfo: memFree=16365368/32770624 swapFree=67108196/67108860
[pid=18841] ppid=18838 vsize=11077984 memory=861324 CPUtime=2520.08 cores=1,3,5,7
/proc/18841/stat : 18841 (java) S 18838 18841 13143 0 -1 1077944320 196126 12860 0 0 251607 393 5 3 20 0 15 0 230053459 11343855616 215331 33554432000 4194304 4196468 140730021868608 140730021851152 139978556636919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
/proc/18841/statm: 2769496 215331 3523 1 0 2731149 0
[pid=18841/tid=18894] ppid=18838 vsize=11077984 memory=861324 CPUtime=2439.51 cores=1,3,5,7
/proc/18841/task/18894/stat : 18894 (java) R 18838 18841 13143 0 -1 4202560 88418 12860 0 0 243889 54 5 3 20 0 15 0 230053468 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978528471824 139978109338664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18895] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.65 cores=1,3,5,7
/proc/18841/task/18895/stat : 18895 (java) S 18838 18841 13143 0 -1 1077944384 15102 12860 0 0 1195 62 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978560879632 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18896] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.64 cores=1,3,5,7
/proc/18841/task/18896/stat : 18896 (java) S 18838 18841 13143 0 -1 1077944384 12609 12860 0 0 1191 65 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978426215568 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18897] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.59 cores=1,3,5,7
/proc/18841/task/18897/stat : 18897 (java) S 18838 18841 13143 0 -1 1077944384 9295 12860 0 0 1190 61 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978425162512 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18898] ppid=18838 vsize=11077984 memory=861324 CPUtime=12.65 cores=1,3,5,7
/proc/18841/task/18898/stat : 18898 (java) S 18838 18841 13143 0 -1 1077944384 11999 12860 0 0 1195 62 5 3 20 0 15 0 230053469 11343855616 215331 33554432000 4194304 4196468 140730021868608 139978424109968 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18899] ppid=18838 vsize=11077984 memory=861324 CPUtime=11.94 cores=1,3,5,7
/proc/18841/task/18899/stat : 18899 (java) S 18838 18841 13143 0 -1 1077944384 12702 12860 0 0 1120 66 5 3 20 0 15 0 230053470 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977982494960 139978556648066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18900] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18900/stat : 18900 (java) S 18838 18841 13143 0 -1 1077944384 21 12860 0 0 0 0 5 3 20 0 15 0 230053470 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977359877344 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18901] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18901/stat : 18901 (java) S 18838 18841 13143 0 -1 1077944384 5 12860 0 0 0 0 5 3 20 0 15 0 230053471 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977212027648 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18902] ppid=18838 vsize=11077984 memory=861324 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18902/stat : 18902 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139976904628176 139978556655515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18903] ppid=18838 vsize=11077984 memory=640 CPUtime=6.8 cores=1,3,5,7
/proc/18841/task/18903/stat : 18903 (java) S 18838 18841 13143 0 -1 1077944384 12080 12860 0 0 667 5 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977981442800 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18904] ppid=18838 vsize=11077984 memory=861324 CPUtime=7.28 cores=1,3,5,7
/proc/18841/task/18904/stat : 18904 (java) S 18838 18841 13143 0 -1 1077944384 15308 12860 0 0 715 5 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977980390256 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18905] ppid=18838 vsize=11077984 memory=861324 CPUtime=3.03 cores=1,3,5,7
/proc/18841/task/18905/stat : 18905 (java) S 18838 18841 13143 0 -1 1077944384 15528 12860 0 0 289 6 5 3 20 0 15 0 230053473 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977979337200 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18906] ppid=18838 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18841/task/18906/stat : 18906 (java) S 18838 18841 13143 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 230053474 11343855616 215331 33554432000 4194304 4196468 140730021868608 139976473832288 139978556647125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
[pid=18841/tid=18907] ppid=18838 vsize=11077984 memory=861324 CPUtime=1.59 cores=1,3,5,7
/proc/18841/task/18907/stat : 18907 (java) S 18838 18841 13143 0 -1 1077944384 864 12860 0 0 63 88 5 3 20 0 15 0 230053474 11343855616 215331 33554432000 4194304 4196468 140730021868608 139977978284592 139978556648066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 35180544 140730021870188 140730021872988 140730021872988 140730021875663 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 861324 KiB

Child status: 143
Real time (s): 2468.73
CPU time (s): 2520.11
CPU user time (s): 2516.14
CPU system time (s): 3.97506
CPU usage (%): 102.081
Max. virtual memory (cumulated for all children) (KiB): 11080812
Max. memory (cumulated for all children) (KiB): 861324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 3.97506
maximum resident set size= 863700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 315489
involuntary context switches= 7510


# summary of solver processes directly reported to runsolver:
#   pid: 18841
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.14
#   total CPU system time (s): 3.97506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8663 second user time and 25.6681 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 03:48:23
IDJOB=4304671
IDBENCH=141531
IDSOLVER=2780
FILE ID=node151/4304671-1534124903
RUNJOBID= node151-1534096964-13175
PBS_JOBID= 21036999
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-90-400-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304671-1534124903/watcher-4304671-1534124903 -o /tmp/evaluation-result-4304671-1534124903/solver-4304671-1534124903 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1648144790 HOME/instance-4304671-1534124903.xml

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

MD5SUM BENCH= 7b27ea70d39fcd1b1790f87791ea7535
RANDOM SEED=1648144790

node151.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.87
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.87
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.87
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.87
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:        18183316 kB
MemAvailable:   31429752 kB
Buffers:          211860 kB
Cached:         13147468 kB
SwapCached:           16 kB
Active:          6295900 kB
Inactive:        7592916 kB
Active(anon):     478708 kB
Inactive(anon):   102576 kB
Active(file):    5817192 kB
Inactive(file):  7490340 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:        537544 kB
Mapped:            73024 kB
Shmem:             49524 kB
Slab:             395576 kB
SReclaimable:     367364 kB
SUnreclaim:        28212 kB
KernelStack:        3552 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1713236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 41200 MiB
End job on node151 at 2018-08-13 04:29:32