Trace number 4396504

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)39 2400.09 2363.83

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-14.xml
MD5SUMff3476fab8d1f67b2009ab5045109208
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark28.2352
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":30},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":36}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":70}]
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.74/0.59	c Concrete v3.12.2.1568380929293 running
11.15/4.58	o 32
13.98/6.44	o 36
14.29/6.66	o 37
15.84/7.99	o 38
15.84/8.00	o 39
2400.04/2363.80	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2363.80		at concrete.MAC.mac(MAC.scala:192)
2400.04/2363.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2363.80		at scala.util.Try$.apply(Try.scala:212)
2400.04/2363.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2363.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2363.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2363.80		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2363.80		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2363.80		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2363.80		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2363.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2363.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2363.80		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2363.80		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2363.80		at scala.util.Success.map(Try.scala:264)
2400.04/2363.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2363.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2363.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2363.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2363.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2363.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2363.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2363.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2363.80		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2363.80		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2363.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2363.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2363.80		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2363.80		at scala.App.main(App.scala:75)
2400.04/2363.80		at scala.App.main$(App.scala:73)
2400.04/2363.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2363.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2363.81	v <instantiation
2400.04/2363.81	v         cost = '39'>
2400.04/2363.81	v       <list>
2400.04/2363.81	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[0][11] x[0][12] x[0][13] 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[1][11] x[1][12] x[1][13] 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[2][11] x[2][12] x[2][13] 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[3][11] x[3][12] x[3][13] 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[4][11] x[4][12] x[4][13] 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[0][11] s[0][12] s[0][13] 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[1][11] s[1][12] s[1][13] 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[2][11] s[2][12] s[2][13] 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[3][11] s[3][12] s[3][13] 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[4][11] s[4][12] s[4][13]
2400.04/2363.81	v       </list>
2400.04/2363.81	v       <values>
2400.04/2363.81	v         1 0 1 1 0 1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 1 0 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 0 1 1 0 1 2 4 3 2 4 2 4 3 2 4 2 3 4 2 2 3 5 3 5 2 3 5 3 6 3 5 3 2 4 4 5 2 5 4 4 5 2 6 2 5 4 4 2 3 5 3 5 2 3 5 3 6 3 5 3 2 2 4 3 2 4 2 4 3 2 4 2 3 4 2
2400.04/2363.81	v       </values>
2400.04/2363.81	v     </instantiation>
2400.04/2363.81	s SATISFIABLE

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396504-1568394297/watcher-4396504-1568394297 -o /tmp/evaluation-result-4396504-1568394297/solver-4396504-1568394297 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568394259-25762 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1620630240 HOME/instance-4396504-1568394297.xml 

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

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

solver pid=25785, runsolver pid=25782

[startup+0.10037 s]*
/proc/loadavg: 0.88 0.86 1.09 3/203 25876
/proc/meminfo: memFree=28605280/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=113256 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/25785/stat : 25785 (bash) S 25782 25785 24221 0 -1 4202496 924 11353 1 0 0 0 5 2 20 0 1 0 415697548 115974144 404 33554432000 4194304 5098028 140732564514560 140732564507784 139647034268672 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 8105984 140732564522004 140732564522129 140732564522129 140732564525038 0
/proc/25785/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.210042 s]*
/proc/loadavg: 0.88 0.86 1.09 4/228 25922
/proc/meminfo: memFree=28565816/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=10819664 memory=36424 CPUtime=0.21 cores=1,3,5,7
/proc/25785/stat : 25785 (java) S 25782 25785 24221 0 -1 1077944320 6943 13388 1 1 12 1 5 3 20 0 15 0 415697548 11079335936 9106 33554432000 4194304 4196468 140729548051456 140729548034000 139935047032567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
/proc/25785/statm: 2704916 9106 3105 1 0 2667149 0
[pid=25785/tid=25895] ppid=25782 vsize=10819664 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/25785/task/25895/stat : 25895 (java) R 25782 25785 24221 0 -1 4202560 3489 13388 0 1 8 0 5 3 20 0 15 0 415697560 11079335936 9106 33554432000 4194304 4196468 140729548051456 139935018865344 139934614810981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25897] ppid=25782 vsize=10819664 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25897/stat : 25897 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11079335936 9106 33554432000 4194304 4196468 140729548051456 139935051275280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25898] ppid=25782 vsize=10819664 memory=4050057210259269280 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25898/stat : 25898 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934939548816 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25899] ppid=25782 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25899/stat : 25899 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934938495760 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25900] ppid=25782 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25900/stat : 25900 (java) S 25782 25785 24221 0 -1 1077944384 2 13388 0 1 0 0 5 3 20 0 15 0 415697561 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934937443216 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25905] ppid=25782 vsize=10819664 memory=140045587539584 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25905/stat : 25905 (java) S 25782 25785 24221 0 -1 1077944384 2 13388 0 1 0 0 5 3 20 0 15 0 415697562 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934050347248 139935047043714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25907] ppid=25782 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25907/stat : 25907 (java) S 25782 25785 24221 0 -1 1077944384 33 13388 0 1 0 0 5 3 20 0 15 0 415697563 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934049293472 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25909] ppid=25782 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25909/stat : 25909 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697563 11079335936 9106 33554432000 4194304 4196468 140729548051456 139933926810352 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25911] ppid=25782 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25911/stat : 25911 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697565 11079335936 9106 33554432000 4194304 4196468 140729548051456 139933619410896 139935047051163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25912] ppid=25782 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25785/task/25912/stat : 25912 (java) R 25782 25785 24221 0 -1 4202560 472 13388 0 1 1 0 5 3 20 0 15 0 415697565 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934015717576 139935028577104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25913] ppid=25782 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25913/stat : 25913 (java) R 25782 25785 24221 0 -1 1077944384 130 13388 0 1 0 0 5 3 20 0 15 0 415697565 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934014684016 139935047043714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25914] ppid=25782 vsize=10819664 memory=140045587539584 CPUtime=0.09 cores=1,3,5,7
/proc/25785/task/25914/stat : 25914 (java) R 25782 25785 24221 0 -1 4202560 596 13388 0 1 1 0 5 3 20 0 15 0 415697565 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934013630960 139935024627136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25919] ppid=25782 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25919/stat : 25919 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697566 11079335936 9106 33554432000 4194304 4196468 140729548051456 139933585853280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25921] ppid=25782 vsize=10819664 memory=140045587539584 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25921/stat : 25921 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697566 11079335936 9106 33554432000 4194304 4196468 140729548051456 139934012578352 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36424 KiB

