Trace number 4295390

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)1681 2520.08 2479.24

General information on the benchmark

NameKnapsack/
Knapsack-90-400-01_c18.xml
MD5SUM21e6319225d06eb46c107a9c6e1ffb4f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1681
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity90
Maximum constraint arity90
Distribution of constraint arities[{"arity":90,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.73	c Concrete v3.8.1528841891564 running
6.77/3.41	o 863
6.77/3.44	o 918
6.77/3.45	o 1011
6.77/3.47	o 1030
6.77/3.48	o 1039
6.77/3.49	o 1074
6.77/3.50	o 1083
7.09/3.51	o 1104
7.09/3.52	o 1109
7.09/3.54	o 1118
7.09/3.54	o 1126
7.09/3.55	o 1148
7.09/3.55	o 1169
7.09/3.55	o 1205
7.09/3.56	o 1207
7.09/3.56	o 1236
7.45/3.67	o 1243
7.45/3.68	o 1255
7.45/3.70	o 1270
7.81/3.70	o 1279
7.81/3.74	o 1368
7.81/3.74	o 1389
7.81/3.75	o 1397
7.81/3.75	o 1409
7.81/3.77	o 1417
9.40/4.22	o 1419
9.40/4.22	o 1428
9.40/4.22	o 1481
9.40/4.22	o 1493
9.40/4.23	o 1501
9.40/4.23	o 1510
9.40/4.24	o 1511
9.70/4.30	o 1513
9.70/4.30	o 1530
10.02/4.42	o 1638
10.02/4.47	o 1639
12.32/5.55	o 1647
12.32/5.56	o 1649
12.32/5.56	o 1655
12.32/5.56	o 1663
20.30/12.04	o 1679
21.99/13.52	o 1680
135.48/118.19	o 1681
2520.03/2479.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2479.21		at concrete.MAC.mac(MAC.scala:188)
2520.03/2479.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2479.21		at scala.util.Try$.apply(Try.scala:209)
2520.03/2479.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2479.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2479.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2479.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2479.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2479.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2479.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2479.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2479.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2479.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2479.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2479.21		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2479.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2479.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2479.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2479.21		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2479.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2479.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2479.21		at scala.util.Success.map(Try.scala:209)
2520.03/2479.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2479.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2479.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2479.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2479.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2479.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2479.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2479.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2479.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2479.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2479.21		at scala.App.main(App.scala:76)
2520.03/2479.21		at scala.App.main$(App.scala:74)
2520.03/2479.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2479.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2479.22	v <instantiation cost="1681">
2520.03/2479.22	v       <list>
2520.03/2479.22	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.03/2479.22	v       </list>
2520.03/2479.22	v       <values>
2520.03/2479.22	v         0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 1 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0
2520.03/2479.22	v       </values>
2520.03/2479.22	v     </instantiation>
2520.03/2479.22	s SATISFIABLE

Verifier Data

OK	1681

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1395, runsolver pid=1392
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 1.05 1.11 1.19 3/206 1452
/proc/meminfo: memFree=12368908/32770624 swapFree=67108860/67108860
[pid=1395] ppid=1392 vsize=9972712 memory=16548 CPUtime=0.08 cores=1,3,5,7
/proc/1395/stat : 1395 (java) S 1392 1395 31421 0 -1 1077944320 4317 12992 0 0 1 0 5 2 20 0 6 0 72767478 10212057088 4137 33554432000 4194304 4196468 140724952629808 140724952612352 140352537239287 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
/proc/1395/statm: 2493178 4137 1932 1 0 2481616 0
[pid=1395/tid=1448] ppid=1392 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 2219 12992 0 0 0 0 5 2 20 0 6 0 72767487 10212057088 4269 33554432000 4194304 4196468 140724952629808 140352509076048 140352537261213 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 6 0 72767488 10212057088 4269 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=9972712 memory=140587494401664 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 6 0 72767488 10212057088 4269 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 6 0 72767488 10212057088 4269 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 6 0 72767488 10212057088 4269 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209866 s]*
/proc/loadavg: 1.05 1.11 1.19 3/215 1461
/proc/meminfo: memFree=12348140/32770624 swapFree=67108860/67108860
[pid=1395] ppid=1392 vsize=10818904 memory=42040 CPUtime=0.25 cores=1,3,5,7
/proc/1395/stat : 1395 (java) S 1392 1395 31421 0 -1 1077944320 8856 12992 0 0 16 2 5 2 20 0 15 0 72767478 11078557696 10510 33554432000 4194304 4196468 140724952629808 140724952612352 140352537239287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
/proc/1395/statm: 2704726 10510 2971 1 0 2667149 0
[pid=1395/tid=1448] ppid=1392 vsize=10818904 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 6161 12992 0 0 10 1 5 2 20 0 15 0 72767487 11078557696 11156 33554432000 4194304 4196468 140724952629808 140352509064096 140352099076520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=10818904 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11078557696 11156 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=10818904 memory=140587494401664 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11078557696 11156 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11078557696 11156 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 72767488 11078557696 11156 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1453] ppid=1392 vsize=10818904 memory=140587494401664 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1453/stat : 1453 (java) S 1392 1395 31421 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 72767490 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351996766192 140352537250434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1454] ppid=1392 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1454/stat : 1454 (java) S 1392 1395 31421 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 72767490 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351995712416 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1455] ppid=1392 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1455/stat : 1455 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767490 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351411053552 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1456] ppid=1392 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1456/stat : 1456 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351103654096 140352537257883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1457] ppid=1392 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1395/task/1457/stat : 1457 (java) S 1392 1395 31421 0 -1 1077944384 484 12992 0 0 1 0 5 2 20 0 15 0 72767493 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351962155504 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1458] ppid=1392 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1458/stat : 1458 (java) S 1392 1395 31421 0 -1 1077944384 88 12992 0 0 0 0 5 2 20 0 15 0 72767493 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351961102960 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1459] ppid=1392 vsize=10818904 memory=140587494401664 CPUtime=0.1 cores=1,3,5,7
/proc/1395/task/1459/stat : 1459 (java) R 1392 1395 31421 0 -1 4202560 558 12992 0 0 3 0 5 2 20 0 15 0 72767493 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351960050416 140352537260634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1460] ppid=1392 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1460/stat : 1460 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351070096480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1461] ppid=1392 vsize=10818904 memory=140587494401664 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1461/stat : 1461 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767493 11078557696 11156 33554432000 4194304 4196468 140724952629808 140351958997296 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42040 KiB

