Trace number 4396502

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)34 2400.07 2363.04

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-11.xml
MD5SUM5296a674fcd135b0317e95ffe6d81fd1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark38.7624
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints158
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":66},{"size":9,"count":66}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":66},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":66},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":36}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"sum","count":66}]
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.75/0.58	c Concrete v3.12.2.1568380929293 running
10.04/4.12	o 29
10.64/4.32	o 30
10.95/4.40	o 32
39.08/30.34	o 33
39.35/30.54	o 34
2400.03/2363.01	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2363.01		at concrete.MAC.mac(MAC.scala:192)
2400.03/2363.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2363.01		at scala.util.Try$.apply(Try.scala:212)
2400.03/2363.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2363.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2363.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2363.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2363.02		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2363.02		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2363.02		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2363.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2363.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2363.02		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2363.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2363.02		at scala.util.Success.map(Try.scala:264)
2400.03/2363.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2363.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2363.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2363.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2363.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2363.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2363.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2363.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2363.02		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2363.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2363.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2363.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2363.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2363.02		at scala.App.main(App.scala:75)
2400.03/2363.02		at scala.App.main$(App.scala:73)
2400.03/2363.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2363.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2363.02	v <instantiation
2400.03/2363.02	v         cost = '34'>
2400.03/2363.02	v       <list>
2400.03/2363.02	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10]
2400.03/2363.02	v       </list>
2400.03/2363.02	v       <values>
2400.03/2363.02	v         0 1 1 0 0 0 1 1 0 1 1 1 0 0 1 0 1 0 1 1 0 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 2 2 2 2 2 2 3 3 4 3 2 3 6 6 3 4 2 5 3 3 4 2 2 3 3 2 5 2 5 4 5 4 2 4 6 6 4 5 2 5 2 3 2 2 2 3 3 2 5 3 6 3 5 5 3 2 4 4 2 4 2 3 2 2 2 2
2400.03/2363.02	v       </values>
2400.03/2363.02	v     </instantiation>
2400.03/2363.02	s SATISFIABLE

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396502-1568394117/watcher-4396502-1568394117 -o /tmp/evaluation-result-4396502-1568394117/solver-4396502-1568394117 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6199 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1605406410 HOME/instance-4396502-1568394117.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=6229, runsolver pid=6222

[startup+0.100817 s]*
/proc/loadavg: 1.00 1.01 1.13 3/218 6317
/proc/meminfo: memFree=26824000/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=113256 memory=1620 CPUtime=0.08 cores=0,2,4,6
/proc/6229/stat : 6229 (bash) R 6222 6229 3758 0 -1 4202496 958 11644 0 1 0 0 5 3 20 0 1 0 415325627 115974144 405 33554432000 4194304 5098028 140736163111648 140736163104632 139956378074112 0 0 4100 65536 0 0 0 17 4 0 0 0 0 0 7196144 7232144 38486016 140736163116052 140736163116177 140736163116177 140736163119086 0
/proc/6229/statm: 28314 405 321 221 0 119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1620 KiB

[startup+0.210001 s]*
/proc/loadavg: 1.00 1.01 1.13 5/228 6360
/proc/meminfo: memFree=26790864/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=10819664 memory=42940 CPUtime=0.2 cores=0,2,4,6
/proc/6229/stat : 6229 (java) S 6222 6229 3758 0 -1 1077944320 7008 13012 0 1 11 1 5 3 20 0 15 0 415325627 11079335936 10735 33554432000 4194304 4196468 140720497304560 140720497287104 140565244862199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
/proc/6229/statm: 2704916 10735 3129 1 0 2667149 0
[pid=6229/tid=6333] ppid=6222 vsize=10819664 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/6229/task/6333/stat : 6333 (java) R 6222 6229 3758 0 -1 4202560 3582 13012 0 1 8 0 5 3 20 0 15 0 415325639 11079335936 10735 33554432000 4194304 4196468 140720497304560 140565216688528 140564834162828 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6336] ppid=6222 vsize=10819664 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6336/stat : 6336 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11079335936 10735 33554432000 4194304 4196468 140720497304560 140565249104400 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6338] ppid=6222 vsize=10819664 memory=140613304303570 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6338/stat : 6338 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564818090640 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6341] ppid=6222 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6341/stat : 6341 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564817037584 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6342] ppid=6222 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6342/stat : 6342 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325639 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564815985040 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6344] ppid=6222 vsize=10819664 memory=140613304297088 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6344/stat : 6344 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325641 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564771543792 140565244873346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6346] ppid=6222 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6346/stat : 6346 (java) S 6222 6229 3758 0 -1 1077944384 13 13012 0 1 0 0 5 3 20 0 15 0 415325641 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564683024032 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6348] ppid=6222 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6348/stat : 6348 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325641 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564548805872 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6353] ppid=6222 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6353/stat : 6353 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325644 11079335936 10735 33554432000 4194304 4196468 140720497304560 140563944827344 140565244880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6354] ppid=6222 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6354/stat : 6354 (java) R 6222 6229 3758 0 -1 1077944384 430 13012 0 1 0 0 5 3 20 0 15 0 415325644 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564770490608 140565244873346 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6355] ppid=6222 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6355/stat : 6355 (java) R 6222 6229 3758 0 -1 4202560 159 13012 0 1 0 0 5 3 20 0 15 0 415325644 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564769438064 140565244883546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6356] ppid=6222 vsize=10819664 memory=140613304297088 CPUtime=0.09 cores=0,2,4,6
/proc/6229/task/6356/stat : 6356 (java) R 6222 6229 3758 0 -1 4202560 604 13012 0 1 1 0 5 3 20 0 15 0 415325644 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564768382008 140565223820033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6358] ppid=6222 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6358/stat : 6358 (java) S 6222 6229 3758 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415325644 11079335936 10735 33554432000 4194304 4196468 140720497304560 140563475065184 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6360] ppid=6222 vsize=10819664 memory=140613304297088 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6360/stat : 6360 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325645 11079335936 10735 33554432000 4194304 4196468 140720497304560 140564767333424 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42940 KiB