[startup+0.310705 s]*
/proc/loadavg: 0.88 0.86 1.09 5/228 25922
/proc/meminfo: memFree=28533884/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=10820148 memory=46048 CPUtime=0.35 cores=1,3,5,7
/proc/25785/stat : 25785 (java) S 25782 25785 24221 0 -1 1077944320 10238 13388 1 1 25 2 5 3 20 0 15 0 415697548 11079831552 11512 33554432000 4194304 4196468 140729548051456 140729548034000 139935047032567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
/proc/25785/statm: 2705037 11512 3301 1 0 2667149 0
[pid=25785/tid=25895] ppid=25782 vsize=10820148 memory=1398722017469774279 CPUtime=0.25 cores=1,3,5,7
/proc/25785/task/25895/stat : 25895 (java) R 25782 25785 24221 0 -1 4202560 6707 13388 0 1 16 1 5 3 20 0 15 0 415697560 11079831552 11512 33554432000 4194304 4196468 140729548051456 139935018846464 139935027219528 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25897] ppid=25782 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25897/stat : 25897 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11079831552 11512 33554432000 4194304 4196468 140729548051456 139935051275280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25898] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25898/stat : 25898 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934939548816 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25899] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25899/stat : 25899 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934938495760 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25900] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25900/stat : 25900 (java) S 25782 25785 24221 0 -1 1077944384 2 13388 0 1 0 0 5 3 20 0 15 0 415697561 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934937443216 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25905] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25905/stat : 25905 (java) S 25782 25785 24221 0 -1 1077944384 2 13388 0 1 0 0 5 3 20 0 15 0 415697562 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934050347248 139935047043714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25907] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25907/stat : 25907 (java) S 25782 25785 24221 0 -1 1077944384 33 13388 0 1 0 0 5 3 20 0 15 0 415697563 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934049293472 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25909] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25909/stat : 25909 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697563 11079831552 11512 33554432000 4194304 4196468 140729548051456 139933926810352 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25911] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25911/stat : 25911 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697565 11079831552 11512 33554432000 4194304 4196468 140729548051456 139933619410896 139935047051163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25912] ppid=25782 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25785/task/25912/stat : 25912 (java) S 25782 25785 24221 0 -1 1077944384 497 13388 0 1 2 0 5 3 20 0 15 0 415697565 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934015736560 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25913] ppid=25782 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25785/task/25913/stat : 25913 (java) S 25782 25785 24221 0 -1 1077944384 164 13388 0 1 1 0 5 3 20 0 15 0 415697565 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934014684016 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25914] ppid=25782 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25785/task/25914/stat : 25914 (java) S 25782 25785 24221 0 -1 1077944384 613 13388 0 1 4 0 5 3 20 0 15 0 415697565 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934013630960 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25919] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25919/stat : 25919 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697566 11079831552 11512 33554432000 4194304 4196468 140729548051456 139933585853280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25921] ppid=25782 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25921/stat : 25921 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697566 11079831552 11512 33554432000 4194304 4196468 140729548051456 139934012578352 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 46048 KiB