[startup+0.310275 s]*
/proc/loadavg: 1.05 1.11 1.19 3/215 1461
/proc/meminfo: memFree=12334388/32770624 swapFree=67108860/67108860
[pid=1395] ppid=1392 vsize=10819352 memory=52500 CPUtime=0.37 cores=1,3,5,7
/proc/1395/stat : 1395 (java) S 1392 1395 31421 0 -1 1077944320 10714 12992 0 0 28 2 5 2 20 0 15 0 72767478 11079016448 13125 33554432000 4194304 4196468 140724952629808 140724952612352 140352537239287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
/proc/1395/statm: 2704838 13125 3090 1 0 2667149 0
[pid=1395/tid=1448] ppid=1392 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 7353 12992 0 0 19 2 5 2 20 0 15 0 72767487 11079016448 13125 33554432000 4194304 4196468 140724952629808 140352509051296 140352520426096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=10819352 memory=35809 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11079016448 13125 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11079016448 13125 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=10819352 memory=-1598831813028945288 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11079016448 13125 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 72767488 11079016448 13125 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1453] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1453/stat : 1453 (java) S 1392 1395 31421 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 72767490 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351996766192 140352537250434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1454] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1454/stat : 1454 (java) S 1392 1395 31421 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 72767490 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351995712416 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1455] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1455/stat : 1455 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767490 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351411053552 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1456] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1456/stat : 1456 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351103654096 140352537257883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1457] ppid=1392 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1395/task/1457/stat : 1457 (java) S 1392 1395 31421 0 -1 1077944384 484 12992 0 0 1 0 5 2 20 0 15 0 72767493 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351962155504 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1458] ppid=1392 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1395/task/1458/stat : 1458 (java) S 1392 1395 31421 0 -1 1077944384 89 12992 0 0 1 0 5 2 20 0 15 0 72767493 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351961102960 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1459] ppid=1392 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1395/task/1459/stat : 1459 (java) S 1392 1395 31421 0 -1 1077944384 565 12992 0 0 5 0 5 2 20 0 15 0 72767493 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351960050416 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1460] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1460/stat : 1460 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351070096480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1461] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1461/stat : 1461 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767493 11079016448 13125 33554432000 4194304 4196468 140724952629808 140351958997296 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52500 KiB

