Trace number 4396001

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.12 2464.92

General information on the benchmark

NameBibd/Bibd-sc-stab2/
Bibd-sc-21-06-02.xml
MD5SUM6ee46be2b9080c76505f48a0e11d9ca8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12936
Number of constraints6140
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6468}]
Minimum variable degree0
Maximum variable degree23
Distribution of variable degrees[{"degree":0,"count":6468},{"degree":2,"count":5880},{"degree":23,"count":588}]
Minimum constraint arity3
Maximum constraint arity588
Distribution of constraint arities[{"arity":3,"count":5880},{"arity":21,"count":28},{"arity":28,"count":231},{"arity":588,"count":1}]
Number of extensional constraints0
Number of intensional constraints5880
Distribution of constraint types[{"type":"intension","count":5880},{"type":"lex","count":1},{"type":"sum","count":259}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396001-1568396230/watcher-4396001-1568396230 -o /tmp/evaluation-result-4396001-1568396230/solver-4396001-1568396230 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1843141123 HOME/instance-4396001-1568396230.xml 

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

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
solver pid=10010, runsolver pid=10007
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.49 1.42 1.39 3/219 10067
/proc/meminfo: memFree=30248164/32770624 swapFree=66934672/67108860
[pid=10010] ppid=10007 vsize=10055356 memory=19124 CPUtime=0.08 cores=1,3,5,7
/proc/10010/stat : 10010 (java) S 10007 10010 9235 0 -1 1077944320 4506 13296 0 0 1 0 4 3 20 0 7 0 415894476 10296684544 4781 33554432000 4194304 4196468 140722454622112 140722454604656 140429906415351 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
/proc/10010/statm: 2513839 4781 2016 1 0 2502277 0
[pid=10010/tid=10063] ppid=10007 vsize=10055356 memory=5854520767527157917 CPUtime=0.08 cores=1,3,5,7
/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 2311 13296 0 0 1 0 4 3 20 0 7 0 415894484 10296684544 4781 33554432000 4194304 4196468 140722454622112 140429878258448 140429888889072 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10055356 memory=5793854920428067257 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 7 0 415894485 10296684544 4781 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10055356 memory=139669418174080 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 7 0 415894485 10296684544 4781 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 7 0 415894485 10296684544 4781 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 7 0 415894485 10296684544 4781 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 7 0 415894487 10296684544 4781 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19124 KiB

[startup+0.211374 s]*
/proc/loadavg: 1.49 1.42 1.39 3/228 10076
/proc/meminfo: memFree=30229340/32770624 swapFree=66934672/67108860
[pid=10010] ppid=10007 vsize=10819972 memory=44872 CPUtime=0.26 cores=1,3,5,7
/proc/10010/stat : 10010 (java) S 10007 10010 9235 0 -1 1077944320 7056 13296 0 0 18 1 4 3 20 0 15 0 415894476 11079651328 11218 33554432000 4194304 4196468 140722454622112 140722454604656 140429906415351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
/proc/10010/statm: 2704993 11218 3208 1 0 2667149 0
[pid=10010/tid=10063] ppid=10007 vsize=10820116 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 3534 13296 0 0 11 1 4 3 20 0 15 0 415894484 11079798784 11218 33554432000 4194304 4196468 140722454622112 140429878245344 140429829492598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10820116 memory=4211973395622964618 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10820116 memory=139669418174080 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10820116 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10820116 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894485 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10820116 memory=139669418174080 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894487 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10069] ppid=10007 vsize=10820116 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10069/stat : 10069 (java) S 10007 10010 9235 0 -1 1077944384 33 13296 0 0 0 0 4 3 20 0 15 0 415894487 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429364384544 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10070] ppid=10007 vsize=10820116 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10070/stat : 10070 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894487 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429257335920 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10071] ppid=10007 vsize=10820116 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10071/stat : 10071 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894490 11079798784 11284 33554432000 4194304 4196468 140722454622112 140428653357136 140429906433947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10072] ppid=10007 vsize=10820116 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10010/task/10072/stat : 10072 (java) R 10007 10010 9235 0 -1 4202560 355 13296 0 0 1 0 4 3 20 0 15 0 415894490 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429330827888 140429906427286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10073] ppid=10007 vsize=10820116 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10010/task/10073/stat : 10073 (java) S 10007 10010 9235 0 -1 1077944384 299 13296 0 0 1 0 4 3 20 0 15 0 415894490 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429329775088 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10074] ppid=10007 vsize=10820116 memory=139669418174080 CPUtime=0.1 cores=1,3,5,7
/proc/10010/task/10074/stat : 10074 (java) S 10007 10010 9235 0 -1 1077944384 617 13296 0 0 3 0 4 3 20 0 15 0 415894490 11079798784 11284 33554432000 4194304 4196468 140722454622112 140429328722800 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10075] ppid=10007 vsize=10820128 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10075/stat : 10075 (java) S 10007 10010 9235 0 -1 1077944384 3 13296 0 0 0 0 4 3 20 0 15 0 415894490 11079811072 11284 33554432000 4194304 4196468 140722454622112 140428183596000 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10076] ppid=10007 vsize=10820128 memory=139669418174080 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10076/stat : 10076 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894490 11079811072 11284 33554432000 4194304 4196468 140722454622112 140429327669680 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819972 KiB
Current children cumulated memory: 44872 KiB

