Trace number 4304726

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.2-SuperNGSAT (TO)93 2520.12 2488.63

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark83.0667
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
6.87/3.59	o 177
6.87/3.60	o 175
7.19/3.63	o 159
7.19/3.66	o 158
7.52/3.76	o 148
7.86/3.80	o 135
8.54/4.10	o 131
8.54/4.11	o 128
9.17/4.21	o 123
9.17/4.22	o 121
9.17/4.23	o 111
9.17/4.23	o 107
9.17/4.24	o 105
9.17/4.24	o 101
10.79/4.80	o 100
10.79/4.83	o 98
11.14/5.03	o 97
11.14/5.06	o 93
2520.07/2488.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2488.61		at concrete.MAC.mac(MAC.scala:188)
2520.07/2488.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2488.61		at scala.util.Try$.apply(Try.scala:209)
2520.07/2488.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2488.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2488.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2488.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2488.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2488.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2488.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2488.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2488.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2488.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2488.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2488.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2488.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2488.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2488.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2488.61		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2488.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2488.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2488.61		at scala.util.Success.map(Try.scala:209)
2520.07/2488.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2488.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2488.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2488.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2488.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2488.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2488.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2488.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2488.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2488.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2488.61		at scala.App.main(App.scala:76)
2520.07/2488.61		at scala.App.main$(App.scala:74)
2520.07/2488.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2488.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2488.62	v <instantiation cost="93">
2520.07/2488.62	v       <list>
2520.07/2488.62	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2520.07/2488.62	v       </list>
2520.07/2488.62	v       <values>
2520.07/2488.62	v         11 12 13 14 10 8 9 7 5 3 2 0 1 4 6 1 8 15 7 5 9 4 8 5 2 2 7 4 8 8
2520.07/2488.62	v       </values>
2520.07/2488.62	v     </instantiation>
2520.07/2488.62	s SATISFIABLE

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304726-1534146486/watcher-4304726-1534146486 -o /tmp/evaluation-result-4304726-1534146486/solver-4304726-1534146486 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534138268-9450 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=816172407 -superng HOME/instance-4304726-1534146486.xml 

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

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


[startup+0.100131 s]*
/proc/loadavg: 1.32 1.39 1.48 2/206 10920
/proc/meminfo: memFree=14923260/32770624 swapFree=67108792/67108860
[pid=10863] ppid=10860 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/10863/stat : 10863 (java) S 10860 10863 8231 0 -1 1077944320 4410 13241 0 0 1 0 5 2 20 0 6 0 232211882 10245611520 4269 33554432000 4194304 4196468 140735938056800 140735938039344 140422234758903 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
/proc/10863/statm: 2501370 4269 1934 1 0 2489808 0
[pid=10863/tid=10916] ppid=10860 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 2251 13241 0 0 1 0 5 2 20 0 6 0 232211891 10245611520 4269 33554432000 4194304 4196468 140735938056800 140422206595664 140422219881840 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=10005480 memory=5793855242286999993 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 6 0 232211892 10245611520 4269 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=10005480 memory=139991277106816 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 6 0 232211892 10245611520 4269 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 6 0 232211892 10245611520 4269 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 6 0 232211892 10245611520 4269 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210192 s]*
/proc/loadavg: 1.32 1.39 1.48 3/215 10929
/proc/meminfo: memFree=14901252/32770624 swapFree=67108792/67108860
[pid=10863] ppid=10860 vsize=10982744 memory=45000 CPUtime=0.25 cores=1,3,5,7
/proc/10863/stat : 10863 (java) S 10860 10863 8231 0 -1 1077944320 7995 13241 0 0 17 1 5 2 20 0 15 0 232211882 11246329856 11250 33554432000 4194304 4196468 140735938056800 140735938039344 140422234758903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
/proc/10863/statm: 2745686 11250 2950 1 0 2708109 0
[pid=10863/tid=10916] ppid=10860 vsize=10983736 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 4778 13241 0 0 11 1 5 2 20 0 15 0 232211891 11247345664 11514 33554432000 4194304 4196468 140735938056800 140422206583712 140422227438621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=10983736 memory=4211973717481897354 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11247345664 11514 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=10985364 memory=139991277106816 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11249012736 11514 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11249012736 11514 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 232211892 11249012736 11580 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10921] ppid=10860 vsize=10985364 memory=139991277106816 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10921/stat : 10921 (java) S 10860 10863 8231 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 232211893 11249012736 11580 33554432000 4194304 4196468 140735938056800 140421660350960 140422234770050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10922] ppid=10860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10922/stat : 10922 (java) S 10860 10863 8231 0 -1 1077944384 13 13241 0 0 0 0 5 2 20 0 15 0 232211893 11249012736 11580 33554432000 4194304 4196468 140735938056800 140421016577440 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10923] ppid=10860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10923/stat : 10923 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211894 11249012736 11580 33554432000 4194304 4196468 140735938056800 140420868728304 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10924] ppid=10860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10924/stat : 10924 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211896 11249012736 11580 33554432000 4194304 4196468 140735938056800 140420561328848 140422234777499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10925] ppid=10860 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10925/stat : 10925 (java) S 10860 10863 8231 0 -1 1077944384 431 13241 0 0 1 0 5 2 20 0 15 0 232211896 11249012736 11646 33554432000 4194304 4196468 140735938056800 140421659297776 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10926] ppid=10860 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10926/stat : 10926 (java) S 10860 10863 8231 0 -1 1077944384 194 13241 0 0 1 0 5 2 20 0 15 0 232211896 11249012736 11646 33554432000 4194304 4196468 140735938056800 140421658245232 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10927] ppid=10860 vsize=10985364 memory=139991277106816 CPUtime=0.1 cores=1,3,5,7
/proc/10863/task/10927/stat : 10927 (java) S 10860 10863 8231 0 -1 1077944384 599 13241 0 0 3 0 5 2 20 0 15 0 232211896 11249012736 11646 33554432000 4194304 4196468 140735938056800 140421657192688 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10928] ppid=10860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10928/stat : 10928 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211897 11249012736 11646 33554432000 4194304 4196468 140735938056800 140420130531936 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10929] ppid=10860 vsize=10985364 memory=139991277106816 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10929/stat : 10929 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211897 11249012736 11712 33554432000 4194304 4196468 140735938056800 140421656140592 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45000 KiB

