Trace number 4400691

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 2472.83

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-armies/
Pb-army11-17ls.xml
MD5SUM3a369118bc0c88105fbaeba7564c3313
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 benchmark18.4026
Satisfiable
(Un)Satisfiability was proved
Number of variables370
Number of constraints557
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":370}]
Minimum variable degree3
Maximum variable degree13
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8},{"degree":5,"count":8},{"degree":6,"count":8},{"degree":7,"count":250},{"degree":8,"count":8},{"degree":9,"count":8},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":8},{"degree":13,"count":48}]
Minimum constraint arity2
Maximum constraint arity121
Distribution of constraint arities[{"arity":2,"count":193},{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":250},{"arity":6,"count":8},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":8},{"arity":10,"count":8},{"arity":11,"count":8},{"arity":12,"count":48},{"arity":121,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":557}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400691-1568688198/watcher-4400691-1568688198 -o /tmp/evaluation-result-4400691-1568688198/solver-4400691-1568688198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4400691-1568688198.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=16661, runsolver pid=16658
Current StackSize limit: 8192 KiB


[startup+0.108465 s]*
/proc/loadavg: 1.00 1.21 1.32 3/219 16718
/proc/meminfo: memFree=29580796/32770624 swapFree=67004304/67108860
[pid=16661] ppid=16658 vsize=10355560 memory=21712 CPUtime=0.1 cores=1,3,5,7
/proc/16661/stat : 16661 (java) S 16658 16661 11963 0 -1 1077944320 4658 13188 0 0 1 1 5 3 20 0 9 0 444981405 10604093440 5428 33554432000 4194304 4196468 140727421968512 140727421951056 140118074654455 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
/proc/16661/statm: 2588890 5428 2102 1 0 2551431 0
[pid=16661/tid=16714] ppid=16658 vsize=10355560 memory=720575944405811505 CPUtime=0.1 cores=1,3,5,7
/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 4202560 2438 13188 0 0 1 1 5 3 20 0 9 0 444981414 10604093440 5428 33554432000 4194304 4196468 140727421968512 140118046490480 140118058734942 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 9 0 444981415 10604093440 5428 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10355560 memory=139906809119619 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 9 0 444981415 10604093440 5428 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 9 0 444981415 10604093440 5428 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 2 13188 0 0 0 0 5 3 20 0 9 0 444981415 10604093440 5428 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 2 13188 0 0 0 0 5 3 20 0 9 0 444981416 10604093440 5428 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 13 13188 0 0 0 0 5 3 20 0 9 0 444981417 10604093440 5428 33554432000 4194304 4196468 140727421968512 140117066901152 140118074664661 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 9 0 444981417 10604093440 5428 33554432000 4194304 4196468 140727421968512 140116865574192 140118074664661 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21712 KiB

[startup+0.210228 s]*
/proc/loadavg: 1.00 1.21 1.32 3/228 16727
/proc/meminfo: memFree=29559032/32770624 swapFree=67004304/67108860
[pid=16661] ppid=16658 vsize=10823808 memory=45044 CPUtime=0.27 cores=1,3,5,7
/proc/16661/stat : 16661 (java) S 16658 16661 11963 0 -1 1077944320 7709 13188 0 0 16 3 5 3 20 0 15 0 444981405 11083579392 11261 33554432000 4194304 4196468 140727421968512 140727421951056 140118074654455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
/proc/16661/statm: 2705952 11261 3292 1 0 2668052 0
[pid=16661/tid=16714] ppid=16658 vsize=10823808 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 4202560 4381 13188 0 0 10 2 5 3 20 0 15 0 444981414 11083579392 11459 33554432000 4194304 4196468 140727421968512 140118046466816 140118067334173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10823808 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11083579392 11459 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10823808 memory=288370282960815744 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11083579392 11459 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11083579392 11525 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 2 13188 0 0 0 0 5 3 20 0 15 0 444981415 11083579392 11525 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10823808 memory=139906809104000 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 2 13188 0 0 0 0 5 3 20 0 15 0 444981416 11083579392 11525 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 13 13188 0 0 0 0 5 3 20 0 15 0 444981417 11083579392 11525 33554432000 4194304 4196468 140727421968512 140117066901152 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981417 11083579392 11591 33554432000 4194304 4196468 140727421968512 140116865574128 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16722] ppid=16658 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16722/stat : 16722 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981419 11083579392 11591 33554432000 4194304 4196468 140727421968512 140116625283536 140118074673051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16723] ppid=16658 vsize=10823808 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16661/task/16723/stat : 16723 (java) S 16658 16661 11963 0 -1 1077944384 351 13188 0 0 1 0 5 3 20 0 15 0 444981419 11083579392 11591 33554432000 4194304 4196468 140727421968512 140117143431408 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16724] ppid=16658 vsize=10823808 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16661/task/16724/stat : 16724 (java) S 16658 16661 11963 0 -1 1077944384 319 13188 0 0 1 0 5 3 20 0 15 0 444981419 11083579392 11591 33554432000 4194304 4196468 140727421968512 140117142378864 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16725] ppid=16658 vsize=10823808 memory=139906809104000 CPUtime=0.11 cores=1,3,5,7
/proc/16661/task/16725/stat : 16725 (java) S 16658 16661 11963 0 -1 1077944384 603 13188 0 0 3 0 5 3 20 0 15 0 444981419 11083579392 11657 33554432000 4194304 4196468 140727421968512 140117141325808 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16726] ppid=16658 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16726/stat : 16726 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981420 11083579392 11657 33554432000 4194304 4196468 140727421968512 140116591724896 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16727] ppid=16658 vsize=10823808 memory=139906809104000 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16727/stat : 16727 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981420 11083579392 11657 33554432000 4194304 4196468 140727421968512 140117140274224 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 45044 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.00 1.21 1.32 4/228 16727
/proc/meminfo: memFree=29549980/32770624 swapFree=67004304/67108860
[pid=16661] ppid=16658 vsize=10820196 memory=51228 CPUtime=0.41 cores=1,3,5,7
/proc/16661/stat : 16661 (java) S 16658 16661 11963 0 -1 1077944320 10538 13188 0 0 28 5 5 3 20 0 15 0 444981405 11079880704 12807 33554432000 4194304 4196468 140727421968512 140727421951056 140118074654455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
/proc/16661/statm: 2705049 12807 3302 1 0 2667149 0
[pid=16661/tid=16714] ppid=16658 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 1077944384 7023 13188 0 0 18 3 5 3 20 0 15 0 444981414 11079880704 12807 33554432000 4194304 4196468 140727421968512 140118046474672 140118074664661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10820196 memory=-6957061461084680038 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11079880704 12807 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10820196 memory=-7737643479190322274 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10820196 memory=139906809110993 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 2 13188 0 0 0 0 5 3 20 0 15 0 444981415 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 2 13188 0 0 0 0 5 3 20 0 15 0 444981416 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 13 13188 0 0 0 0 5 3 20 0 15 0 444981417 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117066901152 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981417 11079880704 12807 33554432000 4194304 4196468 140727421968512 140116865574128 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16722] ppid=16658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16722/stat : 16722 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981419 11079880704 12807 33554432000 4194304 4196468 140727421968512 140116625283536 140118074673051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16723] ppid=16658 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16661/task/16723/stat : 16723 (java) S 16658 16661 11963 0 -1 1077944384 352 13188 0 0 2 0 5 3 20 0 15 0 444981419 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117143431408 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16724] ppid=16658 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16661/task/16724/stat : 16724 (java) S 16658 16661 11963 0 -1 1077944384 319 13188 0 0 1 0 5 3 20 0 15 0 444981419 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117142378864 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16725] ppid=16658 vsize=10820196 memory=139906809104000 CPUtime=0.13 cores=1,3,5,7
/proc/16661/task/16725/stat : 16725 (java) S 16658 16661 11963 0 -1 1077944384 610 13188 0 0 5 0 5 3 20 0 15 0 444981419 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117141325808 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16726] ppid=16658 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16726/stat : 16726 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981420 11079880704 12807 33554432000 4194304 4196468 140727421968512 140116591724896 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16727] ppid=16658 vsize=10820196 memory=139906809104000 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16727/stat : 16727 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981420 11079880704 12807 33554432000 4194304 4196468 140727421968512 140117140274224 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51228 KiB