[startup+0.703639 s]
/proc/loadavg: 0.88 0.86 1.09 3/228 25922
/proc/meminfo: memFree=28506628/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=10822312 memory=75108 CPUtime=0.99 cores=1,3,5,7
/proc/25785/stat : 25785 (java) S 25782 25785 24221 0 -1 1077944320 14460 13388 1 1 86 5 5 3 20 0 15 0 415697548 11082047488 18777 33554432000 4194304 4196468 140729548051456 140729548034000 139935047032567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
/proc/25785/statm: 2705578 18777 3491 1 0 2667661 0
[pid=25785/tid=25895] ppid=25782 vsize=10822312 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/25785/task/25895/stat : 25895 (java) D 25782 25785 24221 0 -1 4202560 9732 13388 0 1 49 3 5 3 20 0 15 0 415697560 11082047488 18777 33554432000 4194304 4196468 140729548051456 139935018858400 139935047054493 0 4 0 16800975 18446744071580419588 0 0 -1 7 0 0 3 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25897] ppid=25782 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25897/stat : 25897 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11082047488 18777 33554432000 4194304 4196468 140729548051456 139935051275280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25898] ppid=25782 vsize=10822312 memory=280090923777088 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25898/stat : 25898 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934939548816 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25899] ppid=25782 vsize=10822312 memory=4218 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25899/stat : 25899 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697561 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934938495760 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25900] ppid=25782 vsize=10822312 memory=280090924374500 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25900/stat : 25900 (java) S 25782 25785 24221 0 -1 1077944384 2 13388 0 1 0 0 5 3 20 0 15 0 415697561 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934937443216 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25905] ppid=25782 vsize=10822312 memory=4638778398332900452 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25905/stat : 25905 (java) S 25782 25785 24221 0 -1 1077944384 5 13388 0 1 0 0 5 3 20 0 15 0 415697562 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934050347248 139935047043714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25907] ppid=25782 vsize=10822312 memory=7300728970739542608 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25907/stat : 25907 (java) S 25782 25785 24221 0 -1 1077944384 33 13388 0 1 0 0 5 3 20 0 15 0 415697563 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934049293472 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25909] ppid=25782 vsize=10822312 memory=4640770644950143056 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25909/stat : 25909 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697563 11082047488 18777 33554432000 4194304 4196468 140729548051456 139933926810352 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25911] ppid=25782 vsize=10822312 memory=7100839861566347365 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25911/stat : 25911 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697565 11082047488 18777 33554432000 4194304 4196468 140729548051456 139933619410896 139935047051163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25912] ppid=25782 vsize=10822312 memory=-5345911727066483670 CPUtime=0.19 cores=1,3,5,7
/proc/25785/task/25912/stat : 25912 (java) R 25782 25785 24221 0 -1 4202560 1021 13388 0 1 11 0 5 3 20 0 15 0 415697565 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934015726352 139935033050113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25913] ppid=25782 vsize=10822312 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/25785/task/25913/stat : 25913 (java) R 25782 25785 24221 0 -1 4202560 587 13388 0 1 8 0 5 3 20 0 15 0 415697565 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934014671040 139935030518490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25914] ppid=25782 vsize=10822312 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/25785/task/25914/stat : 25914 (java) S 25782 25785 24221 0 -1 1077944384 860 13388 0 1 16 0 5 3 20 0 15 0 415697565 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934013630960 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25919] ppid=25782 vsize=10822312 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25919/stat : 25919 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697566 11082047488 18777 33554432000 4194304 4196468 140729548051456 139933585853280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25921] ppid=25782 vsize=10822312 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25921/stat : 25921 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697566 11082047488 18777 33554432000 4194304 4196468 140729548051456 139934012578352 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 75108 KiB