[startup+0.700743 s]
/proc/loadavg: 1.05 1.11 1.19 3/215 1461
/proc/meminfo: memFree=12325580/32770624 swapFree=67108860/67108860
[pid=1395] ppid=1392 vsize=10819352 memory=84780 CPUtime=0.98 cores=1,3,5,7
/proc/1395/stat : 1395 (java) S 1392 1395 31421 0 -1 1077944320 16771 12992 0 0 87 4 5 2 20 0 15 0 72767478 11079016448 21195 33554432000 4194304 4196468 140724952629808 140724952612352 140352537239287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
/proc/1395/statm: 2704838 21195 3246 1 0 2667149 0
[pid=1395/tid=1448] ppid=1392 vsize=10819352 memory=1296 CPUtime=0.66 cores=1,3,5,7
/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 12376 12992 0 0 56 3 5 2 20 0 15 0 72767487 11079016448 21195 33554432000 4194304 4196468 140724952629808 140352509060112 140352518802839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11079016448 21195 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11079016448 21195 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767488 11079016448 21195 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 72767488 11079016448 21195 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1453] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1453/stat : 1453 (java) S 1392 1395 31421 0 -1 1077944384 6 12992 0 0 0 0 5 2 20 0 15 0 72767490 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351996766192 140352537250434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1454] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1454/stat : 1454 (java) S 1392 1395 31421 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 72767490 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351995712416 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1455] ppid=1392 vsize=10819352 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1455/stat : 1455 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767490 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351411053552 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1456] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1456/stat : 1456 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351103654096 140352537257883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1457] ppid=1392 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/1395/task/1457/stat : 1457 (java) S 1392 1395 31421 0 -1 1077944384 1082 12992 0 0 9 0 5 2 20 0 15 0 72767493 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351962155504 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1458] ppid=1392 vsize=10819352 memory=281174731653360 CPUtime=0.14 cores=1,3,5,7
/proc/1395/task/1458/stat : 1458 (java) S 1392 1395 31421 0 -1 1077944384 463 12992 0 0 7 0 5 2 20 0 15 0 72767493 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351961102960 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1459] ppid=1392 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/1395/task/1459/stat : 1459 (java) S 1392 1395 31421 0 -1 1077944384 611 12992 0 0 13 0 5 2 20 0 15 0 72767493 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351960050416 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1460] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1460/stat : 1460 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351070096480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1461] ppid=1392 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1461/stat : 1461 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767493 11079016448 21195 33554432000 4194304 4196468 140724952629808 140351958997296 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84780 KiB