[startup+0.702425 s]
/proc/loadavg: 1.00 1.21 1.32 3/228 16727
/proc/meminfo: memFree=29534832/32770624 swapFree=67004304/67108860
[pid=16661] ppid=16658 vsize=10824364 memory=83448 CPUtime=1.12 cores=1,3,5,7
/proc/16661/stat : 16661 (java) S 16658 16661 11963 0 -1 1077944320 14541 13188 0 0 98 6 5 3 20 0 15 0 444981405 11084148736 20862 33554432000 4194304 4196468 140727421968512 140727421951056 140118074654455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
/proc/16661/statm: 2706091 20862 3504 1 0 2668173 0
[pid=16661/tid=16714] ppid=16658 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 4202560 9981 13188 0 0 55 4 5 3 20 0 15 0 444981414 11084148736 20862 33554432000 4194304 4196468 140727421968512 140118046481616 140118054876800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11084148736 20862 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10824364 memory=1940 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981415 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10824364 memory=1416 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 2 13188 0 0 0 0 5 3 20 0 15 0 444981415 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10824364 memory=7668035123632563520 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 5 13188 0 0 0 0 5 3 20 0 15 0 444981416 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10824364 memory=7595725831727968097 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 13 13188 0 0 0 0 5 3 20 0 15 0 444981417 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117066901152 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10824364 memory=7810487918915055718 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981417 11084148736 20862 33554432000 4194304 4196468 140727421968512 140116865574128 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16722] ppid=16658 vsize=10824364 memory=1316 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16722/stat : 16722 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981419 11084148736 20862 33554432000 4194304 4196468 140727421968512 140116625283536 140118074673051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16723] ppid=16658 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/16661/task/16723/stat : 16723 (java) R 16658 16661 11963 0 -1 4202560 876 13188 0 0 13 0 5 3 20 0 15 0 444981419 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117143431408 140118054371591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16724] ppid=16658 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/16661/task/16724/stat : 16724 (java) R 16658 16661 11963 0 -1 4202560 684 13188 0 0 11 0 5 3 20 0 15 0 444981419 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117142361232 140118058568976 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16725] ppid=16658 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/16661/task/16725/stat : 16725 (java) R 16658 16661 11963 0 -1 4202560 765 13188 0 0 17 0 5 3 20 0 15 0 444981419 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117141325808 140118053593326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16726] ppid=16658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16726/stat : 16726 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981420 11084148736 20862 33554432000 4194304 4196468 140727421968512 140116591724896 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16727] ppid=16658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16727/stat : 16727 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981420 11084148736 20862 33554432000 4194304 4196468 140727421968512 140117140274224 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83448 KiB

