Trace number 4395746

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.2? (TO) 2520.06 2484.43

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-26-080.xml
MD5SUM82f2ba8c739d4bfd8362bd41c1ff224a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.46308
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints325
Number of domains26
Minimum domain size55
Maximum domain size80
Distribution of domain sizes[{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"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}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":52}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":325}]
Number of extensional constraints0
Number of intensional constraints325
Distribution of constraint types[{"type":"intension","count":325}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.56	c Concrete v3.12.2.1568380929293 running
2520.01/2484.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2484.41		at concrete.MAC.mac(MAC.scala:192)
2520.01/2484.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2484.41		at scala.util.Try$.apply(Try.scala:212)
2520.01/2484.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2484.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2484.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2484.41		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2484.41		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2484.41		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.01/2484.41		at concrete.ProblemState.map(ProblemState.scala:238)
2520.01/2484.41		at concrete.ProblemState.map(ProblemState.scala:212)
2520.01/2484.41		at concrete.MAC.nextSolution(MAC.scala:348)
2520.01/2484.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2484.41		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.01/2484.41		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.01/2484.41		at concrete.Solver.nextOption(Solver.scala:67)
2520.01/2484.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.01/2484.41		at scala.util.Success.map(Try.scala:264)
2520.01/2484.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2484.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2484.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2484.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2484.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2484.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2484.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2484.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2484.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2484.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2484.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2484.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2484.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2484.41		at scala.App.main(App.scala:75)
2520.01/2484.41		at scala.App.main$(App.scala:73)
2520.01/2484.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2484.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2484.42	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 (15273 MiB free)
  memory of node 1: 16384 MiB (15069 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395746-1568413797/watcher-4395746-1568413797 -o /tmp/evaluation-result-4395746-1568413797/solver-4395746-1568413797 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568412192-5832 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2017674797 HOME/instance-4395746-1568413797.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=6713, runsolver pid=6710

[startup+0.100171 s]*
/proc/loadavg: 1.40 1.29 1.24 3/218 6770
/proc/meminfo: memFree=31066168/32770624 swapFree=66995424/67108860
[pid=6713] ppid=6710 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/6713/stat : 6713 (java) S 6710 6713 5801 0 -1 1077944320 4454 13310 0 0 1 0 5 3 20 0 6 0 417631185 10212057088 4204 33554432000 4194304 4196468 140725718932368 140725718914912 139936825478903 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
/proc/6713/statm: 2493178 4204 1935 1 0 2481616 0
[pid=6713/tid=6766] ppid=6710 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 2275 13310 0 0 1 0 5 3 20 0 6 0 417631194 10212057088 4270 33554432000 4194304 4196468 140725718932368 139936797315664 139936825500829 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 6 0 417631195 10212057088 4270 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=9972712 memory=16236788842768024 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 417631195 10212057088 4270 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 417631195 10212057088 4270 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 6 0 417631195 10212057088 4270 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210282 s]*
/proc/loadavg: 1.40 1.29 1.24 4/227 6779
/proc/meminfo: memFree=31041476/32770624 swapFree=66995424/67108860
[pid=6713] ppid=6710 vsize=10819664 memory=43304 CPUtime=0.26 cores=0,2,4,6
/proc/6713/stat : 6713 (java) S 6710 6713 5801 0 -1 1077944320 7194 13310 0 0 17 1 5 3 20 0 15 0 417631185 11079335936 10826 33554432000 4194304 4196468 140725718932368 140725718914912 139936825478903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
/proc/6713/statm: 2704916 10826 3145 1 0 2667149 0
[pid=6713/tid=6766] ppid=6710 vsize=10819664 memory=751940894209540401 CPUtime=0.2 cores=0,2,4,6
/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 3683 13310 0 0 11 1 5 3 20 0 15 0 417631194 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936797293024 139936807042463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631195 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=10819664 memory=16236788842768024 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631195 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631195 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631195 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6771] ppid=6710 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6771/stat : 6771 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631196 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936352045296 139936825490050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6772] ppid=6710 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6772/stat : 6772 (java) S 6710 6713 5801 0 -1 1077944384 13 13310 0 0 0 0 5 3 20 0 15 0 417631197 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936275621024 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6773] ppid=6710 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6773/stat : 6773 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631197 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936141402864 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6774] ppid=6710 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6774/stat : 6774 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631200 11079335936 10826 33554432000 4194304 4196468 140725718932368 139935537424336 139936825497499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6775] ppid=6710 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6713/task/6775/stat : 6775 (java) S 6710 6713 5801 0 -1 1077944384 594 13310 0 0 1 0 5 3 20 0 15 0 417631200 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936350993136 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6776] ppid=6710 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6776/stat : 6776 (java) S 6710 6713 5801 0 -1 1077944384 45 13310 0 0 0 0 5 3 20 0 15 0 417631200 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936349940592 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6777] ppid=6710 vsize=10819664 memory=139701482694272 CPUtime=0.11 cores=0,2,4,6
/proc/6713/task/6777/stat : 6777 (java) S 6710 6713 5801 0 -1 1077944384 640 13310 0 0 3 0 5 3 20 0 15 0 417631200 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936348887536 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6778] ppid=6710 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6778/stat : 6778 (java) S 6710 6713 5801 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417631200 11079335936 10826 33554432000 4194304 4196468 140725718932368 139935067663200 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6779] ppid=6710 vsize=10819664 memory=139701482694272 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6779/stat : 6779 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631200 11079335936 10826 33554432000 4194304 4196468 140725718932368 139936347834928 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43304 KiB

