Trace number 4395792

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.07 2479.64

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-16-81.xml
MD5SUMe1683218a1e3c524b21c5eaa634d1705
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 benchmark27.9455
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints737
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":500},{"size":26,"count":100}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":20},{"degree":23,"count":20},{"degree":24,"count":20},{"degree":25,"count":20},{"degree":26,"count":10},"...",{"degree":28,"count":8}, {"degree":29,"count":8}, {"degree":30,"count":9}, {"degree":31,"count":9}, {"degree":32,"count":22}, {"degree":33,"count":5}, {"degree":34,"count":6}, {"degree":35,"count":6}, {"degree":36,"count":7}, {"degree":37,"count":2}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":3}, {"degree":52,"count":3}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":194},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":4},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":2},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":636},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395792-1568402883/watcher-4395792-1568402883 -o /tmp/evaluation-result-4395792-1568402883/solver-4395792-1568402883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30331 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=910043870 HOME/instance-4395792-1568402883.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
Current StackSize limit: 8192 KiB

solver pid=32727, runsolver pid=32724

[startup+0.100093 s]*
/proc/loadavg: 1.41 1.31 1.47 3/217 317
/proc/meminfo: memFree=30349004/32770624 swapFree=66936600/67108860
[pid=32727] ppid=32724 vsize=9972712 memory=16696 CPUtime=0.1 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 28159 0 -1 1077944320 4410 13419 0 0 1 1 5 3 20 0 6 0 416546729 10212057088 4174 33554432000 4194304 4196468 140727349799936 140727349782480 140403752709879 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
/proc/32727/statm: 2493178 4174 1936 1 0 2481616 0
[pid=32727/tid=313] ppid=32724 vsize=9972712 memory=4279135704014095245 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 2193 13419 0 0 1 0 5 3 20 0 6 0 416546738 10212057088 4174 33554432000 4194304 4196468 140727349799936 140403724546640 140403735902213 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 6 0 416546738 10212057088 4174 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=9972712 memory=139989168760448 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 6 0 416546738 10212057088 4174 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 6 0 416546738 10212057088 4174 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 6 0 416546738 10212057088 4174 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16696 KiB

[startup+0.210926 s]*
/proc/loadavg: 1.41 1.31 1.47 3/226 328
/proc/meminfo: memFree=30325508/32770624 swapFree=66936600/67108860
[pid=32727] ppid=32724 vsize=10819664 memory=44652 CPUtime=0.27 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 28159 0 -1 1077944320 7002 13419 0 0 17 2 5 3 20 0 15 0 416546729 11079335936 11163 33554432000 4194304 4196468 140727349799936 140727349782480 140403752709879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
/proc/32727/statm: 2704916 11163 3162 1 0 2667149 0
[pid=32727/tid=313] ppid=32724 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 3385 13419 0 0 11 1 5 3 20 0 15 0 416546738 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403724515104 140403745809740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=10819664 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=10819664 memory=139989171689312 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546738 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=318] ppid=32724 vsize=10819664 memory=139989168760448 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546740 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403211729392 140403752721026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=319] ppid=32724 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 28159 0 -1 1077944384 33 13419 0 0 0 0 5 3 20 0 15 0 416546740 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403210675616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=320] ppid=32724 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546741 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403084879344 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=321] ppid=32724 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546743 11079335936 11163 33554432000 4194304 4196468 140727349799936 140402480900816 140403752728475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=322] ppid=32724 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/322/stat : 322 (java) S 32724 32727 28159 0 -1 1077944384 361 13419 0 0 1 0 5 3 20 0 15 0 416546743 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403177117680 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=323] ppid=32724 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/323/stat : 323 (java) S 32724 32727 28159 0 -1 1077944384 326 13419 0 0 1 0 5 3 20 0 15 0 416546743 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403176065136 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=326] ppid=32724 vsize=10819664 memory=139989168760448 CPUtime=0.11 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 28159 0 -1 1077944384 674 13419 0 0 3 0 5 3 20 0 15 0 416546743 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403175012592 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=327] ppid=32724 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 28159 0 -1 1077944384 3 13419 0 0 0 0 5 3 20 0 15 0 416546744 11079335936 11163 33554432000 4194304 4196468 140727349799936 140402011138656 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=328] ppid=32724 vsize=10819664 memory=139989168760448 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546744 11079335936 11163 33554432000 4194304 4196468 140727349799936 140403173960496 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44652 KiB