[startup+1.5007 s]
/proc/loadavg: 1.05 0.90 1.10 5/228 25922
/proc/meminfo: memFree=28434304/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=10834676 memory=168108 CPUtime=2.32 cores=1,3,5,7
/proc/25785/stat : 25785 (java) S 25782 25785 24221 0 -1 1077944320 21780 13388 1 1 214 10 5 3 20 0 15 0 415697548 11094708224 42027 33554432000 4194304 4196468 140729548051456 140729548034000 139935047032567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
/proc/25785/statm: 2708669 42027 3587 1 0 2670733 0
[pid=25785/tid=25895] ppid=25782 vsize=10834676 memory=1780 CPUtime=1.36 cores=1,3,5,7
/proc/25785/task/25895/stat : 25895 (java) R 25782 25785 24221 0 -1 4202560 15100 13388 0 1 122 6 5 3 20 0 15 0 415697560 11094708224 42027 33554432000 4194304 4196468 140729548051456 139935018847936 139935047054493 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25897] ppid=25782 vsize=10834676 memory=286543284 CPUtime=0.09 cores=1,3,5,7
/proc/25785/task/25897/stat : 25897 (java) S 25782 25785 24221 0 -1 1077944384 79 13388 0 1 1 0 5 3 20 0 15 0 415697561 11094708224 42027 33554432000 4194304 4196468 140729548051456 139935051275280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25898] ppid=25782 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25785/task/25898/stat : 25898 (java) S 25782 25785 24221 0 -1 1077944384 24 13388 0 1 1 0 5 3 20 0 15 0 415697561 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934939548816 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25899] ppid=25782 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25785/task/25899/stat : 25899 (java) S 25782 25785 24221 0 -1 1077944384 65 13388 0 1 1 0 5 3 20 0 15 0 415697561 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934938495760 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25900] ppid=25782 vsize=10834676 memory=56 CPUtime=0.09 cores=1,3,5,7
/proc/25785/task/25900/stat : 25900 (java) S 25782 25785 24221 0 -1 1077944384 354 13388 0 1 1 0 5 3 20 0 15 0 415697561 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934937443216 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25905] ppid=25782 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25785/task/25905/stat : 25905 (java) S 25782 25785 24221 0 -1 1077944384 147 13388 0 1 1 0 5 3 20 0 15 0 415697562 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934050347248 139935047043714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25907] ppid=25782 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25907/stat : 25907 (java) S 25782 25785 24221 0 -1 1077944384 34 13388 0 1 0 0 5 3 20 0 15 0 415697563 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934049293536 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25909] ppid=25782 vsize=10834676 memory=-7966001967256141664 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25909/stat : 25909 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697563 11094708224 42027 33554432000 4194304 4196468 140729548051456 139933926810368 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25911] ppid=25782 vsize=10834676 memory=8303054830060986464 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25911/stat : 25911 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697565 11094708224 42027 33554432000 4194304 4196468 140729548051456 139933619410896 139935047051163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25912] ppid=25782 vsize=10834676 memory=8303054830060986464 CPUtime=0.3 cores=1,3,5,7
/proc/25785/task/25912/stat : 25912 (java) S 25782 25785 24221 0 -1 1077944384 1268 13388 0 1 22 0 5 3 20 0 15 0 415697565 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934015736560 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25913] ppid=25782 vsize=10834676 memory=6944656592452807320 CPUtime=0.33 cores=1,3,5,7
/proc/25785/task/25913/stat : 25913 (java) S 25782 25785 24221 0 -1 1077944384 932 13388 0 1 25 0 5 3 20 0 15 0 415697565 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934014684016 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25914] ppid=25782 vsize=10834676 memory=6944656592455360608 CPUtime=0.44 cores=1,3,5,7
/proc/25785/task/25914/stat : 25914 (java) S 25782 25785 24221 0 -1 1077944384 1561 13388 0 1 36 0 5 3 20 0 15 0 415697565 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934013630960 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25919] ppid=25782 vsize=10834676 memory=-7966001967259297120 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25919/stat : 25919 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697566 11094708224 42027 33554432000 4194304 4196468 140729548051456 139933585853280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25921] ppid=25782 vsize=10834676 memory=7589810480545162596 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25921/stat : 25921 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697566 11094708224 42027 33554432000 4194304 4196468 140729548051456 139934012578352 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 168108 KiB

[startup+3.11088 s]
/proc/loadavg: 1.05 0.90 1.10 5/228 25922
/proc/meminfo: memFree=28139680/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=10844936 memory=263088 CPUtime=6.83 cores=1,3,5,7
/proc/25785/stat : 25785 (java) S 25782 25785 24221 0 -1 1077944320 35363 13388 1 1 659 16 5 3 20 0 15 0 415697548 11105214464 65772 33554432000 4194304 4196468 140729548051456 140729548034000 139935047032567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
/proc/25785/statm: 2711234 65772 3611 1 0 2673293 0
[pid=25785/tid=25895] ppid=25782 vsize=10844936 memory=0 CPUtime=2.94 cores=1,3,5,7
/proc/25785/task/25895/stat : 25895 (java) S 25782 25785 24221 0 -1 1077944384 20344 13388 0 1 278 8 5 3 20 0 15 0 415697560 11105214464 65772 33554432000 4194304 4196468 140729548051456 139935018850912 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0

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

