Trace number 4402625

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.12.3? (TO) 2520.09 2473.53

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-046.xml
MD5SUM90f9fedd4c3faeb9a4a1958b76d0db2e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark186.128
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size29
Maximum domain size46
Distribution of domain sizes[{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.04/2473.50	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2473.51		at concrete.MAC.mac(MAC.scala:192)
2520.04/2473.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2473.51		at scala.util.Try$.apply(Try.scala:210)
2520.04/2473.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2473.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2473.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2473.51		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2473.51		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2473.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.04/2473.51		at concrete.ProblemState.map(ProblemState.scala:238)
2520.04/2473.51		at concrete.ProblemState.map(ProblemState.scala:212)
2520.04/2473.51		at concrete.MAC.nextSolution(MAC.scala:348)
2520.04/2473.51		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2473.51		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.04/2473.51		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.04/2473.51		at concrete.Solver.nextOption(Solver.scala:67)
2520.04/2473.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.04/2473.51		at scala.util.Success.map(Try.scala:262)
2520.04/2473.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2473.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2473.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2473.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2473.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2473.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2473.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2473.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2473.51		at scala.App.$anonfun$main$1(App.scala:73)
2520.04/2473.51		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.04/2473.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.04/2473.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.04/2473.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.04/2473.51		at scala.App.main(App.scala:73)
2520.04/2473.51		at scala.App.main$(App.scala:71)
2520.04/2473.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2473.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2473.51	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 (3234 MiB free)
  memory of node 1: 16384 MiB (5255 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402625-1568989108/watcher-4402625-1568989108 -o /tmp/evaluation-result-4402625-1568989108/solver-4402625-1568989108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1249408523 HOME/instance-4402625-1568989108.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=10824, runsolver pid=10821

[startup+0.100057 s]*
/proc/loadavg: 1.35 1.34 1.40 3/218 10881
/proc/meminfo: memFree=8688392/32770624 swapFree=66999016/67108860
[pid=10824] ppid=10821 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/10824/stat : 10824 (java) S 10821 10824 4702 0 -1 1077944320 4336 13097 0 0 1 1 5 2 20 0 6 0 475175691 10212057088 4583 33554432000 4194304 4196468 140729499616064 140729499598608 140089407225591 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
/proc/10824/statm: 2493178 4583 1931 1 0 2481616 0
[pid=10824/tid=10877] ppid=10821 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10877/stat : 10877 (java) R 10821 10824 4702 0 -1 4202560 2127 13097 0 0 0 0 5 2 20 0 6 0 475175700 10212057088 4583 33554432000 4194304 4196468 140729499616064 140089379062352 140089391306078 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 475175701 10212057088 4583 33554432000 4194304 4196468 140729499616064 140089411468432 140089407235797 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=9972712 memory=140018178590336 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 475175701 10212057088 4583 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 6 0 475175701 10212057088 4583 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 6 0 475175701 10212057088 4583 33554432000 4194304 4196468 140729499616064 140089297636112 140089407235797 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210517 s]*
/proc/loadavg: 1.35 1.34 1.40 3/227 10890
/proc/meminfo: memFree=8669888/32770624 swapFree=66999016/67108860
[pid=10824] ppid=10821 vsize=10819732 memory=40492 CPUtime=0.25 cores=0,2,4,6
/proc/10824/stat : 10824 (java) S 10821 10824 4702 0 -1 1077944320 7032 13097 0 0 16 2 5 2 20 0 15 0 475175691 11079405568 10123 33554432000 4194304 4196468 140729499616064 140729499598608 140089407225591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
/proc/10824/statm: 2704933 10123 3190 1 0 2667149 0
[pid=10824/tid=10877] ppid=10821 vsize=10820000 memory=5450916389569530688 CPUtime=0.18 cores=0,2,4,6
/proc/10824/task/10877/stat : 10877 (java) R 10821 10824 4702 0 -1 4202560 3592 13097 0 0 10 1 5 2 20 0 15 0 475175700 11079680000 10188 33554432000 4194304 4196468 140729499616064 140089379036624 140089330302573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=10820000 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11079680000 10188 33554432000 4194304 4196468 140729499616064 140089411468432 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=10820000 memory=140018178590336 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11079680000 10188 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11079680000 10188 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 475175701 11079680000 10188 33554432000 4194304 4196468 140729499616064 140089297636112 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10882] ppid=10821 vsize=10820000 memory=140018178590336 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10882/stat : 10882 (java) S 10821 10824 4702 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 475175703 11079680000 10188 33554432000 4194304 4196468 140729499616064 140088866441584 140089407236738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10883] ppid=10821 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10883/stat : 10883 (java) S 10821 10824 4702 0 -1 1077944384 33 13097 0 0 0 0 5 2 20 0 15 0 475175703 11079680000 10188 33554432000 4194304 4196468 140729499616064 140088865387552 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10884] ppid=10821 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10884/stat : 10884 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175703 11079680000 10188 33554432000 4194304 4196468 140729499616064 140088277197680 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10885] ppid=10821 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10885/stat : 10885 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11079680000 10188 33554432000 4194304 4196468 140729499616064 140087969797968 140089407244187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10886] ppid=10821 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10824/task/10886/stat : 10886 (java) S 10821 10824 4702 0 -1 1077944384 365 13097 0 0 1 0 5 2 20 0 15 0 475175706 11079847936 10188 33554432000 4194304 4196468 140729499616064 140088831830896 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10887] ppid=10821 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10887/stat : 10887 (java) S 10821 10824 4702 0 -1 1077944384 291 13097 0 0 0 0 5 2 20 0 15 0 475175706 11079847936 10188 33554432000 4194304 4196468 140729499616064 140088830778096 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10888] ppid=10821 vsize=10820164 memory=140018178590336 CPUtime=0.1 cores=0,2,4,6
/proc/10824/task/10888/stat : 10888 (java) S 10821 10824 4702 0 -1 1077944384 594 13097 0 0 3 0 5 2 20 0 15 0 475175706 11079847936 10188 33554432000 4194304 4196468 140729499616064 140088829725296 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10889] ppid=10821 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10889/stat : 10889 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11079847936 10188 33554432000 4194304 4196468 140729499616064 140087936240352 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10890] ppid=10821 vsize=10820164 memory=140018178590336 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10890/stat : 10890 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175706 11079847936 10188 33554432000 4194304 4196468 140729499616064 140088828672688 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819732 KiB
Current children cumulated memory: 40492 KiB