[startup+0.310497 s]*
/proc/loadavg: 1.00 1.01 1.13 7/228 6360
/proc/meminfo: memFree=26760648/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=10820148 memory=54644 CPUtime=0.37 cores=0,2,4,6
/proc/6229/stat : 6229 (java) S 6222 6229 3758 0 -1 1077944320 10702 13012 0 1 26 3 5 3 20 0 15 0 415325627 11079831552 13661 33554432000 4194304 4196468 140720497304560 140720497287104 140565244862199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
/proc/6229/statm: 2705037 13661 3295 1 0 2667149 0
[pid=6229/tid=6333] ppid=6222 vsize=10820148 memory=576461178948550685 CPUtime=0.27 cores=0,2,4,6
/proc/6229/task/6333/stat : 6333 (java) R 6222 6229 3758 0 -1 4202560 7309 13012 0 1 17 2 5 3 20 0 15 0 415325639 11079831552 13665 33554432000 4194304 4196468 140720497304560 140565216662112 140565237579303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6336] ppid=6222 vsize=10820148 memory=301741394933055511 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6336/stat : 6336 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11079831552 13665 33554432000 4194304 4196468 140720497304560 140565249104400 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6338] ppid=6222 vsize=10820148 memory=15675832992376472 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6338/stat : 6338 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564818090640 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6341] ppid=6222 vsize=10820148 memory=8508281403248314509 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6341/stat : 6341 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564817037584 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6342] ppid=6222 vsize=10820148 memory=3472328296227680303 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6342/stat : 6342 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325639 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564815985040 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6344] ppid=6222 vsize=10820148 memory=3472468909531977392 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6344/stat : 6344 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325641 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564771543792 140565244873346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6346] ppid=6222 vsize=10820148 memory=734139722786418735 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6346/stat : 6346 (java) S 6222 6229 3758 0 -1 1077944384 13 13012 0 1 0 0 5 3 20 0 15 0 415325641 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564683024032 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6348] ppid=6222 vsize=10820148 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6348/stat : 6348 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325641 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564548805872 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6353] ppid=6222 vsize=10820148 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6353/stat : 6353 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325644 11079831552 13665 33554432000 4194304 4196468 140720497304560 140563944827344 140565244880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6354] ppid=6222 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6229/task/6354/stat : 6354 (java) S 6222 6229 3758 0 -1 1077944384 480 13012 0 1 1 0 5 3 20 0 15 0 415325644 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564770490608 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6355] ppid=6222 vsize=10820148 memory=664970774370808936 CPUtime=0.09 cores=0,2,4,6
/proc/6229/task/6355/stat : 6355 (java) S 6222 6229 3758 0 -1 1077944384 178 13012 0 1 1 0 5 3 20 0 15 0 415325644 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564769438064 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6356] ppid=6222 vsize=10820148 memory=140613304297088 CPUtime=0.13 cores=0,2,4,6
/proc/6229/task/6356/stat : 6356 (java) S 6222 6229 3758 0 -1 1077944384 622 13012 0 1 5 0 5 3 20 0 15 0 415325644 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564768385008 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6358] ppid=6222 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6358/stat : 6358 (java) S 6222 6229 3758 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415325644 11079831552 13665 33554432000 4194304 4196468 140720497304560 140563475065184 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6360] ppid=6222 vsize=10820148 memory=140613304297088 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6360/stat : 6360 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325645 11079831552 13665 33554432000 4194304 4196468 140720497304560 140564767333424 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54644 KiB