/proc/25785/task/25895/stat : 25895 (java) R 25782 25785 24221 0 -1 4202560 51592 13388 0 1 218297 36 5 3 20 0 15 0 415697560 11109408768 175310 33554432000 4194304 4196468 140729548051456 139935018868624 139934629167232 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25897] ppid=25782 vsize=10849032 memory=701240 CPUtime=8.86 cores=1,3,5,7
/proc/25785/task/25897/stat : 25897 (java) S 25782 25785 24221 0 -1 1077944384 6823 13388 0 1 837 41 5 3 20 0 15 0 415697561 11109408768 175310 33554432000 4194304 4196468 140729548051456 139935051275280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25898] ppid=25782 vsize=10849032 memory=952 CPUtime=8.8 cores=1,3,5,7
/proc/25785/task/25898/stat : 25898 (java) S 25782 25785 24221 0 -1 1077944384 8114 13388 0 1 834 38 5 3 20 0 15 0 415697561 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934939548816 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25899] ppid=25782 vsize=10849032 memory=3620 CPUtime=8.81 cores=1,3,5,7
/proc/25785/task/25899/stat : 25899 (java) S 25782 25785 24221 0 -1 1077944384 8414 13388 0 1 830 43 5 3 20 0 15 0 415697561 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934938495760 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25900] ppid=25782 vsize=10849032 memory=701240 CPUtime=8.85 cores=1,3,5,7
/proc/25785/task/25900/stat : 25900 (java) S 25782 25785 24221 0 -1 1077944384 6715 13388 0 1 837 40 5 3 20 0 15 0 415697561 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934937443216 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25905] ppid=25782 vsize=10849032 memory=701240 CPUtime=7.85 cores=1,3,5,7
/proc/25785/task/25905/stat : 25905 (java) S 25782 25785 24221 0 -1 1077944384 10354 13388 0 1 735 42 5 3 20 0 15 0 415697562 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934050347248 139935047043714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25907] ppid=25782 vsize=10849032 memory=701240 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25907/stat : 25907 (java) S 25782 25785 24221 0 -1 1077944384 39 13388 0 1 0 0 5 3 20 0 15 0 415697563 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934049293600 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25909] ppid=25782 vsize=10849032 memory=701240 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25909/stat : 25909 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697563 11109408768 175310 33554432000 4194304 4196468 140729548051456 139933926810368 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25911] ppid=25782 vsize=10849032 memory=701240 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25911/stat : 25911 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697565 11109408768 175310 33554432000 4194304 4196468 140729548051456 139933619410896 139935047051163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25912] ppid=25782 vsize=10849032 memory=701240 CPUtime=3.95 cores=1,3,5,7
/proc/25785/task/25912/stat : 25912 (java) S 25782 25785 24221 0 -1 1077944384 29140 13388 0 1 384 3 5 3 20 0 15 0 415697565 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934015736560 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25913] ppid=25782 vsize=10849032 memory=701240 CPUtime=3.44 cores=1,3,5,7
/proc/25785/task/25913/stat : 25913 (java) S 25782 25785 24221 0 -1 1077944384 18162 13388 0 1 333 3 5 3 20 0 15 0 415697565 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934014684016 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25914] ppid=25782 vsize=10849032 memory=280090925657440 CPUtime=2.01 cores=1,3,5,7
/proc/25785/task/25914/stat : 25914 (java) S 25782 25785 24221 0 -1 1077944384 18101 13388 0 1 189 4 5 3 20 0 15 0 415697565 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934013630960 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25919] ppid=25782 vsize=10849032 memory=701240 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25919/stat : 25919 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697566 11109408768 175310 33554432000 4194304 4196468 140729548051456 139933585853280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25921] ppid=25782 vsize=10849032 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/25785/task/25921/stat : 25921 (java) S 25782 25785 24221 0 -1 1077944384 723 13388 0 1 55 59 5 3 20 0 15 0 415697566 11109408768 175310 33554432000 4194304 4196468 140729548051456 139934012578352 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
Current children cumulated CPU time: 2236.58 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 701240 KiB