[startup+0.310478 s]*
/proc/loadavg: 1.40 1.29 1.24 3/227 6779
/proc/meminfo: memFree=31028532/32770624 swapFree=66995424/67108860
[pid=6713] ppid=6710 vsize=10820148 memory=54664 CPUtime=0.4 cores=0,2,4,6
/proc/6713/stat : 6713 (java) S 6710 6713 5801 0 -1 1077944320 10874 13310 0 0 29 3 5 3 20 0 15 0 417631185 11079831552 13666 33554432000 4194304 4196468 140725718932368 140725718914912 139936825478903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
/proc/6713/statm: 2705037 13666 3309 1 0 2667149 0
[pid=6713/tid=6766] ppid=6710 vsize=10820148 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 7349 13310 0 0 19 3 5 3 20 0 15 0 417631194 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936797278816 139936803831216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631195 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631195 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631195 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631195 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6771] ppid=6710 vsize=10820148 memory=139701482694271 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6771/stat : 6771 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631196 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936352045296 139936825490050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6772] ppid=6710 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6772/stat : 6772 (java) S 6710 6713 5801 0 -1 1077944384 13 13310 0 0 0 0 5 3 20 0 15 0 417631197 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936275621024 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6773] ppid=6710 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6773/stat : 6773 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631197 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936141402864 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6774] ppid=6710 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6774/stat : 6774 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631200 11079831552 13666 33554432000 4194304 4196468 140725718932368 139935537424336 139936825497499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6775] ppid=6710 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6713/task/6775/stat : 6775 (java) S 6710 6713 5801 0 -1 1077944384 595 13310 0 0 2 0 5 3 20 0 15 0 417631200 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936350993136 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6776] ppid=6710 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6713/task/6776/stat : 6776 (java) S 6710 6713 5801 0 -1 1077944384 54 13310 0 0 1 0 5 3 20 0 15 0 417631200 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936349940592 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6777] ppid=6710 vsize=10820148 memory=139701482694272 CPUtime=0.13 cores=0,2,4,6
/proc/6713/task/6777/stat : 6777 (java) S 6710 6713 5801 0 -1 1077944384 649 13310 0 0 5 0 5 3 20 0 15 0 417631200 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936348887536 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6778] ppid=6710 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6778/stat : 6778 (java) S 6710 6713 5801 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417631200 11079831552 13666 33554432000 4194304 4196468 140725718932368 139935067663200 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6779] ppid=6710 vsize=10820148 memory=139701482694272 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6779/stat : 6779 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631200 11079831552 13666 33554432000 4194304 4196468 140725718932368 139936347834928 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54664 KiB