[startup+1.50065 s]
/proc/loadavg: 1.08 1.22 1.32 3/228 16727
/proc/meminfo: memFree=29495356/32770624 swapFree=67004304/67108860
[pid=16661] ppid=16658 vsize=10834680 memory=176868 CPUtime=2.55 cores=1,3,5,7
/proc/16661/stat : 16661 (java) S 16658 16661 11963 0 -1 1077944320 21396 13188 0 0 236 11 5 3 20 0 15 0 444981405 11094712320 44217 33554432000 4194304 4196468 140727421968512 140727421951056 140118074654455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
/proc/16661/statm: 2708670 44217 3592 1 0 2670733 0
[pid=16661/tid=16714] ppid=16658 vsize=10834680 memory=279813361280992 CPUtime=1.44 cores=1,3,5,7
/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 4202560 14789 13188 0 0 130 6 5 3 20 0 15 0 444981414 11094712320 44217 33554432000 4194304 4196468 140727421968512 140118046472176 140118058698085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10834680 memory=73734119492074 CPUtime=0.09 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 320 13188 0 0 1 0 5 3 20 0 15 0 444981415 11094712320 44217 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10834680 memory=279813361455088 CPUtime=0.09 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 60 13188 0 0 1 0 5 3 20 0 15 0 444981415 11094712320 44217 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10834680 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 27 13188 0 0 0 0 5 3 20 0 15 0 444981415 11094712320 44217 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10834680 memory=-2748367524519556131 CPUtime=0.09 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 67 13188 0 0 1 0 5 3 20 0 15 0 444981415 11094712320 44217 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10834680 memory=-3756611412707075625 CPUtime=0.09 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 158 13188 0 0 1 0 5 3 20 0 15 0 444981416 11094712320 44217 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10834680 memory=-4190076264842474805 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 14 13188 0 0 0 0 5 3 20 0 15 0 444981417 11094712320 44217 33554432000 4194304 4196468 140727421968512 140117066901152 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981417 11094712320 44217 33554432000 4194304 4196468 140727421968512 140116865574144 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16722] ppid=16658 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16722/stat : 16722 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981419 11094712320 44217 33554432000 4194304 4196468 140727421968512 140116625283536 140118074673051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16723] ppid=16658 vsize=10834680 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/16661/task/16723/stat : 16723 (java) S 16658 16661 11963 0 -1 1077944384 1212 13188 0 0 29 0 5 3 20 0 15 0 444981419 11094712320 44217 33554432000 4194304 4196468 140727421968512 140117143431408 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16724] ppid=16658 vsize=10834680 memory=3472468184920260642 CPUtime=0.35 cores=1,3,5,7
/proc/16661/task/16724/stat : 16724 (java) S 16658 16661 11963 0 -1 1077944384 1005 13188 0 0 27 0 5 3 20 0 15 0 444981419 11094712320 44217 33554432000 4194304 4196468 140727421968512 140117142378864 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16725] ppid=16658 vsize=10834680 memory=279813361817904 CPUtime=0.5 cores=1,3,5,7
/proc/16661/task/16725/stat : 16725 (java) R 16658 16661 11963 0 -1 4202560 1531 13188 0 0 42 0 5 3 20 0 15 0 444981419 11094712320 44217 33554432000 4194304 4196468 140727421968512 140117141325808 140118058734942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0

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

