Trace number 4387560

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 NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.14 2467.23

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-093.xml
MD5SUMbf633c2727f59b2e783fa7e248dd5fc9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size65
Maximum domain size93
Distribution of domain sizes[{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.55	c Concrete v3.10.1560635388952 running
2520.08/2467.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2467.21		at concrete.MAC.mac(MAC.scala:189)
2520.08/2467.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.08/2467.21		at scala.util.Try$.apply(Try.scala:212)
2520.08/2467.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2467.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2467.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2467.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2467.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2467.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2467.21		at concrete.ProblemState.map(ProblemState.scala:228)
2520.08/2467.21		at concrete.ProblemState.map(ProblemState.scala:210)
2520.08/2467.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2467.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2467.21		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.08/2467.21		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.08/2467.21		at concrete.Solver.nextOption(Solver.scala:67)
2520.08/2467.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.08/2467.21		at scala.util.Success.map(Try.scala:264)
2520.08/2467.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.08/2467.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2467.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2467.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2467.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2467.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2467.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2467.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2467.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2467.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2467.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2467.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2467.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2467.21		at scala.App.main(App.scala:75)
2520.08/2467.21		at scala.App.main$(App.scala:73)
2520.08/2467.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2467.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2467.21	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387560-1568340979/watcher-4387560-1568340979 -o /tmp/evaluation-result-4387560-1568340979/solver-4387560-1568340979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568338444-3362 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=141031319 HOME/instance-4387560-1568340979.xml 

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

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

solver pid=4086, runsolver pid=4083

[startup+0.100059 s]*
/proc/loadavg: 1.50 1.41 1.76 3/218 4143
/proc/meminfo: memFree=18481556/32770624 swapFree=66959216/67108860
[pid=4086] ppid=4083 vsize=9972712 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/4086/stat : 4086 (java) S 4083 4086 3331 0 -1 1077944320 4320 13273 0 0 1 0 5 2 20 0 6 0 410038140 10212057088 4583 33554432000 4194304 4196468 140726596745664 140726596728208 140178062315255 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
/proc/4086/statm: 2493178 4583 1931 1 0 2481616 0
[pid=4086/tid=4139] ppid=4083 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 2124 13273 0 0 1 0 5 2 20 0 6 0 410038149 10212057088 4583 33554432000 4194304 4196468 140726596745664 140178034152016 140178062337181 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=9972712 memory=5793855716226468281 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 6 0 410038150 10212057088 4583 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=9972712 memory=140465216575104 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 6 0 410038150 10212057088 4583 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 6 0 410038150 10212057088 4583 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 6 0 410038150 10212057088 4583 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210388 s]*
/proc/loadavg: 1.50 1.41 1.76 3/227 4152
/proc/meminfo: memFree=18461812/32770624 swapFree=66959216/67108860
[pid=4086] ppid=4083 vsize=10818940 memory=37488 CPUtime=0.25 cores=0,2,4,6
/proc/4086/stat : 4086 (java) S 4083 4086 3331 0 -1 1077944320 6757 13273 0 0 17 1 5 2 20 0 15 0 410038140 11078594560 9372 33554432000 4194304 4196468 140726596745664 140726596728208 140178062315255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
/proc/4086/statm: 2704735 9372 2950 1 0 2667149 0
[pid=4086/tid=4139] ppid=4083 vsize=10818940 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 3254 13273 0 0 11 0 5 2 20 0 15 0 410038149 11078594560 9372 33554432000 4194304 4196468 140726596745664 140178034138416 140178046395742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=10818940 memory=4211974191421365642 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11078594560 9372 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=10818940 memory=140465216575104 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 410038150 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4144] ppid=4083 vsize=10818940 memory=140465216575104 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4144/stat : 4144 (java) S 4083 4086 3331 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 410038151 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177521461872 140178062326402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4145] ppid=4083 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4145/stat : 4145 (java) S 4083 4086 3331 0 -1 1077944384 33 13273 0 0 0 0 5 2 20 0 15 0 410038152 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177520407840 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4146] ppid=4083 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4146/stat : 4146 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038152 11078594560 9372 33554432000 4194304 4196468 140726596745664 140176928007792 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4147] ppid=4083 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4147/stat : 4147 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11078594560 9372 33554432000 4194304 4196468 140726596745664 140176620608080 140178062333851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4148] ppid=4083 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4086/task/4148/stat : 4148 (java) S 4083 4086 3331 0 -1 1077944384 451 13273 0 0 1 0 5 2 20 0 15 0 410038155 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177486850160 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4149] ppid=4083 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4149/stat : 4149 (java) S 4083 4086 3331 0 -1 1077944384 181 13273 0 0 0 0 5 2 20 0 15 0 410038155 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177485797360 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4150] ppid=4083 vsize=10818940 memory=140465216575104 CPUtime=0.1 cores=0,2,4,6
/proc/4086/task/4150/stat : 4150 (java) S 4083 4086 3331 0 -1 1077944384 628 13273 0 0 3 0 5 2 20 0 15 0 410038155 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177484745072 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4151] ppid=4083 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4151/stat : 4151 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11078594560 9372 33554432000 4194304 4196468 140726596745664 140176587049440 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4152] ppid=4083 vsize=10818940 memory=140465216575104 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4152/stat : 4152 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038155 11078594560 9372 33554432000 4194304 4196468 140726596745664 140177483692976 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37488 KiB