[startup+0.310408 s]*
/proc/loadavg: 1.32 1.39 1.48 3/215 10929
/proc/meminfo: memFree=14889220/32770624 swapFree=67108792/67108860
[pid=10863] ppid=10860 vsize=10983192 memory=55712 CPUtime=0.37 cores=1,3,5,7
/proc/10863/stat : 10863 (java) S 10860 10863 8231 0 -1 1077944320 10498 13241 0 0 28 2 5 2 20 0 15 0 232211882 11246788608 13928 33554432000 4194304 4196468 140735938056800 140735938039344 140422234758903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
/proc/10863/statm: 2745798 13928 3069 1 0 2708109 0
[pid=10863/tid=10916] ppid=10860 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 7051 13241 0 0 19 2 5 2 20 0 15 0 232211891 11246788608 13928 33554432000 4194304 4196468 140735938056800 140422206570912 140422218839390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11246788608 13928 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11246788608 13928 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11246788608 13928 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 232211892 11246788608 13928 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10921] ppid=10860 vsize=10983192 memory=139991277106815 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10921/stat : 10921 (java) S 10860 10863 8231 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 232211893 11246788608 13928 33554432000 4194304 4196468 140735938056800 140421660350960 140422234770050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10922] ppid=10860 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10922/stat : 10922 (java) S 10860 10863 8231 0 -1 1077944384 13 13241 0 0 0 0 5 2 20 0 15 0 232211893 11246788608 13928 33554432000 4194304 4196468 140735938056800 140421016577440 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10923] ppid=10860 vsize=10983192 memory=139991277106816 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10923/stat : 10923 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211894 11246788608 13928 33554432000 4194304 4196468 140735938056800 140420868728304 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10924] ppid=10860 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10924/stat : 10924 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211896 11246788608 13928 33554432000 4194304 4196468 140735938056800 140420561328848 140422234777499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10925] ppid=10860 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10925/stat : 10925 (java) S 10860 10863 8231 0 -1 1077944384 434 13241 0 0 1 0 5 2 20 0 15 0 232211896 11246788608 13928 33554432000 4194304 4196468 140735938056800 140421659297776 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10926] ppid=10860 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10926/stat : 10926 (java) S 10860 10863 8231 0 -1 1077944384 195 13241 0 0 1 0 5 2 20 0 15 0 232211896 11246788608 13928 33554432000 4194304 4196468 140735938056800 140421658245232 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10927] ppid=10860 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10863/task/10927/stat : 10927 (java) R 10860 10863 8231 0 -1 4202560 605 13241 0 0 5 0 5 2 20 0 15 0 232211896 11246788608 13928 33554432000 4194304 4196468 140735938056800 140421657192688 140422234780250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10928] ppid=10860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10928/stat : 10928 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211897 11246788608 13928 33554432000 4194304 4196468 140735938056800 140420130531936 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10929] ppid=10860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10929/stat : 10929 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211897 11246788608 13928 33554432000 4194304 4196468 140735938056800 140421656140592 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55712 KiB