[startup+0.310325 s]*
/proc/loadavg: 1.35 1.34 1.40 4/227 10890
/proc/meminfo: memFree=8656476/32770624 swapFree=66999016/67108860
[pid=10824] ppid=10821 vsize=10820196 memory=49192 CPUtime=0.39 cores=0,2,4,6
/proc/10824/stat : 10824 (java) S 10821 10824 4702 0 -1 1077944320 10545 13097 0 0 29 3 5 2 20 0 15 0 475175691 11079880704 12298 33554432000 4194304 4196468 140729499616064 140729499598608 140089407225591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
/proc/10824/statm: 2705049 12298 3316 1 0 2667149 0
[pid=10824/tid=10877] ppid=10821 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/10824/task/10877/stat : 10877 (java) R 10821 10824 4702 0 -1 4202560 7019 13097 0 0 19 2 5 2 20 0 15 0 475175700 11079880704 12298 33554432000 4194304 4196468 140729499616064 140089379034512 140089391306078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=10820196 memory=6010731463218587748 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11079880704 12298 33554432000 4194304 4196468 140729499616064 140089411468432 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=10820196 memory=5787213827347079232 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11079880704 12298 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=10820196 memory=7649539393723188929 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11079880704 12298 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 475175701 11079880704 12298 33554432000 4194304 4196468 140729499616064 140089297636112 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10882] ppid=10821 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10882/stat : 10882 (java) S 10821 10824 4702 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 475175703 11079880704 12298 33554432000 4194304 4196468 140729499616064 140088866441584 140089407236738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10883] ppid=10821 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10883/stat : 10883 (java) S 10821 10824 4702 0 -1 1077944384 33 13097 0 0 0 0 5 2 20 0 15 0 475175703 11079880704 12298 33554432000 4194304 4196468 140729499616064 140088865387552 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10884] ppid=10821 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10884/stat : 10884 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175703 11079880704 12298 33554432000 4194304 4196468 140729499616064 140088277197680 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10885] ppid=10821 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10885/stat : 10885 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11079880704 12298 33554432000 4194304 4196468 140729499616064 140087969797968 140089407244187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10886] ppid=10821 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10824/task/10886/stat : 10886 (java) S 10821 10824 4702 0 -1 1077944384 374 13097 0 0 2 0 5 2 20 0 15 0 475175706 11079880704 12298 33554432000 4194304 4196468 140729499616064 140088831830896 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10887] ppid=10821 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10824/task/10887/stat : 10887 (java) S 10821 10824 4702 0 -1 1077944384 294 13097 0 0 1 0 5 2 20 0 15 0 475175706 11079880704 12298 33554432000 4194304 4196468 140729499616064 140088830778096 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10888] ppid=10821 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10824/task/10888/stat : 10888 (java) S 10821 10824 4702 0 -1 1077944384 602 13097 0 0 5 0 5 2 20 0 15 0 475175706 11079880704 12298 33554432000 4194304 4196468 140729499616064 140088829725296 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10889] ppid=10821 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10889/stat : 10889 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11079880704 12298 33554432000 4194304 4196468 140729499616064 140087936240352 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10890] ppid=10821 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10890/stat : 10890 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175706 11079880704 12298 33554432000 4194304 4196468 140729499616064 140088828672688 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49192 KiB