[startup+0.311274 s]*
/proc/loadavg: 1.50 1.41 1.76 3/227 4152
/proc/meminfo: memFree=18450708/32770624 swapFree=66959216/67108860
[pid=4086] ppid=4083 vsize=10820096 memory=48848 CPUtime=0.39 cores=0,2,4,6
/proc/4086/stat : 4086 (java) S 4083 4086 3331 0 -1 1077944320 10521 13273 0 0 29 3 5 2 20 0 15 0 410038140 11079778304 12212 33554432000 4194304 4196468 140726596745664 140726596728208 140178062315255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
/proc/4086/statm: 2705024 12212 3204 1 0 2667149 0
[pid=4086/tid=4139] ppid=4083 vsize=10820096 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 6996 13273 0 0 19 2 5 2 20 0 15 0 410038149 11079778304 12212 33554432000 4194304 4196468 140726596745664 140178034136288 140177985359072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11079778304 12212 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 410038150 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4144] ppid=4083 vsize=10820096 memory=140465216575103 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4144/stat : 4144 (java) S 4083 4086 3331 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 410038151 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177521461872 140178062326402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4145] ppid=4083 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4145/stat : 4145 (java) S 4083 4086 3331 0 -1 1077944384 33 13273 0 0 0 0 5 2 20 0 15 0 410038152 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177520407840 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4146] ppid=4083 vsize=10820096 memory=140465216575104 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4146/stat : 4146 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038152 11079778304 12212 33554432000 4194304 4196468 140726596745664 140176928007792 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4147] ppid=4083 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4147/stat : 4147 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11079778304 12212 33554432000 4194304 4196468 140726596745664 140176620608080 140178062333851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4148] ppid=4083 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4086/task/4148/stat : 4148 (java) S 4083 4086 3331 0 -1 1077944384 451 13273 0 0 2 0 5 2 20 0 15 0 410038155 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177486850160 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4149] ppid=4083 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4086/task/4149/stat : 4149 (java) S 4083 4086 3331 0 -1 1077944384 183 13273 0 0 1 0 5 2 20 0 15 0 410038155 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177485797360 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4150] ppid=4083 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4086/task/4150/stat : 4150 (java) S 4083 4086 3331 0 -1 1077944384 638 13273 0 0 5 0 5 2 20 0 15 0 410038155 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177484745072 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4151] ppid=4083 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4151/stat : 4151 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11079778304 12212 33554432000 4194304 4196468 140726596745664 140176587049440 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4152] ppid=4083 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4152/stat : 4152 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038155 11079778304 12212 33554432000 4194304 4196468 140726596745664 140177483692976 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48848 KiB