[startup+0.310376 s]*
/proc/loadavg: 1.41 1.31 1.47 3/226 328
/proc/meminfo: memFree=30312948/32770624 swapFree=66936600/67108860
[pid=32727] ppid=32724 vsize=10820148 memory=53776 CPUtime=0.41 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 28159 0 -1 1077944320 10687 13419 0 0 29 4 5 3 20 0 15 0 416546729 11079831552 13444 33554432000 4194304 4196468 140727349799936 140727349782480 140403752709879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
/proc/32727/statm: 2705037 13444 3320 1 0 2667149 0
[pid=32727/tid=313] ppid=32724 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 7010 13419 0 0 19 3 5 3 20 0 15 0 416546738 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403724509792 140403752731805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546738 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=318] ppid=32724 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546740 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403211729392 140403752721026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=319] ppid=32724 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 28159 0 -1 1077944384 33 13419 0 0 0 0 5 3 20 0 15 0 416546740 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403210675616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=320] ppid=32724 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546741 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403084879344 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=321] ppid=32724 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546743 11079831552 13444 33554432000 4194304 4196468 140727349799936 140402480900816 140403752728475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=322] ppid=32724 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32727/task/322/stat : 322 (java) S 32724 32727 28159 0 -1 1077944384 379 13419 0 0 2 0 5 3 20 0 15 0 416546743 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403177117680 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=323] ppid=32724 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/323/stat : 323 (java) S 32724 32727 28159 0 -1 1077944384 331 13419 0 0 1 0 5 3 20 0 15 0 416546743 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403176065136 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=326] ppid=32724 vsize=10820148 memory=139989168760448 CPUtime=0.13 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) R 32724 32727 28159 0 -1 4202560 709 13419 0 0 5 0 5 3 20 0 15 0 416546743 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403175012592 140403745806715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=327] ppid=32724 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 28159 0 -1 1077944384 3 13419 0 0 0 0 5 3 20 0 15 0 416546744 11079831552 13444 33554432000 4194304 4196468 140727349799936 140402011138656 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=328] ppid=32724 vsize=10820148 memory=139989168760448 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546744 11079831552 13444 33554432000 4194304 4196468 140727349799936 140403173960496 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53776 KiB

[startup+0.700793 s]
/proc/loadavg: 1.41 1.31 1.47 4/226 328
/proc/meminfo: memFree=30298068/32770624 swapFree=66936600/67108860
[pid=32727] ppid=32724 vsize=10824360 memory=88892 CPUtime=1.14 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 28159 0 -1 1077944320 14885 13419 0 0 100 6 5 3 20 0 15 0 416546729 11084144640 22223 33554432000 4194304 4196468 140727349799936 140727349782480 140403752709879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
/proc/32727/statm: 2706090 22223 3511 1 0 2668173 0
[pid=32727/tid=313] ppid=32724 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 9957 13419 0 0 55 4 5 3 20 0 15 0 416546738 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403724532864 140403736790366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546738 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=10824360 memory=279978046663872 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=10824360 memory=2438400574977 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546738 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=318] ppid=32724 vsize=10824360 memory=218130267 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 28159 0 -1 1077944384 5 13419 0 0 0 0 5 3 20 0 15 0 416546740 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403211729392 140403752721026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=319] ppid=32724 vsize=10824360 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 28159 0 -1 1077944384 33 13419 0 0 0 0 5 3 20 0 15 0 416546740 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403210675616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=320] ppid=32724 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546741 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403084879344 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=321] ppid=32724 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546743 11084144640 22223 33554432000 4194304 4196468 140727349799936 140402480900816 140403752728475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=322] ppid=32724 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/32727/task/322/stat : 322 (java) S 32724 32727 28159 0 -1 1077944384 871 13419 0 0 15 0 5 3 20 0 15 0 416546743 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403177117680 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=323] ppid=32724 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/32727/task/323/stat : 323 (java) R 32724 32727 28159 0 -1 4202560 804 13419 0 0 12 0 5 3 20 0 15 0 416546743 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403176065136 140403736206397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=326] ppid=32724 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 28159 0 -1 1077944384 991 13419 0 0 17 0 5 3 20 0 15 0 416546743 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403175012592 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=327] ppid=32724 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 28159 0 -1 1077944384 3 13419 0 0 0 0 5 3 20 0 15 0 416546744 11084144640 22223 33554432000 4194304 4196468 140727349799936 140402011138656 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=328] ppid=32724 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546744 11084144640 22223 33554432000 4194304 4196468 140727349799936 140403173960496 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 88892 KiB