[startup+2262.3 s]
/proc/loadavg: 1.39 1.42 1.40 3/229 26264
/proc/meminfo: memFree=27253828/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=10849032 memory=703288 CPUtime=2297.3 cores=1,3,5,7
/proc/25785/stat : 25785 (java) S 25782 25785 24221 0 -1 1077944320 161272 13388 1 1 229451 271 5 3 20 0 15 0 415697548 11109408768 175822 33554432000 4194304 4196468 140729548051456 140729548034000 139935047032567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
/proc/25785/statm: 2712258 175822 3628 1 0 2674317 0
[pid=25785/tid=25895] ppid=25782 vsize=10849032 memory=6791534058613427641 CPUtime=2242.91 cores=1,3,5,7
/proc/25785/task/25895/stat : 25895 (java) R 25782 25785 24221 0 -1 4202560 52076 13388 0 1 224246 37 5 3 20 0 15 0 415697560 11109408768 175822 33554432000 4194304 4196468 140729548051456 139935018868560 139934628398482 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25897] ppid=25782 vsize=10849032 memory=703288 CPUtime=9.1 cores=1,3,5,7
/proc/25785/task/25897/stat : 25897 (java) S 25782 25785 24221 0 -1 1077944384 6848 13388 0 1 861 41 5 3 20 0 15 0 415697561 11109408768 175822 33554432000 4194304 4196468 140729548051456 139935051275280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25898] ppid=25782 vsize=10849032 memory=703288 CPUtime=9.05 cores=1,3,5,7
/proc/25785/task/25898/stat : 25898 (java) S 25782 25785 24221 0 -1 1077944384 8349 13388 0 1 858 39 5 3 20 0 15 0 415697561 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934939548816 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25899] ppid=25782 vsize=10849032 memory=703288 CPUtime=9.05 cores=1,3,5,7
/proc/25785/task/25899/stat : 25899 (java) S 25782 25785 24221 0 -1 1077944384 8470 13388 0 1 853 44 5 3 20 0 15 0 415697561 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934938495760 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25900] ppid=25782 vsize=10849032 memory=703288 CPUtime=9.1 cores=1,3,5,7
/proc/25785/task/25900/stat : 25900 (java) S 25782 25785 24221 0 -1 1077944384 6751 13388 0 1 861 41 5 3 20 0 15 0 415697561 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934937443216 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25905] ppid=25782 vsize=10849032 memory=703288 CPUtime=8.06 cores=1,3,5,7
/proc/25785/task/25905/stat : 25905 (java) S 25782 25785 24221 0 -1 1077944384 10385 13388 0 1 756 42 5 3 20 0 15 0 415697562 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934050347248 139935047043714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25907] ppid=25782 vsize=10849032 memory=703288 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25907/stat : 25907 (java) S 25782 25785 24221 0 -1 1077944384 39 13388 0 1 0 0 5 3 20 0 15 0 415697563 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934049293600 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25909] ppid=25782 vsize=10849032 memory=703288 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25909/stat : 25909 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697563 11109408768 175822 33554432000 4194304 4196468 140729548051456 139933926810368 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25911] ppid=25782 vsize=10849032 memory=703288 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25911/stat : 25911 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697565 11109408768 175822 33554432000 4194304 4196468 140729548051456 139933619410896 139935047051163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25912] ppid=25782 vsize=10849032 memory=3620 CPUtime=3.95 cores=1,3,5,7
/proc/25785/task/25912/stat : 25912 (java) S 25782 25785 24221 0 -1 1077944384 29142 13388 0 1 384 3 5 3 20 0 15 0 415697565 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934015736560 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25913] ppid=25782 vsize=10849032 memory=40112 CPUtime=3.44 cores=1,3,5,7
/proc/25785/task/25913/stat : 25913 (java) S 25782 25785 24221 0 -1 1077944384 18164 13388 0 1 333 3 5 3 20 0 15 0 415697565 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934014684016 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25914] ppid=25782 vsize=10849032 memory=703288 CPUtime=2.01 cores=1,3,5,7
/proc/25785/task/25914/stat : 25914 (java) S 25782 25785 24221 0 -1 1077944384 18103 13388 0 1 189 4 5 3 20 0 15 0 415697565 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934013630960 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25919] ppid=25782 vsize=10849032 memory=703288 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25919/stat : 25919 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697566 11109408768 175822 33554432000 4194304 4196468 140729548051456 139933585853280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25921] ppid=25782 vsize=10849032 memory=703288 CPUtime=1.25 cores=1,3,5,7
/proc/25785/task/25921/stat : 25921 (java) S 25782 25785 24221 0 -1 1077944384 729 13388 0 1 56 61 5 3 20 0 15 0 415697566 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934012578352 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
Current children cumulated CPU time: 2297.3 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 703288 KiB