[startup+0.701009 s]
/proc/loadavg: 1.00 1.01 1.13 4/228 6360
/proc/meminfo: memFree=26733356/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=10822312 memory=81716 CPUtime=1.02 cores=0,2,4,6
/proc/6229/stat : 6229 (java) S 6222 6229 3758 0 -1 1077944320 14517 13012 0 1 89 5 5 3 20 0 15 0 415325627 11082047488 20429 33554432000 4194304 4196468 140720497304560 140720497287104 140565244862199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
/proc/6229/statm: 2705578 20429 3494 1 0 2667661 0
[pid=6229/tid=6333] ppid=6222 vsize=10822312 memory=552 CPUtime=0.61 cores=0,2,4,6
/proc/6229/task/6333/stat : 6333 (java) D 6222 6229 3758 0 -1 4202560 9821 13012 0 1 50 3 5 3 20 0 15 0 415325639 11082047488 20429 33554432000 4194304 4196468 140720497304560 140565216689168 140565244884125 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 3 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6336] ppid=6222 vsize=10822312 memory=14997 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6336/stat : 6336 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11082047488 20429 33554432000 4194304 4196468 140720497304560 140565249104400 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6338] ppid=6222 vsize=10822312 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6338/stat : 6338 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564818090640 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6341] ppid=6222 vsize=10822312 memory=978 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6341/stat : 6341 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325639 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564817037584 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6342] ppid=6222 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6342/stat : 6342 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325639 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564815985040 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6344] ppid=6222 vsize=10822312 memory=6154564991616375141 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6344/stat : 6344 (java) S 6222 6229 3758 0 -1 1077944384 5 13012 0 1 0 0 5 3 20 0 15 0 415325641 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564771543792 140565244873346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6346] ppid=6222 vsize=10822312 memory=6935650355287975249 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6346/stat : 6346 (java) S 6222 6229 3758 0 -1 1077944384 13 13012 0 1 0 0 5 3 20 0 15 0 415325641 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564683024032 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6348] ppid=6222 vsize=10822312 memory=6935649255945301329 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6348/stat : 6348 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325641 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564548805872 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6353] ppid=6222 vsize=10822312 memory=7825734864442108491 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6353/stat : 6353 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325644 11082047488 20429 33554432000 4194304 4196468 140720497304560 140563944827344 140565244880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6354] ppid=6222 vsize=10822312 memory=-7395679465411338846 CPUtime=0.17 cores=0,2,4,6
/proc/6229/task/6354/stat : 6354 (java) R 6222 6229 3758 0 -1 4202560 863 13012 0 1 9 0 5 3 20 0 15 0 415325644 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564770478288 140565226406549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6355] ppid=6222 vsize=10822312 memory=6944656591801717918 CPUtime=0.2 cores=0,2,4,6
/proc/6229/task/6355/stat : 6355 (java) R 6222 6229 3758 0 -1 4202560 761 13012 0 1 12 0 5 3 20 0 15 0 415325644 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564769424880 140565228419557 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6356] ppid=6222 vsize=10822312 memory=-7522837415797432223 CPUtime=0.23 cores=0,2,4,6
/proc/6229/task/6356/stat : 6356 (java) S 6222 6229 3758 0 -1 1077944384 832 13012 0 1 15 0 5 3 20 0 15 0 415325644 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564768385008 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6358] ppid=6222 vsize=10822312 memory=4137292528961491315 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6358/stat : 6358 (java) S 6222 6229 3758 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415325644 11082047488 20429 33554432000 4194304 4196468 140720497304560 140563475065184 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6360] ppid=6222 vsize=10822312 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6360/stat : 6360 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325645 11082047488 20429 33554432000 4194304 4196468 140720497304560 140564767333424 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 81716 KiB

