Trace number 4295406

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.8-SuperNG 2018-06-13SAT (TO)1564 2520.15 2476.64

General information on the benchmark

NameKnapsack/
Knapsack-80-350-00_c18.xml
MD5SUM1f34f05b99985a85112f7d36079fd716
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1564
Best CPU time to get the best result obtained on this benchmark2519.53
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":80}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":80}]
Minimum constraint arity80
Maximum constraint arity80
Distribution of constraint arities[{"arity":80,"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.8.1528841891564 running
6.96/3.49	o 939
7.24/3.52	o 1004
7.24/3.52	o 1006
7.24/3.54	o 1041
7.24/3.55	o 1046
7.24/3.56	o 1077
7.24/3.56	o 1088
7.24/3.58	o 1098
7.24/3.58	o 1118
7.24/3.60	o 1119
7.60/3.60	o 1166
7.60/3.69	o 1229
8.65/3.90	o 1244
8.65/3.90	o 1251
8.65/3.93	o 1254
8.65/3.94	o 1269
9.57/4.21	o 1276
9.57/4.21	o 1299
9.57/4.23	o 1300
9.57/4.24	o 1315
9.57/4.24	o 1323
9.87/4.34	o 1334
9.87/4.35	o 1335
10.11/4.85	o 1350
10.57/5.02	o 1371
10.57/5.02	o 1372
10.57/5.03	o 1382
10.57/5.08	o 1388
12.19/5.62	o 1399
12.36/5.70	o 1410
12.36/5.71	o 1414
12.36/5.71	o 1417
12.36/5.79	o 1425
12.36/5.79	o 1429
12.61/5.83	o 1447
12.77/5.96	o 1454
14.83/7.72	o 1458
14.83/7.72	o 1459
15.33/8.16	o 1466
15.46/8.23	o 1474
19.33/11.35	o 1480
25.86/17.11	o 1485
25.86/17.12	o 1493
25.86/17.12	o 1525
35.32/25.67	o 1527
45.95/35.36	o 1530
45.95/35.37	o 1536
46.73/36.07	o 1537
61.04/49.26	o 1554
62.49/50.50	o 1556
62.49/50.51	o 1561
62.49/50.52	o 1562
232.67/212.02	o 1564
2520.10/2476.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2476.61		at concrete.MAC.mac(MAC.scala:188)
2520.10/2476.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.10/2476.61		at scala.util.Try$.apply(Try.scala:209)
2520.10/2476.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2476.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2476.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2476.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2476.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.10/2476.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2476.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2476.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2476.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2476.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2476.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2476.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.10/2476.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.10/2476.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.10/2476.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.10/2476.61		at concrete.Solver.foreach(Solver.scala:68)
2520.10/2476.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.10/2476.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2476.61		at scala.util.Success.map(Try.scala:209)
2520.10/2476.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2476.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.10/2476.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.10/2476.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2476.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.10/2476.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2476.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2476.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2476.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2476.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2476.61		at scala.App.main(App.scala:76)
2520.10/2476.61		at scala.App.main$(App.scala:74)
2520.10/2476.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.10/2476.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2476.62	v <instantiation cost="1564">
2520.10/2476.62	v       <list>
2520.10/2476.62	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]
2520.10/2476.62	v       </list>
2520.10/2476.62	v       <values>
2520.10/2476.62	v         1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0
2520.10/2476.62	v       </values>
2520.10/2476.62	v     </instantiation>
2520.10/2476.62	s SATISFIABLE

Verifier Data

OK	1564

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295406-1532553525/watcher-4295406-1532553525 -o /tmp/evaluation-result-4295406-1532553525/solver-4295406-1532553525 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1064391850 -superng HOME/instance-4295406-1532553525.xml 

running on 4 cores: 0,2,4,6

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=1839, runsolver pid=1836

[startup+0.101025 s]*
/proc/loadavg: 2.12 1.64 1.47 2/206 1896
/proc/meminfo: memFree=12283908/32770624 swapFree=67108860/67108860
[pid=1839] ppid=1836 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/1839/stat : 1839 (java) S 1836 1839 31421 0 -1 1077944320 4351 13017 0 0 1 1 4 3 20 0 6 0 72915706 10212057088 4204 33554432000 4194304 4196468 140726664318032 140726664300576 140369924636407 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
/proc/1839/statm: 2493178 4204 1934 1 0 2481616 0
[pid=1839/tid=1892] ppid=1836 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 2251 13017 0 0 1 0 4 3 20 0 6 0 72915715 10212057088 4270 33554432000 4194304 4196468 140726664318032 140369896473168 140369909759344 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 6 0 72915716 10212057088 4270 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=9972712 memory=139807586563712 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 6 0 72915716 10212057088 4270 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 6 0 72915716 10212057088 4270 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 6 0 72915716 10212057088 4270 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21039 s]*
/proc/loadavg: 2.12 1.64 1.47 3/215 1905
/proc/meminfo: memFree=12262192/32770624 swapFree=67108860/67108860
[pid=1839] ppid=1836 vsize=10818904 memory=45272 CPUtime=0.25 cores=0,2,4,6
/proc/1839/stat : 1839 (java) S 1836 1839 31421 0 -1 1077944320 8046 13017 0 0 16 2 4 3 20 0 15 0 72915706 11078557696 11318 33554432000 4194304 4196468 140726664318032 140726664300576 140369924636407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
/proc/1839/statm: 2704726 11318 2942 1 0 2667149 0
[pid=1839/tid=1892] ppid=1836 vsize=10819896 memory=-8171376296011865461 CPUtime=0.18 cores=0,2,4,6
/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 4913 13017 0 0 10 1 4 3 20 0 15 0 72915715 11079573504 11516 33554432000 4194304 4196468 140726664318032 140369896461216 140369917316125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=10819896 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079573504 11516 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=10819896 memory=139807586563712 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079573504 11516 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079573504 11582 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079573504 11582 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1897] ppid=1836 vsize=10819896 memory=139807586563712 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1897/stat : 1897 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915717 11079573504 11582 33554432000 4194304 4196468 140726664318032 140369383598576 140369924647554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1898] ppid=1836 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1898/stat : 1898 (java) S 1836 1839 31421 0 -1 1077944384 33 13017 0 0 0 0 4 3 20 0 15 0 72915717 11079573504 11582 33554432000 4194304 4196468 140726664318032 140369382544800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1899] ppid=1836 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1899/stat : 1899 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915718 11079573504 11648 33554432000 4194304 4196468 140726664318032 140369262011888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1900] ppid=1836 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1900/stat : 1900 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915720 11079573504 11648 33554432000 4194304 4196468 140726664318032 140368658033360 140369924655003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1901] ppid=1836 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1839/task/1901/stat : 1901 (java) S 1836 1839 31421 0 -1 1077944384 513 13017 0 0 1 0 4 3 20 0 15 0 72915720 11079573504 11648 33554432000 4194304 4196468 140726664318032 140369348986864 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1902] ppid=1836 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1902/stat : 1902 (java) S 1836 1839 31421 0 -1 1077944384 55 13017 0 0 0 0 4 3 20 0 15 0 72915720 11079573504 11648 33554432000 4194304 4196468 140726664318032 140369347934320 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1903] ppid=1836 vsize=10819896 memory=139807586563712 CPUtime=0.1 cores=0,2,4,6
/proc/1839/task/1903/stat : 1903 (java) S 1836 1839 31421 0 -1 1077944384 548 13017 0 0 3 0 4 3 20 0 15 0 72915721 11079573504 11714 33554432000 4194304 4196468 140726664318032 140369346881776 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1904] ppid=1836 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1904/stat : 1904 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915721 11079573504 11714 33554432000 4194304 4196468 140726664318032 140368188271200 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1905] ppid=1836 vsize=10819896 memory=139807586563712 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1905/stat : 1905 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915721 11079573504 11714 33554432000 4194304 4196468 140726664318032 140369345829680 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45272 KiB