[startup+0.701552 s]
/proc/loadavg: 1.35 1.34 1.40 3/227 10890
/proc/meminfo: memFree=8642060/32770624 swapFree=66999016/67108860
[pid=10824] ppid=10821 vsize=10824364 memory=81636 CPUtime=1.14 cores=0,2,4,6
/proc/10824/stat : 10824 (java) S 10821 10824 4702 0 -1 1077944320 14620 13097 0 0 102 5 5 2 20 0 15 0 475175691 11084148736 20409 33554432000 4194304 4196468 140729499616064 140729499598608 140089407225591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
/proc/10824/statm: 2706091 20409 3513 1 0 2668173 0
[pid=10824/tid=10877] ppid=10821 vsize=10824364 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/10824/task/10877/stat : 10877 (java) R 10821 10824 4702 0 -1 4202560 9967 13097 0 0 56 3 5 2 20 0 15 0 475175700 11084148736 20409 33554432000 4194304 4196468 140729499616064 140089379047888 140089391306078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11084148736 20409 33554432000 4194304 4196468 140729499616064 140089411468432 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11084148736 20409 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175701 11084148736 20409 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 475175701 11084148736 20409 33554432000 4194304 4196468 140729499616064 140089297636112 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10882] ppid=10821 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10882/stat : 10882 (java) S 10821 10824 4702 0 -1 1077944384 5 13097 0 0 0 0 5 2 20 0 15 0 475175703 11084148736 20409 33554432000 4194304 4196468 140729499616064 140088866441584 140089407236738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10883] ppid=10821 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10883/stat : 10883 (java) S 10821 10824 4702 0 -1 1077944384 33 13097 0 0 0 0 5 2 20 0 15 0 475175703 11084148736 20409 33554432000 4194304 4196468 140729499616064 140088865387552 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10884] ppid=10821 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10884/stat : 10884 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175703 11084148736 20409 33554432000 4194304 4196468 140729499616064 140088277197680 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10885] ppid=10821 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10885/stat : 10885 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11084148736 20409 33554432000 4194304 4196468 140729499616064 140087969797968 140089407244187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10886] ppid=10821 vsize=10824364 memory=140018081367952 CPUtime=0.2 cores=0,2,4,6
/proc/10824/task/10886/stat : 10886 (java) R 10821 10824 4702 0 -1 4202560 773 13097 0 0 13 0 5 2 20 0 15 0 475175706 11084148736 20409 33554432000 4194304 4196468 140729499616064 140088831816912 140089399515045 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10887] ppid=10821 vsize=10824364 memory=24964 CPUtime=0.22 cores=0,2,4,6
/proc/10824/task/10887/stat : 10887 (java) S 10821 10824 4702 0 -1 1077944384 863 13097 0 0 15 0 5 2 20 0 15 0 475175706 11084148736 20409 33554432000 4194304 4196468 140729499616064 140088830778096 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10888] ppid=10821 vsize=10824364 memory=2244 CPUtime=0.23 cores=0,2,4,6
/proc/10824/task/10888/stat : 10888 (java) R 10821 10824 4702 0 -1 1077944384 757 13097 0 0 16 0 5 2 20 0 15 0 475175706 11084148736 20409 33554432000 4194304 4196468 140729499616064 140088829725296 140089407236738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10889] ppid=10821 vsize=10824364 memory=140018081365360 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10889/stat : 10889 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11084148736 20409 33554432000 4194304 4196468 140729499616064 140087936240352 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10890] ppid=10821 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10890/stat : 10890 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175706 11084148736 20409 33554432000 4194304 4196468 140729499616064 140088828672688 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81636 KiB