[startup+1.50078 s]
/proc/loadavg: 1.00 1.01 1.13 8/228 6360
/proc/meminfo: memFree=26662956/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=10834676 memory=174520 CPUtime=2.34 cores=0,2,4,6
/proc/6229/stat : 6229 (java) S 6222 6229 3758 0 -1 1077944320 21828 13012 0 1 217 9 5 3 20 0 15 0 415325627 11094708224 43630 33554432000 4194304 4196468 140720497304560 140720497287104 140565244862199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
/proc/6229/statm: 2708669 43630 3585 1 0 2670733 0
[pid=6229/tid=6333] ppid=6222 vsize=10834676 memory=281226405720064 CPUtime=1.36 cores=0,2,4,6
/proc/6229/task/6333/stat : 6333 (java) R 6222 6229 3758 0 -1 4202560 15124 13012 0 1 123 5 5 3 20 0 15 0 415325639 11094708224 43630 33554432000 4194304 4196468 140720497304560 140565216687264 140565237959035 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6336] ppid=6222 vsize=10834676 memory=14698508522311356 CPUtime=0.09 cores=0,2,4,6
/proc/6229/task/6336/stat : 6336 (java) S 6222 6229 3758 0 -1 1077944384 66 13012 0 1 1 0 5 3 20 0 15 0 415325639 11094708224 43630 33554432000 4194304 4196468 140720497304560 140565249104400 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6338] ppid=6222 vsize=10834676 memory=8508281403248314509 CPUtime=0.09 cores=0,2,4,6
/proc/6229/task/6338/stat : 6338 (java) S 6222 6229 3758 0 -1 1077944384 70 13012 0 1 1 0 5 3 20 0 15 0 415325639 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564818090640 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6341] ppid=6222 vsize=10834676 memory=3054156605268583796 CPUtime=0.09 cores=0,2,4,6
/proc/6229/task/6341/stat : 6341 (java) S 6222 6229 3758 0 -1 1077944384 339 13012 0 1 1 0 5 3 20 0 15 0 415325639 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564817037584 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6342] ppid=6222 vsize=10834676 memory=-8602026838840360897 CPUtime=0.09 cores=0,2,4,6
/proc/6229/task/6342/stat : 6342 (java) S 6222 6229 3758 0 -1 1077944384 38 13012 0 1 1 0 5 3 20 0 15 0 415325639 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564815985040 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6344] ppid=6222 vsize=10834676 memory=8514701219242344867 CPUtime=0.09 cores=0,2,4,6
/proc/6229/task/6344/stat : 6344 (java) S 6222 6229 3758 0 -1 1077944384 189 13012 0 1 1 0 5 3 20 0 15 0 415325641 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564771543792 140565244873346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6346] ppid=6222 vsize=10834676 memory=7882834749540411979 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6346/stat : 6346 (java) S 6222 6229 3758 0 -1 1077944384 14 13012 0 1 0 0 5 3 20 0 15 0 415325641 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564683024096 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6348] ppid=6222 vsize=10834676 memory=-6808994639057120388 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6348/stat : 6348 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325641 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564548805888 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6353] ppid=6222 vsize=10834676 memory=-9102469130691648885 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6353/stat : 6353 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325644 11094708224 43630 33554432000 4194304 4196468 140720497304560 140563944827344 140565244880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6354] ppid=6222 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/6229/task/6354/stat : 6354 (java) S 6222 6229 3758 0 -1 1077944384 1162 13012 0 1 24 0 5 3 20 0 15 0 415325644 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564770490608 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6355] ppid=6222 vsize=10834676 memory=281226406007936 CPUtime=0.32 cores=0,2,4,6
/proc/6229/task/6355/stat : 6355 (java) S 6222 6229 3758 0 -1 1077944384 1080 13012 0 1 24 0 5 3 20 0 15 0 415325644 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564769438064 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6356] ppid=6222 vsize=10834676 memory=140613203010096 CPUtime=0.45 cores=0,2,4,6
/proc/6229/task/6356/stat : 6356 (java) S 6222 6229 3758 0 -1 1077944384 1530 13012 0 1 37 0 5 3 20 0 15 0 415325644 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564768385008 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6358] ppid=6222 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6358/stat : 6358 (java) S 6222 6229 3758 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415325644 11094708224 43630 33554432000 4194304 4196468 140720497304560 140563475065184 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6360] ppid=6222 vsize=10834676 memory=15663745731716 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6360/stat : 6360 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325645 11094708224 43630 33554432000 4194304 4196468 140720497304560 140564767333424 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 174520 KiB

[startup+3.11048 s]
/proc/loadavg: 1.00 1.01 1.13 8/228 6360
/proc/meminfo: memFree=26383356/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=10844936 memory=266648 CPUtime=6.84 cores=0,2,4,6
/proc/6229/stat : 6229 (java) S 6222 6229 3758 0 -1 1077944320 43249 13012 0 1 660 16 5 3 20 0 15 0 415325627 11105214464 66662 33554432000 4194304 4196468 140720497304560 140720497287104 140565244862199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
/proc/6229/statm: 2711234 66662 3616 1 0 2673293 0
[pid=6229/tid=6333] ppid=6222 vsize=10844936 memory=2241 CPUtime=2.92 cores=0,2,4,6
/proc/6229/task/6333/stat : 6333 (java) S 6222 6229 3758 0 -1 1077944384 22663 13012 0 1 276 8 5 3 20 0 15 0 415325639 11105214464 66662 33554432000 4194304 4196468 140720497304560 140565216687808 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0

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