[startup+1.50074 s]
/proc/loadavg: 1.46 1.32 1.48 5/226 328
/proc/meminfo: memFree=30259044/32770624 swapFree=66936600/67108860
[pid=32727] ppid=32724 vsize=10834676 memory=180596 CPUtime=2.63 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 28159 0 -1 1077944320 21621 13419 0 0 244 11 5 3 20 0 15 0 416546729 11094708224 45149 33554432000 4194304 4196468 140727349799936 140727349782480 140403752709879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
/proc/32727/statm: 2708669 45149 3594 1 0 2670733 0
[pid=32727/tid=313] ppid=32724 vsize=10834676 memory=4134606225630022328 CPUtime=1.43 cores=1,3,5,7
/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 14720 13419 0 0 128 7 5 3 20 0 15 0 416546738 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403724529632 140403752721814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=10834676 memory=1400504754925836930 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 329 13419 0 0 1 0 5 3 20 0 15 0 416546738 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=10834676 memory=-5153189914156492648 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 25 13419 0 0 1 0 5 3 20 0 15 0 416546738 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=10834676 memory=-7767228962191875230 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 89 13419 0 0 1 0 5 3 20 0 15 0 416546738 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=10834676 memory=125676 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 71 13419 0 0 1 0 5 3 20 0 15 0 416546738 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=318] ppid=32724 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 28159 0 -1 1077944384 139 13419 0 0 1 0 5 3 20 0 15 0 416546740 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403211729392 140403752721026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=319] ppid=32724 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 28159 0 -1 1077944384 33 13419 0 0 0 0 5 3 20 0 15 0 416546740 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403210675680 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=320] ppid=32724 vsize=10834676 memory=279978046455904 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546741 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403084879344 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=321] ppid=32724 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546743 11094708224 45149 33554432000 4194304 4196468 140727349799936 140402480900816 140403752728475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=322] ppid=32724 vsize=10834676 memory=139989023237664 CPUtime=0.39 cores=1,3,5,7
/proc/32727/task/322/stat : 322 (java) S 32724 32727 28159 0 -1 1077944384 1136 13419 0 0 31 0 5 3 20 0 15 0 416546743 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403177117680 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=323] ppid=32724 vsize=10834676 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/32727/task/323/stat : 323 (java) R 32724 32727 28159 0 -1 1077944384 1063 13419 0 0 31 0 5 3 20 0 15 0 416546743 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403176065136 140403752721026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=326] ppid=32724 vsize=10834676 memory=1060 CPUtime=0.52 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 28159 0 -1 1077944384 1798 13419 0 0 44 0 5 3 20 0 15 0 416546743 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403175012592 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=327] ppid=32724 vsize=10834676 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 28159 0 -1 1077944384 3 13419 0 0 0 0 5 3 20 0 15 0 416546744 11094708224 45149 33554432000 4194304 4196468 140727349799936 140402011138656 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=328] ppid=32724 vsize=10834676 memory=10780 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 28159 0 -1 1077944384 1 13419 0 0 0 0 5 3 20 0 15 0 416546744 11094708224 45149 33554432000 4194304 4196468 140727349799936 140403173960496 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 10834676 KiB

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