[startup+0.700704 s]
/proc/loadavg: 1.32 1.39 1.48 3/215 10929
/proc/meminfo: memFree=14878600/32770624 swapFree=67108792/67108860
[pid=10863] ppid=10860 vsize=10983192 memory=88700 CPUtime=0.98 cores=1,3,5,7
/proc/10863/stat : 10863 (java) S 10860 10863 8231 0 -1 1077944320 16775 13241 0 0 86 5 5 2 20 0 15 0 232211882 11246788608 22175 33554432000 4194304 4196468 140735938056800 140735938039344 140422234758903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
/proc/10863/statm: 2745798 22175 3238 1 0 2708109 0
[pid=10863/tid=10916] ppid=10860 vsize=10983192 memory=63072 CPUtime=0.66 cores=1,3,5,7
/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 12207 13241 0 0 55 4 5 2 20 0 15 0 232211891 11246788608 22175 33554432000 4194304 4196468 140735938056800 140422206579728 140422216322459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=10983192 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11246788608 22175 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=10983192 memory=139991170982403 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11246788608 22175 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=10983192 memory=139994459014036 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211892 11246788608 22175 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=10983192 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 232211892 11246788608 22175 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10921] ppid=10860 vsize=10983192 memory=7305218370954684249 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10921/stat : 10921 (java) S 10860 10863 8231 0 -1 1077944384 5 13241 0 0 0 0 5 2 20 0 15 0 232211893 11246788608 22175 33554432000 4194304 4196468 140735938056800 140421660350960 140422234770050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10922] ppid=10860 vsize=10983192 memory=8025788809900217452 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10922/stat : 10922 (java) S 10860 10863 8231 0 -1 1077944384 13 13241 0 0 0 0 5 2 20 0 15 0 232211893 11246788608 22175 33554432000 4194304 4196468 140735938056800 140421016577440 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10923] ppid=10860 vsize=10983192 memory=6293050847276651881 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10923/stat : 10923 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211894 11246788608 22175 33554432000 4194304 4196468 140735938056800 140420868728304 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10924] ppid=10860 vsize=10983192 memory=3054156605368933524 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10924/stat : 10924 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211896 11246788608 22175 33554432000 4194304 4196468 140735938056800 140420561328848 140422234777499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10925] ppid=10860 vsize=10983192 memory=8326441112149131695 CPUtime=0.17 cores=1,3,5,7
/proc/10863/task/10925/stat : 10925 (java) S 10860 10863 8231 0 -1 1077944384 1077 13241 0 0 10 0 5 2 20 0 15 0 232211896 11246788608 22175 33554432000 4194304 4196468 140735938056800 140421659297776 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10926] ppid=10860 vsize=10983192 memory=-7025452035940392864 CPUtime=0.13 cores=1,3,5,7
/proc/10863/task/10926/stat : 10926 (java) S 10860 10863 8231 0 -1 1077944384 565 13241 0 0 6 0 5 2 20 0 15 0 232211896 11246788608 22175 33554432000 4194304 4196468 140735938056800 140421658245232 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10927] ppid=10860 vsize=10983192 memory=6944656592452807326 CPUtime=0.2 cores=1,3,5,7
/proc/10863/task/10927/stat : 10927 (java) S 10860 10863 8231 0 -1 1077944384 698 13241 0 0 13 0 5 2 20 0 15 0 232211896 11246788608 22175 33554432000 4194304 4196468 140735938056800 140421657192688 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10928] ppid=10860 vsize=10983192 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10928/stat : 10928 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211897 11246788608 22175 33554432000 4194304 4196468 140735938056800 140420130531936 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10929] ppid=10860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10929/stat : 10929 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211897 11246788608 22175 33554432000 4194304 4196468 140735938056800 140421656140592 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88700 KiB