[startup+0.700708 s]
/proc/loadavg: 1.40 1.29 1.24 3/227 6779
/proc/meminfo: memFree=31014504/32770624 swapFree=66995424/67108860
[pid=6713] ppid=6710 vsize=10824360 memory=87464 CPUtime=1.15 cores=0,2,4,6
/proc/6713/stat : 6713 (java) S 6710 6713 5801 0 -1 1077944320 15035 13310 0 0 101 6 5 3 20 0 15 0 417631185 11084144640 21866 33554432000 4194304 4196468 140725718932368 140725718914912 139936825478903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
/proc/6713/statm: 2706090 21866 3510 1 0 2668173 0
[pid=6713/tid=6766] ppid=6710 vsize=10824360 memory=7660742144744843625 CPUtime=0.67 cores=0,2,4,6
/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 10295 13310 0 0 55 4 5 3 20 0 15 0 417631194 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936797308448 139936817718410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=10824360 memory=1384 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631195 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=10824360 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631195 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=10824360 memory=139701327504353 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631195 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631195 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6771] ppid=6710 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6771/stat : 6771 (java) S 6710 6713 5801 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 417631196 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936352045296 139936825490050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6772] ppid=6710 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6772/stat : 6772 (java) S 6710 6713 5801 0 -1 1077944384 13 13310 0 0 0 0 5 3 20 0 15 0 417631197 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936275621024 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6773] ppid=6710 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6773/stat : 6773 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631197 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936141402864 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6774] ppid=6710 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6774/stat : 6774 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631200 11084144640 21866 33554432000 4194304 4196468 140725718932368 139935537424336 139936825497499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6775] ppid=6710 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/6713/task/6775/stat : 6775 (java) S 6710 6713 5801 0 -1 1077944384 1091 13310 0 0 12 0 5 3 20 0 15 0 417631200 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936350993136 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6776] ppid=6710 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/6713/task/6776/stat : 6776 (java) R 6710 6713 5801 0 -1 4202560 539 13310 0 0 15 0 5 3 20 0 15 0 417631200 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936349940592 139936809469056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6777] ppid=6710 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/6713/task/6777/stat : 6777 (java) S 6710 6713 5801 0 -1 1077944384 874 13310 0 0 17 0 5 3 20 0 15 0 417631200 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936348887536 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6778] ppid=6710 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6778/stat : 6778 (java) S 6710 6713 5801 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417631200 11084144640 21866 33554432000 4194304 4196468 140725718932368 139935067663200 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6779] ppid=6710 vsize=10824360 memory=3632 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6779/stat : 6779 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631200 11084144640 21866 33554432000 4194304 4196468 140725718932368 139936347834928 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87464 KiB