[startup+1.50077 s]
/proc/loadavg: 1.35 1.34 1.40 3/227 10890
/proc/meminfo: memFree=8600424/32770624 swapFree=66999016/67108860
[pid=10824] ppid=10821 vsize=10834680 memory=169104 CPUtime=2.45 cores=0,2,4,6
/proc/10824/stat : 10824 (java) S 10821 10824 4702 0 -1 1077944320 21271 13097 0 0 228 10 5 2 20 0 15 0 475175691 11094712320 42276 33554432000 4194304 4196468 140729499616064 140729499598608 140089407225591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
/proc/10824/statm: 2708670 42276 3585 1 0 2670733 0
[pid=10824/tid=10877] ppid=10821 vsize=10834680 memory=19 CPUtime=1.42 cores=0,2,4,6
/proc/10824/task/10877/stat : 10877 (java) R 10821 10824 4702 0 -1 4202560 14797 13097 0 0 130 5 5 2 20 0 15 0 475175700 11094712320 42276 33554432000 4194304 4196468 140729499616064 140089379029120 140089407237526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=10834680 memory=27 CPUtime=0.08 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) S 10821 10824 4702 0 -1 1077944384 67 13097 0 0 1 0 5 2 20 0 15 0 475175701 11094712320 42276 33554432000 4194304 4196468 140729499616064 140089411468432 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 322 13097 0 0 0 0 5 2 20 0 15 0 475175701 11094712320 42276 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 26 13097 0 0 1 0 5 2 20 0 15 0 475175701 11094712320 42276 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=10834680 memory=95052 CPUtime=0.08 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 78 13097 0 0 1 0 5 2 20 0 15 0 475175701 11094712320 42276 33554432000 4194304 4196468 140729499616064 140089297636112 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10882] ppid=10821 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10824/task/10882/stat : 10882 (java) S 10821 10824 4702 0 -1 1077944384 154 13097 0 0 1 0 5 2 20 0 15 0 475175703 11094712320 42276 33554432000 4194304 4196468 140729499616064 140088866441584 140089407236738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10883] ppid=10821 vsize=10834680 memory=6296702257006990434 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10883/stat : 10883 (java) S 10821 10824 4702 0 -1 1077944384 33 13097 0 0 0 0 5 2 20 0 15 0 475175703 11094712320 42276 33554432000 4194304 4196468 140729499616064 140088865387616 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10884] ppid=10821 vsize=10834680 memory=7450474847838693218 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10884/stat : 10884 (java) S 10821 10824 4702 0 -1 1077944384 2 13097 0 0 0 0 5 2 20 0 15 0 475175703 11094712320 42276 33554432000 4194304 4196468 140729499616064 140088277197696 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10885] ppid=10821 vsize=10834680 memory=7740093954757060457 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10885/stat : 10885 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11094712320 42276 33554432000 4194304 4196468 140729499616064 140087969797968 140089407244187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10886] ppid=10821 vsize=10834680 memory=5787213827181732953 CPUtime=0.32 cores=0,2,4,6
/proc/10824/task/10886/stat : 10886 (java) S 10821 10824 4702 0 -1 1077944384 1018 13097 0 0 25 0 5 2 20 0 15 0 475175706 11094712320 42276 33554432000 4194304 4196468 140729499616064 140088831830896 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10887] ppid=10821 vsize=10834680 memory=7596842956865825369 CPUtime=0.31 cores=0,2,4,6
/proc/10824/task/10887/stat : 10887 (java) S 10821 10824 4702 0 -1 1077944384 982 13097 0 0 24 0 5 2 20 0 15 0 475175706 11094712320 42276 33554432000 4194304 4196468 140729499616064 140088830778096 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10888] ppid=10821 vsize=10834680 memory=6296702257006990434 CPUtime=0.49 cores=0,2,4,6
/proc/10824/task/10888/stat : 10888 (java) S 10821 10824 4702 0 -1 1077944384 1575 13097 0 0 41 1 5 2 20 0 15 0 475175706 11094712320 42276 33554432000 4194304 4196468 140729499616064 140088829725296 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10889] ppid=10821 vsize=10834680 memory=6296702257006990434 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10889/stat : 10889 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11094712320 42276 33554432000 4194304 4196468 140729499616064 140087936240352 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10890] ppid=10821 vsize=10834680 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10890/stat : 10890 (java) S 10821 10824 4702 0 -1 1077944384 1 13097 0 0 0 0 5 2 20 0 15 0 475175706 11094712320 42276 33554432000 4194304 4196468 140729499616064 140088828672688 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/10824/task/10877/stat : 10877 (java) S 10821 10824 4702 0 -1 1077944384 65134 13097 0 0 229602 49 5 2 20 0 15 0 475175700 11107315712 265936 33554432000 4194304 4196468 140729499616064 140089379061360 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=10846988 memory=6791534058613427641 CPUtime=12.09 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) R 10821 10824 4702 0 -1 4202560 16525 13097 0 0 1146 56 5 2 20 0 15 0 475175701 11107315712 265936 33554432000 4194304 4196468 140729499616064 140089411468552 140089399853799 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=10846988 memory=288230596050944315 CPUtime=12.06 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 12941 13097 0 0 1143 56 5 2 20 0 15 0 475175701 11107315712 265936 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=10846988 memory=14699590834195078 CPUtime=12.04 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 13615 13097 0 0 1142 55 5 2 20 0 15 0 475175701 11107315712 265936 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=10846988 memory=3116 CPUtime=12.01 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 14893 13097 0 0 1136 58 5 2 20 0 15 0 475175701 11107315712 265936 33554432000 4194304 4196468 140729499616064 140089297636128 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10882] ppid=10821 vsize=10846988 memory=1063744 CPUtime=10.83 cores=0,2,4,6
/proc/10824/task/10882/stat : 10882 (java) S 10821 10824 4702 0 -1 1077944384 16707 13097 0 0 1022 54 5 2 20 0 15 0 475175703 11107315712 265936 33554432000 4194304 4196468 140729499616064 140088866440096 140089407235797 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10883] ppid=10821 vsize=10846988 memory=1660 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10883/stat : 10883 (java) S 10821 10824 4702 0 -1 1077944384 40 13097 0 0 0 0 5 2 20 0 15 0 475175703 11107315712 265936 33554432000 4194304 4196468 140729499616064 140088865387616 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10884] ppid=10821 vsize=10846988 memory=1398722017469774279 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10884/stat : 10884 (java) S 10821 10824 4702 0 -1 1077944384 10 13097 0 0 0 0 5 2 20 0 15 0 475175703 11107315712 265936 33554432000 4194304 4196468 140729499616064 140088277197696 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10885] ppid=10821 vsize=10846988 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10885/stat : 10885 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11107315712 265936 33554432000 4194304 4196468 140729499616064 140087969797968 140089407244187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10886] ppid=10821 vsize=10846988 memory=4872558044660077418 CPUtime=3.86 cores=0,2,4,6
/proc/10824/task/10886/stat : 10886 (java) S 10821 10824 4702 0 -1 1077944384 17458 13097 0 0 377 2 5 2 20 0 15 0 475175706 11107315712 265936 33554432000 4194304 4196468 140729499616064 140088831830896 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10887] ppid=10821 vsize=10846988 memory=4100 CPUtime=3.82 cores=0,2,4,6
/proc/10824/task/10887/stat : 10887 (java) S 10821 10824 4702 0 -1 1077944384 13205 13097 0 0 373 2 5 2 20 0 15 0 475175706 11107315712 265936 33554432000 4194304 4196468 140729499616064 140088830778096 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10888] ppid=10821 vsize=10846988 memory=1412 CPUtime=2.08 cores=0,2,4,6
/proc/10824/task/10888/stat : 10888 (java) S 10821 10824 4702 0 -1 1077944384 12994 13097 0 0 198 3 5 2 20 0 15 0 475175706 11107315712 265936 33554432000 4194304 4196468 140729499616064 140088829725296 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10889] ppid=10821 vsize=10846988 memory=3116 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10889/stat : 10889 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11107315712 265936 33554432000 4194304 4196468 140729499616064 140087936240352 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10890] ppid=10821 vsize=10846988 memory=1063704 CPUtime=1.46 cores=0,2,4,6
/proc/10824/task/10890/stat : 10890 (java) S 10821 10824 4702 0 -1 1077944384 883 13097 0 0 72 67 5 2 20 0 15 0 475175706 11107315712 265936 33554432000 4194304 4196468 140729499616064 140088828672688 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 2366.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1063744 KiB

