Trace number 4304689

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)1564 2520.05 2468.23

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.75	c Concrete v3.9.2.1532736233296 running
6.80/3.41	o 651
6.80/3.44	o 669
6.80/3.45	o 670
6.80/3.46	o 687
6.80/3.47	o 726
7.12/3.50	o 789
7.12/3.51	o 790
7.12/3.53	o 792
7.12/3.56	o 798
7.12/3.56	o 885
7.12/3.57	o 892
7.12/3.58	o 910
7.12/3.58	o 948
7.12/3.59	o 977
7.48/3.60	o 978
7.48/3.60	o 979
7.48/3.61	o 999
7.48/3.61	o 1001
7.84/3.70	o 1048
7.84/3.70	o 1079
7.84/3.70	o 1082
7.84/3.71	o 1120
7.84/3.71	o 1130
7.84/3.72	o 1133
7.84/3.72	o 1164
7.84/3.72	o 1189
7.84/3.75	o 1238
7.84/3.79	o 1239
7.84/3.79	o 1287
8.16/3.83	o 1290
8.47/3.95	o 1297
8.47/3.95	o 1313
8.47/4.00	o 1314
9.38/4.29	o 1334
9.69/4.30	o 1373
9.69/4.34	o 1390
10.83/4.76	o 1426
10.83/4.76	o 1448
10.83/4.76	o 1457
19.35/11.06	o 1459
19.35/11.06	o 1466
19.50/11.11	o 1475
21.57/12.52	o 1488
85.85/68.54	o 1491
257.35/237.94	o 1496
261.53/242.03	o 1503
694.35/668.83	o 1509
694.35/668.83	o 1522
695.06/669.52	o 1523
698.71/673.15	o 1526
736.14/710.04	o 1545
964.80/935.44	o 1546
964.80/935.46	o 1554
996.85/967.07	o 1556
1917.17/1874.15	o 1564
2520.00/2468.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2468.21		at concrete.MAC.mac(MAC.scala:188)
2520.00/2468.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2468.21		at scala.util.Try$.apply(Try.scala:209)
2520.00/2468.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2468.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2468.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2468.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2468.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2468.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2468.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2468.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2468.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2468.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2468.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2468.21		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2468.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2468.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2468.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2468.21		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2468.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2468.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2468.21		at scala.util.Success.map(Try.scala:209)
2520.00/2468.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2468.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2468.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2468.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2468.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2468.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2468.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2468.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2468.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2468.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2468.21		at scala.App.main(App.scala:76)
2520.00/2468.21		at scala.App.main$(App.scala:74)
2520.00/2468.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2468.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2468.22	v <instantiation cost="1564">
2520.00/2468.22	v       <list>
2520.00/2468.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]
2520.00/2468.22	v       </list>
2520.00/2468.22	v       <values>
2520.00/2468.22	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.00/2468.22	v       </values>
2520.00/2468.22	v     </instantiation>
2520.00/2468.22	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 (14489 MiB free)
  memory of node 1: 16384 MiB (12908 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304689-1534126098/watcher-4304689-1534126098 -o /tmp/evaluation-result-4304689-1534126098/solver-4304689-1534126098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1540726057 HOME/instance-4304689-1534126098.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=710, runsolver pid=707

[startup+0.100085 s]*
/proc/loadavg: 1.81 1.59 1.53 3/202 763
/proc/meminfo: memFree=28050904/32770624 swapFree=67030660/67108860
[pid=710] ppid=707 vsize=10005480 memory=14964 CPUtime=0.09 cores=0,2,4,6
/proc/710/stat : 710 (java) S 707 710 25256 0 -1 1077944320 3871 13405 0 0 1 0 5 3 20 0 6 0 230172995 10245611520 3741 33554432000 4194304 4196468 140729852196960 140729852179504 140611478265591 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
/proc/710/statm: 2501370 3741 1664 1 0 2489808 0
[pid=710/tid=763] ppid=707 vsize=10005480 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 2041 13405 0 0 0 0 5 3 20 0 6 0 230173005 10245611520 4583 33554432000 4194304 4196468 140729852196960 140611450102352 140611478287517 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=10005480 memory=4294967639 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 6 0 230173006 10245611520 4583 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=10005480 memory=140278782633844 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 6 0 230173006 10245611520 4583 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 2 13405 0 0 0 0 5 3 20 0 6 0 230173006 10245611520 4583 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 6 0 230173006 10245611520 4583 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14964 KiB

[startup+0.210019 s]*
/proc/loadavg: 1.81 1.59 1.53 3/215 776
/proc/meminfo: memFree=28026576/32770624 swapFree=67030660/67108860
[pid=710] ppid=707 vsize=10982744 memory=41424 CPUtime=0.26 cores=0,2,4,6
/proc/710/stat : 710 (java) S 707 710 25256 0 -1 1077944320 7052 13405 0 0 17 1 5 3 20 0 15 0 230172995 11246329856 10356 33554432000 4194304 4196468 140729852196960 140729852179504 140611478265591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
/proc/710/statm: 2745686 10356 2946 1 0 2708109 0
[pid=710/tid=763] ppid=707 vsize=10982744 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 3774 13405 0 0 11 0 5 3 20 0 15 0 230173005 11246329856 10488 33554432000 4194304 4196468 140729852196960 140611450070976 140611458541340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=10982744 memory=4294967639 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246329856 10488 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=10982744 memory=140278782633844 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246329856 10488 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 2 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246329856 10488 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246329856 10554 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=768] ppid=707 vsize=10982744 memory=140278781417088 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/768/stat : 768 (java) S 707 710 25256 0 -1 1077944384 2 13405 0 0 0 0 5 3 20 0 15 0 230173007 11246329856 10554 33554432000 4194304 4196468 140729852196960 140610903304816 140611478276738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=769] ppid=707 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/769/stat : 769 (java) S 707 710 25256 0 -1 1077944384 13 13405 0 0 0 0 5 3 20 0 15 0 230173007 11246329856 10554 33554432000 4194304 4196468 140729852196960 140610317051168 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=770] ppid=707 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/770/stat : 770 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173008 11246329856 10554 33554432000 4194304 4196468 140729852196960 140610115724912 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=771] ppid=707 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/771/stat : 771 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173010 11246329856 10554 33554432000 4194304 4196468 140729852196960 140609808325200 140611478284187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=772] ppid=707 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/710/task/772/stat : 772 (java) S 707 710 25256 0 -1 1077944384 368 13405 0 0 1 0 5 3 20 0 15 0 230173010 11246329856 10554 33554432000 4194304 4196468 140729852196960 140610902251632 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=773] ppid=707 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/773/stat : 773 (java) S 707 710 25256 0 -1 1077944384 248 13405 0 0 0 0 5 3 20 0 15 0 230173010 11246329856 10554 33554432000 4194304 4196468 140729852196960 140610901198832 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=774] ppid=707 vsize=10982744 memory=140278781417088 CPUtime=0.11 cores=0,2,4,6
/proc/710/task/774/stat : 774 (java) S 707 710 25256 0 -1 1077944384 619 13405 0 0 3 0 5 3 20 0 15 0 230173010 11246329856 10554 33554432000 4194304 4196468 140729852196960 140610900146544 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=775] ppid=707 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/775/stat : 775 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173011 11246329856 10554 33554432000 4194304 4196468 140729852196960 140609377528288 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=776] ppid=707 vsize=10982744 memory=140278781417088 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/776/stat : 776 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173011 11246329856 10554 33554432000 4194304 4196468 140729852196960 140610899094448 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41424 KiB