[startup+1.50152 s]
/proc/loadavg: 1.40 1.29 1.24 3/227 6779
/proc/meminfo: memFree=30972864/32770624 swapFree=66995424/67108860
[pid=6713] ppid=6710 vsize=10834676 memory=178928 CPUtime=2.61 cores=0,2,4,6
/proc/6713/stat : 6713 (java) S 6710 6713 5801 0 -1 1077944320 23807 13310 0 0 243 10 5 3 20 0 15 0 417631185 11094708224 44732 33554432000 4194304 4196468 140725718932368 140725718914912 139936825478903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
/proc/6713/statm: 2708669 44732 3581 1 0 2670733 0
[pid=6713/tid=6766] ppid=6710 vsize=10834676 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 16109 13310 0 0 129 7 5 3 20 0 15 0 417631194 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936797304032 139936426719695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=10834676 memory=-8774049577601441437 CPUtime=0.09 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 62 13310 0 0 1 0 5 3 20 0 15 0 417631195 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=10834676 memory=7014751519599843430 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 34 13310 0 0 0 0 5 3 20 0 15 0 417631195 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=10834676 memory=7302412426155746905 CPUtime=0.09 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 290 13310 0 0 1 0 5 3 20 0 15 0 417631195 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=10834676 memory=279402655426944 CPUtime=0.09 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 85 13310 0 0 1 0 5 3 20 0 15 0 417631195 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6771] ppid=6710 vsize=10834676 memory=168517336839345 CPUtime=0.09 cores=0,2,4,6
/proc/6713/task/6771/stat : 6771 (java) S 6710 6713 5801 0 -1 1077944384 1058 13310 0 0 1 0 5 3 20 0 15 0 417631196 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936352045296 139936825490050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6772] ppid=6710 vsize=10834676 memory=168517336839346 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6772/stat : 6772 (java) S 6710 6713 5801 0 -1 1077944384 14 13310 0 0 0 0 5 3 20 0 15 0 417631197 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936275621088 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6773] ppid=6710 vsize=10834676 memory=168517336839347 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6773/stat : 6773 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631197 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936141402880 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6774] ppid=6710 vsize=10834676 memory=168517336839348 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6774/stat : 6774 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631200 11094708224 44732 33554432000 4194304 4196468 140725718932368 139935537424336 139936825497499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6775] ppid=6710 vsize=10834676 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/6713/task/6775/stat : 6775 (java) S 6710 6713 5801 0 -1 1077944384 1211 13310 0 0 27 0 5 3 20 0 15 0 417631200 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936350993136 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6776] ppid=6710 vsize=10834676 memory=279402655020976 CPUtime=0.45 cores=0,2,4,6
/proc/6713/task/6776/stat : 6776 (java) S 6710 6713 5801 0 -1 1077944384 1048 13310 0 0 37 0 5 3 20 0 15 0 417631200 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936349940592 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6777] ppid=6710 vsize=10834676 memory=279402655019120 CPUtime=0.49 cores=0,2,4,6
/proc/6713/task/6777/stat : 6777 (java) S 6710 6713 5801 0 -1 1077944384 1684 13310 0 0 41 0 5 3 20 0 15 0 417631200 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936348887536 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6778] ppid=6710 vsize=10834676 memory=279402655019184 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6778/stat : 6778 (java) S 6710 6713 5801 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417631200 11094708224 44732 33554432000 4194304 4196468 140725718932368 139935067663200 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6779] ppid=6710 vsize=10834676 memory=279402655466736 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6779/stat : 6779 (java) S 6710 6713 5801 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 417631200 11094708224 44732 33554432000 4194304 4196468 140725718932368 139936347834928 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10834676 KiB

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

/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 55522 13310 0 0 230736 32 5 3 20 0 15 0 417631194 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936797314448 139936429045667 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=10846984 memory=817036 CPUtime=6.64 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 9176 13310 0 0 622 34 5 3 20 0 15 0 417631195 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=10846984 memory=817036 CPUtime=6.62 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 9211 13310 0 0 621 33 5 3 20 0 15 0 417631195 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=10846984 memory=817040 CPUtime=6.63 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 6345 13310 0 0 622 33 5 3 20 0 15 0 417631195 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=10846984 memory=817040 CPUtime=6.58 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 7407 13310 0 0 618 32 5 3 20 0 15 0 417631195 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6771] ppid=6710 vsize=10846984 memory=817040 CPUtime=6.09 cores=0,2,4,6
/proc/6713/task/6771/stat : 6771 (java) S 6710 6713 5801 0 -1 1077944384 12335 13310 0 0 570 31 5 3 20 0 15 0 417631196 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936352045296 139936825490050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6772] ppid=6710 vsize=10846984 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6772/stat : 6772 (java) S 6710 6713 5801 0 -1 1077944384 19 13310 0 0 0 0 5 3 20 0 15 0 417631197 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936275621152 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6773] ppid=6710 vsize=10846984 memory=2124 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6773/stat : 6773 (java) S 6710 6713 5801 0 -1 1077944384 22 13310 0 0 0 0 5 3 20 0 15 0 417631197 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936141402880 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6774] ppid=6710 vsize=10846984 memory=1052 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6774/stat : 6774 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631200 11107311616 204260 33554432000 4194304 4196468 140725718932368 139935537424336 139936825497499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6775] ppid=6710 vsize=10846984 memory=1708 CPUtime=6.56 cores=0,2,4,6
/proc/6713/task/6775/stat : 6775 (java) S 6710 6713 5801 0 -1 1077944384 41836 13310 0 0 643 5 5 3 20 0 15 0 417631200 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936350993136 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6776] ppid=6710 vsize=10846984 memory=776 CPUtime=6.45 cores=0,2,4,6
/proc/6713/task/6776/stat : 6776 (java) S 6710 6713 5801 0 -1 1077944384 33526 13310 0 0 633 4 5 3 20 0 15 0 417631200 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936349940592 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6777] ppid=6710 vsize=10846984 memory=1564 CPUtime=2.44 cores=0,2,4,6
/proc/6713/task/6777/stat : 6777 (java) S 6710 6713 5801 0 -1 1077944384 26973 13310 0 0 231 5 5 3 20 0 15 0 417631200 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936348887536 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6778] ppid=6710 vsize=10846984 memory=817040 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6778/stat : 6778 (java) S 6710 6713 5801 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417631200 11107311616 204260 33554432000 4194304 4196468 140725718932368 139935067663200 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6779] ppid=6710 vsize=10846984 memory=817040 CPUtime=1.38 cores=0,2,4,6
/proc/6713/task/6779/stat : 6779 (java) S 6710 6713 5801 0 -1 1077944384 991 13310 0 0 67 63 5 3 20 0 15 0 417631200 11107311616 204260 33554432000 4194304 4196468 140725718932368 139936347834928 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 2356.52 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 817040 KiB