[startup+0.310501 s]*
/proc/loadavg: 1.49 1.42 1.39 3/228 10076
/proc/meminfo: memFree=30216408/32770624 swapFree=66934672/67108860
[pid=10010] ppid=10007 vsize=10820148 memory=53424 CPUtime=0.4 cores=1,3,5,7
/proc/10010/stat : 10010 (java) S 10007 10010 9235 0 -1 1077944320 10609 13296 0 0 30 3 4 3 20 0 15 0 415894476 11079831552 13356 33554432000 4194304 4196468 140722454622112 140722454604656 140429906415351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
/proc/10010/statm: 2705037 13356 3304 1 0 2667149 0
[pid=10010/tid=10063] ppid=10007 vsize=10820260 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 7085 13296 0 0 19 2 4 3 20 0 15 0 415894484 11079946240 13421 33554432000 4194304 4196468 140722454622112 140429878235568 140429829491666 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10820260 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11079946240 13421 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10820260 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11079946240 13421 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10820260 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11079946240 13421 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10820260 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894485 11079946240 13421 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10820260 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894487 11079946240 13421 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10069] ppid=10007 vsize=10820260 memory=139669418174079 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10069/stat : 10069 (java) S 10007 10010 9235 0 -1 1077944384 33 13296 0 0 0 0 4 3 20 0 15 0 415894487 11079946240 13421 33554432000 4194304 4196468 140722454622112 140429364384544 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10070] ppid=10007 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10070/stat : 10070 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894487 11079950336 13421 33554432000 4194304 4196468 140722454622112 140429257335920 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10071] ppid=10007 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10071/stat : 10071 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894490 11079950336 13421 33554432000 4194304 4196468 140722454622112 140428653357136 140429906433947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10072] ppid=10007 vsize=10820264 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10010/task/10072/stat : 10072 (java) S 10007 10010 9235 0 -1 1077944384 364 13296 0 0 2 0 4 3 20 0 15 0 415894490 11079950336 13421 33554432000 4194304 4196468 140722454622112 140429330827888 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10073] ppid=10007 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10010/task/10073/stat : 10073 (java) S 10007 10010 9235 0 -1 1077944384 300 13296 0 0 1 0 4 3 20 0 15 0 415894490 11079950336 13421 33554432000 4194304 4196468 140722454622112 140429329775088 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10074] ppid=10007 vsize=10820264 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10010/task/10074/stat : 10074 (java) S 10007 10010 9235 0 -1 1077944384 626 13296 0 0 5 0 4 3 20 0 15 0 415894490 11079950336 13421 33554432000 4194304 4196468 140722454622112 140429328722800 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10075] ppid=10007 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10075/stat : 10075 (java) S 10007 10010 9235 0 -1 1077944384 3 13296 0 0 0 0 4 3 20 0 15 0 415894490 11079950336 13421 33554432000 4194304 4196468 140722454622112 140428183596000 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10076] ppid=10007 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10076/stat : 10076 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894490 11079950336 13421 33554432000 4194304 4196468 140722454622112 140429327669680 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53424 KiB