[startup+1.5007 s]
/proc/loadavg: 1.29 1.38 1.48 3/215 10929
/proc/meminfo: memFree=14832392/32770624 swapFree=67108792/67108860
[pid=10863] ppid=10860 vsize=11000140 memory=180364 CPUtime=2.22 cores=1,3,5,7
/proc/10863/stat : 10863 (java) S 10860 10863 8231 0 -1 1077944320 24013 13241 0 0 205 10 5 2 20 0 15 0 232211882 11264143360 45091 33554432000 4194304 4196468 140735938056800 140735938039344 140422234758903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
/proc/10863/statm: 2750035 45091 3468 1 0 2711693 0
[pid=10863/tid=10916] ppid=10860 vsize=11000140 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 17898 13241 0 0 129 7 5 2 20 0 15 0 232211891 11264143360 45091 33554432000 4194304 4196468 140735938056800 140422206590912 140422218839390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=11000140 memory=102872 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 55 13241 0 0 1 0 5 2 20 0 15 0 232211892 11264143360 45091 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=11000140 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 17 13241 0 0 1 0 5 2 20 0 15 0 232211892 11264143360 45091 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 266 13241 0 0 1 0 5 2 20 0 15 0 232211892 11264143360 45091 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 35 13241 0 0 1 0 5 2 20 0 15 0 232211892 11264143360 45091 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10921] ppid=10860 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10863/task/10921/stat : 10921 (java) S 10860 10863 8231 0 -1 1077944384 60 13241 0 0 1 0 5 2 20 0 15 0 232211893 11264143360 45091 33554432000 4194304 4196468 140735938056800 140421660350960 140422234770050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10922] ppid=10860 vsize=11000140 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10922/stat : 10922 (java) S 10860 10863 8231 0 -1 1077944384 13 13241 0 0 0 0 5 2 20 0 15 0 232211893 11264143360 45091 33554432000 4194304 4196468 140735938056800 140421016577504 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10923] ppid=10860 vsize=11000140 memory=3984 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10923/stat : 10923 (java) S 10860 10863 8231 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 232211894 11264143360 45091 33554432000 4194304 4196468 140735938056800 140420868728320 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10924] ppid=10860 vsize=11000140 memory=1920 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10924/stat : 10924 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211896 11264143360 45091 33554432000 4194304 4196468 140735938056800 140420561328848 140422234777499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10925] ppid=10860 vsize=11000140 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/10863/task/10925/stat : 10925 (java) S 10860 10863 8231 0 -1 1077944384 1242 13241 0 0 20 0 5 2 20 0 15 0 232211896 11264143360 45091 33554432000 4194304 4196468 140735938056800 140421659297776 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10926] ppid=10860 vsize=11000140 memory=186896508575944 CPUtime=0.25 cores=1,3,5,7
/proc/10863/task/10926/stat : 10926 (java) S 10860 10863 8231 0 -1 1077944384 1017 13241 0 0 18 0 5 2 20 0 15 0 232211896 11264143360 45091 33554432000 4194304 4196468 140735938056800 140421658245232 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10927] ppid=10860 vsize=11000140 memory=1277816 CPUtime=0.36 cores=1,3,5,7
/proc/10863/task/10927/stat : 10927 (java) S 10860 10863 8231 0 -1 1077944384 1207 13241 0 0 29 0 5 2 20 0 15 0 232211896 11264143360 45091 33554432000 4194304 4196468 140735938056800 140421657192688 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10928] ppid=10860 vsize=11000140 memory=7223879631911281984 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10928/stat : 10928 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211897 11264143360 45091 33554432000 4194304 4196468 140735938056800 140420130531936 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10929] ppid=10860 vsize=11000140 memory=4638778398332698727 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10929/stat : 10929 (java) S 10860 10863 8231 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 232211897 11264143360 45091 33554432000 4194304 4196468 140735938056800 140421656140592 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 11000140 KiB

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