/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 4202560 60434 13188 0 0 229704 50 5 3 20 0 15 0 444981414 11107315712 210731 33554432000 4194304 4196468 140727421968512 140118046490160 140117694824041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10846988 memory=842924 CPUtime=12.29 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 13538 13188 0 0 1165 56 5 3 20 0 15 0 444981415 11107315712 210731 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10846988 memory=842924 CPUtime=12.33 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 16134 13188 0 0 1167 58 5 3 20 0 15 0 444981415 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10846988 memory=842924 CPUtime=12.34 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 8514 13188 0 0 1174 52 5 3 20 0 15 0 444981415 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10846988 memory=842924 CPUtime=12.32 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 9425 13188 0 0 1164 60 5 3 20 0 15 0 444981415 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10846988 memory=842924 CPUtime=10.4 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 15956 13188 0 0 972 60 5 3 20 0 15 0 444981416 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10846988 memory=842924 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 15 13188 0 0 0 0 5 3 20 0 15 0 444981417 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117066901280 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10846988 memory=842924 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981417 11107315712 210731 33554432000 4194304 4196468 140727421968512 140116865574144 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16722] ppid=16658 vsize=10846988 memory=842924 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16722/stat : 16722 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981419 11107315712 210731 33554432000 4194304 4196468 140727421968512 140116625283536 140118074673051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16723] ppid=16658 vsize=10846988 memory=842924 CPUtime=3.43 cores=1,3,5,7
/proc/16661/task/16723/stat : 16723 (java) S 16658 16661 11963 0 -1 1077944384 14786 13188 0 0 332 3 5 3 20 0 15 0 444981419 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117143431408 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16724] ppid=16658 vsize=10846988 memory=842924 CPUtime=3.54 cores=1,3,5,7
/proc/16661/task/16724/stat : 16724 (java) S 16658 16661 11963 0 -1 1077944384 11891 13188 0 0 343 3 5 3 20 0 15 0 444981419 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117142378864 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16725] ppid=16658 vsize=10846988 memory=1964 CPUtime=1.91 cores=1,3,5,7
/proc/16661/task/16725/stat : 16725 (java) S 16658 16661 11963 0 -1 1077944384 10124 13188 0 0 180 3 5 3 20 0 15 0 444981419 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117141325808 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16726] ppid=16658 vsize=10846988 memory=2456 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16726/stat : 16726 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981420 11107315712 210731 33554432000 4194304 4196468 140727421968512 140116591724896 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16727] ppid=16658 vsize=10846988 memory=1760 CPUtime=1.35 cores=1,3,5,7
/proc/16661/task/16727/stat : 16727 (java) S 16658 16661 11963 0 -1 1077944384 1043 13188 0 0 57 70 5 3 20 0 15 0 444981420 11107315712 210731 33554432000 4194304 4196468 140727421968512 140117140274224 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
Current children cumulated CPU time: 2366.95 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 842924 KiB