[startup+0.310237 s]*
/proc/loadavg: 2.12 1.64 1.47 3/215 1905
/proc/meminfo: memFree=12251920/32770624 swapFree=67108860/67108860
[pid=1839] ppid=1836 vsize=10819352 memory=56464 CPUtime=0.38 cores=0,2,4,6
/proc/1839/stat : 1839 (java) S 1836 1839 31421 0 -1 1077944320 10712 13017 0 0 28 3 4 3 20 0 15 0 72915706 11079016448 14116 33554432000 4194304 4196468 140726664318032 140726664300576 140369924636407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
/proc/1839/statm: 2704838 14116 3061 1 0 2667149 0
[pid=1839/tid=1892] ppid=1836 vsize=10819352 memory=279614853218544 CPUtime=0.28 cores=0,2,4,6
/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 7349 13017 0 0 19 2 4 3 20 0 15 0 72915715 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369896448416 140369924658333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=10819352 memory=279614853459456 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=10819352 memory=279614853361672 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=10819352 memory=139807426743583 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1897] ppid=1836 vsize=10819352 memory=139807586563711 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1897/stat : 1897 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915717 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369383598576 140369924647554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1898] ppid=1836 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1898/stat : 1898 (java) S 1836 1839 31421 0 -1 1077944384 33 13017 0 0 0 0 4 3 20 0 15 0 72915717 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369382544800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1899] ppid=1836 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1899/stat : 1899 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915718 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369262011888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1900] ppid=1836 vsize=10819352 memory=139807586563712 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1900/stat : 1900 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915720 11079016448 14116 33554432000 4194304 4196468 140726664318032 140368658033360 140369924655003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1901] ppid=1836 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1839/task/1901/stat : 1901 (java) S 1836 1839 31421 0 -1 1077944384 513 13017 0 0 2 0 4 3 20 0 15 0 72915720 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369348986864 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1902] ppid=1836 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1839/task/1902/stat : 1902 (java) S 1836 1839 31421 0 -1 1077944384 56 13017 0 0 1 0 4 3 20 0 15 0 72915720 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369347934320 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1903] ppid=1836 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/1839/task/1903/stat : 1903 (java) S 1836 1839 31421 0 -1 1077944384 558 13017 0 0 5 0 4 3 20 0 15 0 72915721 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369346881776 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1904] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1904/stat : 1904 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915721 11079016448 14116 33554432000 4194304 4196468 140726664318032 140368188271200 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1905] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1905/stat : 1905 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915721 11079016448 14116 33554432000 4194304 4196468 140726664318032 140369345829680 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56464 KiB