[startup+0.700788 s]
/proc/loadavg: 1.50 1.41 1.76 5/227 4152
/proc/meminfo: memFree=18435880/32770624 swapFree=66959216/67108860
[pid=4086] ppid=4083 vsize=10824340 memory=78372 CPUtime=1.14 cores=0,2,4,6
/proc/4086/stat : 4086 (java) S 4083 4086 3331 0 -1 1077944320 14348 13273 0 0 102 5 5 2 20 0 15 0 410038140 11084124160 19593 33554432000 4194304 4196468 140726596745664 140726596728208 140178062315255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
/proc/4086/statm: 2706085 19593 3501 1 0 2668173 0
[pid=4086/tid=4139] ppid=4083 vsize=10824340 memory=1660 CPUtime=0.66 cores=0,2,4,6
/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 10043 13273 0 0 55 4 5 2 20 0 15 0 410038149 11084124160 19593 33554432000 4194304 4196468 140726596745664 140178034137472 140178046395742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11084124160 19593 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=10824340 memory=140465093779969 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=10824340 memory=140466905416597 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038150 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=10824340 memory=2124 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 410038150 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4144] ppid=4083 vsize=10824340 memory=5794559664533100645 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4144/stat : 4144 (java) S 4083 4086 3331 0 -1 1077944384 5 13273 0 0 0 0 5 2 20 0 15 0 410038151 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177521461872 140178062326402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4145] ppid=4083 vsize=10824340 memory=7739276948477931367 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4145/stat : 4145 (java) S 4083 4086 3331 0 -1 1077944384 33 13273 0 0 0 0 5 2 20 0 15 0 410038152 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177520407840 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4146] ppid=4083 vsize=10824340 memory=5787219428069434709 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4146/stat : 4146 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038152 11084124160 19593 33554432000 4194304 4196468 140726596745664 140176928007792 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4147] ppid=4083 vsize=10824340 memory=3054156605368933524 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4147/stat : 4147 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11084124160 19593 33554432000 4194304 4196468 140726596745664 140176620608080 140178062333851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4148] ppid=4083 vsize=10824340 memory=8326441112149131693 CPUtime=0.22 cores=0,2,4,6
/proc/4086/task/4148/stat : 4148 (java) S 4083 4086 3331 0 -1 1077944384 816 13273 0 0 15 0 5 2 20 0 15 0 410038155 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177486850160 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4149] ppid=4083 vsize=10824340 memory=7679937539659563834 CPUtime=0.19 cores=0,2,4,6
/proc/4086/task/4149/stat : 4149 (java) S 4083 4086 3331 0 -1 1077944384 448 13273 0 0 12 0 5 2 20 0 15 0 410038155 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177485797360 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4150] ppid=4083 vsize=10824340 memory=6944656425123485561 CPUtime=0.24 cores=0,2,4,6
/proc/4086/task/4150/stat : 4150 (java) S 4083 4086 3331 0 -1 1077944384 786 13273 0 0 17 0 5 2 20 0 15 0 410038155 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177484745072 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4151] ppid=4083 vsize=10824340 memory=-9178176116494409632 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4151/stat : 4151 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11084124160 19593 33554432000 4194304 4196468 140726596745664 140176587049440 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4152] ppid=4083 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4152/stat : 4152 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038155 11084124160 19593 33554432000 4194304 4196468 140726596745664 140177483692976 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78372 KiB