/proc/6229/task/6333/stat : 6333 (java) R 6222 6229 3758 0 -1 4202560 57305 13012 0 1 218136 35 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140565216698384 140564849478411 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6336] ppid=6222 vsize=10849032 memory=728988 CPUtime=9.12 cores=0,2,4,6
/proc/6229/task/6336/stat : 6336 (java) S 6222 6229 3758 0 -1 1077944384 6849 13012 0 1 856 48 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140565249104400 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6338] ppid=6222 vsize=10849032 memory=728988 CPUtime=9.13 cores=0,2,4,6
/proc/6229/task/6338/stat : 6338 (java) S 6222 6229 3758 0 -1 1077944384 9407 13012 0 1 862 43 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564818090640 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6341] ppid=6222 vsize=10849032 memory=728988 CPUtime=9.12 cores=0,2,4,6
/proc/6229/task/6341/stat : 6341 (java) S 6222 6229 3758 0 -1 1077944384 11097 13012 0 1 859 45 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564817037584 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6342] ppid=6222 vsize=10849032 memory=728988 CPUtime=9.11 cores=0,2,4,6
/proc/6229/task/6342/stat : 6342 (java) S 6222 6229 3758 0 -1 1077944384 6099 13012 0 1 859 44 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564815985040 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6344] ppid=6222 vsize=10849032 memory=728988 CPUtime=8.34 cores=0,2,4,6
/proc/6229/task/6344/stat : 6344 (java) S 6222 6229 3758 0 -1 1077944384 11413 13012 0 1 781 45 5 3 20 0 15 0 415325641 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564771543792 140565244873346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6346] ppid=6222 vsize=10849032 memory=728988 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6346/stat : 6346 (java) S 6222 6229 3758 0 -1 1077944384 20 13012 0 1 0 0 5 3 20 0 15 0 415325641 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564683024096 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6348] ppid=6222 vsize=10849032 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6348/stat : 6348 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325641 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564548805888 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6353] ppid=6222 vsize=10849032 memory=731036 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6353/stat : 6353 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140563944827344 140565244880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6354] ppid=6222 vsize=10849032 memory=731036 CPUtime=3.99 cores=0,2,4,6
/proc/6229/task/6354/stat : 6354 (java) S 6222 6229 3758 0 -1 1077944384 25737 13012 0 1 387 4 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564770490608 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6355] ppid=6222 vsize=10849032 memory=728988 CPUtime=3.87 cores=0,2,4,6
/proc/6229/task/6355/stat : 6355 (java) S 6222 6229 3758 0 -1 1077944384 20934 13012 0 1 375 4 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564769438064 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6356] ppid=6222 vsize=10849032 memory=731036 CPUtime=2.04 cores=0,2,4,6
/proc/6229/task/6356/stat : 6356 (java) S 6222 6229 3758 0 -1 1077944384 21799 13012 0 1 192 4 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564768385008 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6358] ppid=6222 vsize=10849032 memory=731036 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6358/stat : 6358 (java) S 6222 6229 3758 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140563475065184 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6360] ppid=6222 vsize=10849032 memory=3512 CPUtime=1.36 cores=0,2,4,6
/proc/6229/task/6360/stat : 6360 (java) S 6222 6229 3758 0 -1 1077944384 851 13012 0 1 61 67 5 3 20 0 15 0 415325645 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564767333424 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
Current children cumulated CPU time: 2237.26 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 731036 KiB