[startup+0.700679 s]
/proc/loadavg: 1.49 1.42 1.39 3/228 10076
/proc/meminfo: memFree=30201736/32770624 swapFree=66934672/67108860
[pid=10010] ppid=10007 vsize=10824360 memory=85732 CPUtime=1.14 cores=1,3,5,7
/proc/10010/stat : 10010 (java) S 10007 10010 9235 0 -1 1077944320 14667 13296 0 0 102 5 4 3 20 0 15 0 415894476 11084144640 21433 33554432000 4194304 4196468 140722454622112 140722454604656 140429906415351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
/proc/10010/statm: 2706090 21433 3500 1 0 2668173 0
[pid=10010/tid=10063] ppid=10007 vsize=10824360 memory=2124 CPUtime=0.67 cores=1,3,5,7
/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 9948 13296 0 0 56 4 4 3 20 0 15 0 415894484 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429878242512 140429906427286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10824360 memory=7312 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10824360 memory=504 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10824360 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10824360 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894485 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 5 13296 0 0 0 0 4 3 20 0 15 0 415894487 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10069] ppid=10007 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10069/stat : 10069 (java) S 10007 10010 9235 0 -1 1077944384 33 13296 0 0 0 0 4 3 20 0 15 0 415894487 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429364384544 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10070] ppid=10007 vsize=10824360 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10070/stat : 10070 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894487 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429257335920 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10071] ppid=10007 vsize=10824360 memory=11928 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10071/stat : 10071 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894490 11084144640 21433 33554432000 4194304 4196468 140722454622112 140428653357136 140429906433947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10072] ppid=10007 vsize=10824360 memory=2124 CPUtime=0.2 cores=1,3,5,7
/proc/10010/task/10072/stat : 10072 (java) R 10007 10010 9235 0 -1 4202560 730 13296 0 0 13 0 4 3 20 0 15 0 415894490 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429330827888 140429889627035 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10073] ppid=10007 vsize=10824360 memory=6944652177228980320 CPUtime=0.22 cores=1,3,5,7
/proc/10010/task/10073/stat : 10073 (java) R 10007 10010 9235 0 -1 1077944384 901 13296 0 0 15 0 4 3 20 0 15 0 415894490 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429329775088 140429906426498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10074] ppid=10007 vsize=10824360 memory=504 CPUtime=0.24 cores=1,3,5,7
/proc/10010/task/10074/stat : 10074 (java) R 10007 10010 9235 0 -1 4202560 828 13296 0 0 17 0 4 3 20 0 15 0 415894490 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429328722800 140429906427286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10075] ppid=10007 vsize=10824360 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10075/stat : 10075 (java) S 10007 10010 9235 0 -1 1077944384 3 13296 0 0 0 0 4 3 20 0 15 0 415894490 11084144640 21433 33554432000 4194304 4196468 140722454622112 140428183596000 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10076] ppid=10007 vsize=10824360 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10076/stat : 10076 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894490 11084144640 21433 33554432000 4194304 4196468 140722454622112 140429327669680 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85732 KiB