[startup+2382.3 s]
/proc/loadavg: 1.17 1.34 1.39 3/228 17097
/proc/meminfo: memFree=29780092/32770624 swapFree=67004308/67108860
[pid=16661] ppid=16658 vsize=10846988 memory=845016 CPUtime=2427.97 cores=1,3,5,7
/proc/16661/stat : 16661 (java) S 16658 16661 11963 0 -1 1077944320 165504 13188 0 0 242420 369 5 3 20 0 15 0 444981405 11107315712 211254 33554432000 4194304 4196468 140727421968512 140727421951056 140118074654455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
/proc/16661/statm: 2711747 211254 3623 1 0 2673805 0
[pid=16661/tid=16714] ppid=16658 vsize=10846988 memory=844972 CPUtime=2356.93 cores=1,3,5,7
/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 4202560 61202 13188 0 0 235634 51 5 3 20 0 15 0 444981414 11107315712 211254 33554432000 4194304 4196468 140727421968512 140118046489888 140117679952366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10846988 memory=844972 CPUtime=12.65 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 13825 13188 0 0 1199 58 5 3 20 0 15 0 444981415 11107315712 211254 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10846988 memory=844972 CPUtime=12.68 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 16176 13188 0 0 1200 60 5 3 20 0 15 0 444981415 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10846988 memory=1416 CPUtime=12.69 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 8595 13188 0 0 1208 53 5 3 20 0 15 0 444981415 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10846988 memory=279813361656816 CPUtime=12.67 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 9466 13188 0 0 1197 62 5 3 20 0 15 0 444981415 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10846988 memory=4289 CPUtime=10.69 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 16150 13188 0 0 999 62 5 3 20 0 15 0 444981416 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10846988 memory=844972 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 15 13188 0 0 0 0 5 3 20 0 15 0 444981417 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117066901280 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10846988 memory=3588 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981417 11107315712 211254 33554432000 4194304 4196468 140727421968512 140116865574144 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16722] ppid=16658 vsize=10846988 memory=844972 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16722/stat : 16722 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981419 11107315712 211254 33554432000 4194304 4196468 140727421968512 140116625283536 140118074673051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16723] ppid=16658 vsize=10846988 memory=7548 CPUtime=3.43 cores=1,3,5,7
/proc/16661/task/16723/stat : 16723 (java) S 16658 16661 11963 0 -1 1077944384 14786 13188 0 0 332 3 5 3 20 0 15 0 444981419 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117143431408 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16724] ppid=16658 vsize=10846988 memory=1448 CPUtime=3.55 cores=1,3,5,7
/proc/16661/task/16724/stat : 16724 (java) S 16658 16661 11963 0 -1 1077944384 11891 13188 0 0 343 4 5 3 20 0 15 0 444981419 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117142378864 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16725] ppid=16658 vsize=10846988 memory=1964 CPUtime=1.91 cores=1,3,5,7
/proc/16661/task/16725/stat : 16725 (java) S 16658 16661 11963 0 -1 1077944384 10124 13188 0 0 180 3 5 3 20 0 15 0 444981419 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117141325808 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16726] ppid=16658 vsize=10846988 memory=845016 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16726/stat : 16726 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981420 11107315712 211254 33554432000 4194304 4196468 140727421968512 140116591724896 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16727] ppid=16658 vsize=10846988 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/16661/task/16727/stat : 16727 (java) S 16658 16661 11963 0 -1 1077944384 1061 13188 0 0 58 72 5 3 20 0 15 0 444981420 11107315712 211254 33554432000 4194304 4196468 140727421968512 140117140274224 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
Current children cumulated CPU time: 2427.97 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 845016 KiB