[startup+2262.3 s]
/proc/loadavg: 1.37 1.35 1.32 4/228 6562
/proc/meminfo: memFree=25380316/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=10849032 memory=731036 CPUtime=2298.04 cores=0,2,4,6
/proc/6229/stat : 6229 (java) S 6222 6229 3758 0 -1 1077944320 175267 13012 0 1 229504 292 5 3 20 0 15 0 415325627 11109408768 182759 33554432000 4194304 4196468 140720497304560 140720497287104 140565244862199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
/proc/6229/statm: 2712258 182759 3629 1 0 2674317 0
[pid=6229/tid=6333] ppid=6222 vsize=10849032 memory=731036 CPUtime=2241.24 cores=0,2,4,6
/proc/6229/task/6333/stat : 6333 (java) R 6222 6229 3758 0 -1 4202560 58041 13012 0 1 224081 35 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140565216697904 140564849784254 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6336] ppid=6222 vsize=10849032 memory=731036 CPUtime=9.38 cores=0,2,4,6
/proc/6229/task/6336/stat : 6336 (java) S 6222 6229 3758 0 -1 1077944384 7081 13012 0 1 881 49 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140565249104400 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6338] ppid=6222 vsize=10849032 memory=8112282956445269571 CPUtime=9.39 cores=0,2,4,6
/proc/6229/task/6338/stat : 6338 (java) S 6222 6229 3758 0 -1 1077944384 9582 13012 0 1 887 44 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564818090640 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6341] ppid=6222 vsize=10849032 memory=731036 CPUtime=9.38 cores=0,2,4,6
/proc/6229/task/6341/stat : 6341 (java) S 6222 6229 3758 0 -1 1077944384 11146 13012 0 1 885 45 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564817037584 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6342] ppid=6222 vsize=10849032 memory=731036 CPUtime=9.39 cores=0,2,4,6
/proc/6229/task/6342/stat : 6342 (java) S 6222 6229 3758 0 -1 1077944384 6225 13012 0 1 885 46 5 3 20 0 15 0 415325639 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564815985040 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6344] ppid=6222 vsize=10849032 memory=731036 CPUtime=8.58 cores=0,2,4,6
/proc/6229/task/6344/stat : 6344 (java) S 6222 6229 3758 0 -1 1077944384 11612 13012 0 1 803 47 5 3 20 0 15 0 415325641 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564771543792 140565244873346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6346] ppid=6222 vsize=10849032 memory=131 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6346/stat : 6346 (java) S 6222 6229 3758 0 -1 1077944384 20 13012 0 1 0 0 5 3 20 0 15 0 415325641 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564683024096 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6348] ppid=6222 vsize=10849032 memory=731036 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6348/stat : 6348 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325641 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564548805888 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6353] ppid=6222 vsize=10849032 memory=731036 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6353/stat : 6353 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140563944827344 140565244880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6354] ppid=6222 vsize=10849032 memory=731036 CPUtime=3.99 cores=0,2,4,6
/proc/6229/task/6354/stat : 6354 (java) S 6222 6229 3758 0 -1 1077944384 25739 13012 0 1 387 4 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564770490608 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6355] ppid=6222 vsize=10849032 memory=731036 CPUtime=3.87 cores=0,2,4,6
/proc/6229/task/6355/stat : 6355 (java) S 6222 6229 3758 0 -1 1077944384 20936 13012 0 1 375 4 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564769438064 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6356] ppid=6222 vsize=10849032 memory=731036 CPUtime=2.04 cores=0,2,4,6
/proc/6229/task/6356/stat : 6356 (java) S 6222 6229 3758 0 -1 1077944384 21801 13012 0 1 192 4 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564768385008 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6358] ppid=6222 vsize=10849032 memory=731036 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6358/stat : 6358 (java) S 6222 6229 3758 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415325644 11109408768 182759 33554432000 4194304 4196468 140720497304560 140563475065184 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6360] ppid=6222 vsize=10849032 memory=731036 CPUtime=1.4 cores=0,2,4,6
/proc/6229/task/6360/stat : 6360 (java) S 6222 6229 3758 0 -1 1077944384 868 13012 0 1 62 70 5 3 20 0 15 0 415325645 11109408768 182759 33554432000 4194304 4196468 140720497304560 140564767333424 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
Current children cumulated CPU time: 2298.04 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 731036 KiB