[startup+1.50153 s]
/proc/loadavg: 1.49 1.42 1.39 6/228 10076
/proc/meminfo: memFree=30129884/32770624 swapFree=66934672/67108860
[pid=10010] ppid=10007 vsize=10830580 memory=224896 CPUtime=3.37 cores=1,3,5,7
/proc/10010/stat : 10010 (java) S 10007 10010 9235 0 -1 1077944320 26755 13296 0 0 321 9 4 3 20 0 15 0 415894476 11090513920 56224 33554432000 4194304 4196468 140722454622112 140722454604656 140429906415351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
/proc/10010/statm: 2707645 56224 3580 1 0 2669709 0
[pid=10010/tid=10063] ppid=10007 vsize=10830580 memory=3620 CPUtime=1.44 cores=1,3,5,7
/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 13553 13296 0 0 131 6 4 3 20 0 15 0 415894484 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429878226880 140429891786640 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10830580 memory=22728 CPUtime=0.08 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 45 13296 0 0 1 0 4 3 20 0 15 0 415894485 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10830580 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894485 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10830580 memory=217372 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 226 13296 0 0 0 0 4 3 20 0 15 0 415894485 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10830580 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 66 13296 0 0 1 0 4 3 20 0 15 0 415894485 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 96 13296 0 0 0 0 4 3 20 0 15 0 415894487 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10069] ppid=10007 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10069/stat : 10069 (java) S 10007 10010 9235 0 -1 1077944384 33 13296 0 0 0 0 4 3 20 0 15 0 415894487 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429364384544 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10070] ppid=10007 vsize=10830580 memory=182911047359859 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10070/stat : 10070 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894487 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429257335920 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10071] ppid=10007 vsize=10830580 memory=3304769 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10071/stat : 10071 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894490 11090513920 56224 33554432000 4194304 4196468 140722454622112 140428653357136 140429906433947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10072] ppid=10007 vsize=10830580 memory=6935649255810949952 CPUtime=0.75 cores=1,3,5,7
/proc/10010/task/10072/stat : 10072 (java) S 10007 10010 9235 0 -1 1077944384 4695 13296 0 0 68 0 4 3 20 0 15 0 415894490 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429330827888 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10073] ppid=10007 vsize=10830580 memory=4638778398332764256 CPUtime=0.81 cores=1,3,5,7
/proc/10010/task/10073/stat : 10073 (java) S 10007 10010 9235 0 -1 1077944384 3633 13296 0 0 74 0 4 3 20 0 15 0 415894490 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429329775088 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10074] ppid=10007 vsize=10830580 memory=279338633134320 CPUtime=0.5 cores=1,3,5,7
/proc/10010/task/10074/stat : 10074 (java) S 10007 10010 9235 0 -1 1077944384 2190 13296 0 0 42 1 4 3 20 0 15 0 415894490 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429328722800 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10075] ppid=10007 vsize=10830580 memory=6935649255945234513 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10075/stat : 10075 (java) S 10007 10010 9235 0 -1 1077944384 3 13296 0 0 0 0 4 3 20 0 15 0 415894490 11090513920 56224 33554432000 4194304 4196468 140722454622112 140428183596000 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10076] ppid=10007 vsize=10830580 memory=-6654720865164901210 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10076/stat : 10076 (java) S 10007 10010 9235 0 -1 1077944384 1 13296 0 0 0 0 4 3 20 0 15 0 415894490 11090513920 56224 33554432000 4194304 4196468 140722454622112 140429327669680 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0

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