[startup+0.706342 s]
/proc/loadavg: 2.12 1.64 1.47 3/215 1905
/proc/meminfo: memFree=12240772/32770624 swapFree=67108860/67108860
[pid=1839] ppid=1836 vsize=10819352 memory=88992 CPUtime=0.99 cores=0,2,4,6
/proc/1839/stat : 1839 (java) S 1836 1839 31421 0 -1 1077944320 16814 13017 0 0 88 4 4 3 20 0 15 0 72915706 11079016448 22248 33554432000 4194304 4196468 140726664318032 140726664300576 140369924636407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
/proc/1839/statm: 2704838 22248 3241 1 0 2667149 0
[pid=1839/tid=1892] ppid=1836 vsize=10819352 memory=4140 CPUtime=0.67 cores=0,2,4,6
/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 12340 13017 0 0 57 3 4 3 20 0 15 0 72915715 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369896450736 140369906199963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=10819352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915716 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1897] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1897/stat : 1897 (java) S 1836 1839 31421 0 -1 1077944384 5 13017 0 0 0 0 4 3 20 0 15 0 72915717 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369383598576 140369924647554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1898] ppid=1836 vsize=10819352 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1898/stat : 1898 (java) S 1836 1839 31421 0 -1 1077944384 33 13017 0 0 0 0 4 3 20 0 15 0 72915717 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369382544800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1899] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1899/stat : 1899 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915718 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369262011888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1900] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1900/stat : 1900 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915720 11079016448 22248 33554432000 4194304 4196468 140726664318032 140368658033360 140369924655003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1901] ppid=1836 vsize=10819352 memory=279614853218544 CPUtime=0.14 cores=0,2,4,6
/proc/1839/task/1901/stat : 1901 (java) S 1836 1839 31421 0 -1 1077944384 867 13017 0 0 7 0 4 3 20 0 15 0 72915720 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369348986864 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1902] ppid=1836 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/1839/task/1902/stat : 1902 (java) S 1836 1839 31421 0 -1 1077944384 759 13017 0 0 10 0 4 3 20 0 15 0 72915720 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369347934320 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1903] ppid=1836 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/1839/task/1903/stat : 1903 (java) S 1836 1839 31421 0 -1 1077944384 608 13017 0 0 13 0 4 3 20 0 15 0 72915721 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369346881776 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1904] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1904/stat : 1904 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915721 11079016448 22248 33554432000 4194304 4196468 140726664318032 140368188271200 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1905] ppid=1836 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1905/stat : 1905 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915721 11079016448 22248 33554432000 4194304 4196468 140726664318032 140369345829680 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88992 KiB