[startup+1.50077 s]
/proc/loadavg: 1.05 1.11 1.19 3/215 1461
/proc/meminfo: memFree=12278884/32770624 swapFree=67108860/67108860
[pid=1395] ppid=1392 vsize=10834252 memory=176144 CPUtime=2.23 cores=1,3,5,7
/proc/1395/stat : 1395 (java) S 1392 1395 31421 0 -1 1077944320 24451 12992 0 0 208 8 5 2 20 0 15 0 72767478 11094274048 44036 33554432000 4194304 4196468 140724952629808 140724952612352 140352537239287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
/proc/1395/statm: 2708563 44036 3467 1 0 2670221 0
[pid=1395/tid=1448] ppid=1392 vsize=10834252 memory=281174732066032 CPUtime=1.42 cores=1,3,5,7
/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 18141 12992 0 0 130 5 5 2 20 0 15 0 72767487 11094274048 44036 33554432000 4194304 4196468 140724952629808 140352509073888 140352521319804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=10834252 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 309 12992 0 0 1 0 5 2 20 0 15 0 72767488 11094274048 44036 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 82 12992 0 0 1 0 5 2 20 0 15 0 72767488 11094274048 44036 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 18 12992 0 0 1 0 5 2 20 0 15 0 72767488 11094274048 44036 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=10834252 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 39 12992 0 0 1 0 5 2 20 0 15 0 72767488 11094274048 44036 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1453] ppid=1392 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1395/task/1453/stat : 1453 (java) S 1392 1395 31421 0 -1 1077944384 354 12992 0 0 1 0 5 2 20 0 15 0 72767490 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351996766192 140352537250434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1454] ppid=1392 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1454/stat : 1454 (java) S 1392 1395 31421 0 -1 1077944384 34 12992 0 0 0 0 5 2 20 0 15 0 72767490 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351995712480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1455] ppid=1392 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1455/stat : 1455 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767490 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351411053552 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1456] ppid=1392 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1456/stat : 1456 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351103654096 140352537257883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1457] ppid=1392 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/1395/task/1457/stat : 1457 (java) S 1392 1395 31421 0 -1 1077944384 1235 12992 0 0 18 0 5 2 20 0 15 0 72767493 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351962155504 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1458] ppid=1392 vsize=10834252 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/1395/task/1458/stat : 1458 (java) S 1392 1395 31421 0 -1 1077944384 1015 12992 0 0 23 0 5 2 20 0 15 0 72767493 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351961102960 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1459] ppid=1392 vsize=10834252 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/1395/task/1459/stat : 1459 (java) S 1392 1395 31421 0 -1 1077944384 1029 12992 0 0 29 0 5 2 20 0 15 0 72767493 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351960050416 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1460] ppid=1392 vsize=10834252 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1460/stat : 1460 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351070096480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1461] ppid=1392 vsize=10834252 memory=24452 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1461/stat : 1461 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767493 11094274048 44036 33554432000 4194304 4196468 140724952629808 140351958997296 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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