/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 77600 13296 0 0 235943 54 4 3 20 0 15 0 415894484 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429878250416 140429494266018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10846984 memory=724012 CPUtime=12.47 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 21423 13296 0 0 1191 49 4 3 20 0 15 0 415894485 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10846984 memory=724016 CPUtime=12.38 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 16777 13296 0 0 1180 51 4 3 20 0 15 0 415894485 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10846984 memory=741 CPUtime=12.47 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 23074 13296 0 0 1191 49 4 3 20 0 15 0 415894485 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10846984 memory=724012 CPUtime=12.44 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 19439 13296 0 0 1189 48 4 3 20 0 15 0 415894485 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10846984 memory=724012 CPUtime=7.56 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 16477 13296 0 0 690 59 4 3 20 0 15 0 415894487 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10069] ppid=10007 vsize=10846984 memory=724012 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10069/stat : 10069 (java) S 10007 10010 9235 0 -1 1077944384 44 13296 0 0 0 0 4 3 20 0 15 0 415894487 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429364384608 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10070] ppid=10007 vsize=10846984 memory=724012 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10070/stat : 10070 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894487 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429257335936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10071] ppid=10007 vsize=10846984 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10071/stat : 10071 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894490 11107311616 181004 33554432000 4194304 4196468 140722454622112 140428653357136 140429906433947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10072] ppid=10007 vsize=10846984 memory=22832 CPUtime=7.86 cores=1,3,5,7
/proc/10010/task/10072/stat : 10072 (java) S 10007 10010 9235 0 -1 1077944384 30480 13296 0 0 775 4 4 3 20 0 15 0 415894490 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429330827888 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10073] ppid=10007 vsize=10846984 memory=724012 CPUtime=7.48 cores=1,3,5,7
/proc/10010/task/10073/stat : 10073 (java) S 10007 10010 9235 0 -1 1077944384 33292 13296 0 0 737 4 4 3 20 0 15 0 415894490 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429329775088 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10074] ppid=10007 vsize=10846984 memory=3620 CPUtime=2.51 cores=1,3,5,7
/proc/10010/task/10074/stat : 10074 (java) S 10007 10010 9235 0 -1 1077944384 20317 13296 0 0 238 6 4 3 20 0 15 0 415894490 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429328722800 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10075] ppid=10007 vsize=10846984 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10075/stat : 10075 (java) S 10007 10010 9235 0 -1 1077944384 3 13296 0 0 0 0 4 3 20 0 15 0 415894490 11107311616 181004 33554432000 4194304 4196468 140722454622112 140428183596000 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10076] ppid=10007 vsize=10846984 memory=2532 CPUtime=1.44 cores=1,3,5,7
/proc/10010/task/10076/stat : 10076 (java) S 10007 10010 9235 0 -1 1077944384 1213 13296 0 0 61 76 4 3 20 0 15 0 415894490 11107311616 181004 33554432000 4194304 4196468 140722454622112 140429327669680 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
Current children cumulated CPU time: 2436.11 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 724016 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.31 1.38 3/226 10454
/proc/meminfo: memFree=29981952/32770624 swapFree=66934720/67108860
[pid=10010] ppid=10007 vsize=10846984 memory=726100 CPUtime=2497.1 cores=1,3,5,7
/proc/10010/stat : 10010 (java) S 10007 10010 9235 0 -1 1077944320 263177 13296 0 0 249337 366 4 3 20 0 15 0 415894476 11107311616 181525 33554432000 4194304 4196468 140722454622112 140722454604656 140429906415351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
/proc/10010/statm: 2711746 181525 3642 1 0 2673805 0
[pid=10010/tid=10063] ppid=10007 vsize=10846984 memory=3932 CPUtime=2419.45 cores=1,3,5,7
/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 78123 13296 0 0 241884 54 4 3 20 0 15 0 415894484 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429878250752 140429477655944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10846984 memory=726100 CPUtime=12.8 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 21479 13296 0 0 1223 50 4 3 20 0 15 0 415894485 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10846984 memory=726100 CPUtime=12.72 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 16952 13296 0 0 1213 52 4 3 20 0 15 0 415894485 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10846984 memory=724052 CPUtime=12.79 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 23082 13296 0 0 1223 49 4 3 20 0 15 0 415894485 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10846984 memory=726100 CPUtime=12.77 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 19444 13296 0 0 1222 48 4 3 20 0 15 0 415894485 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10846984 memory=726100 CPUtime=7.76 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 16511 13296 0 0 709 60 4 3 20 0 15 0 415894487 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10069] ppid=10007 vsize=10846984 memory=724016 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10069/stat : 10069 (java) S 10007 10010 9235 0 -1 1077944384 44 13296 0 0 0 0 4 3 20 0 15 0 415894487 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429364384608 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10070] ppid=10007 vsize=10846984 memory=726100 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10070/stat : 10070 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894487 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429257335936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10071] ppid=10007 vsize=10846984 memory=726100 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10071/stat : 10071 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894490 11107311616 181525 33554432000 4194304 4196468 140722454622112 140428653357136 140429906433947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10072] ppid=10007 vsize=10846984 memory=726100 CPUtime=7.86 cores=1,3,5,7
/proc/10010/task/10072/stat : 10072 (java) S 10007 10010 9235 0 -1 1077944384 30482 13296 0 0 775 4 4 3 20 0 15 0 415894490 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429330827888 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10073] ppid=10007 vsize=10846984 memory=724052 CPUtime=7.48 cores=1,3,5,7
/proc/10010/task/10073/stat : 10073 (java) S 10007 10010 9235 0 -1 1077944384 33294 13296 0 0 737 4 4 3 20 0 15 0 415894490 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429329775088 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10074] ppid=10007 vsize=10846984 memory=726100 CPUtime=2.51 cores=1,3,5,7
/proc/10010/task/10074/stat : 10074 (java) S 10007 10010 9235 0 -1 1077944384 20319 13296 0 0 238 6 4 3 20 0 15 0 415894490 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429328722800 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10075] ppid=10007 vsize=10846984 memory=726100 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10075/stat : 10075 (java) S 10007 10010 9235 0 -1 1077944384 3 13296 0 0 0 0 4 3 20 0 15 0 415894490 11107311616 181525 33554432000 4194304 4196468 140722454622112 140428183596000 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10076] ppid=10007 vsize=10846984 memory=726100 CPUtime=1.48 cores=1,3,5,7
/proc/10010/task/10076/stat : 10076 (java) S 10007 10010 9235 0 -1 1077944384 1230 13296 0 0 63 78 4 3 20 0 15 0 415894490 11107311616 181525 33554432000 4194304 4196468 140722454622112 140429327669680 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
Current children cumulated CPU time: 2497.1 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 726100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.9 s]
/proc/loadavg: 1.25 1.32 1.38 3/227 10457
/proc/meminfo: memFree=29980928/32770624 swapFree=66934720/67108860
[pid=10010] ppid=10007 vsize=10846984 memory=726152 CPUtime=2520.07 cores=1,3,5,7
/proc/10010/stat : 10010 (java) S 10007 10010 9235 0 -1 1077944320 263887 13296 0 0 251631 369 4 3 20 0 15 0 415894476 11107311616 181538 33554432000 4194304 4196468 140722454622112 140722454604656 140429906415351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
/proc/10010/statm: 2711746 181538 3642 1 0 2673805 0
[pid=10010/tid=10063] ppid=10007 vsize=10846984 memory=6791534058613427641 CPUtime=2441.82 cores=1,3,5,7
/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 78271 13296 0 0 244121 54 4 3 20 0 15 0 415894484 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429878250768 140429486142359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10846984 memory=726152 CPUtime=12.92 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 21516 13296 0 0 1235 50 4 3 20 0 15 0 415894485 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10846984 memory=726152 CPUtime=12.85 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 17062 13296 0 0 1225 53 4 3 20 0 15 0 415894485 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10846984 memory=726136 CPUtime=12.92 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 23257 13296 0 0 1235 50 4 3 20 0 15 0 415894485 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10846984 memory=726136 CPUtime=12.9 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 19513 13296 0 0 1234 49 4 3 20 0 15 0 415894485 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10846984 memory=726136 CPUtime=7.84 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 16680 13296 0 0 716 61 4 3 20 0 15 0 415894487 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10069] ppid=10007 vsize=10846984 memory=139669317429640 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10069/stat : 10069 (java) S 10007 10010 9235 0 -1 1077944384 44 13296 0 0 0 0 4 3 20 0 15 0 415894487 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429364384608 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10070] ppid=10007 vsize=10846984 memory=726152 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10070/stat : 10070 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894487 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429257335936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10071] ppid=10007 vsize=10846984 memory=726152 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10071/stat : 10071 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140428653357136 140429906433947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10072] ppid=10007 vsize=10846984 memory=2209 CPUtime=7.86 cores=1,3,5,7
/proc/10010/task/10072/stat : 10072 (java) S 10007 10010 9235 0 -1 1077944384 30482 13296 0 0 775 4 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429330827888 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10073] ppid=10007 vsize=10846984 memory=65 CPUtime=7.48 cores=1,3,5,7
/proc/10010/task/10073/stat : 10073 (java) S 10007 10010 9235 0 -1 1077944384 33294 13296 0 0 737 4 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429329775088 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10074] ppid=10007 vsize=10846984 memory=726152 CPUtime=2.51 cores=1,3,5,7
/proc/10010/task/10074/stat : 10074 (java) S 10007 10010 9235 0 -1 1077944384 20319 13296 0 0 238 6 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429328722800 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10075] ppid=10007 vsize=10846984 memory=726152 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10075/stat : 10075 (java) S 10007 10010 9235 0 -1 1077944384 3 13296 0 0 0 0 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140428183596000 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10076] ppid=10007 vsize=10846984 memory=1548 CPUtime=1.49 cores=1,3,5,7
/proc/10010/task/10076/stat : 10076 (java) S 10007 10010 9235 0 -1 1077944384 1232 13296 0 0 63 79 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429327669680 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 726152 KiB

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

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

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