/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 70533 13419 0 0 230517 45 5 3 20 0 15 0 416546738 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403724544944 140403362011591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=10849032 memory=6791534058613427641 CPUtime=8.14 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 16292 13419 0 0 767 39 5 3 20 0 15 0 416546738 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=10849032 memory=995192 CPUtime=8.12 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 15919 13419 0 0 761 43 5 3 20 0 15 0 416546738 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=10849032 memory=995192 CPUtime=8.15 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 12954 13419 0 0 768 39 5 3 20 0 15 0 416546738 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=10849032 memory=995108 CPUtime=8.15 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 18253 13419 0 0 765 42 5 3 20 0 15 0 416546738 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=318] ppid=32724 vsize=10849032 memory=54 CPUtime=7.09 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 28159 0 -1 1077944384 17992 13419 0 0 661 40 5 3 20 0 15 0 416546740 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403211729392 140403752721026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=319] ppid=32724 vsize=10849032 memory=995192 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 28159 0 -1 1077944384 42 13419 0 0 0 0 5 3 20 0 15 0 416546740 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403210675744 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=320] ppid=32724 vsize=10849032 memory=995192 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 28159 0 -1 1077944384 9 13419 0 0 0 0 5 3 20 0 15 0 416546741 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403084879360 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=321] ppid=32724 vsize=10849032 memory=2688 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546743 11109408768 248798 33554432000 4194304 4196468 140727349799936 140402480900816 140403752728475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=322] ppid=32724 vsize=10849032 memory=995192 CPUtime=6.17 cores=1,3,5,7
/proc/32727/task/322/stat : 322 (java) S 32724 32727 28159 0 -1 1077944384 37598 13419 0 0 605 4 5 3 20 0 15 0 416546743 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403177117680 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=323] ppid=32724 vsize=10849032 memory=995192 CPUtime=6.11 cores=1,3,5,7
/proc/32727/task/323/stat : 323 (java) S 32724 32727 28159 0 -1 1077944384 32299 13419 0 0 599 4 5 3 20 0 15 0 416546743 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403176065136 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=326] ppid=32724 vsize=10849032 memory=995192 CPUtime=2.57 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 28159 0 -1 1077944384 23563 13419 0 0 244 5 5 3 20 0 15 0 416546743 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403175012592 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=327] ppid=32724 vsize=10849032 memory=995160 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 28159 0 -1 1077944384 3 13419 0 0 0 0 5 3 20 0 15 0 416546744 11109408768 248798 33554432000 4194304 4196468 140727349799936 140402011138656 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=328] ppid=32724 vsize=10849032 memory=995192 CPUtime=1.25 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 28159 0 -1 1077944384 1739 13419 0 0 55 62 5 3 20 0 15 0 416546744 11109408768 248798 33554432000 4194304 4196468 140727349799936 140403173960496 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 2360.84 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 995192 KiB