[startup+1.50081 s]
/proc/loadavg: 2.12 1.64 1.47 4/215 1905
/proc/meminfo: memFree=12194320/32770624 swapFree=67108860/67108860
[pid=1839] ppid=1836 vsize=10834252 memory=179496 CPUtime=2.24 cores=0,2,4,6
/proc/1839/stat : 1839 (java) S 1836 1839 31421 0 -1 1077944320 24051 13017 0 0 208 9 4 3 20 0 15 0 72915706 11094274048 44874 33554432000 4194304 4196468 140726664318032 140726664300576 140369924636407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
/proc/1839/statm: 2708563 44874 3468 1 0 2670221 0
[pid=1839/tid=1892] ppid=1836 vsize=10834252 memory=279614853319536 CPUtime=1.42 cores=0,2,4,6
/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 18056 13017 0 0 130 5 4 3 20 0 15 0 72915715 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369896465856 140369924648342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=10834252 memory=288230583166042426 CPUtime=0.08 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 301 13017 0 0 1 0 4 3 20 0 15 0 72915716 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=10834252 memory=965 CPUtime=0.08 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 18 13017 0 0 1 0 4 3 20 0 15 0 72915716 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=10834252 memory=334 CPUtime=0.08 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 71 13017 0 0 1 0 4 3 20 0 15 0 72915716 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 39 13017 0 0 0 0 4 3 20 0 15 0 72915716 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1897] ppid=1836 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1839/task/1897/stat : 1897 (java) S 1836 1839 31421 0 -1 1077944384 60 13017 0 0 1 0 4 3 20 0 15 0 72915717 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369383598576 140369924647554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1898] ppid=1836 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1898/stat : 1898 (java) S 1836 1839 31421 0 -1 1077944384 33 13017 0 0 0 0 4 3 20 0 15 0 72915717 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369382544864 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1899] ppid=1836 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1899/stat : 1899 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915718 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369262011888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1900] ppid=1836 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1900/stat : 1900 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915720 11094274048 44874 33554432000 4194304 4196468 140726664318032 140368658033360 140369924655003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1901] ppid=1836 vsize=10834252 memory=279614853651904 CPUtime=0.25 cores=0,2,4,6
/proc/1839/task/1901/stat : 1901 (java) S 1836 1839 31421 0 -1 1077944384 1078 13017 0 0 18 0 4 3 20 0 15 0 72915720 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369348986864 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1902] ppid=1836 vsize=10834252 memory=139807426910240 CPUtime=0.3 cores=0,2,4,6
/proc/1839/task/1902/stat : 1902 (java) R 1836 1839 31421 0 -1 1077944384 1216 13017 0 0 23 0 4 3 20 0 15 0 72915720 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369347934320 140369924647554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1903] ppid=1836 vsize=10834252 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/1839/task/1903/stat : 1903 (java) S 1836 1839 31421 0 -1 1077944384 981 13017 0 0 28 0 4 3 20 0 15 0 72915721 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369346881776 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1904] ppid=1836 vsize=10834252 memory=279614853658528 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1904/stat : 1904 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915721 11094274048 44874 33554432000 4194304 4196468 140726664318032 140368188271200 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1905] ppid=1836 vsize=10834252 memory=279614853521752 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1905/stat : 1905 (java) S 1836 1839 31421 0 -1 1077944384 1 13017 0 0 0 0 4 3 20 0 15 0 72915721 11094274048 44874 33554432000 4194304 4196468 140726664318032 140369345829680 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB

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