[startup+2322.3 s]
/proc/loadavg: 1.34 1.35 1.32 4/227 6566
/proc/meminfo: memFree=25378600/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=10849032 memory=733084 CPUtime=2358.8 cores=0,2,4,6
/proc/6229/stat : 6229 (java) S 6222 6229 3758 0 -1 1077944320 176793 13012 0 1 235573 299 5 3 20 0 15 0 415325627 11109408768 183271 33554432000 4194304 4196468 140720497304560 140720497287104 140565244862199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
/proc/6229/statm: 2712258 183271 3629 1 0 2674317 0
[pid=6229/tid=6333] ppid=6222 vsize=10849032 memory=733084 CPUtime=2300.69 cores=0,2,4,6
/proc/6229/task/6333/stat : 6333 (java) R 6222 6229 3758 0 -1 4202560 58797 13012 0 1 230025 36 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140565216698144 140564849477949 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6336] ppid=6222 vsize=10849032 memory=733084 CPUtime=9.65 cores=0,2,4,6
/proc/6229/task/6336/stat : 6336 (java) S 6222 6229 3758 0 -1 1077944384 7133 13012 0 1 907 50 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140565249104400 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6338] ppid=6222 vsize=10849032 memory=733084 CPUtime=9.65 cores=0,2,4,6
/proc/6229/task/6338/stat : 6338 (java) S 6222 6229 3758 0 -1 1077944384 9898 13012 0 1 912 45 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564818090640 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6341] ppid=6222 vsize=10849032 memory=1096 CPUtime=9.64 cores=0,2,4,6
/proc/6229/task/6341/stat : 6341 (java) S 6222 6229 3758 0 -1 1077944384 11196 13012 0 1 910 46 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564817037584 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6342] ppid=6222 vsize=10849032 memory=733084 CPUtime=9.65 cores=0,2,4,6
/proc/6229/task/6342/stat : 6342 (java) S 6222 6229 3758 0 -1 1077944384 6351 13012 0 1 910 47 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564815985040 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6344] ppid=6222 vsize=10849032 memory=733084 CPUtime=8.8 cores=0,2,4,6
/proc/6229/task/6344/stat : 6344 (java) S 6222 6229 3758 0 -1 1077944384 11814 13012 0 1 824 48 5 3 20 0 15 0 415325641 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564771543792 140565244873346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6346] ppid=6222 vsize=10849032 memory=733084 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6346/stat : 6346 (java) S 6222 6229 3758 0 -1 1077944384 20 13012 0 1 0 0 5 3 20 0 15 0 415325641 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564683024096 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6348] ppid=6222 vsize=10849032 memory=733084 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6348/stat : 6348 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325641 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564548805888 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6353] ppid=6222 vsize=10849032 memory=733084 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6353/stat : 6353 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140563944827344 140565244880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6354] ppid=6222 vsize=10849032 memory=733084 CPUtime=3.99 cores=0,2,4,6
/proc/6229/task/6354/stat : 6354 (java) S 6222 6229 3758 0 -1 1077944384 25741 13012 0 1 387 4 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564770490608 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6355] ppid=6222 vsize=10849032 memory=733084 CPUtime=3.87 cores=0,2,4,6
/proc/6229/task/6355/stat : 6355 (java) S 6222 6229 3758 0 -1 1077944384 20938 13012 0 1 375 4 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564769438064 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6356] ppid=6222 vsize=10849032 memory=733084 CPUtime=2.04 cores=0,2,4,6
/proc/6229/task/6356/stat : 6356 (java) S 6222 6229 3758 0 -1 1077944384 21803 13012 0 1 192 4 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564768385008 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6358] ppid=6222 vsize=10849032 memory=733084 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6358/stat : 6358 (java) S 6222 6229 3758 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140563475065184 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6360] ppid=6222 vsize=10849032 memory=2304 CPUtime=1.43 cores=0,2,4,6
/proc/6229/task/6360/stat : 6360 (java) S 6222 6229 3758 0 -1 1077944384 886 13012 0 1 64 71 5 3 20 0 15 0 415325645 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564767333424 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
Current children cumulated CPU time: 2358.8 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 733084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2363 s]*
/proc/loadavg: 1.50 1.38 1.33 5/229 6611
/proc/meminfo: memFree=26063160/32770624 swapFree=66957012/67108860
[pid=6229] ppid=6222 vsize=10849032 memory=733084 CPUtime=2400.03 cores=0,2,4,6
/proc/6229/stat : 6229 (java) S 6222 6229 3758 0 -1 1077944320 177171 13012 0 1 239691 304 5 3 20 0 15 0 415325627 11109408768 183271 33554432000 4194304 4196468 140720497304560 140720497287104 140565244862199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
/proc/6229/statm: 2712258 183271 3629 1 0 2674317 0
[pid=6229/tid=6333] ppid=6222 vsize=10849032 memory=6935054825532540783 CPUtime=2341.03 cores=0,2,4,6
/proc/6229/task/6333/stat : 6333 (java) R 6222 6229 3758 0 -1 4202560 59087 13012 0 1 234058 37 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140565216697920 140564848841965 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6336] ppid=6222 vsize=10849032 memory=4126316290023845779 CPUtime=9.82 cores=0,2,4,6
/proc/6229/task/6336/stat : 6336 (java) S 6222 6229 3758 0 -1 1077944384 7152 13012 0 1 924 50 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140565249104400 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6338] ppid=6222 vsize=10849032 memory=4126316290023845779 CPUtime=9.83 cores=0,2,4,6
/proc/6229/task/6338/stat : 6338 (java) S 6222 6229 3758 0 -1 1077944384 9915 13012 0 1 929 46 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564818090640 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6341] ppid=6222 vsize=10849032 memory=1768 CPUtime=9.82 cores=0,2,4,6
/proc/6229/task/6341/stat : 6341 (java) S 6222 6229 3758 0 -1 1077944384 11217 13012 0 1 927 47 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564817037584 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6342] ppid=6222 vsize=10849032 memory=1436 CPUtime=9.83 cores=0,2,4,6
/proc/6229/task/6342/stat : 6342 (java) S 6222 6229 3758 0 -1 1077944384 6372 13012 0 1 927 48 5 3 20 0 15 0 415325639 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564815985040 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6344] ppid=6222 vsize=10849032 memory=896 CPUtime=8.96 cores=0,2,4,6
/proc/6229/task/6344/stat : 6344 (java) S 6222 6229 3758 0 -1 1077944384 11820 13012 0 1 839 49 5 3 20 0 15 0 415325641 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564771543792 140565244873346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6346] ppid=6222 vsize=10849032 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6346/stat : 6346 (java) S 6222 6229 3758 0 -1 1077944384 20 13012 0 1 0 0 5 3 20 0 15 0 415325641 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564683024096 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6348] ppid=6222 vsize=10849032 memory=2520 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6348/stat : 6348 (java) S 6222 6229 3758 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415325641 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564548805888 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6353] ppid=6222 vsize=10849032 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6353/stat : 6353 (java) S 6222 6229 3758 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140563944827344 140565244880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6354] ppid=6222 vsize=10849032 memory=1660 CPUtime=3.99 cores=0,2,4,6
/proc/6229/task/6354/stat : 6354 (java) S 6222 6229 3758 0 -1 1077944384 25741 13012 0 1 387 4 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564770490608 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6355] ppid=6222 vsize=10849032 memory=111632 CPUtime=3.87 cores=0,2,4,6
/proc/6229/task/6355/stat : 6355 (java) S 6222 6229 3758 0 -1 1077944384 20938 13012 0 1 375 4 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564769438064 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6356] ppid=6222 vsize=10849032 memory=733084 CPUtime=2.04 cores=0,2,4,6
/proc/6229/task/6356/stat : 6356 (java) S 6222 6229 3758 0 -1 1077944384 21803 13012 0 1 192 4 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564768385008 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6358] ppid=6222 vsize=10849032 memory=1768 CPUtime=0.08 cores=0,2,4,6
/proc/6229/task/6358/stat : 6358 (java) S 6222 6229 3758 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415325644 11109408768 183271 33554432000 4194304 4196468 140720497304560 140563475065184 140565244872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
[pid=6229/tid=6360] ppid=6222 vsize=10849032 memory=1436 CPUtime=1.45 cores=0,2,4,6
/proc/6229/task/6360/stat : 6360 (java) S 6222 6229 3758 0 -1 1077944384 890 13012 0 1 65 72 5 3 20 0 15 0 415325645 11109408768 183271 33554432000 4194304 4196468 140720497304560 140564767333424 140565244873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28352512 140720497310447 140720497312965 140720497312965 140720497315791 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 733084 KiB

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