[startup+2464.9 s]
/proc/loadavg: 1.25 1.32 1.38 3/227 10457
/proc/meminfo: memFree=29980928/32770624 swapFree=66934720/67108860
[pid=10010] ppid=10007 vsize=10846984 memory=726152 CPUtime=2520.07 cores=1,3,5,7
/proc/10010/stat : 10010 (java) S 10007 10010 9235 0 -1 1077944320 263887 13296 0 0 251631 369 4 3 20 0 15 0 415894476 11107311616 181538 33554432000 4194304 4196468 140722454622112 140722454604656 140429906415351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
/proc/10010/statm: 2711746 181538 3642 1 0 2673805 0
[pid=10010/tid=10063] ppid=10007 vsize=10846984 memory=6791534058613427641 CPUtime=2441.82 cores=1,3,5,7
/proc/10010/task/10063/stat : 10063 (java) R 10007 10010 9235 0 -1 4202560 78271 13296 0 0 244121 54 4 3 20 0 15 0 415894484 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429878250768 140429486142359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10064] ppid=10007 vsize=10846984 memory=726152 CPUtime=12.92 cores=1,3,5,7
/proc/10010/task/10064/stat : 10064 (java) S 10007 10010 9235 0 -1 1077944384 21516 13296 0 0 1235 50 4 3 20 0 15 0 415894485 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429910657936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10065] ppid=10007 vsize=10846984 memory=726152 CPUtime=12.85 cores=1,3,5,7
/proc/10010/task/10065/stat : 10065 (java) S 10007 10010 9235 0 -1 1077944384 17062 13296 0 0 1225 53 4 3 20 0 15 0 415894485 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429798931216 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10066] ppid=10007 vsize=10846984 memory=726136 CPUtime=12.92 cores=1,3,5,7
/proc/10010/task/10066/stat : 10066 (java) S 10007 10010 9235 0 -1 1077944384 23257 13296 0 0 1235 50 4 3 20 0 15 0 415894485 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429797878928 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10067] ppid=10007 vsize=10846984 memory=726136 CPUtime=12.9 cores=1,3,5,7
/proc/10010/task/10067/stat : 10067 (java) S 10007 10010 9235 0 -1 1077944384 19513 13296 0 0 1234 49 4 3 20 0 15 0 415894485 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429796826128 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10068] ppid=10007 vsize=10846984 memory=726136 CPUtime=7.84 cores=1,3,5,7
/proc/10010/task/10068/stat : 10068 (java) S 10007 10010 9235 0 -1 1077944384 16680 13296 0 0 716 61 4 3 20 0 15 0 415894487 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429365438576 140429906426498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10069] ppid=10007 vsize=10846984 memory=139669317429640 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10069/stat : 10069 (java) S 10007 10010 9235 0 -1 1077944384 44 13296 0 0 0 0 4 3 20 0 15 0 415894487 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429364384608 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10070] ppid=10007 vsize=10846984 memory=726152 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10070/stat : 10070 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894487 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429257335936 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10071] ppid=10007 vsize=10846984 memory=726152 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10071/stat : 10071 (java) S 10007 10010 9235 0 -1 1077944384 2 13296 0 0 0 0 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140428653357136 140429906433947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10072] ppid=10007 vsize=10846984 memory=2209 CPUtime=7.86 cores=1,3,5,7
/proc/10010/task/10072/stat : 10072 (java) S 10007 10010 9235 0 -1 1077944384 30482 13296 0 0 775 4 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429330827888 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10073] ppid=10007 vsize=10846984 memory=65 CPUtime=7.48 cores=1,3,5,7
/proc/10010/task/10073/stat : 10073 (java) S 10007 10010 9235 0 -1 1077944384 33294 13296 0 0 737 4 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429329775088 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10074] ppid=10007 vsize=10846984 memory=726152 CPUtime=2.51 cores=1,3,5,7
/proc/10010/task/10074/stat : 10074 (java) S 10007 10010 9235 0 -1 1077944384 20319 13296 0 0 238 6 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429328722800 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10075] ppid=10007 vsize=10846984 memory=726152 CPUtime=0.07 cores=1,3,5,7
/proc/10010/task/10075/stat : 10075 (java) S 10007 10010 9235 0 -1 1077944384 3 13296 0 0 0 0 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140428183596000 140429906425557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
[pid=10010/tid=10076] ppid=10007 vsize=10846984 memory=1548 CPUtime=1.49 cores=1,3,5,7
/proc/10010/task/10076/stat : 10076 (java) S 10007 10010 9235 0 -1 1077944384 1232 13296 0 0 63 79 4 3 20 0 15 0 415894490 11107311616 181538 33554432000 4194304 4196468 140722454622112 140429327669680 140429906426498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22814720 140722454629103 140722454631621 140722454631621 140722454634447 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 726152 KiB

