Trace number 4396378

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.12.2SAT (TO)992 2400.09 2374.64

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-17.xml
MD5SUM072cba4c7f6c08974f35ec38dd54383a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark992
Best CPU time to get the best result obtained on this benchmark125.727
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"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.78/0.56	c Concrete v3.12.2.1568380929293 running
5.97/2.81	o 562
5.97/2.83	o 564
5.97/2.83	o 610
5.97/2.84	o 616
5.97/2.85	o 653
5.97/2.85	o 661
5.97/2.86	o 686
5.97/2.89	o 746
5.97/2.89	o 752
6.35/2.96	o 767
6.35/2.97	o 774
6.35/2.97	o 780
6.35/2.97	o 796
6.35/2.98	o 811
6.35/2.99	o 825
6.35/2.99	o 827
6.35/2.99	o 833
6.73/3.04	o 843
6.73/3.07	o 844
6.73/3.07	o 907
6.73/3.07	o 912
6.73/3.08	o 918
6.73/3.08	o 924
7.07/3.12	o 947
7.07/3.13	o 950
7.96/3.49	o 952
7.96/3.49	o 955
7.96/3.49	o 961
8.27/3.58	o 970
10.18/4.25	o 978
10.18/4.26	o 992
2400.05/2374.60	Exception in thread "main" java.util.concurrent.TimeoutException
2400.05/2374.61		at concrete.MAC.mac(MAC.scala:192)
2400.05/2374.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2374.61		at scala.util.Try$.apply(Try.scala:212)
2400.05/2374.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2374.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2374.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2374.61		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2374.61		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2374.61		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2374.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2374.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2374.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2374.61		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2374.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2374.61		at scala.util.Success.map(Try.scala:264)
2400.05/2374.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2374.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2374.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2374.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2374.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2374.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2374.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2374.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2374.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2374.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2374.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2374.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2374.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2374.61		at scala.App.main(App.scala:75)
2400.05/2374.61		at scala.App.main$(App.scala:73)
2400.05/2374.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2374.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2374.62	v <instantiation
2400.05/2374.62	v         cost = '992'>
2400.05/2374.62	v       <list>
2400.05/2374.62	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2400.05/2374.62	v       </list>
2400.05/2374.62	v       <values>
2400.05/2374.62	v         0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1
2400.05/2374.62	v       </values>
2400.05/2374.62	v     </instantiation>
2400.05/2374.62	s SATISFIABLE

Verifier Data

OK	992

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396378-1568403246/watcher-4396378-1568403246 -o /tmp/evaluation-result-4396378-1568403246/solver-4396378-1568403246 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6336 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=65190757 HOME/instance-4396378-1568403246.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=8817, runsolver pid=8814
Current StackSize limit: 8192 KiB


[startup+0.100116 s]*
/proc/loadavg: 1.20 1.34 1.41 3/219 8874
/proc/meminfo: memFree=22251976/32770624 swapFree=66999276/67108860
[pid=8817] ppid=8814 vsize=9972712 memory=16432 CPUtime=0.09 cores=1,3,5,7
/proc/8817/stat : 8817 (java) S 8814 8817 6304 0 -1 1077944320 4375 13219 0 0 1 0 5 3 20 0 6 0 416263065 10212057088 4108 33554432000 4194304 4196468 140726651213664 140726651196208 139811179343607 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
/proc/8817/statm: 2493178 4108 1931 1 0 2481616 0
[pid=8817/tid=8870] ppid=8814 vsize=9972712 memory=-8817612408730468293 CPUtime=0.09 cores=1,3,5,7
/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 2176 13219 0 0 1 0 5 3 20 0 6 0 416263074 10212057088 4108 33554432000 4194304 4196468 140726651213664 139811151180368 139811160737341 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 6 0 416263075 10212057088 4108 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=9972712 memory=139850117346944 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 6 0 416263075 10212057088 4108 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 6 0 416263075 10212057088 4108 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 6 0 416263075 10212057088 4108 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16432 KiB