[startup+0.310031 s]*
/proc/loadavg: 1.90 1.62 1.54 3/215 776
/proc/meminfo: memFree=28013800/32770624 swapFree=67030660/67108860
[pid=710] ppid=707 vsize=10983192 memory=53044 CPUtime=0.38 cores=0,2,4,6
/proc/710/stat : 710 (java) S 707 710 25256 0 -1 1077944320 9833 13405 0 0 29 1 5 3 20 0 15 0 230172995 11246788608 13261 33554432000 4194304 4196468 140729852196960 140729852179504 140611478265591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
/proc/710/statm: 2745798 13261 3065 1 0 2708109 0
[pid=710/tid=763] ppid=707 vsize=10983192 memory=1398720917958146503 CPUtime=0.29 cores=0,2,4,6
/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 6912 13405 0 0 20 1 5 3 20 0 15 0 230173005 11246788608 13787 33554432000 4194304 4196468 140729852196960 140611450077600 140611462346078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246788608 13787 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246788608 13787 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 2 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246788608 13787 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246788608 13787 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=768] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/768/stat : 768 (java) S 707 710 25256 0 -1 1077944384 2 13405 0 0 0 0 5 3 20 0 15 0 230173007 11246788608 13787 33554432000 4194304 4196468 140729852196960 140610903304816 140611478276738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=769] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/769/stat : 769 (java) S 707 710 25256 0 -1 1077944384 13 13405 0 0 0 0 5 3 20 0 15 0 230173007 11246788608 13787 33554432000 4194304 4196468 140729852196960 140610317051168 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=770] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/770/stat : 770 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173008 11246788608 13787 33554432000 4194304 4196468 140729852196960 140610115724912 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=771] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/771/stat : 771 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173010 11246788608 13787 33554432000 4194304 4196468 140729852196960 140609808325200 140611478284187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=772] ppid=707 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/710/task/772/stat : 772 (java) S 707 710 25256 0 -1 1077944384 369 13405 0 0 2 0 5 3 20 0 15 0 230173010 11246788608 13787 33554432000 4194304 4196468 140729852196960 140610902251632 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=773] ppid=707 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/710/task/773/stat : 773 (java) S 707 710 25256 0 -1 1077944384 251 13405 0 0 1 0 5 3 20 0 15 0 230173010 11246788608 13787 33554432000 4194304 4196468 140729852196960 140610901198832 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=774] ppid=707 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/710/task/774/stat : 774 (java) S 707 710 25256 0 -1 1077944384 634 13405 0 0 5 0 5 3 20 0 15 0 230173010 11246788608 13787 33554432000 4194304 4196468 140729852196960 140610900146544 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=775] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/775/stat : 775 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173011 11246788608 13787 33554432000 4194304 4196468 140729852196960 140609377528288 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=776] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/776/stat : 776 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173011 11246788608 13787 33554432000 4194304 4196468 140729852196960 140610899094448 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53044 KiB