[startup+2382.3 s]
/proc/loadavg: 1.11 1.29 1.38 3/226 740
/proc/meminfo: memFree=29841008/32770624 swapFree=66936652/67108860
[pid=32727] ppid=32724 vsize=10849032 memory=995252 CPUtime=2421.59 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 28159 0 -1 1077944320 251271 13419 0 0 241864 287 5 3 20 0 15 0 416546729 11109408768 248813 33554432000 4194304 4196468 140727349799936 140727349782480 140403752709879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
/proc/32727/statm: 2712258 248813 3629 1 0 2674317 0
[pid=32727/tid=313] ppid=32724 vsize=10849032 memory=1060 CPUtime=2365.21 cores=1,3,5,7
/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 71247 13419 0 0 236468 45 5 3 20 0 15 0 416546738 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403724544928 140403362010605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=10849032 memory=669176 CPUtime=8.38 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 16329 13419 0 0 790 40 5 3 20 0 15 0 416546738 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=10849032 memory=995252 CPUtime=8.36 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 16325 13419 0 0 785 43 5 3 20 0 15 0 416546738 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=10849032 memory=218689 CPUtime=8.39 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 12993 13419 0 0 791 40 5 3 20 0 15 0 416546738 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=10849032 memory=995192 CPUtime=8.4 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 18389 13419 0 0 789 43 5 3 20 0 15 0 416546738 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=318] ppid=32724 vsize=10849032 memory=984 CPUtime=7.3 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 28159 0 -1 1077944384 18204 13419 0 0 681 41 5 3 20 0 15 0 416546740 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403211729392 140403752721026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=319] ppid=32724 vsize=10849032 memory=995252 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 28159 0 -1 1077944384 42 13419 0 0 0 0 5 3 20 0 15 0 416546740 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403210675744 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=320] ppid=32724 vsize=10849032 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 28159 0 -1 1077944384 9 13419 0 0 0 0 5 3 20 0 15 0 416546741 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403084879360 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=321] ppid=32724 vsize=10849032 memory=24788 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546743 11109408768 248813 33554432000 4194304 4196468 140727349799936 140402480900816 140403752728475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=322] ppid=32724 vsize=10849032 memory=1408 CPUtime=6.17 cores=1,3,5,7
/proc/32727/task/322/stat : 322 (java) S 32724 32727 28159 0 -1 1077944384 37600 13419 0 0 605 4 5 3 20 0 15 0 416546743 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403177117680 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=323] ppid=32724 vsize=10849032 memory=3276 CPUtime=6.12 cores=1,3,5,7
/proc/32727/task/323/stat : 323 (java) S 32724 32727 28159 0 -1 1077944384 32596 13419 0 0 600 4 5 3 20 0 15 0 416546743 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403176065136 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=326] ppid=32724 vsize=10849032 memory=804 CPUtime=2.57 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 28159 0 -1 1077944384 23565 13419 0 0 244 5 5 3 20 0 15 0 416546743 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403175012592 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=327] ppid=32724 vsize=10849032 memory=1808 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 28159 0 -1 1077944384 3 13419 0 0 0 0 5 3 20 0 15 0 416546744 11109408768 248813 33554432000 4194304 4196468 140727349799936 140402011138656 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=328] ppid=32724 vsize=10849032 memory=995192 CPUtime=1.28 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 28159 0 -1 1077944384 1757 13419 0 0 56 64 5 3 20 0 15 0 416546744 11109408768 248813 33554432000 4194304 4196468 140727349799936 140403173960496 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 2421.59 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 995252 KiB