[startup+1.50071 s]
/proc/loadavg: 1.50 1.41 1.76 5/227 4152
/proc/meminfo: memFree=18347400/32770624 swapFree=66959216/67108860
[pid=4086] ppid=4083 vsize=10834656 memory=173532 CPUtime=2.68 cores=0,2,4,6
/proc/4086/stat : 4086 (java) S 4083 4086 3331 0 -1 1077944320 22184 13273 0 0 251 10 5 2 20 0 15 0 410038140 11094687744 43383 33554432000 4194304 4196468 140726596745664 140726596728208 140178062315255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
/proc/4086/statm: 2708664 43383 3573 1 0 2670733 0
[pid=4086/tid=4139] ppid=4083 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 15621 13273 0 0 130 6 5 2 20 0 15 0 410038149 11094687744 43383 33554432000 4194304 4196468 140726596745664 140178034120736 140178044183704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=10834656 memory=91664 CPUtime=0.08 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 60 13273 0 0 1 0 5 2 20 0 15 0 410038150 11094687744 43383 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=10834656 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 36 13273 0 0 1 0 5 2 20 0 15 0 410038150 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 42 13273 0 0 0 0 5 2 20 0 15 0 410038150 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 312 13273 0 0 1 0 5 2 20 0 15 0 410038150 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4144] ppid=4083 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4086/task/4144/stat : 4144 (java) S 4083 4086 3331 0 -1 1077944384 122 13273 0 0 1 0 5 2 20 0 15 0 410038151 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177521461872 140178062326402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4145] ppid=4083 vsize=10834656 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4145/stat : 4145 (java) S 4083 4086 3331 0 -1 1077944384 33 13273 0 0 0 0 5 2 20 0 15 0 410038152 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177520407904 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4146] ppid=4083 vsize=10834656 memory=2580 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4146/stat : 4146 (java) S 4083 4086 3331 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 410038152 11094687744 43383 33554432000 4194304 4196468 140726596745664 140176928007808 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4147] ppid=4083 vsize=10834656 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4147/stat : 4147 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11094687744 43383 33554432000 4194304 4196468 140726596745664 140176620608080 140178062333851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4148] ppid=4083 vsize=10834656 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/4086/task/4148/stat : 4148 (java) R 4083 4086 3331 0 -1 1077944384 1350 13273 0 0 41 0 5 2 20 0 15 0 410038155 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177486850160 140178062326402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4149] ppid=4083 vsize=10834656 memory=158263438001743 CPUtime=0.37 cores=0,2,4,6
/proc/4086/task/4149/stat : 4149 (java) R 4083 4086 3331 0 -1 4202560 820 13273 0 0 30 0 5 2 20 0 15 0 410038155 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177485797360 140178041643840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4150] ppid=4083 vsize=10834656 memory=1968658 CPUtime=0.49 cores=0,2,4,6
/proc/4086/task/4150/stat : 4150 (java) R 4083 4086 3331 0 -1 4202560 1574 13273 0 0 42 0 5 2 20 0 15 0 410038155 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177484745072 140178062336602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4151] ppid=4083 vsize=10834656 memory=6935649255759568985 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4151/stat : 4151 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11094687744 43383 33554432000 4194304 4196468 140726596745664 140176587049440 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4152] ppid=4083 vsize=10834656 memory=7007706849797496916 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4152/stat : 4152 (java) S 4083 4086 3331 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 410038155 11094687744 43383 33554432000 4194304 4196468 140726596745664 140177483692976 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10834656 KiB

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