[startup+0.700825 s]
/proc/loadavg: 1.90 1.62 1.54 3/215 776
/proc/meminfo: memFree=28002296/32770624 swapFree=67030660/67108860
[pid=710] ppid=707 vsize=10983192 memory=88636 CPUtime=0.99 cores=0,2,4,6
/proc/710/stat : 710 (java) S 707 710 25256 0 -1 1077944320 16740 13405 0 0 88 3 5 3 20 0 15 0 230172995 11246788608 22159 33554432000 4194304 4196468 140729852196960 140729852179504 140611478265591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
/proc/710/statm: 2745798 22159 3241 1 0 2708109 0
[pid=710/tid=763] ppid=707 vsize=10983192 memory=7019257425709197167 CPUtime=0.67 cores=0,2,4,6
/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 12167 13405 0 0 56 3 5 3 20 0 15 0 230173005 11246788608 22159 33554432000 4194304 4196468 140729852196960 140611450079360 140611478287517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=10983192 memory=280557330109248 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246788608 22159 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246788608 22159 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=10983192 memory=140278665223074 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 2 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246788608 22159 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173006 11246788608 22159 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=768] ppid=707 vsize=10983192 memory=280557330132976 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/768/stat : 768 (java) S 707 710 25256 0 -1 1077944384 5 13405 0 0 0 0 5 3 20 0 15 0 230173007 11246788608 22159 33554432000 4194304 4196468 140729852196960 140610903304816 140611478276738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=769] ppid=707 vsize=10983192 memory=280557330122980 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/769/stat : 769 (java) S 707 710 25256 0 -1 1077944384 13 13405 0 0 0 0 5 3 20 0 15 0 230173007 11246788608 22159 33554432000 4194304 4196468 140729852196960 140610317051168 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=770] ppid=707 vsize=10983192 memory=280557330123312 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/770/stat : 770 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173008 11246788608 22159 33554432000 4194304 4196468 140729852196960 140610115724912 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=771] ppid=707 vsize=10983192 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/771/stat : 771 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173010 11246788608 22159 33554432000 4194304 4196468 140729852196960 140609808325200 140611478284187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=772] ppid=707 vsize=10983192 memory=6625 CPUtime=0.18 cores=0,2,4,6
/proc/710/task/772/stat : 772 (java) S 707 710 25256 0 -1 1077944384 993 13405 0 0 10 0 5 3 20 0 15 0 230173010 11246788608 22159 33554432000 4194304 4196468 140729852196960 140610902251632 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=773] ppid=707 vsize=10983192 memory=4420 CPUtime=0.15 cores=0,2,4,6
/proc/710/task/773/stat : 773 (java) S 707 710 25256 0 -1 1077944384 629 13405 0 0 7 0 5 3 20 0 15 0 230173010 11246788608 22159 33554432000 4194304 4196468 140729852196960 140610901198832 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=774] ppid=707 vsize=10983192 memory=6628 CPUtime=0.21 cores=0,2,4,6
/proc/710/task/774/stat : 774 (java) S 707 710 25256 0 -1 1077944384 732 13405 0 0 13 0 5 3 20 0 15 0 230173010 11246788608 22159 33554432000 4194304 4196468 140729852196960 140610900146544 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=775] ppid=707 vsize=10983192 memory=8996 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/775/stat : 775 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173011 11246788608 22159 33554432000 4194304 4196468 140729852196960 140609377528288 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=776] ppid=707 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/776/stat : 776 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173011 11246788608 22159 33554432000 4194304 4196468 140729852196960 140610899094448 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88636 KiB