[startup+0.212805 s]*
/proc/loadavg: 1.20 1.34 1.41 3/228 8883
/proc/meminfo: memFree=22226100/32770624 swapFree=66999276/67108860
[pid=8817] ppid=8814 vsize=10819664 memory=45000 CPUtime=0.28 cores=1,3,5,7
/proc/8817/stat : 8817 (java) S 8814 8817 6304 0 -1 1077944320 7026 13219 0 0 18 2 5 3 20 0 15 0 416263065 11079335936 11250 33554432000 4194304 4196468 140726651213664 140726651196208 139811179343607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
/proc/8817/statm: 2704916 11250 3198 1 0 2667149 0
[pid=8817/tid=8870] ppid=8814 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 3409 13219 0 0 11 1 5 3 20 0 15 0 416263074 11079335936 11250 33554432000 4194304 4196468 140726651213664 139811151139792 139811163424094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=10819664 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11079335936 11250 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=10819664 memory=139850117355939 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263075 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8875] ppid=8814 vsize=10819664 memory=139850117346944 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8875/stat : 8875 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263076 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810638866672 139811179354754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8876] ppid=8814 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8876/stat : 8876 (java) S 8814 8817 6304 0 -1 1077944384 33 13219 0 0 0 0 5 3 20 0 15 0 416263077 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810637812896 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8877] ppid=8814 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8877/stat : 8877 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263077 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810513609456 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8878] ppid=8814 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8878/stat : 8878 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11079335936 11250 33554432000 4194304 4196468 140726651213664 139809909630928 139811179362203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8879] ppid=8814 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8817/task/8879/stat : 8879 (java) S 8814 8817 6304 0 -1 1077944384 481 13219 0 0 1 0 5 3 20 0 15 0 416263080 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810604255984 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8880] ppid=8814 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8817/task/8880/stat : 8880 (java) S 8814 8817 6304 0 -1 1077944384 215 13219 0 0 1 0 5 3 20 0 15 0 416263080 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810603203440 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8881] ppid=8814 vsize=10819664 memory=139850117346944 CPUtime=0.11 cores=1,3,5,7
/proc/8817/task/8881/stat : 8881 (java) S 8814 8817 6304 0 -1 1077944384 676 13219 0 0 3 0 5 3 20 0 15 0 416263080 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810602150384 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8882] ppid=8814 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8882/stat : 8882 (java) S 8814 8817 6304 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 416263080 11079335936 11250 33554432000 4194304 4196468 140726651213664 139809439869792 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8883] ppid=8814 vsize=10819664 memory=139850117346944 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8883/stat : 8883 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263080 11079335936 11250 33554432000 4194304 4196468 140726651213664 139810601097776 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 45000 KiB

[startup+0.310532 s]*
/proc/loadavg: 1.20 1.34 1.41 4/228 8883
/proc/meminfo: memFree=22214536/32770624 swapFree=66999276/67108860
[pid=8817] ppid=8814 vsize=10820148 memory=53864 CPUtime=0.41 cores=1,3,5,7
/proc/8817/stat : 8817 (java) S 8814 8817 6304 0 -1 1077944320 10707 13219 0 0 29 4 5 3 20 0 15 0 416263065 11079831552 13466 33554432000 4194304 4196468 140726651213664 140726651196208 139811179343607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
/proc/8817/statm: 2705037 13466 3329 1 0 2667149 0
[pid=8817/tid=8870] ppid=8814 vsize=10820148 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 7025 13219 0 0 18 3 5 3 20 0 15 0 416263074 11079831552 13466 33554432000 4194304 4196468 140726651213664 139811151149712 139811163424094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11079831552 13466 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263075 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8875] ppid=8814 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8875/stat : 8875 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263076 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810638866672 139811179354754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8876] ppid=8814 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8876/stat : 8876 (java) S 8814 8817 6304 0 -1 1077944384 33 13219 0 0 0 0 5 3 20 0 15 0 416263077 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810637812896 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8877] ppid=8814 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8877/stat : 8877 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263077 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810513609456 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8878] ppid=8814 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8878/stat : 8878 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11079831552 13466 33554432000 4194304 4196468 140726651213664 139809909630928 139811179362203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8879] ppid=8814 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8817/task/8879/stat : 8879 (java) S 8814 8817 6304 0 -1 1077944384 489 13219 0 0 2 0 5 3 20 0 15 0 416263080 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810604255984 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8880] ppid=8814 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/8817/task/8880/stat : 8880 (java) S 8814 8817 6304 0 -1 1077944384 229 13219 0 0 2 0 5 3 20 0 15 0 416263080 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810603203440 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8881] ppid=8814 vsize=10820148 memory=139850117346944 CPUtime=0.13 cores=1,3,5,7
/proc/8817/task/8881/stat : 8881 (java) S 8814 8817 6304 0 -1 1077944384 713 13219 0 0 5 0 5 3 20 0 15 0 416263080 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810602150384 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8882] ppid=8814 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8882/stat : 8882 (java) S 8814 8817 6304 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 416263080 11079831552 13466 33554432000 4194304 4196468 140726651213664 139809439869792 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8883] ppid=8814 vsize=10820148 memory=139850117346944 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8883/stat : 8883 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263080 11079831552 13466 33554432000 4194304 4196468 140726651213664 139810601097776 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53864 KiB