[startup+2442.3 s]
/proc/loadavg: 1.05 1.24 1.36 3/226 744
/proc/meminfo: memFree=29838964/32770624 swapFree=66936652/67108860
[pid=32727] ppid=32724 vsize=10849032 memory=997416 CPUtime=2482.3 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 28159 0 -1 1077944320 252895 13419 0 0 247929 293 5 3 20 0 15 0 416546729 11109408768 249354 33554432000 4194304 4196468 140727349799936 140727349782480 140403752709879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
/proc/32727/statm: 2712258 249354 3629 1 0 2674317 0
[pid=32727/tid=313] ppid=32724 vsize=10849032 memory=997404 CPUtime=2424.73 cores=1,3,5,7
/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 71900 13419 0 0 242419 46 5 3 20 0 15 0 416546738 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403724545328 140403375905704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=10849032 memory=995192 CPUtime=8.63 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 16389 13419 0 0 813 42 5 3 20 0 15 0 416546738 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=10849032 memory=997404 CPUtime=8.61 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 16578 13419 0 0 808 45 5 3 20 0 15 0 416546738 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=10849032 memory=997416 CPUtime=8.63 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 13151 13419 0 0 814 41 5 3 20 0 15 0 416546738 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=10849032 memory=3624 CPUtime=8.64 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 18636 13419 0 0 812 44 5 3 20 0 15 0 416546738 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=318] ppid=32724 vsize=10849032 memory=1548 CPUtime=7.5 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 28159 0 -1 1077944384 18432 13419 0 0 700 42 5 3 20 0 15 0 416546740 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403211729392 140403752721026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=319] ppid=32724 vsize=10849032 memory=997416 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 28159 0 -1 1077944384 42 13419 0 0 0 0 5 3 20 0 15 0 416546740 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403210675744 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=320] ppid=32724 vsize=10849032 memory=997416 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 28159 0 -1 1077944384 9 13419 0 0 0 0 5 3 20 0 15 0 416546741 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403084879360 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=321] ppid=32724 vsize=10849032 memory=997300 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546743 11109408768 249354 33554432000 4194304 4196468 140727349799936 140402480900816 140403752728475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=322] ppid=32724 vsize=10849032 memory=997400 CPUtime=6.17 cores=1,3,5,7
/proc/32727/task/322/stat : 322 (java) S 32724 32727 28159 0 -1 1077944384 37602 13419 0 0 605 4 5 3 20 0 15 0 416546743 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403177117680 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=323] ppid=32724 vsize=10849032 memory=997300 CPUtime=6.12 cores=1,3,5,7
/proc/32727/task/323/stat : 323 (java) S 32724 32727 28159 0 -1 1077944384 32599 13419 0 0 600 4 5 3 20 0 15 0 416546743 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403176065136 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=326] ppid=32724 vsize=10849032 memory=997416 CPUtime=2.57 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 28159 0 -1 1077944384 23567 13419 0 0 244 5 5 3 20 0 15 0 416546743 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403175012592 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=327] ppid=32724 vsize=10849032 memory=997404 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 28159 0 -1 1077944384 3 13419 0 0 0 0 5 3 20 0 15 0 416546744 11109408768 249354 33554432000 4194304 4196468 140727349799936 140402011138656 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=328] ppid=32724 vsize=10849032 memory=997416 CPUtime=1.31 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 28159 0 -1 1077944384 1775 13419 0 0 58 65 5 3 20 0 15 0 416546744 11109408768 249354 33554432000 4194304 4196468 140727349799936 140403173960496 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 2482.3 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 997416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.6 s]
/proc/loadavg: 1.11 1.23 1.35 3/226 747
/proc/meminfo: memFree=29840692/32770624 swapFree=66936652/67108860
[pid=32727] ppid=32724 vsize=10849032 memory=994428 CPUtime=2520.01 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 28159 0 -1 1077944320 253832 13419 0 0 251696 297 5 3 20 0 15 0 416546729 11109408768 248607 33554432000 4194304 4196468 140727349799936 140727349782480 140403752709879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
/proc/32727/statm: 2712258 248607 3629 1 0 2674317 0
[pid=32727/tid=313] ppid=32724 vsize=10849032 memory=3196 CPUtime=2461.75 cores=1,3,5,7
/proc/32727/task/313/stat : 313 (java) R 32724 32727 28159 0 -1 4202560 72282 13419 0 0 246120 47 5 3 20 0 15 0 416546738 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403724545328 140403361978890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=314] ppid=32724 vsize=10849032 memory=671364 CPUtime=8.77 cores=1,3,5,7
/proc/32727/task/314/stat : 314 (java) S 32724 32727 28159 0 -1 1077944384 16496 13419 0 0 827 42 5 3 20 0 15 0 416546738 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403756951824 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=315] ppid=32724 vsize=10849032 memory=6791534058613427641 CPUtime=8.75 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 28159 0 -1 1077944384 16863 13419 0 0 822 45 5 3 20 0 15 0 416546738 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403326454160 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=316] ppid=32724 vsize=10849032 memory=2116 CPUtime=8.78 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 28159 0 -1 1077944384 13250 13419 0 0 828 42 5 3 20 0 15 0 416546738 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403325401616 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=317] ppid=32724 vsize=10849032 memory=516 CPUtime=8.77 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 28159 0 -1 1077944384 18692 13419 0 0 825 44 5 3 20 0 15 0 416546738 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403324349072 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=318] ppid=32724 vsize=10849032 memory=1556 CPUtime=7.63 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 28159 0 -1 1077944384 18437 13419 0 0 712 43 5 3 20 0 15 0 416546740 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403211729392 140403752721026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=319] ppid=32724 vsize=10849032 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 28159 0 -1 1077944384 42 13419 0 0 0 0 5 3 20 0 15 0 416546740 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403210675744 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=320] ppid=32724 vsize=10849032 memory=1668 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 28159 0 -1 1077944384 9 13419 0 0 0 0 5 3 20 0 15 0 416546741 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403084879360 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=321] ppid=32724 vsize=10849032 memory=904 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 28159 0 -1 1077944384 2 13419 0 0 0 0 5 3 20 0 15 0 416546743 11109408768 248607 33554432000 4194304 4196468 140727349799936 140402480900816 140403752728475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=322] ppid=32724 vsize=10849032 memory=1444 CPUtime=6.17 cores=1,3,5,7
/proc/32727/task/322/stat : 322 (java) S 32724 32727 28159 0 -1 1077944384 37602 13419 0 0 605 4 5 3 20 0 15 0 416546743 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403177117680 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=323] ppid=32724 vsize=10849032 memory=995452 CPUtime=6.12 cores=1,3,5,7
/proc/32727/task/323/stat : 323 (java) S 32724 32727 28159 0 -1 1077944384 32600 13419 0 0 600 4 5 3 20 0 15 0 416546743 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403176065136 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=326] ppid=32724 vsize=10849032 memory=928 CPUtime=2.57 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 28159 0 -1 1077944384 23567 13419 0 0 244 5 5 3 20 0 15 0 416546743 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403175012592 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=327] ppid=32724 vsize=10849032 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 28159 0 -1 1077944384 3 13419 0 0 0 0 5 3 20 0 15 0 416546744 11109408768 248607 33554432000 4194304 4196468 140727349799936 140402011138656 140403752720085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
[pid=32727/tid=328] ppid=32724 vsize=10849032 memory=2016 CPUtime=1.33 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 28159 0 -1 1077944384 1777 13419 0 0 59 66 5 3 20 0 15 0 416546744 11109408768 248607 33554432000 4194304 4196468 140727349799936 140403173960496 140403752721026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140727349803760 140727349806277 140727349806277 140727349809103 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 994428 KiB

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