[startup+2382.3 s]
/proc/loadavg: 0.63 0.63 0.80 2/206 7071
/proc/meminfo: memFree=30765864/32770624 swapFree=66995476/67108860
[pid=6713] ppid=6710 vsize=10846984 memory=817064 CPUtime=2417.02 cores=0,2,4,6
/proc/6713/stat : 6713 (java) S 6710 6713 5801 0 -1 1077944320 206721 13310 0 0 241458 236 5 3 20 0 15 0 417631185 11107311616 204266 33554432000 4194304 4196468 140725718932368 140725718914912 139936825478903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
/proc/6713/statm: 2711746 204266 3628 1 0 2673805 0
[pid=6713/tid=6766] ppid=6710 vsize=10846984 memory=496 CPUtime=2367.37 cores=0,2,4,6
/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 56059 13310 0 0 236697 32 5 3 20 0 15 0 417631194 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936797314576 139936434349906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=10846984 memory=817064 CPUtime=6.81 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 9375 13310 0 0 638 35 5 3 20 0 15 0 417631195 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=10846984 memory=817064 CPUtime=6.79 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 9238 13310 0 0 638 33 5 3 20 0 15 0 417631195 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=10846984 memory=817064 CPUtime=6.8 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 6409 13310 0 0 638 34 5 3 20 0 15 0 417631195 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=10846984 memory=817064 CPUtime=6.75 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 7489 13310 0 0 635 32 5 3 20 0 15 0 417631195 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6771] ppid=6710 vsize=10846984 memory=817064 CPUtime=6.24 cores=0,2,4,6
/proc/6713/task/6771/stat : 6771 (java) S 6710 6713 5801 0 -1 1077944384 12539 13310 0 0 585 31 5 3 20 0 15 0 417631196 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936352045296 139936825490050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6772] ppid=6710 vsize=10846984 memory=814900 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6772/stat : 6772 (java) S 6710 6713 5801 0 -1 1077944384 19 13310 0 0 0 0 5 3 20 0 15 0 417631197 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936275621152 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6773] ppid=6710 vsize=10846984 memory=817064 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6773/stat : 6773 (java) S 6710 6713 5801 0 -1 1077944384 22 13310 0 0 0 0 5 3 20 0 15 0 417631197 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936141402880 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6774] ppid=6710 vsize=10846984 memory=3632 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6774/stat : 6774 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631200 11107311616 204266 33554432000 4194304 4196468 140725718932368 139935537424336 139936825497499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6775] ppid=6710 vsize=10846984 memory=21524 CPUtime=6.56 cores=0,2,4,6
/proc/6713/task/6775/stat : 6775 (java) S 6710 6713 5801 0 -1 1077944384 41838 13310 0 0 643 5 5 3 20 0 15 0 417631200 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936350993136 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6776] ppid=6710 vsize=10846984 memory=817064 CPUtime=6.45 cores=0,2,4,6
/proc/6713/task/6776/stat : 6776 (java) S 6710 6713 5801 0 -1 1077944384 33528 13310 0 0 633 4 5 3 20 0 15 0 417631200 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936349940592 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6777] ppid=6710 vsize=10846984 memory=2624 CPUtime=2.44 cores=0,2,4,6
/proc/6713/task/6777/stat : 6777 (java) S 6710 6713 5801 0 -1 1077944384 26975 13310 0 0 231 5 5 3 20 0 15 0 417631200 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936348887536 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6778] ppid=6710 vsize=10846984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6778/stat : 6778 (java) S 6710 6713 5801 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417631200 11107311616 204266 33554432000 4194304 4196468 140725718932368 139935067663200 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6779] ppid=6710 vsize=10846984 memory=3032 CPUtime=1.41 cores=0,2,4,6
/proc/6713/task/6779/stat : 6779 (java) S 6710 6713 5801 0 -1 1077944384 1020 13310 0 0 69 64 5 3 20 0 15 0 417631200 11107311616 204266 33554432000 4194304 4196468 140725718932368 139936347834928 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 2417.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 817064 KiB