[startup+2322.3 s]
/proc/loadavg: 1.40 1.43 1.40 3/228 26268
/proc/meminfo: memFree=27254860/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=10849032 memory=703288 CPUtime=2358.04 cores=1,3,5,7
/proc/25785/stat : 25785 (java) S 25782 25785 24221 0 -1 1077944320 162259 13388 1 1 235519 277 5 3 20 0 15 0 415697548 11109408768 175822 33554432000 4194304 4196468 140729548051456 140729548034000 139935047032567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
/proc/25785/statm: 2712258 175822 3628 1 0 2674317 0
[pid=25785/tid=25895] ppid=25782 vsize=10849032 memory=703288 CPUtime=2302.41 cores=1,3,5,7
/proc/25785/task/25895/stat : 25895 (java) R 25782 25785 24221 0 -1 4202560 52517 13388 0 1 230196 37 5 3 20 0 15 0 415697560 11109408768 175822 33554432000 4194304 4196468 140729548051456 139935018867504 139934631376212 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25897] ppid=25782 vsize=10849032 memory=703288 CPUtime=9.34 cores=1,3,5,7
/proc/25785/task/25897/stat : 25897 (java) S 25782 25785 24221 0 -1 1077944384 6941 13388 0 1 884 42 5 3 20 0 15 0 415697561 11109408768 175822 33554432000 4194304 4196468 140729548051456 139935051275280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25898] ppid=25782 vsize=10849032 memory=703288 CPUtime=9.3 cores=1,3,5,7
/proc/25785/task/25898/stat : 25898 (java) S 25782 25785 24221 0 -1 1077944384 8369 13388 0 1 882 40 5 3 20 0 15 0 415697561 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934939548816 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25899] ppid=25782 vsize=10849032 memory=703288 CPUtime=9.29 cores=1,3,5,7
/proc/25785/task/25899/stat : 25899 (java) S 25782 25785 24221 0 -1 1077944384 8638 13388 0 1 876 45 5 3 20 0 15 0 415697561 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934938495760 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25900] ppid=25782 vsize=10849032 memory=703288 CPUtime=9.35 cores=1,3,5,7
/proc/25785/task/25900/stat : 25900 (java) S 25782 25785 24221 0 -1 1077944384 6809 13388 0 1 885 42 5 3 20 0 15 0 415697561 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934937443216 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25905] ppid=25782 vsize=10849032 memory=703288 CPUtime=8.27 cores=1,3,5,7
/proc/25785/task/25905/stat : 25905 (java) S 25782 25785 24221 0 -1 1077944384 10576 13388 0 1 776 43 5 3 20 0 15 0 415697562 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934050347248 139935047043714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25907] ppid=25782 vsize=10849032 memory=703288 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25907/stat : 25907 (java) S 25782 25785 24221 0 -1 1077944384 39 13388 0 1 0 0 5 3 20 0 15 0 415697563 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934049293600 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25909] ppid=25782 vsize=10849032 memory=703288 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25909/stat : 25909 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697563 11109408768 175822 33554432000 4194304 4196468 140729548051456 139933926810368 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25911] ppid=25782 vsize=10849032 memory=703288 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25911/stat : 25911 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697565 11109408768 175822 33554432000 4194304 4196468 140729548051456 139933619410896 139935047051163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25912] ppid=25782 vsize=10849032 memory=703288 CPUtime=3.95 cores=1,3,5,7
/proc/25785/task/25912/stat : 25912 (java) S 25782 25785 24221 0 -1 1077944384 29142 13388 0 1 384 3 5 3 20 0 15 0 415697565 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934015736560 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25913] ppid=25782 vsize=10849032 memory=703288 CPUtime=3.44 cores=1,3,5,7
/proc/25785/task/25913/stat : 25913 (java) S 25782 25785 24221 0 -1 1077944384 18165 13388 0 1 333 3 5 3 20 0 15 0 415697565 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934014684016 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25914] ppid=25782 vsize=10849032 memory=703288 CPUtime=2.01 cores=1,3,5,7
/proc/25785/task/25914/stat : 25914 (java) S 25782 25785 24221 0 -1 1077944384 18103 13388 0 1 189 4 5 3 20 0 15 0 415697565 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934013630960 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25919] ppid=25782 vsize=10849032 memory=703288 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25919/stat : 25919 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697566 11109408768 175822 33554432000 4194304 4196468 140729548051456 139933585853280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25921] ppid=25782 vsize=10849032 memory=659472 CPUtime=1.28 cores=1,3,5,7
/proc/25785/task/25921/stat : 25921 (java) S 25782 25785 24221 0 -1 1077944384 744 13388 0 1 59 61 5 3 20 0 15 0 415697566 11109408768 175822 33554432000 4194304 4196468 140729548051456 139934012578352 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
Current children cumulated CPU time: 2358.04 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 703288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2363.8 s]
/proc/loadavg: 1.46 1.44 1.41 3/228 26272
/proc/meminfo: memFree=27250824/32770624 swapFree=67004752/67108860
[pid=25785] ppid=25782 vsize=10849032 memory=705336 CPUtime=2400.04 cores=1,3,5,7
/proc/25785/stat : 25785 (java) S 25782 25785 24221 0 -1 1077944320 163088 13388 1 1 239714 282 5 3 20 0 15 0 415697548 11109408768 176334 33554432000 4194304 4196468 140729548051456 140729548034000 139935047032567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
/proc/25785/statm: 2712258 176334 3628 1 0 2674317 0
[pid=25785/tid=25895] ppid=25782 vsize=10849032 memory=6791534058613427641 CPUtime=2343.57 cores=1,3,5,7
/proc/25785/task/25895/stat : 25895 (java) R 25782 25785 24221 0 -1 4202560 52973 13388 0 1 234311 38 5 3 20 0 15 0 415697560 11109408768 176334 33554432000 4194304 4196468 140729548051456 139935018868256 139934626066951 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25897] ppid=25782 vsize=10849032 memory=1780 CPUtime=9.52 cores=1,3,5,7
/proc/25785/task/25897/stat : 25897 (java) S 25782 25785 24221 0 -1 1077944384 6966 13388 0 1 901 43 5 3 20 0 15 0 415697561 11109408768 176334 33554432000 4194304 4196468 140729548051456 139935051275280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25898] ppid=25782 vsize=10849032 memory=21976 CPUtime=9.46 cores=1,3,5,7
/proc/25785/task/25898/stat : 25898 (java) S 25782 25785 24221 0 -1 1077944384 8395 13388 0 1 897 41 5 3 20 0 15 0 415697561 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934939548816 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25899] ppid=25782 vsize=10849032 memory=2116 CPUtime=9.46 cores=1,3,5,7
/proc/25785/task/25899/stat : 25899 (java) S 25782 25785 24221 0 -1 1077944384 8670 13388 0 1 892 46 5 3 20 0 15 0 415697561 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934938495760 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25900] ppid=25782 vsize=10849032 memory=705336 CPUtime=9.52 cores=1,3,5,7
/proc/25785/task/25900/stat : 25900 (java) S 25782 25785 24221 0 -1 1077944384 7061 13388 0 1 901 43 5 3 20 0 15 0 415697561 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934937443216 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25905] ppid=25782 vsize=10849032 memory=1440 CPUtime=8.42 cores=1,3,5,7
/proc/25785/task/25905/stat : 25905 (java) S 25782 25785 24221 0 -1 1077944384 10604 13388 0 1 790 44 5 3 20 0 15 0 415697562 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934050347248 139935047043714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25907] ppid=25782 vsize=10849032 memory=816 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25907/stat : 25907 (java) S 25782 25785 24221 0 -1 1077944384 39 13388 0 1 0 0 5 3 20 0 15 0 415697563 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934049293600 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25909] ppid=25782 vsize=10849032 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25909/stat : 25909 (java) S 25782 25785 24221 0 -1 1077944384 1 13388 0 1 0 0 5 3 20 0 15 0 415697563 11109408768 176334 33554432000 4194304 4196468 140729548051456 139933926810368 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25911] ppid=25782 vsize=10849032 memory=111628 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25911/stat : 25911 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697565 11109408768 176334 33554432000 4194304 4196468 140729548051456 139933619410896 139935047051163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25912] ppid=25782 vsize=10849032 memory=804 CPUtime=3.95 cores=1,3,5,7
/proc/25785/task/25912/stat : 25912 (java) S 25782 25785 24221 0 -1 1077944384 29144 13388 0 1 384 3 5 3 20 0 15 0 415697565 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934015736560 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25913] ppid=25782 vsize=10849032 memory=1808 CPUtime=3.44 cores=1,3,5,7
/proc/25785/task/25913/stat : 25913 (java) S 25782 25785 24221 0 -1 1077944384 18167 13388 0 1 333 3 5 3 20 0 15 0 415697565 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934014684016 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25914] ppid=25782 vsize=10849032 memory=924 CPUtime=2.01 cores=1,3,5,7
/proc/25785/task/25914/stat : 25914 (java) S 25782 25785 24221 0 -1 1077944384 18105 13388 0 1 189 4 5 3 20 0 15 0 415697565 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934013630960 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25919] ppid=25782 vsize=10849032 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/25785/task/25919/stat : 25919 (java) S 25782 25785 24221 0 -1 1077944384 3 13388 0 1 0 0 5 3 20 0 15 0 415697566 11109408768 176334 33554432000 4194304 4196468 140729548051456 139933585853280 139935047042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
[pid=25785/tid=25921] ppid=25782 vsize=10849032 memory=1540 CPUtime=1.3 cores=1,3,5,7
/proc/25785/task/25921/stat : 25921 (java) S 25782 25785 24221 0 -1 1077944384 748 13388 0 1 60 62 5 3 20 0 15 0 415697566 11109408768 176334 33554432000 4194304 4196468 140729548051456 139934012578352 139935047043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140729548057327 140729548059845 140729548059845 140729548062671 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 705336 KiB

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