/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 80785 13017 0 0 230204 40 4 3 20 0 15 0 72915715 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369896471792 140369488292592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=10914144 memory=713236 CPUtime=8.29 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 9845 13017 0 0 779 43 4 3 20 0 15 0 72915716 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=10914144 memory=713236 CPUtime=8.31 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 11387 13017 0 0 777 47 4 3 20 0 15 0 72915716 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=10914144 memory=713236 CPUtime=8.31 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 7803 13017 0 0 777 47 4 3 20 0 15 0 72915716 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=10914144 memory=12996 CPUtime=8.31 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 11069 13017 0 0 784 40 4 3 20 0 15 0 72915716 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1897] ppid=1836 vsize=10914144 memory=713152 CPUtime=7.83 cores=0,2,4,6
/proc/1839/task/1897/stat : 1897 (java) S 1836 1839 31421 0 -1 1077944384 11375 13017 0 0 733 43 4 3 20 0 15 0 72915717 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369383598576 140369924647554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1898] ppid=1836 vsize=10914144 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1898/stat : 1898 (java) S 1836 1839 31421 0 -1 1077944384 37 13017 0 0 0 0 4 3 20 0 15 0 72915717 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369382544864 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1899] ppid=1836 vsize=10914144 memory=713152 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1899/stat : 1899 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915718 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369262011904 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1900] ppid=1836 vsize=10914144 memory=713152 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1900/stat : 1900 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915720 11176083456 178309 33554432000 4194304 4196468 140726664318032 140368658033360 140369924655003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1901] ppid=1836 vsize=10914144 memory=713152 CPUtime=8.02 cores=0,2,4,6
/proc/1839/task/1901/stat : 1901 (java) S 1836 1839 31421 0 -1 1077944384 26998 13017 0 0 790 5 4 3 20 0 15 0 72915720 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369348986864 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1902] ppid=1836 vsize=10914144 memory=713132 CPUtime=8.41 cores=0,2,4,6
/proc/1839/task/1902/stat : 1902 (java) S 1836 1839 31421 0 -1 1077944384 31959 13017 0 0 830 4 4 3 20 0 15 0 72915720 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369347934320 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1903] ppid=1836 vsize=10914144 memory=713152 CPUtime=3.37 cores=0,2,4,6
/proc/1839/task/1903/stat : 1903 (java) S 1836 1839 31421 0 -1 1077944384 22817 13017 0 0 325 5 4 3 20 0 15 0 72915721 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369346881776 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1904] ppid=1836 vsize=10914144 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1904/stat : 1904 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915721 11176083456 178309 33554432000 4194304 4196468 140726664318032 140368188271200 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1905] ppid=1836 vsize=10914144 memory=713236 CPUtime=1.42 cores=0,2,4,6
/proc/1839/task/1905/stat : 1905 (java) S 1836 1839 31421 0 -1 1077944384 659 13017 0 0 68 67 4 3 20 0 15 0 72915721 11176083456 178309 33554432000 4194304 4196468 140726664318032 140369345829680 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 2364.27 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 713236 KiB