/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 76121 12992 0 0 230349 38 5 2 20 0 15 0 72767487 11176083456 183733 33554432000 4194304 4196468 140724952629808 140352509074464 140352112847431 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=10914144 memory=734852 CPUtime=7.99 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 6189 12992 0 0 751 41 5 2 20 0 15 0 72767488 11176083456 183733 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=10914144 memory=734932 CPUtime=7.97 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 8400 12992 0 0 751 39 5 2 20 0 15 0 72767488 11176083456 183733 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=10914144 memory=734932 CPUtime=7.99 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 9096 12992 0 0 749 43 5 2 20 0 15 0 72767488 11176083456 183733 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=10914144 memory=734932 CPUtime=7.95 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 6684 12992 0 0 746 42 5 2 20 0 15 0 72767488 11176083456 183733 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1453] ppid=1392 vsize=10914144 memory=734932 CPUtime=7.48 cores=1,3,5,7
/proc/1395/task/1453/stat : 1453 (java) S 1392 1395 31421 0 -1 1077944384 9736 12992 0 0 703 38 5 2 20 0 15 0 72767490 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351996766192 140352537250434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1454] ppid=1392 vsize=10914144 memory=734932 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1454/stat : 1454 (java) S 1392 1395 31421 0 -1 1077944384 38 12992 0 0 0 0 5 2 20 0 15 0 72767490 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351995712544 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1455] ppid=1392 vsize=10914144 memory=734932 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1455/stat : 1455 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767490 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351411053568 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1456] ppid=1392 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1456/stat : 1456 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351103654096 140352537257883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1457] ppid=1392 vsize=10914144 memory=734932 CPUtime=7.26 cores=1,3,5,7
/proc/1395/task/1457/stat : 1457 (java) S 1392 1395 31421 0 -1 1077944384 28080 12992 0 0 714 5 5 2 20 0 15 0 72767493 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351962155504 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1458] ppid=1392 vsize=10914144 memory=734932 CPUtime=6.96 cores=1,3,5,7
/proc/1395/task/1458/stat : 1458 (java) S 1392 1395 31421 0 -1 1077944384 24774 12992 0 0 684 5 5 2 20 0 15 0 72767493 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351961102960 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1459] ppid=1392 vsize=10914144 memory=734932 CPUtime=3.27 cores=1,3,5,7
/proc/1395/task/1459/stat : 1459 (java) S 1392 1395 31421 0 -1 1077944384 21499 12992 0 0 316 4 5 2 20 0 15 0 72767493 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351960050416 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1460] ppid=1392 vsize=10914144 memory=21884 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1460/stat : 1460 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351070096480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1461] ppid=1392 vsize=10914144 memory=734932 CPUtime=1.36 cores=1,3,5,7
/proc/1395/task/1461/stat : 1461 (java) S 1392 1395 31421 0 -1 1077944384 689 12992 0 0 62 67 5 2 20 0 15 0 72767493 11176083456 183733 33554432000 4194304 4196468 140724952629808 140351958997296 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 2361.64 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 734932 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.31 1.37 3/216 1940
/proc/meminfo: memFree=11597784/32770624 swapFree=67108860/67108860
[pid=1395] ppid=1392 vsize=10914144 memory=735036 CPUtime=2422.19 cores=1,3,5,7
/proc/1395/stat : 1395 (java) S 1392 1395 31421 0 -1 1077944320 194676 12992 0 0 241937 275 5 2 20 0 15 0 72767478 11176083456 183759 33554432000 4194304 4196468 140724952629808 140724952612352 140352537239287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
/proc/1395/statm: 2728536 183759 3523 1 0 2690189 0
[pid=1395/tid=1448] ppid=1392 vsize=10914144 memory=735036 CPUtime=2363.47 cores=1,3,5,7
/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 76614 12992 0 0 236302 38 5 2 20 0 15 0 72767487 11176083456 183759 33554432000 4194304 4196468 140724952629808 140352509075040 140352111489049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=10914144 memory=735036 CPUtime=8.19 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 6236 12992 0 0 770 42 5 2 20 0 15 0 72767488 11176083456 183759 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=10914144 memory=55 CPUtime=8.17 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 8751 12992 0 0 771 39 5 2 20 0 15 0 72767488 11176083456 183759 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=10914144 memory=735036 CPUtime=8.17 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 9138 12992 0 0 767 43 5 2 20 0 15 0 72767488 11176083456 183759 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=10914144 memory=735036 CPUtime=8.14 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 6707 12992 0 0 765 42 5 2 20 0 15 0 72767488 11176083456 183759 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1453] ppid=1392 vsize=10914144 memory=735036 CPUtime=7.67 cores=1,3,5,7
/proc/1395/task/1453/stat : 1453 (java) S 1392 1395 31421 0 -1 1077944384 9934 12992 0 0 720 40 5 2 20 0 15 0 72767490 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351996766192 140352537250434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1454] ppid=1392 vsize=10914144 memory=735036 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1454/stat : 1454 (java) S 1392 1395 31421 0 -1 1077944384 38 12992 0 0 0 0 5 2 20 0 15 0 72767490 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351995712544 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1455] ppid=1392 vsize=10914144 memory=735036 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1455/stat : 1455 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767490 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351411053568 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1456] ppid=1392 vsize=10914144 memory=735036 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1456/stat : 1456 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351103654096 140352537257883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1457] ppid=1392 vsize=10914144 memory=735032 CPUtime=7.26 cores=1,3,5,7
/proc/1395/task/1457/stat : 1457 (java) S 1392 1395 31421 0 -1 1077944384 28082 12992 0 0 714 5 5 2 20 0 15 0 72767493 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351962155504 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1458] ppid=1392 vsize=10914144 memory=281174732848352 CPUtime=6.96 cores=1,3,5,7
/proc/1395/task/1458/stat : 1458 (java) S 1392 1395 31421 0 -1 1077944384 24776 12992 0 0 684 5 5 2 20 0 15 0 72767493 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351961102960 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1459] ppid=1392 vsize=10914144 memory=735036 CPUtime=3.27 cores=1,3,5,7
/proc/1395/task/1459/stat : 1459 (java) S 1392 1395 31421 0 -1 1077944384 21501 12992 0 0 316 4 5 2 20 0 15 0 72767493 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351960050416 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1460] ppid=1392 vsize=10914144 memory=735032 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1460/stat : 1460 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351070096480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1461] ppid=1392 vsize=10914144 memory=4140 CPUtime=1.4 cores=1,3,5,7
/proc/1395/task/1461/stat : 1461 (java) S 1392 1395 31421 0 -1 1077944384 705 12992 0 0 64 69 5 2 20 0 15 0 72767493 11176083456 183759 33554432000 4194304 4196468 140724952629808 140351958997296 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 2422.19 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 735036 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.27 1.35 3/216 1941
/proc/meminfo: memFree=11595740/32770624 swapFree=67108860/67108860
[pid=1395] ppid=1392 vsize=10914144 memory=735184 CPUtime=2482.77 cores=1,3,5,7
/proc/1395/stat : 1395 (java) S 1392 1395 31421 0 -1 1077944320 195882 12992 0 0 247990 280 5 2 20 0 15 0 72767478 11176083456 183796 33554432000 4194304 4196468 140724952629808 140724952612352 140352537239287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
/proc/1395/statm: 2728536 183796 3523 1 0 2690189 0
[pid=1395/tid=1448] ppid=1392 vsize=10914144 memory=735064 CPUtime=2423.02 cores=1,3,5,7
/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 77136 12992 0 0 242257 38 5 2 20 0 15 0 72767487 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352509074624 140352107015159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=10914144 memory=735036 CPUtime=8.39 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 6548 12992 0 0 789 43 5 2 20 0 15 0 72767488 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=10914144 memory=8112282956445269571 CPUtime=8.38 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 8798 12992 0 0 791 40 5 2 20 0 15 0 72767488 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=10914144 memory=735064 CPUtime=8.39 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 9185 12992 0 0 787 45 5 2 20 0 15 0 72767488 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=10914144 memory=735064 CPUtime=8.35 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 6767 12992 0 0 785 43 5 2 20 0 15 0 72767488 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1453] ppid=1392 vsize=10914144 memory=735184 CPUtime=7.86 cores=1,3,5,7
/proc/1395/task/1453/stat : 1453 (java) S 1392 1395 31421 0 -1 1077944384 10140 12992 0 0 738 41 5 2 20 0 15 0 72767490 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351996766192 140352537250434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1454] ppid=1392 vsize=10914144 memory=735184 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1454/stat : 1454 (java) S 1392 1395 31421 0 -1 1077944384 38 12992 0 0 0 0 5 2 20 0 15 0 72767490 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351995712544 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1455] ppid=1392 vsize=10914144 memory=735064 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1455/stat : 1455 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767490 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351411053568 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1456] ppid=1392 vsize=10914144 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1456/stat : 1456 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351103654096 140352537257883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1457] ppid=1392 vsize=10914144 memory=735184 CPUtime=7.26 cores=1,3,5,7
/proc/1395/task/1457/stat : 1457 (java) S 1392 1395 31421 0 -1 1077944384 28084 12992 0 0 714 5 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351962155504 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1458] ppid=1392 vsize=10914144 memory=4140 CPUtime=6.97 cores=1,3,5,7
/proc/1395/task/1458/stat : 1458 (java) S 1392 1395 31421 0 -1 1077944384 24778 12992 0 0 685 5 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351961102960 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1459] ppid=1392 vsize=10914144 memory=735184 CPUtime=3.27 cores=1,3,5,7
/proc/1395/task/1459/stat : 1459 (java) S 1392 1395 31421 0 -1 1077944384 21503 12992 0 0 316 4 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351960050416 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1460] ppid=1392 vsize=10914144 memory=735184 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1460/stat : 1460 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351070096480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1461] ppid=1392 vsize=10914144 memory=735184 CPUtime=1.43 cores=1,3,5,7
/proc/1395/task/1461/stat : 1461 (java) S 1392 1395 31421 0 -1 1077944384 711 12992 0 0 65 71 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351958997296 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 2482.77 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 735184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.2 s]
/proc/loadavg: 1.21 1.27 1.35 3/215 1942
/proc/meminfo: memFree=11595784/32770624 swapFree=67108860/67108860
[pid=1395] ppid=1392 vsize=10914144 memory=735184 CPUtime=2520.03 cores=1,3,5,7
/proc/1395/stat : 1395 (java) S 1392 1395 31421 0 -1 1077944320 196119 12992 0 0 251712 284 5 2 20 0 15 0 72767478 11176083456 183796 33554432000 4194304 4196468 140724952629808 140724952612352 140352537239287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
/proc/1395/statm: 2728536 183796 3523 1 0 2690189 0
[pid=1395/tid=1448] ppid=1392 vsize=10914144 memory=21884 CPUtime=2459.64 cores=1,3,5,7
/proc/1395/task/1448/stat : 1448 (java) R 1392 1395 31421 0 -1 4202560 77343 12992 0 0 245918 39 5 2 20 0 15 0 72767487 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352509074624 140352111489066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1449] ppid=1392 vsize=10914144 memory=1296 CPUtime=8.51 cores=1,3,5,7
/proc/1395/task/1449/stat : 1449 (java) S 1392 1395 31421 0 -1 1077944384 6551 12992 0 0 801 43 5 2 20 0 15 0 72767488 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352541481744 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1450] ppid=1392 vsize=10914144 memory=2400 CPUtime=8.5 cores=1,3,5,7
/proc/1395/task/1450/stat : 1450 (java) S 1392 1395 31421 0 -1 1077944384 8804 12992 0 0 803 40 5 2 20 0 15 0 72767488 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352429755280 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1451] ppid=1392 vsize=10914144 memory=8112282956445269571 CPUtime=8.51 cores=1,3,5,7
/proc/1395/task/1451/stat : 1451 (java) S 1392 1395 31421 0 -1 1077944384 9191 12992 0 0 799 45 5 2 20 0 15 0 72767488 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352428702736 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1452] ppid=1392 vsize=10914144 memory=4004 CPUtime=8.48 cores=1,3,5,7
/proc/1395/task/1452/stat : 1452 (java) S 1392 1395 31421 0 -1 1077944384 6771 12992 0 0 797 44 5 2 20 0 15 0 72767488 11176083456 183796 33554432000 4194304 4196468 140724952629808 140352427650192 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1453] ppid=1392 vsize=10914144 memory=18448 CPUtime=7.98 cores=1,3,5,7
/proc/1395/task/1453/stat : 1453 (java) S 1392 1395 31421 0 -1 1077944384 10148 12992 0 0 749 42 5 2 20 0 15 0 72767490 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351996766192 140352537250434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1454] ppid=1392 vsize=10914144 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1454/stat : 1454 (java) S 1392 1395 31421 0 -1 1077944384 38 12992 0 0 0 0 5 2 20 0 15 0 72767490 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351995712544 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1455] ppid=1392 vsize=10914144 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1455/stat : 1455 (java) S 1392 1395 31421 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 72767490 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351411053568 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1456] ppid=1392 vsize=10914144 memory=952 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1456/stat : 1456 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351103654096 140352537257883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1457] ppid=1392 vsize=10914144 memory=8112282956445269571 CPUtime=7.26 cores=1,3,5,7
/proc/1395/task/1457/stat : 1457 (java) S 1392 1395 31421 0 -1 1077944384 28084 12992 0 0 714 5 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351962155504 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1458] ppid=1392 vsize=10914144 memory=792 CPUtime=6.97 cores=1,3,5,7
/proc/1395/task/1458/stat : 1458 (java) S 1392 1395 31421 0 -1 1077944384 24778 12992 0 0 685 5 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351961102960 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1459] ppid=1392 vsize=10914144 memory=1952 CPUtime=3.27 cores=1,3,5,7
/proc/1395/task/1459/stat : 1459 (java) S 1392 1395 31421 0 -1 1077944384 21503 12992 0 0 316 4 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351960050416 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1460] ppid=1392 vsize=10914144 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/1395/task/1460/stat : 1460 (java) S 1392 1395 31421 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351070096480 140352537249493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
[pid=1395/tid=1461] ppid=1392 vsize=10914144 memory=8536 CPUtime=1.45 cores=1,3,5,7
/proc/1395/task/1461/stat : 1461 (java) S 1392 1395 31421 0 -1 1077944384 714 12992 0 0 66 72 5 2 20 0 15 0 72767493 11176083456 183796 33554432000 4194304 4196468 140724952629808 140351958997296 140352537250434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11264000 140724952635564 140724952638812 140724952638812 140724952641487 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 735184 KiB

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