[startup+1.50082 s]
/proc/loadavg: 1.90 1.62 1.54 3/215 776
/proc/meminfo: memFree=27958424/32770624 swapFree=67030660/67108860
[pid=710] ppid=707 vsize=10998092 memory=179972 CPUtime=2.24 cores=0,2,4,6
/proc/710/stat : 710 (java) S 707 710 25256 0 -1 1077944320 23942 13405 0 0 206 10 5 3 20 0 15 0 230172995 11262046208 44993 33554432000 4194304 4196468 140729852196960 140729852179504 140611478265591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
/proc/710/statm: 2749523 44993 3465 1 0 2711181 0
[pid=710/tid=763] ppid=707 vsize=10998092 memory=280557330132976 CPUtime=1.43 cores=0,2,4,6
/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 17822 13405 0 0 129 6 5 3 20 0 15 0 230173005 11262046208 44993 33554432000 4194304 4196468 140729852196960 140611450094304 140611462346078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=10998092 memory=280557330122980 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 62 13405 0 0 0 0 5 3 20 0 15 0 230173006 11262046208 44993 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=10998092 memory=280557330123312 CPUtime=0.09 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 39 13405 0 0 1 0 5 3 20 0 15 0 230173006 11262046208 44993 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=10998092 memory=1396 CPUtime=0.09 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 21 13405 0 0 1 0 5 3 20 0 15 0 230173006 11262046208 44993 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 251 13405 0 0 0 0 5 3 20 0 15 0 230173006 11262046208 44993 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=768] ppid=707 vsize=10998092 memory=2852 CPUtime=0.09 cores=0,2,4,6
/proc/710/task/768/stat : 768 (java) S 707 710 25256 0 -1 1077944384 48 13405 0 0 1 0 5 3 20 0 15 0 230173007 11262046208 44993 33554432000 4194304 4196468 140729852196960 140610903304816 140611478276738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=769] ppid=707 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/769/stat : 769 (java) S 707 710 25256 0 -1 1077944384 14 13405 0 0 0 0 5 3 20 0 15 0 230173007 11262046208 44993 33554432000 4194304 4196468 140729852196960 140610317051232 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=770] ppid=707 vsize=10998092 memory=8996 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/770/stat : 770 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173008 11262046208 44993 33554432000 4194304 4196468 140729852196960 140610115724928 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=771] ppid=707 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/771/stat : 771 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173010 11262046208 44993 33554432000 4194304 4196468 140729852196960 140609808325200 140611478284187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=772] ppid=707 vsize=10998092 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/710/task/772/stat : 772 (java) S 707 710 25256 0 -1 1077944384 1122 13405 0 0 19 0 5 3 20 0 15 0 230173010 11262046208 44993 33554432000 4194304 4196468 140729852196960 140610902251632 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=773] ppid=707 vsize=10998092 memory=54 CPUtime=0.3 cores=0,2,4,6
/proc/710/task/773/stat : 773 (java) S 707 710 25256 0 -1 1077944384 1170 13405 0 0 22 0 5 3 20 0 15 0 230173010 11262046208 44993 33554432000 4194304 4196468 140729852196960 140610901198832 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=774] ppid=707 vsize=10998092 memory=9169 CPUtime=0.37 cores=0,2,4,6
/proc/710/task/774/stat : 774 (java) S 707 710 25256 0 -1 1077944384 1200 13405 0 0 29 0 5 3 20 0 15 0 230173010 11262046208 44993 33554432000 4194304 4196468 140729852196960 140610900146544 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=775] ppid=707 vsize=10998092 memory=21508 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/775/stat : 775 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173011 11262046208 44993 33554432000 4194304 4196468 140729852196960 140609377528288 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=776] ppid=707 vsize=10998092 memory=280557330153472 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/776/stat : 776 (java) S 707 710 25256 0 -1 1077944384 1 13405 0 0 0 0 5 3 20 0 15 0 230173011 11262046208 44993 33554432000 4194304 4196468 140729852196960 140610899094448 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB

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