[startup+2382.3 s]
/proc/loadavg: 0.57 0.65 0.94 2/207 11158
/proc/meminfo: memFree=8522428/32770624 swapFree=66999032/67108860
[pid=10824] ppid=10821 vsize=10846988 memory=1065856 CPUtime=2427.32 cores=0,2,4,6
/proc/10824/stat : 10824 (java) S 10821 10824 4702 0 -1 1077944320 188394 13097 0 0 242376 349 5 2 20 0 15 0 475175691 11107315712 266464 33554432000 4194304 4196468 140729499616064 140729499598608 140089407225591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
/proc/10824/statm: 2711747 266464 3625 1 0 2673805 0
[pid=10824/tid=10877] ppid=10821 vsize=10846988 memory=776 CPUtime=2355.9 cores=0,2,4,6
/proc/10824/task/10877/stat : 10877 (java) R 10821 10824 4702 0 -1 4202560 66024 13097 0 0 235533 50 5 2 20 0 15 0 475175700 11107315712 266464 33554432000 4194304 4196468 140729499616064 140089379061136 140088985168351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=10846988 memory=7667167690614138738 CPUtime=12.42 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) S 10821 10824 4702 0 -1 1077944384 16879 13097 0 0 1177 58 5 2 20 0 15 0 475175701 11107315712 266464 33554432000 4194304 4196468 140729499616064 140089411468432 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=10846988 memory=2020 CPUtime=12.39 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 13022 13097 0 0 1175 57 5 2 20 0 15 0 475175701 11107315712 266464 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=10846988 memory=288230574492221466 CPUtime=12.37 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 13744 13097 0 0 1174 56 5 2 20 0 15 0 475175701 11107315712 266464 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=10846988 memory=288230596050944315 CPUtime=12.35 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 14931 13097 0 0 1168 60 5 2 20 0 15 0 475175701 11107315712 266464 33554432000 4194304 4196468 140729499616064 140089297636112 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10882] ppid=10821 vsize=10846988 memory=14699590834195078 CPUtime=11.13 cores=0,2,4,6
/proc/10824/task/10882/stat : 10882 (java) S 10821 10824 4702 0 -1 1077944384 16953 13097 0 0 1049 57 5 2 20 0 15 0 475175703 11107315712 266464 33554432000 4194304 4196468 140729499616064 140088866441584 140089407236738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10883] ppid=10821 vsize=10846988 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10883/stat : 10883 (java) S 10821 10824 4702 0 -1 1077944384 40 13097 0 0 0 0 5 2 20 0 15 0 475175703 11107315712 266464 33554432000 4194304 4196468 140729499616064 140088865387616 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10884] ppid=10821 vsize=10846988 memory=1552 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10884/stat : 10884 (java) S 10821 10824 4702 0 -1 1077944384 10 13097 0 0 0 0 5 2 20 0 15 0 475175703 11107315712 266464 33554432000 4194304 4196468 140729499616064 140088277197696 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10885] ppid=10821 vsize=10846988 memory=1204 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10885/stat : 10885 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11107315712 266464 33554432000 4194304 4196468 140729499616064 140087969797968 140089407244187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10886] ppid=10821 vsize=10846988 memory=6791534058613427641 CPUtime=3.87 cores=0,2,4,6
/proc/10824/task/10886/stat : 10886 (java) S 10821 10824 4702 0 -1 1077944384 17460 13097 0 0 378 2 5 2 20 0 15 0 475175706 11107315712 266464 33554432000 4194304 4196468 140729499616064 140088831830896 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10887] ppid=10821 vsize=10846988 memory=1065856 CPUtime=3.82 cores=0,2,4,6
/proc/10824/task/10887/stat : 10887 (java) S 10821 10824 4702 0 -1 1077944384 13207 13097 0 0 373 2 5 2 20 0 15 0 475175706 11107315712 266464 33554432000 4194304 4196468 140729499616064 140088830778096 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10888] ppid=10821 vsize=10846988 memory=1204 CPUtime=2.08 cores=0,2,4,6
/proc/10824/task/10888/stat : 10888 (java) S 10821 10824 4702 0 -1 1077944384 12996 13097 0 0 198 3 5 2 20 0 15 0 475175706 11107315712 266464 33554432000 4194304 4196468 140729499616064 140088829725296 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10889] ppid=10821 vsize=10846988 memory=1072 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10889/stat : 10889 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11107315712 266464 33554432000 4194304 4196468 140729499616064 140087936240352 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10890] ppid=10821 vsize=10846988 memory=6076 CPUtime=1.51 cores=0,2,4,6
/proc/10824/task/10890/stat : 10890 (java) S 10821 10824 4702 0 -1 1077944384 912 13097 0 0 74 70 5 2 20 0 15 0 475175706 11107315712 266464 33554432000 4194304 4196468 140729499616064 140088828672688 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 2427.32 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1065856 KiB