/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 88383 13241 0 0 230970 30 5 2 20 0 15 0 232211891 11345952768 161409 33554432000 4194304 4196468 140735938056800 140422206594400 140421766672015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=11080032 memory=1220 CPUtime=5.59 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 14066 13241 0 0 524 28 5 2 20 0 15 0 232211892 11345952768 161409 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=11080032 memory=645636 CPUtime=5.57 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 14133 13241 0 0 522 28 5 2 20 0 15 0 232211892 11345952768 161409 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=11080032 memory=645636 CPUtime=5.61 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 12983 13241 0 0 527 27 5 2 20 0 15 0 232211892 11345952768 161409 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=11080032 memory=645636 CPUtime=5.57 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 9458 13241 0 0 523 27 5 2 20 0 15 0 232211892 11345952768 161409 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10921] ppid=10860 vsize=11080032 memory=643460 CPUtime=4.98 cores=1,3,5,7
/proc/10863/task/10921/stat : 10921 (java) S 10860 10863 8231 0 -1 1077944384 12699 13241 0 0 464 27 5 2 20 0 15 0 232211893 11345952768 161409 33554432000 4194304 4196468 140735938056800 140421660350960 140422234770050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10922] ppid=10860 vsize=11080032 memory=645636 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10922/stat : 10922 (java) S 10860 10863 8231 0 -1 1077944384 14 13241 0 0 0 0 5 2 20 0 15 0 232211893 11345952768 161409 33554432000 4194304 4196468 140735938056800 140421016577568 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10923] ppid=10860 vsize=11080032 memory=645636 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10923/stat : 10923 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211894 11345952768 161409 33554432000 4194304 4196468 140735938056800 140420868728320 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10924] ppid=10860 vsize=11080032 memory=645636 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10924/stat : 10924 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211896 11345952768 161409 33554432000 4194304 4196468 140735938056800 140420561328848 140422234777499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10925] ppid=10860 vsize=11080032 memory=645636 CPUtime=5.71 cores=1,3,5,7
/proc/10863/task/10925/stat : 10925 (java) S 10860 10863 8231 0 -1 1077944384 27150 13241 0 0 558 6 5 2 20 0 15 0 232211896 11345952768 161409 33554432000 4194304 4196468 140735938056800 140421659297776 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10926] ppid=10860 vsize=11080032 memory=645636 CPUtime=5.88 cores=1,3,5,7
/proc/10863/task/10926/stat : 10926 (java) S 10860 10863 8231 0 -1 1077944384 34604 13241 0 0 576 5 5 2 20 0 15 0 232211896 11345952768 161409 33554432000 4194304 4196468 140735938056800 140421658245232 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10927] ppid=10860 vsize=11080032 memory=645636 CPUtime=2.96 cores=1,3,5,7
/proc/10863/task/10927/stat : 10927 (java) S 10860 10863 8231 0 -1 1077944384 30560 13241 0 0 282 7 5 2 20 0 15 0 232211896 11345952768 161409 33554432000 4194304 4196468 140735938056800 140421657192688 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10928] ppid=10860 vsize=11080032 memory=645636 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10928/stat : 10928 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211897 11345952768 161409 33554432000 4194304 4196468 140735938056800 140420130531936 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10929] ppid=10860 vsize=11080032 memory=645636 CPUtime=1.12 cores=1,3,5,7
/proc/10863/task/10929/stat : 10929 (java) S 10860 10863 8231 0 -1 1077944384 1093 13241 0 0 48 57 5 2 20 0 15 0 232211897 11345952768 161409 33554432000 4194304 4196468 140735938056800 140421656140592 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 2352.53 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 645636 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.44 1.43 3/215 11157
/proc/meminfo: memFree=13300712/32770624 swapFree=67108792/67108860
[pid=10863] ppid=10860 vsize=11080032 memory=645720 CPUtime=2413 cores=1,3,5,7
/proc/10863/stat : 10863 (java) S 10860 10863 8231 0 -1 1077944320 248581 13241 0 0 241079 214 5 2 20 0 15 0 232211882 11345952768 161430 33554432000 4194304 4196468 140735938056800 140735938039344 140422234758903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
/proc/10863/statm: 2770008 161430 3524 1 0 2731661 0
[pid=10863/tid=10916] ppid=10860 vsize=11080032 memory=645688 CPUtime=2369.76 cores=1,3,5,7
/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 88908 13241 0 0 236939 30 5 2 20 0 15 0 232211891 11345952768 161430 33554432000 4194304 4196468 140735938056800 140422206593584 140421772966494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=11080032 memory=645720 CPUtime=5.75 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 14082 13241 0 0 539 29 5 2 20 0 15 0 232211892 11345952768 161430 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=11080032 memory=645688 CPUtime=5.73 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 14243 13241 0 0 537 29 5 2 20 0 15 0 232211892 11345952768 161430 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=11080032 memory=645688 CPUtime=5.76 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 12991 13241 0 0 542 27 5 2 20 0 15 0 232211892 11345952768 161430 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=11080032 memory=645688 CPUtime=5.72 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 9826 13241 0 0 537 28 5 2 20 0 15 0 232211892 11345952768 161430 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10921] ppid=10860 vsize=11080032 memory=645688 CPUtime=5.1 cores=1,3,5,7
/proc/10863/task/10921/stat : 10921 (java) S 10860 10863 8231 0 -1 1077944384 12881 13241 0 0 475 28 5 2 20 0 15 0 232211893 11345952768 161430 33554432000 4194304 4196468 140735938056800 140421660350960 140422234770050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10922] ppid=10860 vsize=11080032 memory=645688 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10922/stat : 10922 (java) S 10860 10863 8231 0 -1 1077944384 14 13241 0 0 0 0 5 2 20 0 15 0 232211893 11345952768 161430 33554432000 4194304 4196468 140735938056800 140421016577568 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10923] ppid=10860 vsize=11080032 memory=645688 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10923/stat : 10923 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211894 11345952768 161430 33554432000 4194304 4196468 140735938056800 140420868728320 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10924] ppid=10860 vsize=11080032 memory=645720 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10924/stat : 10924 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211896 11345952768 161430 33554432000 4194304 4196468 140735938056800 140420561328848 140422234777499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10925] ppid=10860 vsize=11080032 memory=645688 CPUtime=5.72 cores=1,3,5,7
/proc/10863/task/10925/stat : 10925 (java) S 10860 10863 8231 0 -1 1077944384 27152 13241 0 0 559 6 5 2 20 0 15 0 232211896 11345952768 161430 33554432000 4194304 4196468 140735938056800 140421659297776 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10926] ppid=10860 vsize=11080032 memory=645688 CPUtime=5.88 cores=1,3,5,7
/proc/10863/task/10926/stat : 10926 (java) S 10860 10863 8231 0 -1 1077944384 34606 13241 0 0 576 5 5 2 20 0 15 0 232211896 11345952768 161430 33554432000 4194304 4196468 140735938056800 140421658245232 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10927] ppid=10860 vsize=11080032 memory=645688 CPUtime=2.96 cores=1,3,5,7
/proc/10863/task/10927/stat : 10927 (java) S 10860 10863 8231 0 -1 1077944384 30562 13241 0 0 282 7 5 2 20 0 15 0 232211896 11345952768 161430 33554432000 4194304 4196468 140735938056800 140421657192688 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10928] ppid=10860 vsize=11080032 memory=645636 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10928/stat : 10928 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211897 11345952768 161430 33554432000 4194304 4196468 140735938056800 140420130531936 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10929] ppid=10860 vsize=11080032 memory=645636 CPUtime=1.14 cores=1,3,5,7
/proc/10863/task/10929/stat : 10929 (java) S 10860 10863 8231 0 -1 1077944384 1110 13241 0 0 49 58 5 2 20 0 15 0 232211897 11345952768 161430 33554432000 4194304 4196468 140735938056800 140421656140592 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 2413 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 645720 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.45 1.43 3/215 11159
/proc/meminfo: memFree=13047196/32770624 swapFree=67108792/67108860
[pid=10863] ppid=10860 vsize=11080032 memory=647868 CPUtime=2473.44 cores=1,3,5,7
/proc/10863/stat : 10863 (java) S 10860 10863 8231 0 -1 1077944320 249313 13241 0 0 247119 218 5 2 20 0 15 0 232211882 11345952768 161967 33554432000 4194304 4196468 140735938056800 140735938039344 140422234758903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
/proc/10863/statm: 2770008 161967 3524 1 0 2731661 0
[pid=10863/tid=10916] ppid=10860 vsize=11080032 memory=647768 CPUtime=2429.48 cores=1,3,5,7
/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 89215 13241 0 0 242910 31 5 2 20 0 15 0 232211891 11345952768 161967 33554432000 4194304 4196468 140735938056800 140422206592496 140421770692800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=11080032 memory=647768 CPUtime=5.89 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 14099 13241 0 0 553 29 5 2 20 0 15 0 232211892 11345952768 161967 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=11080032 memory=647768 CPUtime=5.88 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 14250 13241 0 0 552 29 5 2 20 0 15 0 232211892 11345952768 161967 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=11080032 memory=647768 CPUtime=5.91 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 13003 13241 0 0 556 28 5 2 20 0 15 0 232211892 11345952768 161967 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=11080032 memory=647768 CPUtime=5.87 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 10179 13241 0 0 551 29 5 2 20 0 15 0 232211892 11345952768 161967 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10921] ppid=10860 vsize=11080032 memory=647768 CPUtime=5.22 cores=1,3,5,7
/proc/10863/task/10921/stat : 10921 (java) S 10860 10863 8231 0 -1 1077944384 12913 13241 0 0 487 28 5 2 20 0 15 0 232211893 11345952768 161967 33554432000 4194304 4196468 140735938056800 140421660350960 140422234770050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10922] ppid=10860 vsize=11080032 memory=647868 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10922/stat : 10922 (java) S 10860 10863 8231 0 -1 1077944384 14 13241 0 0 0 0 5 2 20 0 15 0 232211893 11345952768 161967 33554432000 4194304 4196468 140735938056800 140421016577568 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10923] ppid=10860 vsize=11080032 memory=647768 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10923/stat : 10923 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211894 11345952768 161967 33554432000 4194304 4196468 140735938056800 140420868728320 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10924] ppid=10860 vsize=11080032 memory=647768 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10924/stat : 10924 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211896 11345952768 161967 33554432000 4194304 4196468 140735938056800 140420561328848 140422234777499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10925] ppid=10860 vsize=11080032 memory=647768 CPUtime=5.72 cores=1,3,5,7
/proc/10863/task/10925/stat : 10925 (java) S 10860 10863 8231 0 -1 1077944384 27152 13241 0 0 559 6 5 2 20 0 15 0 232211896 11345952768 161967 33554432000 4194304 4196468 140735938056800 140421659297776 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10926] ppid=10860 vsize=11080032 memory=4744 CPUtime=5.88 cores=1,3,5,7
/proc/10863/task/10926/stat : 10926 (java) S 10860 10863 8231 0 -1 1077944384 34606 13241 0 0 576 5 5 2 20 0 15 0 232211896 11345952768 161967 33554432000 4194304 4196468 140735938056800 140421658245232 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10927] ppid=10860 vsize=11080032 memory=6791534058613427641 CPUtime=2.96 cores=1,3,5,7
/proc/10863/task/10927/stat : 10927 (java) S 10860 10863 8231 0 -1 1077944384 30562 13241 0 0 282 7 5 2 20 0 15 0 232211896 11345952768 161967 33554432000 4194304 4196468 140735938056800 140421657192688 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10928] ppid=10860 vsize=11080032 memory=4744 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10928/stat : 10928 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211897 11345952768 161967 33554432000 4194304 4196468 140735938056800 140420130531936 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10929] ppid=10860 vsize=11080032 memory=647768 CPUtime=1.17 cores=1,3,5,7
/proc/10863/task/10929/stat : 10929 (java) S 10860 10863 8231 0 -1 1077944384 1114 13241 0 0 50 60 5 2 20 0 15 0 232211897 11345952768 161967 33554432000 4194304 4196468 140735938056800 140421656140592 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 2473.44 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 647868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.6 s]
/proc/loadavg: 1.88 1.56 1.47 3/215 11160
/proc/meminfo: memFree=12849456/32770624 swapFree=67108792/67108860
[pid=10863] ppid=10860 vsize=11080032 memory=647904 CPUtime=2520.07 cores=1,3,5,7
/proc/10863/stat : 10863 (java) S 10860 10863 8231 0 -1 1077944320 250056 13241 0 0 251780 220 5 2 20 0 15 0 232211882 11345952768 161976 33554432000 4194304 4196468 140735938056800 140735938039344 140422234758903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
/proc/10863/statm: 2770008 161976 3524 1 0 2731661 0
[pid=10863/tid=10916] ppid=10860 vsize=11080032 memory=-7003737579269690708 CPUtime=2475.55 cores=1,3,5,7
/proc/10863/task/10916/stat : 10916 (java) R 10860 10863 8231 0 -1 4202560 89601 13241 0 0 247517 31 5 2 20 0 15 0 232211891 11345952768 161976 33554432000 4194304 4196468 140735938056800 140422206594624 140421770693592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10917] ppid=10860 vsize=11080032 memory=14133342345892558 CPUtime=6.01 cores=1,3,5,7
/proc/10863/task/10917/stat : 10917 (java) S 10860 10863 8231 0 -1 1077944384 14115 13241 0 0 564 30 5 2 20 0 15 0 232211892 11345952768 161976 33554432000 4194304 4196468 140735938056800 140422239000848 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10918] ppid=10860 vsize=11080032 memory=35564 CPUtime=5.99 cores=1,3,5,7
/proc/10863/task/10918/stat : 10918 (java) S 10860 10863 8231 0 -1 1077944384 14318 13241 0 0 563 29 5 2 20 0 15 0 232211892 11345952768 161976 33554432000 4194304 4196468 140735938056800 140422093719952 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10919] ppid=10860 vsize=11080032 memory=3304 CPUtime=6.01 cores=1,3,5,7
/proc/10863/task/10919/stat : 10919 (java) S 10860 10863 8231 0 -1 1077944384 13070 13241 0 0 566 28 5 2 20 0 15 0 232211892 11345952768 161976 33554432000 4194304 4196468 140735938056800 140422092667408 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10920] ppid=10860 vsize=11080032 memory=496 CPUtime=5.98 cores=1,3,5,7
/proc/10863/task/10920/stat : 10920 (java) S 10860 10863 8231 0 -1 1077944384 10187 13241 0 0 562 29 5 2 20 0 15 0 232211892 11345952768 161976 33554432000 4194304 4196468 140735938056800 140422091614864 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10921] ppid=10860 vsize=11080032 memory=1616 CPUtime=5.31 cores=1,3,5,7
/proc/10863/task/10921/stat : 10921 (java) S 10860 10863 8231 0 -1 1077944384 13090 13241 0 0 495 29 5 2 20 0 15 0 232211893 11345952768 161976 33554432000 4194304 4196468 140735938056800 140421660350960 140422234770050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10922] ppid=10860 vsize=11080032 memory=1168 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10922/stat : 10922 (java) S 10860 10863 8231 0 -1 1077944384 14 13241 0 0 0 0 5 2 20 0 15 0 232211893 11345952768 161976 33554432000 4194304 4196468 140735938056800 140421016577568 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10923] ppid=10860 vsize=11080032 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10923/stat : 10923 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211894 11345952768 161976 33554432000 4194304 4196468 140735938056800 140420868728320 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10924] ppid=10860 vsize=11080032 memory=2420 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10924/stat : 10924 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211896 11345952768 161976 33554432000 4194304 4196468 140735938056800 140420561328848 140422234777499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10925] ppid=10860 vsize=11080032 memory=1572 CPUtime=5.72 cores=1,3,5,7
/proc/10863/task/10925/stat : 10925 (java) S 10860 10863 8231 0 -1 1077944384 27154 13241 0 0 559 6 5 2 20 0 15 0 232211896 11345952768 161976 33554432000 4194304 4196468 140735938056800 140421659297776 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10926] ppid=10860 vsize=11080032 memory=924 CPUtime=5.88 cores=1,3,5,7
/proc/10863/task/10926/stat : 10926 (java) S 10860 10863 8231 0 -1 1077944384 34608 13241 0 0 576 5 5 2 20 0 15 0 232211896 11345952768 161976 33554432000 4194304 4196468 140735938056800 140421658245232 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10927] ppid=10860 vsize=11080032 memory=2192 CPUtime=2.96 cores=1,3,5,7
/proc/10863/task/10927/stat : 10927 (java) S 10860 10863 8231 0 -1 1077944384 30564 13241 0 0 282 7 5 2 20 0 15 0 232211896 11345952768 161976 33554432000 4194304 4196468 140735938056800 140421657192688 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10928] ppid=10860 vsize=11080032 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/10863/task/10928/stat : 10928 (java) S 10860 10863 8231 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 232211897 11345952768 161976 33554432000 4194304 4196468 140735938056800 140420130531936 140422234769109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
[pid=10863/tid=10929] ppid=10860 vsize=11080032 memory=3060 CPUtime=1.19 cores=1,3,5,7
/proc/10863/task/10929/stat : 10929 (java) S 10860 10863 8231 0 -1 1077944384 1129 13241 0 0 52 60 5 2 20 0 15 0 232211897 11345952768 161976 33554432000 4194304 4196468 140735938056800 140421656140592 140422234770050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14446592 140735938062948 140735938065756 140735938065756 140735938068431 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 647904 KiB

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