[startup+2363.83 s]
# the end of solver process 25785 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.22 s, system=2.86812 s

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

Child status: 143
Real time (s): 2363.83
CPU time (s): 2400.09
CPU user time (s): 2397.22
CPU system time (s): 2.86812
CPU usage (%): 101.534
Max. virtual memory (cumulated for all children) (KiB): 10851728
Max. memory (cumulated for all children) (KiB): 705336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.22
system time used= 2.86812
maximum resident set size= 709548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177352
page faults= 2
swaps= 0
block input operations= 10528
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 231368
involuntary context switches= 7636


# summary of solver processes directly reported to runsolver:
#   pid: 25785
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2397.22
#   total CPU system time (s): 2.86812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7911 second user time and 20.608 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 19:04:19
IDJOB=4396504
IDBENCH=115960
IDSOLVER=2847
FILE ID=node126/4396504-1568394297
RUNJOBID= node126-1568394259-25762
PBS_JOBID= 21701858
Free space on /tmp= 55776 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396504-1568394297/watcher-4396504-1568394297 -o /tmp/evaluation-result-4396504-1568394297/solver-4396504-1568394297 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568394259-25762 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1620630240 HOME/instance-4396504-1568394297.xml

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

MD5SUM BENCH= ff3476fab8d1f67b2009ab5045109208
RANDOM SEED=1620630240

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28608820 kB
MemAvailable:   31861696 kB
Buffers:          160744 kB
Cached:          3337644 kB
SwapCached:         2860 kB
Active:          1739344 kB
Inactive:        1763724 kB
Active(anon):       3072 kB
Inactive(anon):    43540 kB
Active(file):    1736272 kB
Inactive(file):  1720184 kB
Unevictable:      108840 kB
Mlocked:          108840 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:             70448 kB
Writeback:             0 kB
AnonPages:        163296 kB
Mapped:            44596 kB
Shmem:             32816 kB
Slab:             254624 kB
SReclaimable:     224512 kB
SUnreclaim:        30112 kB
KernelStack:        3712 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55704 MiB
End job on node126 at 2019-09-13 19:43:44