/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 89661 13273 0 0 229649 57 5 2 20 0 15 0 410038149 11107291136 412560 33554432000 4194304 4196468 140726596745664 140178034151152 140177618249422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=10846964 memory=1650240 CPUtime=11.6 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 33430 13273 0 0 1101 52 5 2 20 0 15 0 410038150 11107291136 412560 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=10846964 memory=1650096 CPUtime=11.61 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 33292 13273 0 0 1098 56 5 2 20 0 15 0 410038150 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=10846964 memory=280930187702400 CPUtime=11.55 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 25353 13273 0 0 1094 54 5 2 20 0 15 0 410038150 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=10846964 memory=1650192 CPUtime=11.59 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 29927 13273 0 0 1100 52 5 2 20 0 15 0 410038150 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4144] ppid=4083 vsize=10846964 memory=1650192 CPUtime=10.87 cores=0,2,4,6
/proc/4086/task/4144/stat : 4144 (java) S 4083 4086 3331 0 -1 1077944384 26429 13273 0 0 1033 47 5 2 20 0 15 0 410038151 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177521461872 140178062326402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4145] ppid=4083 vsize=10846964 memory=1650240 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4145/stat : 4145 (java) S 4083 4086 3331 0 -1 1077944384 44 13273 0 0 0 0 5 2 20 0 15 0 410038152 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177520407968 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4146] ppid=4083 vsize=10846964 memory=1650240 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4146/stat : 4146 (java) S 4083 4086 3331 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 410038152 11107291136 412560 33554432000 4194304 4196468 140726596745664 140176928007808 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4147] ppid=4083 vsize=10846964 memory=1650240 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4147/stat : 4147 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11107291136 412560 33554432000 4194304 4196468 140726596745664 140176620608080 140178062333851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4148] ppid=4083 vsize=10846964 memory=1650116 CPUtime=6.89 cores=0,2,4,6
/proc/4086/task/4148/stat : 4148 (java) S 4083 4086 3331 0 -1 1077944384 35139 13273 0 0 676 6 5 2 20 0 15 0 410038155 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177486850160 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4149] ppid=4083 vsize=10846964 memory=8112282956445269571 CPUtime=6.77 cores=0,2,4,6
/proc/4086/task/4149/stat : 4149 (java) S 4083 4086 3331 0 -1 1077944384 27418 13273 0 0 664 6 5 2 20 0 15 0 410038155 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177485797360 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4150] ppid=4083 vsize=10846964 memory=984 CPUtime=3.87 cores=0,2,4,6
/proc/4086/task/4150/stat : 4150 (java) S 4083 4086 3331 0 -1 1077944384 23254 13273 0 0 373 7 5 2 20 0 15 0 410038155 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177484745072 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4151] ppid=4083 vsize=10846964 memory=1650240 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4151/stat : 4151 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11107291136 412560 33554432000 4194304 4196468 140726596745664 140176587049440 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4152] ppid=4083 vsize=10846964 memory=1650240 CPUtime=1.46 cores=0,2,4,6
/proc/4086/task/4152/stat : 4152 (java) S 4083 4086 3331 0 -1 1077944384 1661 13273 0 0 73 66 5 2 20 0 15 0 410038155 11107291136 412560 33554432000 4194304 4196468 140726596745664 140177483692976 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 2372.82 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1650240 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 1.37 1.39 3/227 4375
/proc/meminfo: memFree=16615624/32770624 swapFree=66959216/67108860
[pid=4086] ppid=4083 vsize=10846964 memory=1652380 CPUtime=2433.79 cores=0,2,4,6
/proc/4086/stat : 4086 (java) S 4083 4086 3331 0 -1 1077944320 332567 13273 0 0 243014 358 5 2 20 0 15 0 410038140 11107291136 413095 33554432000 4194304 4196468 140726596745664 140726596728208 140178062315255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
/proc/4086/statm: 2711741 413095 3624 1 0 2673805 0
[pid=4086/tid=4139] ppid=4083 vsize=10846964 memory=8112282956445269571 CPUtime=2356.44 cores=0,2,4,6
/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 90891 13273 0 0 235579 58 5 2 20 0 15 0 410038149 11107291136 413095 33554432000 4194304 4196468 140726596745664 140178034151168 140177635790152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=10846964 memory=1652380 CPUtime=11.93 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 33550 13273 0 0 1133 53 5 2 20 0 15 0 410038150 11107291136 413095 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=10846964 memory=1652372 CPUtime=11.94 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 34935 13273 0 0 1130 57 5 2 20 0 15 0 410038150 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=10846964 memory=1652372 CPUtime=11.89 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 26430 13273 0 0 1127 55 5 2 20 0 15 0 410038150 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=10846964 memory=1652372 CPUtime=11.92 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 30138 13273 0 0 1131 54 5 2 20 0 15 0 410038150 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4144] ppid=4083 vsize=10846964 memory=1652380 CPUtime=11.16 cores=0,2,4,6
/proc/4086/task/4144/stat : 4144 (java) S 4083 4086 3331 0 -1 1077944384 26846 13273 0 0 1061 48 5 2 20 0 15 0 410038151 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177521461872 140178062326402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4145] ppid=4083 vsize=10846964 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4145/stat : 4145 (java) S 4083 4086 3331 0 -1 1077944384 44 13273 0 0 0 0 5 2 20 0 15 0 410038152 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177520407968 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4146] ppid=4083 vsize=10846964 memory=1652372 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4146/stat : 4146 (java) S 4083 4086 3331 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 410038152 11107291136 413095 33554432000 4194304 4196468 140726596745664 140176928007808 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4147] ppid=4083 vsize=10846964 memory=1652372 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4147/stat : 4147 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11107291136 413095 33554432000 4194304 4196468 140726596745664 140176620608080 140178062333851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4148] ppid=4083 vsize=10846964 memory=1652380 CPUtime=6.89 cores=0,2,4,6
/proc/4086/task/4148/stat : 4148 (java) S 4083 4086 3331 0 -1 1077944384 35143 13273 0 0 676 6 5 2 20 0 15 0 410038155 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177486850160 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4149] ppid=4083 vsize=10846964 memory=20664 CPUtime=6.77 cores=0,2,4,6
/proc/4086/task/4149/stat : 4149 (java) S 4083 4086 3331 0 -1 1077944384 27423 13273 0 0 664 6 5 2 20 0 15 0 410038155 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177485797360 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4150] ppid=4083 vsize=10846964 memory=1652380 CPUtime=3.88 cores=0,2,4,6
/proc/4086/task/4150/stat : 4150 (java) S 4083 4086 3331 0 -1 1077944384 23258 13273 0 0 374 7 5 2 20 0 15 0 410038155 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177484745072 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4151] ppid=4083 vsize=10846964 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4151/stat : 4151 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11107291136 413095 33554432000 4194304 4196468 140726596745664 140176587049440 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4152] ppid=4083 vsize=10846964 memory=8112282956445269571 CPUtime=1.5 cores=0,2,4,6
/proc/4086/task/4152/stat : 4152 (java) S 4083 4086 3331 0 -1 1077944384 1684 13273 0 0 75 68 5 2 20 0 15 0 410038155 11107291136 413095 33554432000 4194304 4196468 140726596745664 140177483692976 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 2433.79 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1652380 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.38 1.39 2/206 4427
/proc/meminfo: memFree=18259308/32770624 swapFree=66959216/67108860
[pid=4086] ppid=4083 vsize=10846964 memory=1652484 CPUtime=2494.76 cores=0,2,4,6
/proc/4086/stat : 4086 (java) S 4083 4086 3331 0 -1 1077944320 336285 13273 0 0 249103 366 5 2 20 0 15 0 410038140 11107291136 413121 33554432000 4194304 4196468 140726596745664 140726596728208 140178062315255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
/proc/4086/statm: 2711741 413121 3624 1 0 2673805 0
[pid=4086/tid=4139] ppid=4083 vsize=10846964 memory=1652484 CPUtime=2415.76 cores=0,2,4,6
/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 92317 13273 0 0 241510 59 5 2 20 0 15 0 410038149 11107291136 413121 33554432000 4194304 4196468 140726596745664 140178034150816 140177635874827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=10846964 memory=1652484 CPUtime=12.25 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 34664 13273 0 0 1164 54 5 2 20 0 15 0 410038150 11107291136 413121 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=10846964 memory=1652484 CPUtime=12.26 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 35065 13273 0 0 1161 58 5 2 20 0 15 0 410038150 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=10846964 memory=1652484 CPUtime=12.23 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 26731 13273 0 0 1159 57 5 2 20 0 15 0 410038150 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=10846964 memory=2008 CPUtime=12.26 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 30246 13273 0 0 1164 55 5 2 20 0 15 0 410038150 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4144] ppid=4083 vsize=10846964 memory=1652484 CPUtime=11.46 cores=0,2,4,6
/proc/4086/task/4144/stat : 4144 (java) S 4083 4086 3331 0 -1 1077944384 27439 13273 0 0 1089 50 5 2 20 0 15 0 410038151 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177521461872 140178062326402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4145] ppid=4083 vsize=10846964 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4145/stat : 4145 (java) S 4083 4086 3331 0 -1 1077944384 44 13273 0 0 0 0 5 2 20 0 15 0 410038152 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177520407968 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4146] ppid=4083 vsize=10846964 memory=1652476 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4146/stat : 4146 (java) S 4083 4086 3331 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 410038152 11107291136 413121 33554432000 4194304 4196468 140726596745664 140176928007808 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4147] ppid=4083 vsize=10846964 memory=5964 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4147/stat : 4147 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11107291136 413121 33554432000 4194304 4196468 140726596745664 140176620608080 140178062333851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4148] ppid=4083 vsize=10846964 memory=1652484 CPUtime=6.89 cores=0,2,4,6
/proc/4086/task/4148/stat : 4148 (java) S 4083 4086 3331 0 -1 1077944384 35145 13273 0 0 676 6 5 2 20 0 15 0 410038155 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177486850160 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4149] ppid=4083 vsize=10846964 memory=1652484 CPUtime=6.77 cores=0,2,4,6
/proc/4086/task/4149/stat : 4149 (java) S 4083 4086 3331 0 -1 1077944384 27427 13273 0 0 664 6 5 2 20 0 15 0 410038155 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177485797360 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4150] ppid=4083 vsize=10846964 memory=14004 CPUtime=3.88 cores=0,2,4,6
/proc/4086/task/4150/stat : 4150 (java) S 4083 4086 3331 0 -1 1077944384 23260 13273 0 0 374 7 5 2 20 0 15 0 410038155 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177484745072 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4151] ppid=4083 vsize=10846964 memory=20664 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4151/stat : 4151 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11107291136 413121 33554432000 4194304 4196468 140726596745664 140176587049440 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4152] ppid=4083 vsize=10846964 memory=670 CPUtime=1.53 cores=0,2,4,6
/proc/4086/task/4152/stat : 4152 (java) S 4083 4086 3331 0 -1 1077944384 1722 13273 0 0 76 70 5 2 20 0 15 0 410038155 11107291136 413121 33554432000 4194304 4196468 140726596745664 140177483692976 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 2494.76 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1652484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.2 s]
/proc/loadavg: 1.35 1.35 1.38 2/206 4429
/proc/meminfo: memFree=18258616/32770624 swapFree=66959216/67108860
[pid=4086] ppid=4083 vsize=10846964 memory=1652500 CPUtime=2520.08 cores=0,2,4,6
/proc/4086/stat : 4086 (java) S 4083 4086 3331 0 -1 1077944320 338224 13273 0 0 251632 369 5 2 20 0 15 0 410038140 11107291136 413125 33554432000 4194304 4196468 140726596745664 140726596728208 140178062315255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
/proc/4086/statm: 2711741 413125 3624 1 0 2673805 0
[pid=4086/tid=4139] ppid=4083 vsize=10846964 memory=1652500 CPUtime=2440.37 cores=0,2,4,6
/proc/4086/task/4139/stat : 4139 (java) R 4083 4086 3331 0 -1 4202560 93000 13273 0 0 243971 59 5 2 20 0 15 0 410038149 11107291136 413125 33554432000 4194304 4196468 140726596745664 140178034150208 140177636335095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4140] ppid=4083 vsize=10846964 memory=1652500 CPUtime=12.4 cores=0,2,4,6
/proc/4086/task/4140/stat : 4140 (java) S 4083 4086 3331 0 -1 1077944384 34702 13273 0 0 1178 55 5 2 20 0 15 0 410038150 11107291136 413125 33554432000 4194304 4196468 140726596745664 140178066557328 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4141] ppid=4083 vsize=10846964 memory=1652500 CPUtime=12.41 cores=0,2,4,6
/proc/4086/task/4141/stat : 4141 (java) S 4083 4086 3331 0 -1 1077944384 35286 13273 0 0 1175 59 5 2 20 0 15 0 410038150 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177954830608 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4142] ppid=4083 vsize=10846964 memory=8112282956445269571 CPUtime=12.36 cores=0,2,4,6
/proc/4086/task/4142/stat : 4142 (java) S 4083 4086 3331 0 -1 1077944384 27368 13273 0 0 1172 57 5 2 20 0 15 0 410038150 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177953778320 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4143] ppid=4083 vsize=10846964 memory=1564 CPUtime=12.39 cores=0,2,4,6
/proc/4086/task/4143/stat : 4143 (java) S 4083 4086 3331 0 -1 1077944384 30278 13273 0 0 1177 55 5 2 20 0 15 0 410038150 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177952725520 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4144] ppid=4083 vsize=10846964 memory=1660 CPUtime=11.59 cores=0,2,4,6
/proc/4086/task/4144/stat : 4144 (java) S 4083 4086 3331 0 -1 1077944384 27741 13273 0 0 1101 51 5 2 20 0 15 0 410038151 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177521461872 140178062326402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4145] ppid=4083 vsize=10846964 memory=38628 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4145/stat : 4145 (java) S 4083 4086 3331 0 -1 1077944384 44 13273 0 0 0 0 5 2 20 0 15 0 410038152 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177520407968 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4146] ppid=4083 vsize=10846964 memory=1720 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4146/stat : 4146 (java) S 4083 4086 3331 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 410038152 11107291136 413125 33554432000 4194304 4196468 140726596745664 140176928007808 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4147] ppid=4083 vsize=10846964 memory=10604 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4147/stat : 4147 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11107291136 413125 33554432000 4194304 4196468 140726596745664 140176620608080 140178062333851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4148] ppid=4083 vsize=10846964 memory=3360 CPUtime=6.89 cores=0,2,4,6
/proc/4086/task/4148/stat : 4148 (java) S 4083 4086 3331 0 -1 1077944384 35147 13273 0 0 676 6 5 2 20 0 15 0 410038155 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177486850160 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4149] ppid=4083 vsize=10846964 memory=776 CPUtime=6.77 cores=0,2,4,6
/proc/4086/task/4149/stat : 4149 (java) S 4083 4086 3331 0 -1 1077944384 27430 13273 0 0 664 6 5 2 20 0 15 0 410038155 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177485797360 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4150] ppid=4083 vsize=10846964 memory=8112282956445269571 CPUtime=3.88 cores=0,2,4,6
/proc/4086/task/4150/stat : 4150 (java) S 4083 4086 3331 0 -1 1077944384 23262 13273 0 0 374 7 5 2 20 0 15 0 410038155 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177484745072 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4151] ppid=4083 vsize=10846964 memory=1652500 CPUtime=0.07 cores=0,2,4,6
/proc/4086/task/4151/stat : 4151 (java) S 4083 4086 3331 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 410038155 11107291136 413125 33554432000 4194304 4196468 140726596745664 140176587049440 140178062325461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
[pid=4086/tid=4152] ppid=4083 vsize=10846964 memory=1436 CPUtime=1.55 cores=0,2,4,6
/proc/4086/task/4152/stat : 4152 (java) S 4083 4086 3331 0 -1 1077944384 1741 13273 0 0 77 71 5 2 20 0 15 0 410038155 11107291136 413125 33554432000 4194304 4196468 140726596745664 140177483692976 140178062326402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18874368 140726596750070 140726596752581 140726596752581 140726596755407 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1652500 KiB

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