[startup+2442.3 s]
/proc/loadavg: 1.04 1.29 1.37 3/229 17103
/proc/meminfo: memFree=29780340/32770624 swapFree=67004308/67108860
[pid=16661] ppid=16658 vsize=10846988 memory=836808 CPUtime=2488.99 cores=1,3,5,7
/proc/16661/stat : 16661 (java) S 16658 16661 11963 0 -1 1077944320 167028 13188 0 0 248514 377 5 3 20 0 15 0 444981405 11107315712 209202 33554432000 4194304 4196468 140727421968512 140727421951056 140118074654455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
/proc/16661/statm: 2711747 209202 3623 1 0 2673805 0
[pid=16661/tid=16714] ppid=16658 vsize=10846988 memory=836808 CPUtime=2416.26 cores=1,3,5,7
/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 4202560 61939 13188 0 0 241566 52 5 3 20 0 15 0 444981414 11107315712 209202 33554432000 4194304 4196468 140727421968512 140118046489584 140117695706381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10846988 memory=836808 CPUtime=12.99 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 13992 13188 0 0 1232 59 5 3 20 0 15 0 444981415 11107315712 209202 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10846988 memory=836808 CPUtime=13.02 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 16207 13188 0 0 1233 61 5 3 20 0 15 0 444981415 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10846988 memory=836808 CPUtime=13.03 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 8663 13188 0 0 1241 54 5 3 20 0 15 0 444981415 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10846988 memory=836808 CPUtime=13.02 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 9531 13188 0 0 1230 64 5 3 20 0 15 0 444981415 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10846988 memory=836808 CPUtime=10.97 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 16331 13188 0 0 1026 63 5 3 20 0 15 0 444981416 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10846988 memory=7548 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 15 13188 0 0 0 0 5 3 20 0 15 0 444981417 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117066901280 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10846988 memory=836808 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981417 11107315712 209202 33554432000 4194304 4196468 140727421968512 140116865574144 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16722] ppid=16658 vsize=10846988 memory=836808 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16722/stat : 16722 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981419 11107315712 209202 33554432000 4194304 4196468 140727421968512 140116625283536 140118074673051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16723] ppid=16658 vsize=10846988 memory=3588 CPUtime=3.43 cores=1,3,5,7
/proc/16661/task/16723/stat : 16723 (java) S 16658 16661 11963 0 -1 1077944384 15031 13188 0 0 332 3 5 3 20 0 15 0 444981419 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117143431408 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16724] ppid=16658 vsize=10846988 memory=836808 CPUtime=3.55 cores=1,3,5,7
/proc/16661/task/16724/stat : 16724 (java) S 16658 16661 11963 0 -1 1077944384 11893 13188 0 0 343 4 5 3 20 0 15 0 444981419 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117142378864 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16725] ppid=16658 vsize=10846988 memory=836808 CPUtime=1.91 cores=1,3,5,7
/proc/16661/task/16725/stat : 16725 (java) S 16658 16661 11963 0 -1 1077944384 10126 13188 0 0 180 3 5 3 20 0 15 0 444981419 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117141325808 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16726] ppid=16658 vsize=10846988 memory=836808 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16726/stat : 16726 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981420 11107315712 209202 33554432000 4194304 4196468 140727421968512 140116591724896 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16727] ppid=16658 vsize=10846988 memory=984 CPUtime=1.42 cores=1,3,5,7
/proc/16661/task/16727/stat : 16727 (java) S 16658 16661 11963 0 -1 1077944384 1087 13188 0 0 60 74 5 3 20 0 15 0 444981420 11107315712 209202 33554432000 4194304 4196468 140727421968512 140117140274224 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
Current children cumulated CPU time: 2488.99 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 836808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.8 s]
/proc/loadavg: 1.05 1.26 1.36 3/228 17103
/proc/meminfo: memFree=29786140/32770624 swapFree=67004308/67108860
[pid=16661] ppid=16658 vsize=10846988 memory=838860 CPUtime=2520.02 cores=1,3,5,7
/proc/16661/stat : 16661 (java) S 16658 16661 11963 0 -1 1077944320 168191 13188 0 0 251613 381 5 3 20 0 15 0 444981405 11107315712 209715 33554432000 4194304 4196468 140727421968512 140727421951056 140118074654455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
/proc/16661/statm: 2711747 209715 3623 1 0 2673805 0
[pid=16661/tid=16714] ppid=16658 vsize=10846988 memory=14012 CPUtime=2446.41 cores=1,3,5,7
/proc/16661/task/16714/stat : 16714 (java) R 16658 16661 11963 0 -1 4202560 62474 13188 0 0 244581 52 5 3 20 0 15 0 444981414 11107315712 209715 33554432000 4194304 4196468 140727421968512 140118046489680 140117694891840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16715] ppid=16658 vsize=10846988 memory=6791534058613427641 CPUtime=13.16 cores=1,3,5,7
/proc/16661/task/16715/stat : 16715 (java) S 16658 16661 11963 0 -1 1077944384 14247 13188 0 0 1249 59 5 3 20 0 15 0 444981415 11107315712 209715 33554432000 4194304 4196468 140727421968512 140118078896656 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16716] ppid=16658 vsize=10846988 memory=47656 CPUtime=13.19 cores=1,3,5,7
/proc/16661/task/16716/stat : 16716 (java) S 16658 16661 11963 0 -1 1077944384 16288 13188 0 0 1249 62 5 3 20 0 15 0 444981415 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117648349840 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16717] ppid=16658 vsize=10846988 memory=984 CPUtime=13.22 cores=1,3,5,7
/proc/16661/task/16717/stat : 16717 (java) S 16658 16661 11963 0 -1 1077944384 8714 13188 0 0 1259 55 5 3 20 0 15 0 444981415 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117647296784 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16718] ppid=16658 vsize=10846988 memory=1940 CPUtime=13.19 cores=1,3,5,7
/proc/16661/task/16718/stat : 16718 (java) S 16658 16661 11963 0 -1 1077944384 9559 13188 0 0 1246 65 5 3 20 0 15 0 444981415 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117646244240 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16719] ppid=16658 vsize=10846988 memory=1416 CPUtime=11.11 cores=1,3,5,7
/proc/16661/task/16719/stat : 16719 (java) S 16658 16661 11963 0 -1 1077944384 16520 13188 0 0 1039 64 5 3 20 0 15 0 444981416 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117144484592 140118074665602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16720] ppid=16658 vsize=10846988 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16720/stat : 16720 (java) S 16658 16661 11963 0 -1 1077944384 15 13188 0 0 0 0 5 3 20 0 15 0 444981417 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117066901280 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16721] ppid=16658 vsize=10846988 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16721/stat : 16721 (java) S 16658 16661 11963 0 -1 1077944384 1 13188 0 0 0 0 5 3 20 0 15 0 444981417 11107315712 209715 33554432000 4194304 4196468 140727421968512 140116865574144 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16722] ppid=16658 vsize=10846988 memory=15262527902714418 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16722/stat : 16722 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981419 11107315712 209715 33554432000 4194304 4196468 140727421968512 140116625283536 140118074673051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16723] ppid=16658 vsize=10846988 memory=740 CPUtime=3.43 cores=1,3,5,7
/proc/16661/task/16723/stat : 16723 (java) S 16658 16661 11963 0 -1 1077944384 15033 13188 0 0 332 3 5 3 20 0 15 0 444981419 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117143431408 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16724] ppid=16658 vsize=10846988 memory=1052 CPUtime=3.55 cores=1,3,5,7
/proc/16661/task/16724/stat : 16724 (java) S 16658 16661 11963 0 -1 1077944384 11895 13188 0 0 343 4 5 3 20 0 15 0 444981419 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117142378864 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16725] ppid=16658 vsize=10846988 memory=7548 CPUtime=1.91 cores=1,3,5,7
/proc/16661/task/16725/stat : 16725 (java) S 16658 16661 11963 0 -1 1077944384 10128 13188 0 0 180 3 5 3 20 0 15 0 444981419 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117141325808 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16726] ppid=16658 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16661/task/16726/stat : 16726 (java) S 16658 16661 11963 0 -1 1077944384 3 13188 0 0 0 0 5 3 20 0 15 0 444981420 11107315712 209715 33554432000 4194304 4196468 140727421968512 140116591724896 140118074664661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
[pid=16661/tid=16727] ppid=16658 vsize=10846988 memory=6791534058613427641 CPUtime=1.44 cores=1,3,5,7
/proc/16661/task/16727/stat : 16727 (java) S 16658 16661 11963 0 -1 1077944384 1105 13188 0 0 61 75 5 3 20 0 15 0 444981420 11107315712 209715 33554432000 4194304 4196468 140727421968512 140117140274224 140118074665602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140727421971184 140727421973701 140727421973701 140727421976527 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 838860 KiB

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