/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 86602 13405 0 0 229519 53 5 3 20 0 15 0 230173005 11343855616 213236 33554432000 4194304 4196468 140729852196960 140611450101056 140611017624992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=11077984 memory=852944 CPUtime=11.45 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 13834 13405 0 0 1075 62 5 3 20 0 15 0 230173006 11343855616 213236 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=11077984 memory=852944 CPUtime=11.45 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 9243 13405 0 0 1076 61 5 3 20 0 15 0 230173006 11343855616 213236 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=11077984 memory=852944 CPUtime=11.43 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 9906 13405 0 0 1073 62 5 3 20 0 15 0 230173006 11343855616 213236 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=11077984 memory=852944 CPUtime=11.43 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 8777 13405 0 0 1077 58 5 3 20 0 15 0 230173006 11343855616 213236 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=768] ppid=707 vsize=11077984 memory=852944 CPUtime=11.97 cores=0,2,4,6
/proc/710/task/768/stat : 768 (java) S 707 710 25256 0 -1 1077944384 11219 13405 0 0 1133 56 5 3 20 0 15 0 230173007 11343855616 213236 33554432000 4194304 4196468 140729852196960 140610903304816 140611478276738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=769] ppid=707 vsize=11077984 memory=852944 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/769/stat : 769 (java) S 707 710 25256 0 -1 1077944384 15 13405 0 0 0 0 5 3 20 0 15 0 230173007 11343855616 213236 33554432000 4194304 4196468 140729852196960 140610317051296 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=770] ppid=707 vsize=11077984 memory=852944 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/770/stat : 770 (java) S 707 710 25256 0 -1 1077944384 7 13405 0 0 0 0 5 3 20 0 15 0 230173008 11343855616 213236 33554432000 4194304 4196468 140729852196960 140610115724928 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=771] ppid=707 vsize=11077984 memory=852944 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/771/stat : 771 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173010 11343855616 213236 33554432000 4194304 4196468 140729852196960 140609808325200 140611478284187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=772] ppid=707 vsize=11077984 memory=3544 CPUtime=6.81 cores=0,2,4,6
/proc/710/task/772/stat : 772 (java) S 707 710 25256 0 -1 1077944384 13545 13405 0 0 669 4 5 3 20 0 15 0 230173010 11343855616 213236 33554432000 4194304 4196468 140729852196960 140610902251632 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=773] ppid=707 vsize=11077984 memory=852944 CPUtime=7.48 cores=0,2,4,6
/proc/710/task/773/stat : 773 (java) S 707 710 25256 0 -1 1077944384 22000 13405 0 0 735 5 5 3 20 0 15 0 230173010 11343855616 213236 33554432000 4194304 4196468 140729852196960 140610901198832 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=774] ppid=707 vsize=11077984 memory=852944 CPUtime=3.1 cores=0,2,4,6
/proc/710/task/774/stat : 774 (java) S 707 710 25256 0 -1 1077944384 14914 13405 0 0 296 6 5 3 20 0 15 0 230173010 11343855616 213236 33554432000 4194304 4196468 140729852196960 140610900146544 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=775] ppid=707 vsize=11077984 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/775/stat : 775 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173011 11343855616 213236 33554432000 4194304 4196468 140729852196960 140609377528288 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=776] ppid=707 vsize=11077984 memory=1876 CPUtime=1.66 cores=0,2,4,6
/proc/710/task/776/stat : 776 (java) S 707 710 25256 0 -1 1077944384 960 13405 0 0 72 86 5 3 20 0 15 0 230173011 11343855616 213236 33554432000 4194304 4196468 140729852196960 140610899094448 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 2371.97 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 852944 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.46 1.43 3/215 1257
/proc/meminfo: memFree=26655096/32770624 swapFree=67030660/67108860
[pid=710] ppid=707 vsize=11077984 memory=855008 CPUtime=2432.83 cores=0,2,4,6
/proc/710/stat : 710 (java) S 707 710 25256 0 -1 1077944320 194634 13405 0 0 242896 379 5 3 20 0 15 0 230172995 11343855616 213752 33554432000 4194304 4196468 140729852196960 140729852179504 140611478265591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
/proc/710/statm: 2769496 213752 3522 1 0 2731149 0
[pid=710/tid=763] ppid=707 vsize=11077984 memory=852960 CPUtime=2355.08 cores=0,2,4,6
/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 87335 13405 0 0 235447 53 5 3 20 0 15 0 230173005 11343855616 213752 33554432000 4194304 4196468 140729852196960 140611450100464 140611015536448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=11077984 memory=855008 CPUtime=11.76 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 14162 13405 0 0 1104 64 5 3 20 0 15 0 230173006 11343855616 213752 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=11077984 memory=855008 CPUtime=11.75 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 9325 13405 0 0 1105 62 5 3 20 0 15 0 230173006 11343855616 213752 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=11077984 memory=855008 CPUtime=11.73 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 9934 13405 0 0 1102 63 5 3 20 0 15 0 230173006 11343855616 213752 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=11077984 memory=855008 CPUtime=11.74 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 8809 13405 0 0 1106 60 5 3 20 0 15 0 230173006 11343855616 213752 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=768] ppid=707 vsize=11077984 memory=855008 CPUtime=12.28 cores=0,2,4,6
/proc/710/task/768/stat : 768 (java) S 707 710 25256 0 -1 1077944384 11411 13405 0 0 1163 57 5 3 20 0 15 0 230173007 11343855616 213752 33554432000 4194304 4196468 140729852196960 140610903304816 140611478276738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=769] ppid=707 vsize=11077984 memory=855008 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/769/stat : 769 (java) S 707 710 25256 0 -1 1077944384 15 13405 0 0 0 0 5 3 20 0 15 0 230173007 11343855616 213752 33554432000 4194304 4196468 140729852196960 140610317051296 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=770] ppid=707 vsize=11077984 memory=855008 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/770/stat : 770 (java) S 707 710 25256 0 -1 1077944384 7 13405 0 0 0 0 5 3 20 0 15 0 230173008 11343855616 213752 33554432000 4194304 4196468 140729852196960 140610115724928 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=771] ppid=707 vsize=11077984 memory=855008 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/771/stat : 771 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173010 11343855616 213752 33554432000 4194304 4196468 140729852196960 140609808325200 140611478284187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=772] ppid=707 vsize=11077984 memory=852960 CPUtime=6.81 cores=0,2,4,6
/proc/710/task/772/stat : 772 (java) S 707 710 25256 0 -1 1077944384 13547 13405 0 0 669 4 5 3 20 0 15 0 230173010 11343855616 213752 33554432000 4194304 4196468 140729852196960 140610902251632 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=773] ppid=707 vsize=11077984 memory=852944 CPUtime=7.48 cores=0,2,4,6
/proc/710/task/773/stat : 773 (java) S 707 710 25256 0 -1 1077944384 22002 13405 0 0 735 5 5 3 20 0 15 0 230173010 11343855616 213752 33554432000 4194304 4196468 140729852196960 140610901198832 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=774] ppid=707 vsize=11077984 memory=852944 CPUtime=3.1 cores=0,2,4,6
/proc/710/task/774/stat : 774 (java) S 707 710 25256 0 -1 1077944384 14916 13405 0 0 296 6 5 3 20 0 15 0 230173010 11343855616 213752 33554432000 4194304 4196468 140729852196960 140610900146544 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=775] ppid=707 vsize=11077984 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/775/stat : 775 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173011 11343855616 213752 33554432000 4194304 4196468 140729852196960 140609377528288 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=776] ppid=707 vsize=11077984 memory=1876 CPUtime=1.7 cores=0,2,4,6
/proc/710/task/776/stat : 776 (java) S 707 710 25256 0 -1 1077944384 977 13405 0 0 74 88 5 3 20 0 15 0 230173011 11343855616 213752 33554432000 4194304 4196468 140729852196960 140610899094448 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 2432.83 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 855008 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.43 1.43 3/215 1258
/proc/meminfo: memFree=26652412/32770624 swapFree=67030660/67108860
[pid=710] ppid=707 vsize=11077984 memory=855044 CPUtime=2493.71 cores=0,2,4,6
/proc/710/stat : 710 (java) S 707 710 25256 0 -1 1077944320 196026 13405 0 0 248977 386 5 3 20 0 15 0 230172995 11343855616 213761 33554432000 4194304 4196468 140729852196960 140729852179504 140611478265591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
/proc/710/statm: 2769496 213761 3522 1 0 2731149 0
[pid=710/tid=763] ppid=707 vsize=11077984 memory=855044 CPUtime=2414.36 cores=0,2,4,6
/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 88032 13405 0 0 241374 54 5 3 20 0 15 0 230173005 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611450101264 140611017813099 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=11077984 memory=855044 CPUtime=12.06 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 14224 13405 0 0 1133 65 5 3 20 0 15 0 230173006 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=11077984 memory=855044 CPUtime=12.07 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 9631 13405 0 0 1135 64 5 3 20 0 15 0 230173006 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=11077984 memory=855044 CPUtime=12.04 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 9977 13405 0 0 1132 64 5 3 20 0 15 0 230173006 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=11077984 memory=855044 CPUtime=12.05 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 8871 13405 0 0 1136 61 5 3 20 0 15 0 230173006 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=768] ppid=707 vsize=11077984 memory=855044 CPUtime=12.6 cores=0,2,4,6
/proc/710/task/768/stat : 768 (java) S 707 710 25256 0 -1 1077944384 11618 13405 0 0 1194 58 5 3 20 0 15 0 230173007 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610903304816 140611478276738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=769] ppid=707 vsize=11077984 memory=855044 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/769/stat : 769 (java) S 707 710 25256 0 -1 1077944384 15 13405 0 0 0 0 5 3 20 0 15 0 230173007 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610317051296 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=770] ppid=707 vsize=11077984 memory=855044 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/770/stat : 770 (java) S 707 710 25256 0 -1 1077944384 7 13405 0 0 0 0 5 3 20 0 15 0 230173008 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610115724928 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=771] ppid=707 vsize=11077984 memory=855044 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/771/stat : 771 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173010 11343855616 213761 33554432000 4194304 4196468 140729852196960 140609808325200 140611478284187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=772] ppid=707 vsize=11077984 memory=855044 CPUtime=6.81 cores=0,2,4,6
/proc/710/task/772/stat : 772 (java) S 707 710 25256 0 -1 1077944384 13549 13405 0 0 669 4 5 3 20 0 15 0 230173010 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610902251632 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=773] ppid=707 vsize=11077984 memory=855044 CPUtime=7.48 cores=0,2,4,6
/proc/710/task/773/stat : 773 (java) S 707 710 25256 0 -1 1077944384 22004 13405 0 0 735 5 5 3 20 0 15 0 230173010 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610901198832 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=774] ppid=707 vsize=11077984 memory=3544 CPUtime=3.1 cores=0,2,4,6
/proc/710/task/774/stat : 774 (java) S 707 710 25256 0 -1 1077944384 14918 13405 0 0 296 6 5 3 20 0 15 0 230173010 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610900146544 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=775] ppid=707 vsize=11077984 memory=5268 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/775/stat : 775 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173011 11343855616 213761 33554432000 4194304 4196468 140729852196960 140609377528288 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=776] ppid=707 vsize=11077984 memory=11068 CPUtime=1.74 cores=0,2,4,6
/proc/710/task/776/stat : 776 (java) S 707 710 25256 0 -1 1077944384 986 13405 0 0 76 90 5 3 20 0 15 0 230173011 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610899094448 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 2493.71 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 855044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.2 s]
/proc/loadavg: 1.44 1.45 1.43 3/215 1258
/proc/meminfo: memFree=26652908/32770624 swapFree=67030660/67108860
[pid=710] ppid=707 vsize=11077984 memory=855044 CPUtime=2520 cores=0,2,4,6
/proc/710/stat : 710 (java) S 707 710 25256 0 -1 1077944320 197089 13405 0 0 251602 390 5 3 20 0 15 0 230172995 11343855616 213761 33554432000 4194304 4196468 140729852196960 140729852179504 140611478265591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
/proc/710/statm: 2769496 213761 3522 1 0 2731149 0
[pid=710/tid=763] ppid=707 vsize=11077984 memory=6947385649911455296 CPUtime=2439.93 cores=0,2,4,6
/proc/710/task/763/stat : 763 (java) R 707 710 25256 0 -1 4202560 88438 13405 0 0 243931 54 5 3 20 0 15 0 230173005 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611450100912 140611018037290 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=764] ppid=707 vsize=11077984 memory=1398720917958146503 CPUtime=12.2 cores=0,2,4,6
/proc/710/task/764/stat : 764 (java) S 707 710 25256 0 -1 1077944384 14544 13405 0 0 1146 66 5 3 20 0 15 0 230173006 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611482507664 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=765] ppid=707 vsize=11077984 memory=2228 CPUtime=12.2 cores=0,2,4,6
/proc/710/task/765/stat : 765 (java) S 707 710 25256 0 -1 1077944384 9693 13405 0 0 1148 64 5 3 20 0 15 0 230173006 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611337226512 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=766] ppid=707 vsize=11077984 memory=31012 CPUtime=12.17 cores=0,2,4,6
/proc/710/task/766/stat : 766 (java) S 707 710 25256 0 -1 1077944384 10008 13405 0 0 1144 65 5 3 20 0 15 0 230173006 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611336174224 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=767] ppid=707 vsize=11077984 memory=11904 CPUtime=12.19 cores=0,2,4,6
/proc/710/task/767/stat : 767 (java) S 707 710 25256 0 -1 1077944384 8906 13405 0 0 1149 62 5 3 20 0 15 0 230173006 11343855616 213761 33554432000 4194304 4196468 140729852196960 140611335121424 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=768] ppid=707 vsize=11077984 memory=492 CPUtime=12.75 cores=0,2,4,6
/proc/710/task/768/stat : 768 (java) S 707 710 25256 0 -1 1077944384 11807 13405 0 0 1208 59 5 3 20 0 15 0 230173007 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610903304816 140611478276738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=769] ppid=707 vsize=11077984 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/769/stat : 769 (java) S 707 710 25256 0 -1 1077944384 15 13405 0 0 0 0 5 3 20 0 15 0 230173007 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610317051296 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=770] ppid=707 vsize=11077984 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/770/stat : 770 (java) S 707 710 25256 0 -1 1077944384 7 13405 0 0 0 0 5 3 20 0 15 0 230173008 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610115724928 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=771] ppid=707 vsize=11077984 memory=1156 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/771/stat : 771 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173010 11343855616 213761 33554432000 4194304 4196468 140729852196960 140609808325200 140611478284187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=772] ppid=707 vsize=11077984 memory=1408 CPUtime=6.81 cores=0,2,4,6
/proc/710/task/772/stat : 772 (java) S 707 710 25256 0 -1 1077944384 13551 13405 0 0 669 4 5 3 20 0 15 0 230173010 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610902251632 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=773] ppid=707 vsize=11077984 memory=6947385649911455296 CPUtime=7.48 cores=0,2,4,6
/proc/710/task/773/stat : 773 (java) S 707 710 25256 0 -1 1077944384 22006 13405 0 0 735 5 5 3 20 0 15 0 230173010 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610901198832 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=774] ppid=707 vsize=11077984 memory=6943526294502006880 CPUtime=3.1 cores=0,2,4,6
/proc/710/task/774/stat : 774 (java) S 707 710 25256 0 -1 1077944384 14920 13405 0 0 296 6 5 3 20 0 15 0 230173010 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610900146544 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=775] ppid=707 vsize=11077984 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/710/task/775/stat : 775 (java) S 707 710 25256 0 -1 1077944384 3 13405 0 0 0 0 5 3 20 0 15 0 230173011 11343855616 213761 33554432000 4194304 4196468 140729852196960 140609377528288 140611478275797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
[pid=710/tid=776] ppid=707 vsize=11077984 memory=6655300316396806240 CPUtime=1.76 cores=0,2,4,6
/proc/710/task/776/stat : 776 (java) S 707 710 25256 0 -1 1077944384 1000 13405 0 0 77 91 5 3 20 0 15 0 230173011 11343855616 213761 33554432000 4194304 4196468 140729852196960 140610899094448 140611478276738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140729852205676 140729852208476 140729852208476 140729852211151 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 855044 KiB

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