[startup+2488.63 s]
# the end of solver process 10863 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.87 s, system=2.24195 s

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

Child status: 143
Real time (s): 2488.63
CPU time (s): 2520.12
CPU user time (s): 2517.87
CPU system time (s): 2.24195
CPU usage (%): 101.265
Max. virtual memory (cumulated for all children) (KiB): 11082744
Max. memory (cumulated for all children) (KiB): 647904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.87
system time used= 2.24195
maximum resident set size= 650392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175596
involuntary context switches= 4161


# summary of solver processes directly reported to runsolver:
#   pid: 10863
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.87
#   total CPU system time (s): 2.24195

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1125 second user time and 23.6154 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-13 09:48:06
IDJOB=4304726
IDBENCH=141621
IDSOLVER=2781
FILE ID=node150/4304726-1534146486
RUNJOBID= node150-1534138268-9450
PBS_JOBID= 21037012
Free space on /tmp= 35012 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304726-1534146486/watcher-4304726-1534146486 -o /tmp/evaluation-result-4304726-1534146486/solver-4304726-1534146486 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534138268-9450 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=816172407 -superng HOME/instance-4304726-1534146486.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=816172407

node150.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.76
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.76
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.76
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.76
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:        14931808 kB
MemAvailable:   30951632 kB
Buffers:          234620 kB
Cached:         15849196 kB
SwapCached:           32 kB
Active:          8958484 kB
Inactive:        8130000 kB
Active(anon):     956160 kB
Inactive(anon):   101220 kB
Active(file):    8002324 kB
Inactive(file):  8028780 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26744 kB
Writeback:             0 kB
AnonPages:       1012708 kB
Mapped:            67044 kB
Shmem:             49732 kB
Slab:             445368 kB
SReclaimable:     417180 kB
SUnreclaim:        28188 kB
KernelStack:        3504 kB
PageTables:         7644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2130008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 34984 MiB
End job on node150 at 2018-08-13 10:29:35