[startup+2442.3 s]
/proc/loadavg: 0.53 0.61 0.78 2/206 7075
/proc/meminfo: memFree=30766632/32770624 swapFree=66995476/67108860
[pid=6713] ppid=6710 vsize=10846984 memory=817112 CPUtime=2477.55 cores=0,2,4,6
/proc/6713/stat : 6713 (java) S 6710 6713 5801 0 -1 1077944320 207871 13310 0 0 247505 242 5 3 20 0 15 0 417631185 11107311616 204278 33554432000 4194304 4196468 140725718932368 140725718914912 139936825478903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
/proc/6713/statm: 2711746 204278 3628 1 0 2673805 0
[pid=6713/tid=6766] ppid=6710 vsize=10846984 memory=817112 CPUtime=2426.98 cores=0,2,4,6
/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 56602 13310 0 0 242658 32 5 3 20 0 15 0 417631194 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936797314208 139936430298424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=10846984 memory=817112 CPUtime=6.98 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 9543 13310 0 0 654 36 5 3 20 0 15 0 417631195 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=10846984 memory=817112 CPUtime=6.97 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 9279 13310 0 0 655 34 5 3 20 0 15 0 417631195 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=10846984 memory=817112 CPUtime=6.99 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 6484 13310 0 0 655 36 5 3 20 0 15 0 417631195 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=10846984 memory=817112 CPUtime=6.93 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 7586 13310 0 0 652 33 5 3 20 0 15 0 417631195 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6771] ppid=6710 vsize=10846984 memory=817112 CPUtime=6.4 cores=0,2,4,6
/proc/6713/task/6771/stat : 6771 (java) S 6710 6713 5801 0 -1 1077944384 12742 13310 0 0 601 31 5 3 20 0 15 0 417631196 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936352045296 139936825490050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6772] ppid=6710 vsize=10846984 memory=817112 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6772/stat : 6772 (java) S 6710 6713 5801 0 -1 1077944384 19 13310 0 0 0 0 5 3 20 0 15 0 417631197 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936275621152 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6773] ppid=6710 vsize=10846984 memory=817112 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6773/stat : 6773 (java) S 6710 6713 5801 0 -1 1077944384 22 13310 0 0 0 0 5 3 20 0 15 0 417631197 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936141402880 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6774] ppid=6710 vsize=10846984 memory=817112 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6774/stat : 6774 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631200 11107311616 204278 33554432000 4194304 4196468 140725718932368 139935537424336 139936825497499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6775] ppid=6710 vsize=10846984 memory=817112 CPUtime=6.56 cores=0,2,4,6
/proc/6713/task/6775/stat : 6775 (java) S 6710 6713 5801 0 -1 1077944384 41840 13310 0 0 643 5 5 3 20 0 15 0 417631200 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936350993136 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6776] ppid=6710 vsize=10846984 memory=817112 CPUtime=6.45 cores=0,2,4,6
/proc/6713/task/6776/stat : 6776 (java) S 6710 6713 5801 0 -1 1077944384 33530 13310 0 0 633 4 5 3 20 0 15 0 417631200 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936349940592 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6777] ppid=6710 vsize=10846984 memory=1408 CPUtime=2.44 cores=0,2,4,6
/proc/6713/task/6777/stat : 6777 (java) S 6710 6713 5801 0 -1 1077944384 26977 13310 0 0 231 5 5 3 20 0 15 0 417631200 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936348887536 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6778] ppid=6710 vsize=10846984 memory=3012 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6778/stat : 6778 (java) S 6710 6713 5801 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417631200 11107311616 204278 33554432000 4194304 4196468 140725718932368 139935067663200 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6779] ppid=6710 vsize=10846984 memory=817112 CPUtime=1.45 cores=0,2,4,6
/proc/6713/task/6779/stat : 6779 (java) S 6710 6713 5801 0 -1 1077944384 1037 13310 0 0 71 66 5 3 20 0 15 0 417631200 11107311616 204278 33554432000 4194304 4196468 140725718932368 139936347834928 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 2477.55 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 817112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.4 s]
/proc/loadavg: 0.56 0.60 0.77 2/207 7086
/proc/meminfo: memFree=30766068/32770624 swapFree=66995488/67108860
[pid=6713] ppid=6710 vsize=10846984 memory=817152 CPUtime=2520.01 cores=0,2,4,6
/proc/6713/stat : 6713 (java) S 6710 6713 5801 0 -1 1077944320 208917 13310 0 0 251748 245 5 3 20 0 15 0 417631185 11107311616 204288 33554432000 4194304 4196468 140725718932368 140725718914912 139936825478903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
/proc/6713/statm: 2711746 204288 3628 1 0 2673805 0
[pid=6713/tid=6766] ppid=6710 vsize=10846984 memory=8112282956445269571 CPUtime=2468.84 cores=0,2,4,6
/proc/6713/task/6766/stat : 6766 (java) R 6710 6713 5801 0 -1 4202560 57055 13310 0 0 246843 33 5 3 20 0 15 0 417631194 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936797314336 139936434348274 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6767] ppid=6710 vsize=10846984 memory=0 CPUtime=7.11 cores=0,2,4,6
/proc/6713/task/6767/stat : 6767 (java) S 6710 6713 5801 0 -1 1077944384 9632 13310 0 0 666 37 5 3 20 0 15 0 417631195 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936829721616 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6768] ppid=6710 vsize=10846984 memory=0 CPUtime=7.1 cores=0,2,4,6
/proc/6713/task/6768/stat : 6768 (java) S 6710 6713 5801 0 -1 1077944384 9310 13310 0 0 667 35 5 3 20 0 15 0 417631195 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936748473488 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6769] ppid=6710 vsize=10846984 memory=817152 CPUtime=7.1 cores=0,2,4,6
/proc/6713/task/6769/stat : 6769 (java) S 6710 6713 5801 0 -1 1077944384 6714 13310 0 0 666 36 5 3 20 0 15 0 417631195 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936747420432 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6770] ppid=6710 vsize=10846984 memory=4104 CPUtime=7.04 cores=0,2,4,6
/proc/6713/task/6770/stat : 6770 (java) S 6710 6713 5801 0 -1 1077944384 7609 13310 0 0 663 33 5 3 20 0 15 0 417631195 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936396139408 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6771] ppid=6710 vsize=10846984 memory=1804 CPUtime=6.51 cores=0,2,4,6
/proc/6713/task/6771/stat : 6771 (java) S 6710 6713 5801 0 -1 1077944384 12939 13310 0 0 611 32 5 3 20 0 15 0 417631196 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936352045296 139936825490050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6772] ppid=6710 vsize=10846984 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6772/stat : 6772 (java) S 6710 6713 5801 0 -1 1077944384 19 13310 0 0 0 0 5 3 20 0 15 0 417631197 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936275621152 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6773] ppid=6710 vsize=10846984 memory=3852 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6773/stat : 6773 (java) S 6710 6713 5801 0 -1 1077944384 22 13310 0 0 0 0 5 3 20 0 15 0 417631197 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936141402880 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6774] ppid=6710 vsize=10846984 memory=2624 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6774/stat : 6774 (java) S 6710 6713 5801 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 417631200 11107311616 204288 33554432000 4194304 4196468 140725718932368 139935537424336 139936825497499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6775] ppid=6710 vsize=10846984 memory=1440 CPUtime=6.56 cores=0,2,4,6
/proc/6713/task/6775/stat : 6775 (java) S 6710 6713 5801 0 -1 1077944384 41842 13310 0 0 643 5 5 3 20 0 15 0 417631200 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936350993136 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6776] ppid=6710 vsize=10846984 memory=820 CPUtime=6.45 cores=0,2,4,6
/proc/6713/task/6776/stat : 6776 (java) S 6710 6713 5801 0 -1 1077944384 33532 13310 0 0 633 4 5 3 20 0 15 0 417631200 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936349940592 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6777] ppid=6710 vsize=10846984 memory=1764 CPUtime=2.44 cores=0,2,4,6
/proc/6713/task/6777/stat : 6777 (java) S 6710 6713 5801 0 -1 1077944384 26979 13310 0 0 231 5 5 3 20 0 15 0 417631200 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936348887536 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6778] ppid=6710 vsize=10846984 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/6713/task/6778/stat : 6778 (java) S 6710 6713 5801 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 417631200 11107311616 204288 33554432000 4194304 4196468 140725718932368 139935067663200 139936825489109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
[pid=6713/tid=6779] ppid=6710 vsize=10846984 memory=808 CPUtime=1.47 cores=0,2,4,6
/proc/6713/task/6779/stat : 6779 (java) S 6710 6713 5801 0 -1 1077944384 1054 13310 0 0 71 68 5 3 20 0 15 0 417631200 11107311616 204288 33554432000 4194304 4196468 140725718932368 139936347834928 139936825490050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140725718936303 140725718938821 140725718938821 140725718941647 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 817152 KiB

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