[startup+2468.23 s]
# the end of solver process 710 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.1 s, system=3.94997 s

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

Child status: 143
Real time (s): 2468.23
CPU time (s): 2520.05
CPU user time (s): 2516.1
CPU system time (s): 3.94997
CPU usage (%): 102.099
Max. virtual memory (cumulated for all children) (KiB): 11080812
Max. memory (cumulated for all children) (KiB): 855044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.1
system time used= 3.94997
maximum resident set size= 857348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312082
involuntary context switches= 10047


# summary of solver processes directly reported to runsolver:
#   pid: 710
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.1
#   total CPU system time (s): 3.94997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6623 second user time and 22.9648 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 04:08:18
IDJOB=4304689
IDBENCH=141540
IDSOLVER=2780
FILE ID=node102/4304689-1534126098
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-80-350-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304689-1534126098/watcher-4304689-1534126098 -o /tmp/evaluation-result-4304689-1534126098/solver-4304689-1534126098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1540726057 HOME/instance-4304689-1534126098.xml

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

MD5SUM BENCH= 1f34f05b99985a85112f7d36079fd716
RANDOM SEED=1540726057

node102.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.51
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.51
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.51
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.51
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:        28055080 kB
MemAvailable:   31048536 kB
Buffers:          159576 kB
Cached:          3081868 kB
SwapCached:        51244 kB
Active:          2488572 kB
Inactive:        1663064 kB
Active(anon):     834932 kB
Inactive(anon):   126908 kB
Active(file):    1653640 kB
Inactive(file):  1536156 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26224 kB
Writeback:             0 kB
AnonPages:        866904 kB
Mapped:            63632 kB
Shmem:             48984 kB
Slab:             261192 kB
SReclaimable:     232120 kB
SUnreclaim:        29072 kB
KernelStack:        3568 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2090120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38420 MiB
End job on node102 at 2018-08-13 04:49:27