[startup+0.700723 s]
/proc/loadavg: 1.20 1.34 1.41 3/228 8883
/proc/meminfo: memFree=22199240/32770624 swapFree=66999276/67108860
[pid=8817] ppid=8814 vsize=10824360 memory=88940 CPUtime=1.15 cores=1,3,5,7
/proc/8817/stat : 8817 (java) S 8814 8817 6304 0 -1 1077944320 14867 13219 0 0 100 7 5 3 20 0 15 0 416263065 11084144640 22235 33554432000 4194304 4196468 140726651213664 140726651196208 139811179343607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
/proc/8817/statm: 2706090 22235 3512 1 0 2668173 0
[pid=8817/tid=8870] ppid=8814 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 9875 13219 0 0 54 5 5 3 20 0 15 0 416263074 11084144640 22235 33554432000 4194304 4196468 140726651213664 139811151173152 139811179365533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11084144640 22235 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=10824360 memory=139849973773072 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263075 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=10824360 memory=139852725092956 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263075 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8875] ppid=8814 vsize=10824360 memory=612 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8875/stat : 8875 (java) S 8814 8817 6304 0 -1 1077944384 5 13219 0 0 0 0 5 3 20 0 15 0 416263076 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810638866672 139811179354754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8876] ppid=8814 vsize=10824360 memory=7302135314614015845 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8876/stat : 8876 (java) S 8814 8817 6304 0 -1 1077944384 33 13219 0 0 0 0 5 3 20 0 15 0 416263077 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810637812896 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8877] ppid=8814 vsize=10824360 memory=6081102367496956009 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8877/stat : 8877 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263077 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810513609456 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8878] ppid=8814 vsize=10824360 memory=14060 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8878/stat : 8878 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11084144640 22235 33554432000 4194304 4196468 140726651213664 139809909630928 139811179362203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8879] ppid=8814 vsize=10824360 memory=2116 CPUtime=0.24 cores=1,3,5,7
/proc/8817/task/8879/stat : 8879 (java) S 8814 8817 6304 0 -1 1077944384 1057 13219 0 0 16 0 5 3 20 0 15 0 416263080 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810604255984 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8880] ppid=8814 vsize=10824360 memory=19052 CPUtime=0.2 cores=1,3,5,7
/proc/8817/task/8880/stat : 8880 (java) S 8814 8817 6304 0 -1 1077944384 687 13219 0 0 12 0 5 3 20 0 15 0 416263080 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810603203440 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8881] ppid=8814 vsize=10824360 memory=532 CPUtime=0.25 cores=1,3,5,7
/proc/8817/task/8881/stat : 8881 (java) S 8814 8817 6304 0 -1 1077944384 992 13219 0 0 17 0 5 3 20 0 15 0 416263080 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810602150384 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8882] ppid=8814 vsize=10824360 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8882/stat : 8882 (java) S 8814 8817 6304 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 416263080 11084144640 22235 33554432000 4194304 4196468 140726651213664 139809439869792 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8883] ppid=8814 vsize=10824360 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8883/stat : 8883 (java) S 8814 8817 6304 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 416263080 11084144640 22235 33554432000 4194304 4196468 140726651213664 139810601097776 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 88940 KiB