[startup+2472.83 s]
# the end of solver process 16661 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.2 s, system=3.85625 s

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

Child status: 143
Real time (s): 2472.83
CPU time (s): 2520.06
CPU user time (s): 2516.2
CPU system time (s): 3.85625
CPU usage (%): 101.91
Max. virtual memory (cumulated for all children) (KiB): 10849748
Max. memory (cumulated for all children) (KiB): 951820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 3.85625
maximum resident set size= 952852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182308
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294543
involuntary context switches= 5915


# summary of solver processes directly reported to runsolver:
#   pid: 16661
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.2
#   total CPU system time (s): 3.85625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0393 second user time and 23.4364 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 04:42:41
IDJOB=4400691
IDBENCH=134844
IDSOLVER=2857
FILE ID=node148/4400691-1568688198
RUNJOBID= node148-1568673294-11995
PBS_JOBID= 21703774
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-armies/Pb-army11-17ls.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400691-1568688198/watcher-4400691-1568688198 -o /tmp/evaluation-result-4400691-1568688198/solver-4400691-1568688198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4400691-1568688198.xml

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

MD5SUM BENCH= 3a369118bc0c88105fbaeba7564c3313
RANDOM SEED=479243401

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29589132 kB
MemAvailable:   30515664 kB
Buffers:          152260 kB
Cached:          1077400 kB
SwapCached:         3740 kB
Active:          1913856 kB
Inactive:         704504 kB
Active(anon):    1385812 kB
Inactive(anon):    52652 kB
Active(file):     528044 kB
Inactive(file):   651852 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004304 kB
Dirty:             35380 kB
Writeback:            16 kB
AnonPages:       1495052 kB
Mapped:            61732 kB
Shmem:             40616 kB
Slab:             154068 kB
SReclaimable:     124940 kB
SUnreclaim:        29128 kB
KernelStack:        3728 kB
PageTables:         9056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2409204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1304576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-17 05:23:54