[startup+2484.43 s]
# the end of solver process 6713 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.56 s, system=2.50111 s

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

Child status: 143
Real time (s): 2484.43
CPU time (s): 2520.06
CPU user time (s): 2517.56
CPU system time (s): 2.50111
CPU usage (%): 101.434
Max. virtual memory (cumulated for all children) (KiB): 10849604
Max. memory (cumulated for all children) (KiB): 843532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.56
system time used= 2.50111
maximum resident set size= 845580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223308
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196488
involuntary context switches= 8581


# summary of solver processes directly reported to runsolver:
#   pid: 6713
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.56
#   total CPU system time (s): 2.50111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1174 second user time and 25.2845 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 00:29:12
IDJOB=4395746
IDBENCH=141714
IDSOLVER=2846
FILE ID=node102/4395746-1568413797
RUNJOBID= node102-1568412192-5832
PBS_JOBID= 21702200
Free space on /tmp= 59296 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-26-080.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395746-1568413797/watcher-4395746-1568413797 -o /tmp/evaluation-result-4395746-1568413797/solver-4395746-1568413797 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568412192-5832 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2017674797 HOME/instance-4395746-1568413797.xml

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

MD5SUM BENCH= 82f2ba8c739d4bfd8362bd41c1ff224a
RANDOM SEED=2017674797

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31071948 kB
MemAvailable:   31459600 kB
Buffers:          163932 kB
Cached:           516988 kB
SwapCached:         9736 kB
Active:           819012 kB
Inactive:         336176 kB
Active(anon):     471524 kB
Inactive(anon):    33816 kB
Active(file):     347488 kB
Inactive(file):   302360 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995424 kB
Dirty:             35576 kB
Writeback:             0 kB
AnonPages:        575432 kB
Mapped:            48428 kB
Shmem:             22444 kB
Slab:             136464 kB
SReclaimable:     107280 kB
SUnreclaim:        29184 kB
KernelStack:        3680 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1726132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59296 MiB
End job on node102 at 2019-09-14 01:10:37