Child status: 143
Real time (s): 2464.92
CPU time (s): 2520.12
CPU user time (s): 2516.39
CPU system time (s): 3.73392
CPU usage (%): 102.239
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 1887172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.39
system time used= 3.73392
maximum resident set size= 1887172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 219988
involuntary context switches= 5776


# summary of solver processes directly reported to runsolver:
#   pid: 10010
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.39
#   total CPU system time (s): 3.73392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0359 second user time and 23.6341 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 19:36:31
IDJOB=4396001
IDBENCH=123754
IDSOLVER=2846
FILE ID=node151/4396001-1568396230
RUNJOBID= node151-1568393581-9267
PBS_JOBID= 21701866
Free space on /tmp= 59276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Bibd/Bibd-sc-stab2/Bibd-sc-21-06-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396001-1568396230/watcher-4396001-1568396230 -o /tmp/evaluation-result-4396001-1568396230/solver-4396001-1568396230 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1843141123 HOME/instance-4396001-1568396230.xml

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

MD5SUM BENCH= 6ee46be2b9080c76505f48a0e11d9ca8
RANDOM SEED=1843141123

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30259068 kB
MemAvailable:   31079340 kB
Buffers:          165248 kB
Cached:           947376 kB
SwapCached:        71544 kB
Active:          1396544 kB
Inactive:         565620 kB
Active(anon):     785240 kB
Inactive(anon):    96848 kB
Active(file):     611304 kB
Inactive(file):   468772 kB
Unevictable:      110844 kB
Mlocked:          110844 kB
SwapTotal:      67108860 kB
SwapFree:       66934672 kB
Dirty:             35884 kB
Writeback:             0 kB
AnonPages:        889492 kB
Mapped:            49908 kB
Shmem:             23912 kB
Slab:             140688 kB
SReclaimable:     112064 kB
SUnreclaim:        28624 kB
KernelStack:        3696 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2031264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-13 20:17:36