[startup+1.50068 s]
/proc/loadavg: 1.20 1.34 1.41 3/228 8883
/proc/meminfo: memFree=22138672/32770624 swapFree=66999276/67108860
[pid=8817] ppid=8814 vsize=10834676 memory=174220 CPUtime=2.45 cores=1,3,5,7
/proc/8817/stat : 8817 (java) S 8814 8817 6304 0 -1 1077944320 20230 13219 0 0 225 12 5 3 20 0 15 0 416263065 11094708224 43555 33554432000 4194304 4196468 140726651213664 140726651196208 139811179343607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
/proc/8817/statm: 2708669 43555 3573 1 0 2670733 0
[pid=8817/tid=8870] ppid=8814 vsize=10834676 memory=71296 CPUtime=1.44 cores=1,3,5,7
/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 14420 13219 0 0 129 7 5 3 20 0 15 0 416263074 11094708224 43555 33554432000 4194304 4196468 140726651213664 139811151155632 139811179355542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 31 13219 0 0 1 0 5 3 20 0 15 0 416263075 11094708224 43555 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=10834676 memory=279699947577504 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 21 13219 0 0 0 0 5 3 20 0 15 0 416263075 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 22 13219 0 0 0 0 5 3 20 0 15 0 416263075 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 31 13219 0 0 1 0 5 3 20 0 15 0 416263075 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8875] ppid=8814 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8817/task/8875/stat : 8875 (java) S 8814 8817 6304 0 -1 1077944384 37 13219 0 0 1 0 5 3 20 0 15 0 416263076 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810638866672 139811179354754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8876] ppid=8814 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8876/stat : 8876 (java) S 8814 8817 6304 0 -1 1077944384 33 13219 0 0 0 0 5 3 20 0 15 0 416263077 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810637812960 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8877] ppid=8814 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8877/stat : 8877 (java) S 8814 8817 6304 0 -1 1077944384 9 13219 0 0 0 0 5 3 20 0 15 0 416263077 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810513609472 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8878] ppid=8814 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8878/stat : 8878 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11094708224 43555 33554432000 4194304 4196468 140726651213664 139809909630928 139811179362203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8879] ppid=8814 vsize=10834676 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/8817/task/8879/stat : 8879 (java) R 8814 8817 6304 0 -1 1077944384 1126 13219 0 0 30 0 5 3 20 0 15 0 416263080 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810604255984 139811179354754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8880] ppid=8814 vsize=10834676 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/8817/task/8880/stat : 8880 (java) S 8814 8817 6304 0 -1 1077944384 728 13219 0 0 20 0 5 3 20 0 15 0 416263080 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810603203440 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8881] ppid=8814 vsize=10834676 memory=8112282956445269571 CPUtime=0.46 cores=1,3,5,7
/proc/8817/task/8881/stat : 8881 (java) R 8814 8817 6304 0 -1 4202560 1559 13219 0 0 38 0 5 3 20 0 15 0 416263080 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810602150384 139811171564418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8882] ppid=8814 vsize=10834676 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8882/stat : 8882 (java) S 8814 8817 6304 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 416263080 11094708224 43555 33554432000 4194304 4196468 140726651213664 139809439869792 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8883] ppid=8814 vsize=10834676 memory=279699947821952 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8883/stat : 8883 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11094708224 43555 33554432000 4194304 4196468 140726651213664 139810601097776 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 43388 13219 0 0 218655 28 5 3 20 0 15 0 416263074 11107311616 136906 33554432000 4194304 4196468 140726651213664 139811151179376 139810795761588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=10846984 memory=772 CPUtime=6.47 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 8333 13219 0 0 602 37 5 3 20 0 15 0 416263075 11107311616 136906 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=10846984 memory=547568 CPUtime=6.47 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 3708 13219 0 0 602 37 5 3 20 0 15 0 416263075 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=10846984 memory=547600 CPUtime=6.42 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 11988 13219 0 0 599 35 5 3 20 0 15 0 416263075 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=10846984 memory=8112282956445269571 CPUtime=6.44 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 8198 13219 0 0 601 35 5 3 20 0 15 0 416263075 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8875] ppid=8814 vsize=10846984 memory=547624 CPUtime=6.29 cores=1,3,5,7
/proc/8817/task/8875/stat : 8875 (java) S 8814 8817 6304 0 -1 1077944384 8975 13219 0 0 588 33 5 3 20 0 15 0 416263076 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810638866672 139811179354754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8876] ppid=8814 vsize=10846984 memory=139849973958840 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8876/stat : 8876 (java) S 8814 8817 6304 0 -1 1077944384 33 13219 0 0 0 0 5 3 20 0 15 0 416263077 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810637812960 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8877] ppid=8814 vsize=10846984 memory=547624 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8877/stat : 8877 (java) S 8814 8817 6304 0 -1 1077944384 9 13219 0 0 0 0 5 3 20 0 15 0 416263077 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810513609472 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8878] ppid=8814 vsize=10846984 memory=547600 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8878/stat : 8878 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11107311616 136906 33554432000 4194304 4196468 140726651213664 139809909630928 139811179362203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8879] ppid=8814 vsize=10846984 memory=8 CPUtime=2.9 cores=1,3,5,7
/proc/8817/task/8879/stat : 8879 (java) S 8814 8817 6304 0 -1 1077944384 13792 13219 0 0 280 2 5 3 20 0 15 0 416263080 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810604255984 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8880] ppid=8814 vsize=10846984 memory=547624 CPUtime=2.54 cores=1,3,5,7
/proc/8817/task/8880/stat : 8880 (java) S 8814 8817 6304 0 -1 1077944384 14659 13219 0 0 243 3 5 3 20 0 15 0 416263080 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810603203440 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8881] ppid=8814 vsize=10846984 memory=988 CPUtime=1.37 cores=1,3,5,7
/proc/8817/task/8881/stat : 8881 (java) S 8814 8817 6304 0 -1 1077944384 7479 13219 0 0 126 3 5 3 20 0 15 0 416263080 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810602150384 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8882] ppid=8814 vsize=10846984 memory=2016 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8882/stat : 8882 (java) S 8814 8817 6304 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 416263080 11107311616 136906 33554432000 4194304 4196468 140726651213664 139809439869792 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8883] ppid=8814 vsize=10846984 memory=547600 CPUtime=1.18 cores=1,3,5,7
/proc/8817/task/8883/stat : 8883 (java) S 8814 8817 6304 0 -1 1077944384 813 13219 0 0 50 60 5 3 20 0 15 0 416263080 11107311616 136906 33554432000 4194304 4196468 140726651213664 139810601097776 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 2226.37 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 547624 KiB