[startup+2467.23 s]
# the end of solver process 4086 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.39 s, system=3.74641 s

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

Child status: 143
Real time (s): 2467.23
CPU time (s): 2520.14
CPU user time (s): 2516.39
CPU system time (s): 3.74641
CPU usage (%): 102.144
Max. virtual memory (cumulated for all children) (KiB): 10849764
Max. memory (cumulated for all children) (KiB): 1652500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.39
system time used= 3.74641
maximum resident set size= 1656724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291325
involuntary context switches= 12435


# summary of solver processes directly reported to runsolver:
#   pid: 4086
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.39
#   total CPU system time (s): 3.74641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1937 second user time and 24.7691 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 04:15:40
IDJOB=4387560
IDBENCH=141743
IDSOLVER=2823
FILE ID=node124/4387560-1568340979
RUNJOBID= node124-1568338444-3362
PBS_JOBID= 21701165
Free space on /tmp= 55332 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-093.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387560-1568340979/watcher-4387560-1568340979 -o /tmp/evaluation-result-4387560-1568340979/solver-4387560-1568340979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568338444-3362 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=141031319 HOME/instance-4387560-1568340979.xml

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

MD5SUM BENCH= bf633c2727f59b2e783fa7e248dd5fc9
RANDOM SEED=141031319

node124.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.47
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.47
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.47
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.47
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:        18488028 kB
MemAvailable:   30435548 kB
Buffers:          168956 kB
Cached:         11941784 kB
SwapCached:        45864 kB
Active:          2432140 kB
Inactive:       11110240 kB
Active(anon):    1387444 kB
Inactive(anon):    85948 kB
Active(file):    1044696 kB
Inactive(file): 11024292 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             35228 kB
Writeback:             0 kB
AnonPages:       1496684 kB
Mapped:            56532 kB
Shmem:             32744 kB
Slab:             335344 kB
SReclaimable:     306992 kB
SUnreclaim:        28352 kB
KernelStack:        3760 kB
PageTables:         8472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2639300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1312768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55332 MiB
End job on node124 at 2019-09-13 04:56:47