[startup+2382.3 s]
/proc/loadavg: 1.42 1.34 1.38 3/215 2387
/proc/meminfo: memFree=11467456/32770624 swapFree=67108860/67108860
[pid=1839] ppid=1836 vsize=10914144 memory=713256 CPUtime=2424.86 cores=0,2,4,6
/proc/1839/stat : 1839 (java) S 1836 1839 31421 0 -1 1077944320 217748 13017 0 0 242188 291 4 3 20 0 15 0 72915706 11176083456 178314 33554432000 4194304 4196468 140726664318032 140726664300576 140369924636407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
/proc/1839/statm: 2728536 178314 3525 1 0 2690189 0
[pid=1839/tid=1892] ppid=1836 vsize=10914144 memory=713256 CPUtime=2362.03 cores=0,2,4,6
/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 81227 13017 0 0 236156 40 4 3 20 0 15 0 72915715 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369896471424 140369493010086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=10914144 memory=4140 CPUtime=8.49 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 9868 13017 0 0 799 43 4 3 20 0 15 0 72915716 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=10914144 memory=713236 CPUtime=8.52 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 11677 13017 0 0 797 48 4 3 20 0 15 0 72915716 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=10914144 memory=713236 CPUtime=8.52 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 7823 13017 0 0 797 48 4 3 20 0 15 0 72915716 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=10914144 memory=713236 CPUtime=8.52 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 11087 13017 0 0 804 41 4 3 20 0 15 0 72915716 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1897] ppid=1836 vsize=10914144 memory=713256 CPUtime=8.02 cores=0,2,4,6
/proc/1839/task/1897/stat : 1897 (java) S 1836 1839 31421 0 -1 1077944384 11396 13017 0 0 752 43 4 3 20 0 15 0 72915717 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369383598576 140369924647554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1898] ppid=1836 vsize=10914144 memory=713256 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1898/stat : 1898 (java) S 1836 1839 31421 0 -1 1077944384 37 13017 0 0 0 0 4 3 20 0 15 0 72915717 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369382544864 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1899] ppid=1836 vsize=10914144 memory=12996 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1899/stat : 1899 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915718 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369262011904 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1900] ppid=1836 vsize=10914144 memory=713256 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1900/stat : 1900 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915720 11176083456 178314 33554432000 4194304 4196468 140726664318032 140368658033360 140369924655003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1901] ppid=1836 vsize=10914144 memory=713256 CPUtime=8.02 cores=0,2,4,6
/proc/1839/task/1901/stat : 1901 (java) S 1836 1839 31421 0 -1 1077944384 26998 13017 0 0 790 5 4 3 20 0 15 0 72915720 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369348986864 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1902] ppid=1836 vsize=10914144 memory=713256 CPUtime=8.41 cores=0,2,4,6
/proc/1839/task/1902/stat : 1902 (java) S 1836 1839 31421 0 -1 1077944384 31959 13017 0 0 830 4 4 3 20 0 15 0 72915720 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369347934320 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1903] ppid=1836 vsize=10914144 memory=713236 CPUtime=3.37 cores=0,2,4,6
/proc/1839/task/1903/stat : 1903 (java) S 1836 1839 31421 0 -1 1077944384 22817 13017 0 0 325 5 4 3 20 0 15 0 72915721 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369346881776 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1904] ppid=1836 vsize=10914144 memory=713236 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1904/stat : 1904 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915721 11176083456 178314 33554432000 4194304 4196468 140726664318032 140368188271200 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1905] ppid=1836 vsize=10914144 memory=8112282956445269571 CPUtime=1.45 cores=0,2,4,6
/proc/1839/task/1905/stat : 1905 (java) S 1836 1839 31421 0 -1 1077944384 662 13017 0 0 70 68 4 3 20 0 15 0 72915721 11176083456 178314 33554432000 4194304 4196468 140726664318032 140369345829680 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 2424.86 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 713256 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.34 1.38 3/215 2388
/proc/meminfo: memFree=11370912/32770624 swapFree=67108860/67108860
[pid=1839] ppid=1836 vsize=10914144 memory=715392 CPUtime=2485.44 cores=0,2,4,6
/proc/1839/stat : 1839 (java) S 1836 1839 31421 0 -1 1077944320 218705 13017 0 0 248240 297 4 3 20 0 15 0 72915706 11176083456 178848 33554432000 4194304 4196468 140726664318032 140726664300576 140369924636407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
/proc/1839/statm: 2728536 178848 3525 1 0 2690189 0
[pid=1839/tid=1892] ppid=1836 vsize=10914144 memory=715392 CPUtime=2421.55 cores=0,2,4,6
/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 81747 13017 0 0 242107 41 4 3 20 0 15 0 72915715 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369896471920 140369493010095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=10914144 memory=715392 CPUtime=8.7 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 9906 13017 0 0 819 44 4 3 20 0 15 0 72915716 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=10914144 memory=715392 CPUtime=8.72 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 11709 13017 0 0 817 48 4 3 20 0 15 0 72915716 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=10914144 memory=140 CPUtime=8.73 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 7842 13017 0 0 817 49 4 3 20 0 15 0 72915716 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=10914144 memory=715392 CPUtime=8.73 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 11146 13017 0 0 824 42 4 3 20 0 15 0 72915716 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1897] ppid=1836 vsize=10914144 memory=715392 CPUtime=8.23 cores=0,2,4,6
/proc/1839/task/1897/stat : 1897 (java) S 1836 1839 31421 0 -1 1077944384 11580 13017 0 0 771 45 4 3 20 0 15 0 72915717 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369383598576 140369924647554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1898] ppid=1836 vsize=10914144 memory=715392 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1898/stat : 1898 (java) S 1836 1839 31421 0 -1 1077944384 37 13017 0 0 0 0 4 3 20 0 15 0 72915717 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369382544864 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1899] ppid=1836 vsize=10914144 memory=715392 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1899/stat : 1899 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915718 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369262011904 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1900] ppid=1836 vsize=10914144 memory=715392 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1900/stat : 1900 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915720 11176083456 178848 33554432000 4194304 4196468 140726664318032 140368658033360 140369924655003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1901] ppid=1836 vsize=10914144 memory=715392 CPUtime=8.02 cores=0,2,4,6
/proc/1839/task/1901/stat : 1901 (java) S 1836 1839 31421 0 -1 1077944384 27000 13017 0 0 790 5 4 3 20 0 15 0 72915720 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369348986864 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1902] ppid=1836 vsize=10914144 memory=813 CPUtime=8.41 cores=0,2,4,6
/proc/1839/task/1902/stat : 1902 (java) S 1836 1839 31421 0 -1 1077944384 32052 13017 0 0 830 4 4 3 20 0 15 0 72915720 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369347934320 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1903] ppid=1836 vsize=10914144 memory=715392 CPUtime=3.37 cores=0,2,4,6
/proc/1839/task/1903/stat : 1903 (java) S 1836 1839 31421 0 -1 1077944384 22819 13017 0 0 325 5 4 3 20 0 15 0 72915721 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369346881776 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1904] ppid=1836 vsize=10914144 memory=715392 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1904/stat : 1904 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915721 11176083456 178848 33554432000 4194304 4196468 140726664318032 140368188271200 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1905] ppid=1836 vsize=10914144 memory=715392 CPUtime=1.49 cores=0,2,4,6
/proc/1839/task/1905/stat : 1905 (java) S 1836 1839 31421 0 -1 1077944384 670 13017 0 0 72 70 4 3 20 0 15 0 72915721 11176083456 178848 33554432000 4194304 4196468 140726664318032 140369345829680 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 2485.44 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 715392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.6 s]
/proc/loadavg: 1.34 1.33 1.37 3/216 2397
/proc/meminfo: memFree=11320124/32770624 swapFree=67108860/67108860
[pid=1839] ppid=1836 vsize=10914144 memory=715472 CPUtime=2520.1 cores=0,2,4,6
/proc/1839/stat : 1839 (java) S 1836 1839 31421 0 -1 1077944320 219747 13017 0 0 251703 300 4 3 20 0 15 0 72915706 11176083456 178868 33554432000 4194304 4196468 140726664318032 140726664300576 140369924636407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
/proc/1839/statm: 2728536 178868 3525 1 0 2690189 0
[pid=1839/tid=1892] ppid=1836 vsize=10914144 memory=302304340557955366 CPUtime=2455.57 cores=0,2,4,6
/proc/1839/task/1892/stat : 1892 (java) R 1836 1839 31421 0 -1 4202560 82114 13017 0 0 245509 41 4 3 20 0 15 0 72915715 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369896471664 140369493010037 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1893] ppid=1836 vsize=10914144 memory=14130039499261427 CPUtime=8.83 cores=0,2,4,6
/proc/1839/task/1893/stat : 1893 (java) S 1836 1839 31421 0 -1 1077944384 9925 13017 0 0 831 45 4 3 20 0 15 0 72915716 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369928878352 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1894] ppid=1836 vsize=10914144 memory=-5933631861734283726 CPUtime=8.84 cores=0,2,4,6
/proc/1839/task/1894/stat : 1894 (java) S 1836 1839 31421 0 -1 1077944384 11733 13017 0 0 828 49 4 3 20 0 15 0 72915716 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369817151888 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1895] ppid=1836 vsize=10914144 memory=-6442821837434344082 CPUtime=8.85 cores=0,2,4,6
/proc/1839/task/1895/stat : 1895 (java) S 1836 1839 31421 0 -1 1077944384 7854 13017 0 0 828 50 4 3 20 0 15 0 72915716 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369816099344 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1896] ppid=1836 vsize=10914144 memory=-2247047206204966854 CPUtime=8.86 cores=0,2,4,6
/proc/1839/task/1896/stat : 1896 (java) S 1836 1839 31421 0 -1 1077944384 11431 13017 0 0 836 43 4 3 20 0 15 0 72915716 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369815046800 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1897] ppid=1836 vsize=10914144 memory=-7307489944779712396 CPUtime=8.34 cores=0,2,4,6
/proc/1839/task/1897/stat : 1897 (java) S 1836 1839 31421 0 -1 1077944384 11593 13017 0 0 782 45 4 3 20 0 15 0 72915717 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369383598576 140369924647554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1898] ppid=1836 vsize=10914144 memory=-7450760699319207118 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1898/stat : 1898 (java) S 1836 1839 31421 0 -1 1077944384 37 13017 0 0 0 0 4 3 20 0 15 0 72915717 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369382544864 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1899] ppid=1836 vsize=10914144 memory=4498695365773207401 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1899/stat : 1899 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915718 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369262011904 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1900] ppid=1836 vsize=10914144 memory=3473470991304446040 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1900/stat : 1900 (java) S 1836 1839 31421 0 -1 1077944384 2 13017 0 0 0 0 4 3 20 0 15 0 72915720 11176083456 178868 33554432000 4194304 4196468 140726664318032 140368658033360 140369924655003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1901] ppid=1836 vsize=10914144 memory=7523651650358042928 CPUtime=8.02 cores=0,2,4,6
/proc/1839/task/1901/stat : 1901 (java) S 1836 1839 31421 0 -1 1077944384 27126 13017 0 0 790 5 4 3 20 0 15 0 72915720 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369348986864 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1902] ppid=1836 vsize=10914144 memory=7524458856124207192 CPUtime=8.42 cores=0,2,4,6
/proc/1839/task/1902/stat : 1902 (java) S 1836 1839 31421 0 -1 1077944384 32244 13017 0 0 831 4 4 3 20 0 15 0 72915720 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369347934320 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1903] ppid=1836 vsize=10914144 memory=3834287558585496881 CPUtime=3.37 cores=0,2,4,6
/proc/1839/task/1903/stat : 1903 (java) S 1836 1839 31421 0 -1 1077944384 22819 13017 0 0 325 5 4 3 20 0 15 0 72915721 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369346881776 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1904] ppid=1836 vsize=10914144 memory=-9118898227341406112 CPUtime=0.07 cores=0,2,4,6
/proc/1839/task/1904/stat : 1904 (java) S 1836 1839 31421 0 -1 1077944384 3 13017 0 0 0 0 4 3 20 0 15 0 72915721 11176083456 178868 33554432000 4194304 4196468 140726664318032 140368188271200 140369924646613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
[pid=1839/tid=1905] ppid=1836 vsize=10914144 memory=-7965959130280075168 CPUtime=1.51 cores=0,2,4,6
/proc/1839/task/1905/stat : 1905 (java) S 1836 1839 31421 0 -1 1077944384 674 13017 0 0 73 71 4 3 20 0 15 0 72915721 11176083456 178868 33554432000 4194304 4196468 140726664318032 140369345829680 140369924647554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 29429760 140726664325291 140726664328540 140726664328540 140726664331215 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 715472 KiB

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