[startup+2262.3 s]
/proc/loadavg: 1.39 1.42 1.50 3/228 9243
/proc/meminfo: memFree=20476560/32770624 swapFree=66999276/67108860
[pid=8817] ppid=8814 vsize=10846984 memory=547656 CPUtime=2286.84 cores=1,3,5,7
/proc/8817/stat : 8817 (java) S 8814 8817 6304 0 -1 1077944320 124192 13219 0 0 228435 241 5 3 20 0 15 0 416263065 11107311616 136914 33554432000 4194304 4196468 140726651213664 140726651196208 139811179343607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
/proc/8817/statm: 2711746 136914 3622 1 0 2673805 0
[pid=8817/tid=8870] ppid=8814 vsize=10846984 memory=4004 CPUtime=2246.46 cores=1,3,5,7
/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 43760 13219 0 0 224609 29 5 3 20 0 15 0 416263074 11107311616 136914 33554432000 4194304 4196468 140726651213664 139811151179344 139810784660384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=10846984 memory=547656 CPUtime=6.64 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 8433 13219 0 0 619 37 5 3 20 0 15 0 416263075 11107311616 136914 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=10846984 memory=547656 CPUtime=6.65 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 3722 13219 0 0 618 39 5 3 20 0 15 0 416263075 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=10846984 memory=164 CPUtime=6.6 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 12023 13219 0 0 616 36 5 3 20 0 15 0 416263075 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=10846984 memory=547656 CPUtime=6.62 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 8206 13219 0 0 618 36 5 3 20 0 15 0 416263075 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8875] ppid=8814 vsize=10846984 memory=547656 CPUtime=6.46 cores=1,3,5,7
/proc/8817/task/8875/stat : 8875 (java) S 8814 8817 6304 0 -1 1077944384 9038 13219 0 0 605 33 5 3 20 0 15 0 416263076 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810638866672 139811179354754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8876] ppid=8814 vsize=10846984 memory=547656 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8876/stat : 8876 (java) S 8814 8817 6304 0 -1 1077944384 33 13219 0 0 0 0 5 3 20 0 15 0 416263077 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810637812960 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8877] ppid=8814 vsize=10846984 memory=547656 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8877/stat : 8877 (java) S 8814 8817 6304 0 -1 1077944384 9 13219 0 0 0 0 5 3 20 0 15 0 416263077 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810513609472 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8878] ppid=8814 vsize=10846984 memory=547656 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8878/stat : 8878 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11107311616 136914 33554432000 4194304 4196468 140726651213664 139809909630928 139811179362203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8879] ppid=8814 vsize=10846984 memory=547656 CPUtime=2.9 cores=1,3,5,7
/proc/8817/task/8879/stat : 8879 (java) S 8814 8817 6304 0 -1 1077944384 13792 13219 0 0 280 2 5 3 20 0 15 0 416263080 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810604255984 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8880] ppid=8814 vsize=10846984 memory=547656 CPUtime=2.54 cores=1,3,5,7
/proc/8817/task/8880/stat : 8880 (java) S 8814 8817 6304 0 -1 1077944384 14659 13219 0 0 243 3 5 3 20 0 15 0 416263080 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810603203440 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8881] ppid=8814 vsize=10846984 memory=547656 CPUtime=1.37 cores=1,3,5,7
/proc/8817/task/8881/stat : 8881 (java) S 8814 8817 6304 0 -1 1077944384 7479 13219 0 0 126 3 5 3 20 0 15 0 416263080 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810602150384 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8882] ppid=8814 vsize=10846984 memory=1540 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8882/stat : 8882 (java) S 8814 8817 6304 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 416263080 11107311616 136914 33554432000 4194304 4196468 140726651213664 139809439869792 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8883] ppid=8814 vsize=10846984 memory=772 CPUtime=1.21 cores=1,3,5,7
/proc/8817/task/8883/stat : 8883 (java) S 8814 8817 6304 0 -1 1077944384 827 13219 0 0 51 62 5 3 20 0 15 0 416263080 11107311616 136914 33554432000 4194304 4196468 140726651213664 139810601097776 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 2286.84 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 547656 KiB