[startup+2479.24 s]
# the end of solver process 1395 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.2 s, system=2.8856 s

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

Child status: 143
Real time (s): 2479.24
CPU time (s): 2520.08
CPU user time (s): 2517.2
CPU system time (s): 2.8856
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 747028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.2
system time used= 2.8856
maximum resident set size= 748576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 230568
involuntary context switches= 6169


# summary of solver processes directly reported to runsolver:
#   pid: 1395
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.2
#   total CPU system time (s): 2.8856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1364 second user time and 23.7075 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 22:54:03
IDJOB=4295390
IDBENCH=141536
IDSOLVER=2751
FILE ID=node107/4295390-1532552043
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-90-400-01_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-4295390-1532552043/watcher-4295390-1532552043 -o /tmp/evaluation-result-4295390-1532552043/solver-4295390-1532552043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=427900863 -superng HOME/instance-4295390-1532552043.xml

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

MD5SUM BENCH= 21e6319225d06eb46c107a9c6e1ffb4f
RANDOM SEED=427900863

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:        12374700 kB
MemAvailable:   31295064 kB
Buffers:          285664 kB
Cached:         18754320 kB
SwapCached:            0 kB
Active:          4898328 kB
Inactive:       14830748 kB
Active(anon):     691984 kB
Inactive(anon):    25036 kB
Active(file):    4206344 kB
Inactive(file): 14805712 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26448 kB
Writeback:             0 kB
AnonPages:        696288 kB
Mapped:            53228 kB
Shmem:             25228 kB
Slab:             364596 kB
SReclaimable:     336768 kB
SUnreclaim:        27828 kB
KernelStack:        3504 kB
PageTables:         6596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1685848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 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-25 23:35:22