[startup+2363.04 s]
# the end of solver process 6229 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.98 s, system=3.09326 s

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

Child status: 143
Real time (s): 2363.04
CPU time (s): 2400.07
CPU user time (s): 2396.98
CPU system time (s): 3.09326
CPU usage (%): 101.567
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 733084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.98
system time used= 3.09326
maximum resident set size= 737212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191286
page faults= 1
swaps= 0
block input operations= 8776
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241175
involuntary context switches= 8067


# summary of solver processes directly reported to runsolver:
#   pid: 6229
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.98
#   total CPU system time (s): 3.09326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8389 second user time and 22.7427 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 19:01:14
IDJOB=4396502
IDBENCH=115954
IDSOLVER=2847
FILE ID=node147/4396502-1568394117
RUNJOBID= node147-1568394074-6199
PBS_JOBID= 21701856
Free space on /tmp= 58880 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396502-1568394117/watcher-4396502-1568394117 -o /tmp/evaluation-result-4396502-1568394117/solver-4396502-1568394117 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6199 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1605406410 HOME/instance-4396502-1568394117.xml

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

MD5SUM BENCH= 5296a674fcd135b0317e95ffe6d81fd1
RANDOM SEED=1605406410

node147.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.52
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.52
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.52
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.52
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:        26842680 kB
MemAvailable:   31816248 kB
Buffers:          170884 kB
Cached:          5030672 kB
SwapCached:        48500 kB
Active:          2064096 kB
Inactive:        3187980 kB
Active(anon):       2784 kB
Inactive(anon):    89344 kB
Active(file):    2061312 kB
Inactive(file):  3098636 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             70220 kB
Writeback:             0 kB
AnonPages:        111924 kB
Mapped:            44184 kB
Shmem:             32768 kB
Slab:             271160 kB
SReclaimable:     242080 kB
SUnreclaim:        29080 kB
KernelStack:        3392 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58832 MiB
End job on node147 at 2019-09-13 19:40:38