[startup+2479.64 s]
# the end of solver process 32727 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.05 s, system=3.01995 s

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

Child status: 143
Real time (s): 2479.64
CPU time (s): 2520.07
CPU user time (s): 2517.05
CPU system time (s): 3.01995
CPU usage (%): 101.631
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 1230432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.05
system time used= 3.01995
maximum resident set size= 1230432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214644
involuntary context switches= 4239


# summary of solver processes directly reported to runsolver:
#   pid: 32727
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.05
#   total CPU system time (s): 3.01995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0825 second user time and 23.8998 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 20:26:28
IDJOB=4395792
IDBENCH=128090
IDSOLVER=2846
FILE ID=node105/4395792-1568402883
RUNJOBID= node105-1568388801-30331
PBS_JOBID= 21701857
Free space on /tmp= 60828 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-16-81.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395792-1568402883/watcher-4395792-1568402883 -o /tmp/evaluation-result-4395792-1568402883/solver-4395792-1568402883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30331 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=910043870 HOME/instance-4395792-1568402883.xml

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

MD5SUM BENCH= e1683218a1e3c524b21c5eaa634d1705
RANDOM SEED=910043870

node105.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.00
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.00
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.00
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.00
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:        30355600 kB
MemAvailable:   30730908 kB
Buffers:          165756 kB
Cached:           503820 kB
SwapCached:        68232 kB
Active:          1493968 kB
Inactive:         378816 kB
Active(anon):    1142388 kB
Inactive(anon):    93828 kB
Active(file):     351580 kB
Inactive(file):   284988 kB
Unevictable:      107276 kB
Mlocked:          107276 kB
SwapTotal:      67108860 kB
SwapFree:       66936600 kB
Dirty:             35408 kB
Writeback:             0 kB
AnonPages:       1300888 kB
Mapped:            50448 kB
Shmem:             24252 kB
Slab:             137080 kB
SReclaimable:     109148 kB
SUnreclaim:        27932 kB
KernelStack:        3968 kB
PageTables:         7700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2325636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1212416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60792 MiB
End job on node105 at 2019-09-13 21:07:48