[startup+2322.3 s]
/proc/loadavg: 1.26 1.38 1.48 3/228 9249
/proc/meminfo: memFree=20483380/32770624 swapFree=66999276/67108860
[pid=8817] ppid=8814 vsize=10846984 memory=547764 CPUtime=2347.32 cores=1,3,5,7
/proc/8817/stat : 8817 (java) S 8814 8817 6304 0 -1 1077944320 125219 13219 0 0 234479 245 5 3 20 0 15 0 416263065 11107311616 136941 33554432000 4194304 4196468 140726651213664 140726651196208 139811179343607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
/proc/8817/statm: 2711746 136941 3622 1 0 2673805 0
[pid=8817/tid=8870] ppid=8814 vsize=10846984 memory=547764 CPUtime=2306.02 cores=1,3,5,7
/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 44197 13219 0 0 230565 29 5 3 20 0 15 0 416263074 11107311616 136941 33554432000 4194304 4196468 140726651213664 139811151180048 139810796011342 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=10846984 memory=547764 CPUtime=6.82 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 8448 13219 0 0 636 38 5 3 20 0 15 0 416263075 11107311616 136941 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=10846984 memory=660 CPUtime=6.82 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 3766 13219 0 0 635 39 5 3 20 0 15 0 416263075 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=10846984 memory=547764 CPUtime=6.78 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 12127 13219 0 0 633 37 5 3 20 0 15 0 416263075 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=10846984 memory=547764 CPUtime=6.8 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 8408 13219 0 0 635 37 5 3 20 0 15 0 416263075 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8875] ppid=8814 vsize=10846984 memory=547764 CPUtime=6.64 cores=1,3,5,7
/proc/8817/task/8875/stat : 8875 (java) S 8814 8817 6304 0 -1 1077944384 9240 13219 0 0 622 34 5 3 20 0 15 0 416263076 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810638866672 139811179354754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8876] ppid=8814 vsize=10846984 memory=547764 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8876/stat : 8876 (java) S 8814 8817 6304 0 -1 1077944384 33 13219 0 0 0 0 5 3 20 0 15 0 416263077 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810637812960 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8877] ppid=8814 vsize=10846984 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8877/stat : 8877 (java) S 8814 8817 6304 0 -1 1077944384 9 13219 0 0 0 0 5 3 20 0 15 0 416263077 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810513609472 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8878] ppid=8814 vsize=10846984 memory=547764 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8878/stat : 8878 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11107311616 136941 33554432000 4194304 4196468 140726651213664 139809909630928 139811179362203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8879] ppid=8814 vsize=10846984 memory=547764 CPUtime=2.9 cores=1,3,5,7
/proc/8817/task/8879/stat : 8879 (java) S 8814 8817 6304 0 -1 1077944384 13794 13219 0 0 280 2 5 3 20 0 15 0 416263080 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810604255984 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8880] ppid=8814 vsize=10846984 memory=1048 CPUtime=2.55 cores=1,3,5,7
/proc/8817/task/8880/stat : 8880 (java) S 8814 8817 6304 0 -1 1077944384 14661 13219 0 0 244 3 5 3 20 0 15 0 416263080 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810603203440 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8881] ppid=8814 vsize=10846984 memory=5900 CPUtime=1.37 cores=1,3,5,7
/proc/8817/task/8881/stat : 8881 (java) S 8814 8817 6304 0 -1 1077944384 7481 13219 0 0 126 3 5 3 20 0 15 0 416263080 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810602150384 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8882] ppid=8814 vsize=10846984 memory=612 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8882/stat : 8882 (java) S 8814 8817 6304 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 416263080 11107311616 136941 33554432000 4194304 4196468 140726651213664 139809439869792 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8883] ppid=8814 vsize=10846984 memory=547764 CPUtime=1.23 cores=1,3,5,7
/proc/8817/task/8883/stat : 8883 (java) S 8814 8817 6304 0 -1 1077944384 844 13219 0 0 52 63 5 3 20 0 15 0 416263080 11107311616 136941 33554432000 4194304 4196468 140726651213664 139810601097776 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 2347.32 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 547764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374.6 s]
/proc/loadavg: 1.12 1.32 1.46 6/228 9253
/proc/meminfo: memFree=20484036/32770624 swapFree=66999276/67108860
[pid=8817] ppid=8814 vsize=10846984 memory=547784 CPUtime=2400.05 cores=1,3,5,7
/proc/8817/stat : 8817 (java) S 8814 8817 6304 0 -1 1077944320 125948 13219 0 0 239747 250 5 3 20 0 15 0 416263065 11107311616 136946 33554432000 4194304 4196468 140726651213664 140726651196208 139811179343607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
/proc/8817/statm: 2711746 136946 3622 1 0 2673805 0
[pid=8817/tid=8870] ppid=8814 vsize=10846984 memory=1424 CPUtime=2357.96 cores=1,3,5,7
/proc/8817/task/8870/stat : 8870 (java) R 8814 8817 6304 0 -1 4202560 44542 13219 0 0 235758 30 5 3 20 0 15 0 416263074 11107311616 136946 33554432000 4194304 4196468 140726651213664 139811151179392 139810793322718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8871] ppid=8814 vsize=10846984 memory=1540 CPUtime=6.97 cores=1,3,5,7
/proc/8817/task/8871/stat : 8871 (java) S 8814 8817 6304 0 -1 1077944384 8492 13219 0 0 650 39 5 3 20 0 15 0 416263075 11107311616 136946 33554432000 4194304 4196468 140726651213664 139811183586320 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8872] ppid=8814 vsize=10846984 memory=8112282956445269571 CPUtime=6.98 cores=1,3,5,7
/proc/8817/task/8872/stat : 8872 (java) S 8814 8817 6304 0 -1 1077944384 3776 13219 0 0 650 40 5 3 20 0 15 0 416263075 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810753055888 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8873] ppid=8814 vsize=10846984 memory=988 CPUtime=6.94 cores=1,3,5,7
/proc/8817/task/8873/stat : 8873 (java) S 8814 8817 6304 0 -1 1077944384 12134 13219 0 0 648 38 5 3 20 0 15 0 416263075 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810752002832 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8874] ppid=8814 vsize=10846984 memory=2016 CPUtime=6.96 cores=1,3,5,7
/proc/8817/task/8874/stat : 8874 (java) S 8814 8817 6304 0 -1 1077944384 8572 13219 0 0 650 38 5 3 20 0 15 0 416263075 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810750950288 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8875] ppid=8814 vsize=10846984 memory=1424 CPUtime=6.78 cores=1,3,5,7
/proc/8817/task/8875/stat : 8875 (java) S 8814 8817 6304 0 -1 1077944384 9386 13219 0 0 635 35 5 3 20 0 15 0 416263076 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810638866672 139811179354754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8876] ppid=8814 vsize=10846984 memory=279699948515232 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8876/stat : 8876 (java) S 8814 8817 6304 0 -1 1077944384 33 13219 0 0 0 0 5 3 20 0 15 0 416263077 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810637812960 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8877] ppid=8814 vsize=10846984 memory=7084818000957751402 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8877/stat : 8877 (java) S 8814 8817 6304 0 -1 1077944384 9 13219 0 0 0 0 5 3 20 0 15 0 416263077 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810513609472 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8878] ppid=8814 vsize=10846984 memory=5864064304074408035 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8878/stat : 8878 (java) S 8814 8817 6304 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 416263080 11107311616 136946 33554432000 4194304 4196468 140726651213664 139809909630928 139811179362203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8879] ppid=8814 vsize=10846984 memory=5866590964547862628 CPUtime=2.9 cores=1,3,5,7
/proc/8817/task/8879/stat : 8879 (java) S 8814 8817 6304 0 -1 1077944384 13796 13219 0 0 280 2 5 3 20 0 15 0 416263080 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810604255984 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8880] ppid=8814 vsize=10846984 memory=772 CPUtime=2.55 cores=1,3,5,7
/proc/8817/task/8880/stat : 8880 (java) S 8814 8817 6304 0 -1 1077944384 14663 13219 0 0 244 3 5 3 20 0 15 0 416263080 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810603203440 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8881] ppid=8814 vsize=10846984 memory=10596 CPUtime=1.37 cores=1,3,5,7
/proc/8817/task/8881/stat : 8881 (java) S 8814 8817 6304 0 -1 1077944384 7484 13219 0 0 126 3 5 3 20 0 15 0 416263080 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810602150384 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8882] ppid=8814 vsize=10846984 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/8817/task/8882/stat : 8882 (java) S 8814 8817 6304 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 416263080 11107311616 136946 33554432000 4194304 4196468 140726651213664 139809439869792 139811179353813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
[pid=8817/tid=8883] ppid=8814 vsize=10846984 memory=988 CPUtime=1.27 cores=1,3,5,7
/proc/8817/task/8883/stat : 8883 (java) S 8814 8817 6304 0 -1 1077944384 850 13219 0 0 54 65 5 3 20 0 15 0 416263080 11107311616 136946 33554432000 4194304 4196468 140726651213664 139810601097776 139811179354754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13504512 140726651218673 140726651221189 140726651221189 140726651224015 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 547784 KiB

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