[startup+2442.3 s]
/proc/loadavg: 0.68 0.67 0.93 2/206 11163
/proc/meminfo: memFree=8522360/32770624 swapFree=66999032/67108860
[pid=10824] ppid=10821 vsize=10846988 memory=1065904 CPUtime=2488.32 cores=0,2,4,6
/proc/10824/stat : 10824 (java) S 10821 10824 4702 0 -1 1077944320 189979 13097 0 0 248468 357 5 2 20 0 15 0 475175691 11107315712 266476 33554432000 4194304 4196468 140729499616064 140729499598608 140089407225591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
/proc/10824/statm: 2711747 266476 3625 1 0 2673805 0
[pid=10824/tid=10877] ppid=10821 vsize=10846988 memory=303430244793319739 CPUtime=2415.22 cores=0,2,4,6
/proc/10824/task/10877/stat : 10877 (java) R 10821 10824 4702 0 -1 4202560 66832 13097 0 0 241464 51 5 2 20 0 15 0 475175700 11107315712 266476 33554432000 4194304 4196468 140729499616064 140089379060672 140088983775569 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=10846988 memory=14699590834195078 CPUtime=12.76 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) S 10821 10824 4702 0 -1 1077944384 16956 13097 0 0 1210 59 5 2 20 0 15 0 475175701 11107315712 266476 33554432000 4194304 4196468 140729499616064 140089411468432 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=10846988 memory=1760 CPUtime=12.72 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 13057 13097 0 0 1206 59 5 2 20 0 15 0 475175701 11107315712 266476 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=10846988 memory=111632 CPUtime=12.72 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 14092 13097 0 0 1207 58 5 2 20 0 15 0 475175701 11107315712 266476 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=10846988 memory=800 CPUtime=12.69 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 15022 13097 0 0 1201 61 5 2 20 0 15 0 475175701 11107315712 266476 33554432000 4194304 4196468 140729499616064 140089297636112 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10882] ppid=10821 vsize=10846988 memory=6791534058613427641 CPUtime=11.42 cores=0,2,4,6
/proc/10824/task/10882/stat : 10882 (java) S 10821 10824 4702 0 -1 1077944384 17155 13097 0 0 1077 58 5 2 20 0 15 0 475175703 11107315712 266476 33554432000 4194304 4196468 140729499616064 140088866441584 140089407236738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10883] ppid=10821 vsize=10846988 memory=288230596050944315 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10883/stat : 10883 (java) S 10821 10824 4702 0 -1 1077944384 40 13097 0 0 0 0 5 2 20 0 15 0 475175703 11107315712 266476 33554432000 4194304 4196468 140729499616064 140088865387616 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10884] ppid=10821 vsize=10846988 memory=14699590834195078 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10884/stat : 10884 (java) S 10821 10824 4702 0 -1 1077944384 10 13097 0 0 0 0 5 2 20 0 15 0 475175703 11107315712 266476 33554432000 4194304 4196468 140729499616064 140088277197696 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10885] ppid=10821 vsize=10846988 memory=2616 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10885/stat : 10885 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11107315712 266476 33554432000 4194304 4196468 140729499616064 140087969797968 140089407244187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10886] ppid=10821 vsize=10846988 memory=4100 CPUtime=3.87 cores=0,2,4,6
/proc/10824/task/10886/stat : 10886 (java) S 10821 10824 4702 0 -1 1077944384 17462 13097 0 0 378 2 5 2 20 0 15 0 475175706 11107315712 266476 33554432000 4194304 4196468 140729499616064 140088831830896 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10887] ppid=10821 vsize=10846988 memory=1412 CPUtime=3.82 cores=0,2,4,6
/proc/10824/task/10887/stat : 10887 (java) S 10821 10824 4702 0 -1 1077944384 13209 13097 0 0 373 2 5 2 20 0 15 0 475175706 11107315712 266476 33554432000 4194304 4196468 140729499616064 140088830778096 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10888] ppid=10821 vsize=10846988 memory=3124 CPUtime=2.08 cores=0,2,4,6
/proc/10824/task/10888/stat : 10888 (java) S 10821 10824 4702 0 -1 1077944384 12998 13097 0 0 198 3 5 2 20 0 15 0 475175706 11107315712 266476 33554432000 4194304 4196468 140729499616064 140088829725296 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10889] ppid=10821 vsize=10846988 memory=1065888 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10889/stat : 10889 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11107315712 266476 33554432000 4194304 4196468 140729499616064 140087936240352 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10890] ppid=10821 vsize=10846988 memory=1660 CPUtime=1.54 cores=0,2,4,6
/proc/10824/task/10890/stat : 10890 (java) S 10821 10824 4702 0 -1 1077944384 930 13097 0 0 76 71 5 2 20 0 15 0 475175706 11107315712 266476 33554432000 4194304 4196468 140729499616064 140088828672688 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 2488.32 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1065904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.5 s]
/proc/loadavg: 0.73 0.68 0.93 2/207 11165
/proc/meminfo: memFree=8519988/32770624 swapFree=66999032/67108860
[pid=10824] ppid=10821 vsize=10846988 memory=1067952 CPUtime=2520.04 cores=0,2,4,6
/proc/10824/stat : 10824 (java) S 10821 10824 4702 0 -1 1077944320 191076 13097 0 0 251635 362 5 2 20 0 15 0 475175691 11107315712 266988 33554432000 4194304 4196468 140729499616064 140729499598608 140089407225591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
/proc/10824/statm: 2711747 266988 3625 1 0 2673805 0
[pid=10824/tid=10877] ppid=10821 vsize=10846988 memory=304556144700162363 CPUtime=2446.07 cores=0,2,4,6
/proc/10824/task/10877/stat : 10877 (java) R 10821 10824 4702 0 -1 4202560 67333 13097 0 0 244549 51 5 2 20 0 15 0 475175700 11107315712 266988 33554432000 4194304 4196468 140729499616064 140089379060768 140088985167475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10878] ppid=10821 vsize=10846988 memory=14699590834195078 CPUtime=12.94 cores=0,2,4,6
/proc/10824/task/10878/stat : 10878 (java) S 10821 10824 4702 0 -1 1077944384 16968 13097 0 0 1227 60 5 2 20 0 15 0 475175701 11107315712 266988 33554432000 4194304 4196468 140729499616064 140089411468432 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10879] ppid=10821 vsize=10846988 memory=800 CPUtime=12.89 cores=0,2,4,6
/proc/10824/task/10879/stat : 10879 (java) S 10821 10824 4702 0 -1 1077944384 13120 13097 0 0 1222 60 5 2 20 0 15 0 475175701 11107315712 266988 33554432000 4194304 4196468 140729499616064 140089299741712 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10880] ppid=10821 vsize=10846988 memory=1808 CPUtime=12.89 cores=0,2,4,6
/proc/10824/task/10880/stat : 10880 (java) S 10821 10824 4702 0 -1 1077944384 14433 13097 0 0 1224 58 5 2 20 0 15 0 475175701 11107315712 266988 33554432000 4194304 4196468 140729499616064 140089298688912 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10881] ppid=10821 vsize=10846988 memory=924 CPUtime=12.86 cores=0,2,4,6
/proc/10824/task/10881/stat : 10881 (java) S 10821 10824 4702 0 -1 1077944384 15033 13097 0 0 1217 62 5 2 20 0 15 0 475175701 11107315712 266988 33554432000 4194304 4196468 140729499616064 140089297636112 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10882] ppid=10821 vsize=10846988 memory=3848 CPUtime=11.58 cores=0,2,4,6
/proc/10824/task/10882/stat : 10882 (java) S 10821 10824 4702 0 -1 1077944384 17314 13097 0 0 1092 59 5 2 20 0 15 0 475175703 11107315712 266988 33554432000 4194304 4196468 140729499616064 140088866441584 140089407236738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10883] ppid=10821 vsize=10846988 memory=2616 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10883/stat : 10883 (java) S 10821 10824 4702 0 -1 1077944384 40 13097 0 0 0 0 5 2 20 0 15 0 475175703 11107315712 266988 33554432000 4194304 4196468 140729499616064 140088865387616 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10884] ppid=10821 vsize=10846988 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10884/stat : 10884 (java) S 10821 10824 4702 0 -1 1077944384 10 13097 0 0 0 0 5 2 20 0 15 0 475175703 11107315712 266988 33554432000 4194304 4196468 140729499616064 140088277197696 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10885] ppid=10821 vsize=10846988 memory=1412 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10885/stat : 10885 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11107315712 266988 33554432000 4194304 4196468 140729499616064 140087969797968 140089407244187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10886] ppid=10821 vsize=10846988 memory=3160 CPUtime=3.87 cores=0,2,4,6
/proc/10824/task/10886/stat : 10886 (java) S 10821 10824 4702 0 -1 1077944384 17464 13097 0 0 378 2 5 2 20 0 15 0 475175706 11107315712 266988 33554432000 4194304 4196468 140729499616064 140088831830896 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10887] ppid=10821 vsize=10846988 memory=1067952 CPUtime=3.82 cores=0,2,4,6
/proc/10824/task/10887/stat : 10887 (java) S 10821 10824 4702 0 -1 1077944384 13211 13097 0 0 373 2 5 2 20 0 15 0 475175706 11107315712 266988 33554432000 4194304 4196468 140729499616064 140088830778096 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10888] ppid=10821 vsize=10846988 memory=776 CPUtime=2.08 cores=0,2,4,6
/proc/10824/task/10888/stat : 10888 (java) S 10821 10824 4702 0 -1 1077944384 13000 13097 0 0 198 3 5 2 20 0 15 0 475175706 11107315712 266988 33554432000 4194304 4196468 140729499616064 140088829725296 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10889] ppid=10821 vsize=10846988 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/10824/task/10889/stat : 10889 (java) S 10821 10824 4702 0 -1 1077944384 3 13097 0 0 0 0 5 2 20 0 15 0 475175706 11107315712 266988 33554432000 4194304 4196468 140729499616064 140087936240352 140089407235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
[pid=10824/tid=10890] ppid=10821 vsize=10846988 memory=3160 CPUtime=1.55 cores=0,2,4,6
/proc/10824/task/10890/stat : 10890 (java) S 10821 10824 4702 0 -1 1077944384 934 13097 0 0 76 72 5 2 20 0 15 0 475175706 11107315712 266988 33554432000 4194304 4196468 140729499616064 140088828672688 140089407236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18837504 140729499622127 140729499624645 140729499624645 140729499627471 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1067952 KiB

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