[startup+2476.64 s]
# the end of solver process 1839 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.1 s, system=3.04599 s

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

Child status: 143
Real time (s): 2476.64
CPU time (s): 2520.15
CPU user time (s): 2517.1
CPU system time (s): 3.04599
CPU usage (%): 101.757
Max. virtual memory (cumulated for all children) (KiB): 10916972
Max. memory (cumulated for all children) (KiB): 723904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.1
system time used= 3.04599
maximum resident set size= 724380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241757
involuntary context switches= 9668


# summary of solver processes directly reported to runsolver:
#   pid: 1839
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2517.1
#   total CPU system time (s): 3.04599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1237 second user time and 19.7031 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 23:18:45
IDJOB=4295406
IDBENCH=141540
IDSOLVER=2751
FILE ID=node107/4295406-1532553525
RUNJOBID= node107-1532543154-31452
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-80-350-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295406-1532553525/watcher-4295406-1532553525 -o /tmp/evaluation-result-4295406-1532553525/solver-4295406-1532553525 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1064391850 -superng HOME/instance-4295406-1532553525.xml

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

MD5SUM BENCH= 1f34f05b99985a85112f7d36079fd716
RANDOM SEED=1064391850

node107.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.40
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.40
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.40
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.40
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:        12292900 kB
MemAvailable:   31214332 kB
Buffers:          286288 kB
Cached:         18755068 kB
SwapCached:            0 kB
Active:          4980268 kB
Inactive:       14830668 kB
Active(anon):     772920 kB
Inactive(anon):    25036 kB
Active(file):    4207348 kB
Inactive(file): 14805632 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:        776940 kB
Mapped:            53148 kB
Shmem:             25228 kB
Slab:             364164 kB
SReclaimable:     336912 kB
SUnreclaim:        27252 kB
KernelStack:        3552 kB
PageTables:         6812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1752028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 00:00:02