[startup+2374.64 s]
# the end of solver process 8817 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.55 s, system=2.54564 s

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

Child status: 143
Real time (s): 2374.64
CPU time (s): 2400.09
CPU user time (s): 2397.55
CPU system time (s): 2.54564
CPU usage (%): 101.072
Max. virtual memory (cumulated for all children) (KiB): 10849788
Max. memory (cumulated for all children) (KiB): 551964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.55
system time used= 2.54564
maximum resident set size= 551964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 200507
involuntary context switches= 9268


# summary of solver processes directly reported to runsolver:
#   pid: 8817
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2397.55
#   total CPU system time (s): 2.54564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4968 second user time and 23.3158 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-13 21:33:26
IDJOB=4396378
IDBENCH=133454
IDSOLVER=2847
FILE ID=node140/4396378-1568403246
RUNJOBID= node140-1568394621-6336
PBS_JOBID= 21701868
Free space on /tmp= 58104 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-17.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396378-1568403246/watcher-4396378-1568403246 -o /tmp/evaluation-result-4396378-1568403246/solver-4396378-1568403246 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6336 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=65190757 HOME/instance-4396378-1568403246.xml

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

MD5SUM BENCH= 072cba4c7f6c08974f35ec38dd54383a
RANDOM SEED=65190757

node140.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.43
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.43
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.43
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.43
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:        22256948 kB
MemAvailable:   30948752 kB
Buffers:          173792 kB
Cached:          8726480 kB
SwapCached:         2744 kB
Active:          2343624 kB
Inactive:        7470132 kB
Active(anon):     911232 kB
Inactive(anon):    43940 kB
Active(file):    1432392 kB
Inactive(file):  7426192 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66999276 kB
Dirty:             35788 kB
Writeback:             0 kB
AnonPages:       1019872 kB
Mapped:            57536 kB
Shmem:             32252 kB
Slab:             291704 kB
SReclaimable:     261680 kB
SUnreclaim:        30024 kB
KernelStack:        3712 kB
PageTables:         8032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2184372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 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= 58068 MiB
End job on node140 at 2019-09-13 22:13:01