[startup+2473.53 s]
# the end of solver process 10824 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.44 s, system=3.65873 s

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

Child status: 143
Real time (s): 2473.53
CPU time (s): 2520.09
CPU user time (s): 2516.44
CPU system time (s): 3.65873
CPU usage (%): 101.883
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1067952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.44
system time used= 3.65873
maximum resident set size= 1072168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205101
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303091
involuntary context switches= 9767


# summary of solver processes directly reported to runsolver:
#   pid: 10824
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.44
#   total CPU system time (s): 3.65873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7175 second user time and 24.1286 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 16:17:49
IDJOB=4402625
IDBENCH=141723
IDSOLVER=2861
FILE ID=node123/4402625-1568989108
RUNJOBID= node123-1568967599-4735
PBS_JOBID= 21704625
Free space on /tmp= 25692 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-046.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402625-1568989108/watcher-4402625-1568989108 -o /tmp/evaluation-result-4402625-1568989108/solver-4402625-1568989108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1249408523 HOME/instance-4402625-1568989108.xml

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

MD5SUM BENCH= 90f9fedd4c3faeb9a4a1958b76d0db2e
RANDOM SEED=1249408523

node123.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.49
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.49
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.49
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.49
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:         8694264 kB
MemAvailable:   31000736 kB
Buffers:          113348 kB
Cached:         22187152 kB
SwapCached:         7144 kB
Active:         11948352 kB
Inactive:       11210048 kB
Active(anon):     848372 kB
Inactive(anon):    57312 kB
Active(file):   11099980 kB
Inactive(file): 11152736 kB
Unevictable:      107412 kB
Mlocked:          107412 kB
SwapTotal:      67108860 kB
SwapFree:       66999016 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        959380 kB
Mapped:            64720 kB
Shmem:             38992 kB
Slab:             511752 kB
SReclaimable:     482216 kB
SUnreclaim:        29536 kB
KernelStack:        3712 kB
PageTables:         8000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2109680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    806912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25692 MiB
End job on node123 at 2019-09-20 16:59:03