Trace number 4402495

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.14 2464.13

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-85-05.xml
MD5SUM5a3f618f89c6aa3a803c36caec9b03ca
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 benchmark78.4996
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree89
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":3}, {"degree":89,"count":29}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":2},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":5},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":2},{"arity":56,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402495-1568977155/watcher-4402495-1568977155 -o /tmp/evaluation-result-4402495-1568977155/solver-4402495-1568977155 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29765 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=122441839 HOME/instance-4402495-1568977155.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=32071, runsolver pid=32068
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.46 1.38 1.54 3/215 32123
/proc/meminfo: memFree=8636780/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=392944 memory=5880 CPUtime=0.08 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 2729 13143 0 0 0 0 5 3 20 0 2 0 473877115 402374656 1470 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 98236 1470 1118 1 0 87147 0
[pid=32071/tid=32124] ppid=32068 vsize=8371124 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 641 13143 0 0 0 0 5 3 20 0 2 0 473877125 8572030976 1584 33554432000 4194304 4196468 140731464574816 140573654821280 140573676162709 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 392944 KiB
Current children cumulated memory: 5880 KiB

[startup+0.21076 s]*
/proc/loadavg: 1.46 1.38 1.54 3/227 32137
/proc/meminfo: memFree=8607684/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=10819716 memory=42916 CPUtime=0.24 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 6988 13143 0 0 15 1 5 3 20 0 15 0 473877115 11079389184 10729 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 2704929 10729 3180 1 0 2667149 0
[pid=32071/tid=32124] ppid=32068 vsize=10819716 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 3496 13143 0 0 9 0 5 3 20 0 15 0 473877125 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573654759504 140573667059038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32125] ppid=32068 vsize=10819716 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32125/stat : 32125 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573687220496 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32126] ppid=32068 vsize=10819716 memory=140018033868628 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32126/stat : 32126 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573610379664 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32127] ppid=32068 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32127/stat : 32127 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573254851088 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32128] ppid=32068 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32128/stat : 32128 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877126 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573253798544 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32129] ppid=32068 vsize=10819716 memory=140018033837696 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32129/stat : 32129 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877127 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573209545200 140573682989698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32130] ppid=32068 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32130/stat : 32130 (java) S 32068 32071 29733 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 473877128 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573138740640 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32131] ppid=32068 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32131/stat : 32131 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877128 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573004522992 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32132] ppid=32068 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32132/stat : 32132 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877130 11079389184 10729 33554432000 4194304 4196468 140731464574816 140572400544464 140573682997147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32133] ppid=32068 vsize=10819716 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32133/stat : 32133 (java) S 32068 32071 29733 0 -1 1077944384 338 13143 0 0 1 0 5 3 20 0 15 0 473877130 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573208492016 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32134] ppid=32068 vsize=10819716 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32134/stat : 32134 (java) S 32068 32071 29733 0 -1 1077944384 315 13143 0 0 1 0 5 3 20 0 15 0 473877130 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573207439472 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32135] ppid=32068 vsize=10819716 memory=140018033837696 CPUtime=0.11 cores=1,3,5,7
/proc/32071/task/32135/stat : 32135 (java) R 32068 32071 29733 0 -1 4202560 602 13143 0 0 3 0 5 3 20 0 15 0 473877130 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573105182960 140573661683453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32136] ppid=32068 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32136/stat : 32136 (java) S 32068 32071 29733 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 473877131 11079389184 10729 33554432000 4194304 4196468 140731464574816 140571930782304 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32137] ppid=32068 vsize=10819716 memory=140018033837696 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32137/stat : 32137 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877131 11079389184 10729 33554432000 4194304 4196468 140731464574816 140573104130864 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 42916 KiB

[startup+0.310537 s]*
/proc/loadavg: 1.46 1.38 1.54 3/227 32137
/proc/meminfo: memFree=8595136/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=10820196 memory=54024 CPUtime=0.37 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 10701 13143 0 0 27 2 5 3 20 0 15 0 473877115 11079880704 13506 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 2705049 13506 3308 1 0 2667149 0
[pid=32071/tid=32124] ppid=32068 vsize=10820196 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 7182 13143 0 0 18 2 5 3 20 0 15 0 473877125 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573654787472 140573667059038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32125] ppid=32068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32125/stat : 32125 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573687220496 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32126] ppid=32068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32126/stat : 32126 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573610379664 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32127] ppid=32068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32127/stat : 32127 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573254851088 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32128] ppid=32068 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32128/stat : 32128 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877126 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573253798544 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32129] ppid=32068 vsize=10820196 memory=140018033837696 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32129/stat : 32129 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877127 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573209545200 140573682989698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32130] ppid=32068 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32130/stat : 32130 (java) S 32068 32071 29733 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 473877128 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573138740640 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32131] ppid=32068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32131/stat : 32131 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877128 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573004522992 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32132] ppid=32068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32132/stat : 32132 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877130 11079880704 13506 33554432000 4194304 4196468 140731464574816 140572400544464 140573682997147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32133] ppid=32068 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32133/stat : 32133 (java) S 32068 32071 29733 0 -1 1077944384 339 13143 0 0 1 0 5 3 20 0 15 0 473877130 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573208492016 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32134] ppid=32068 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32134/stat : 32134 (java) S 32068 32071 29733 0 -1 1077944384 324 13143 0 0 1 0 5 3 20 0 15 0 473877130 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573207439472 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32135] ppid=32068 vsize=10820196 memory=140018033837696 CPUtime=0.13 cores=1,3,5,7
/proc/32071/task/32135/stat : 32135 (java) S 32068 32071 29733 0 -1 1077944384 620 13143 0 0 5 0 5 3 20 0 15 0 473877130 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573105182960 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32136] ppid=32068 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32136/stat : 32136 (java) S 32068 32071 29733 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 473877131 11079880704 13506 33554432000 4194304 4196468 140731464574816 140571930782304 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32137] ppid=32068 vsize=10820196 memory=140018033837696 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32137/stat : 32137 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877131 11079880704 13506 33554432000 4194304 4196468 140731464574816 140573104130864 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54024 KiB

[startup+0.700722 s]
/proc/loadavg: 1.46 1.38 1.54 3/227 32137
/proc/meminfo: memFree=8582128/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=10822316 memory=85276 CPUtime=1.1 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 14992 13143 0 0 98 4 5 3 20 0 15 0 473877115 11082051584 21319 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 2705579 21319 3512 1 0 2667661 0
[pid=32071/tid=32124] ppid=32068 vsize=10822316 memory=3848 CPUtime=0.65 cores=1,3,5,7
/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 10394 13143 0 0 54 3 5 3 20 0 15 0 473877125 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573654803512 140573682999898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32125] ppid=32068 vsize=10822316 memory=2924 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32125/stat : 32125 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573687220496 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32126] ppid=32068 vsize=10822316 memory=2700 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32126/stat : 32126 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573610379664 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32127] ppid=32068 vsize=10822316 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32127/stat : 32127 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877126 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573254851088 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32128] ppid=32068 vsize=10822316 memory=3136 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32128/stat : 32128 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877126 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573253798544 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32129] ppid=32068 vsize=10822316 memory=1375572 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32129/stat : 32129 (java) S 32068 32071 29733 0 -1 1077944384 5 13143 0 0 0 0 5 3 20 0 15 0 473877127 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573209545200 140573682989698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32130] ppid=32068 vsize=10822316 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32130/stat : 32130 (java) S 32068 32071 29733 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 473877128 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573138740640 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32131] ppid=32068 vsize=10822316 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32131/stat : 32131 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877128 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573004522992 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32132] ppid=32068 vsize=10822316 memory=2400 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32132/stat : 32132 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877130 11082051584 21319 33554432000 4194304 4196468 140731464574816 140572400544464 140573682997147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32133] ppid=32068 vsize=10822316 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/32071/task/32133/stat : 32133 (java) R 32068 32071 29733 0 -1 4202560 795 13143 0 0 15 0 5 3 20 0 15 0 473877130 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573208469376 140573662832127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32134] ppid=32068 vsize=10822316 memory=2276 CPUtime=0.19 cores=1,3,5,7
/proc/32071/task/32134/stat : 32134 (java) S 32068 32071 29733 0 -1 1077944384 798 13143 0 0 11 0 5 3 20 0 15 0 473877130 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573207439472 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32135] ppid=32068 vsize=10822316 memory=275441372933555 CPUtime=0.24 cores=1,3,5,7
/proc/32071/task/32135/stat : 32135 (java) S 32068 32071 29733 0 -1 1077944384 765 13143 0 0 16 0 5 3 20 0 15 0 473877130 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573105182960 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32136] ppid=32068 vsize=10822316 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32136/stat : 32136 (java) S 32068 32071 29733 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 473877131 11082051584 21319 33554432000 4194304 4196468 140731464574816 140571930782304 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32137] ppid=32068 vsize=10822316 memory=16106965717748364 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32137/stat : 32137 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877131 11082051584 21319 33554432000 4194304 4196468 140731464574816 140573104130864 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 85276 KiB

[startup+1.50072 s]
/proc/loadavg: 1.46 1.38 1.54 6/227 32137
/proc/meminfo: memFree=8526756/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=10832632 memory=229764 CPUtime=3.32 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 40134 13143 0 0 311 13 5 3 20 0 15 0 473877115 11092615168 57441 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 2708158 57441 3588 1 0 2670221 0
[pid=32071/tid=32124] ppid=32068 vsize=10832632 memory=164 CPUtime=1.41 cores=1,3,5,7
/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 17970 13143 0 0 126 7 5 3 20 0 15 0 473877125 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573654794672 140573667032603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32125] ppid=32068 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32125/stat : 32125 (java) S 32068 32071 29733 0 -1 1077944384 296 13143 0 0 1 0 5 3 20 0 15 0 473877126 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573687220496 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32126] ppid=32068 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32126/stat : 32126 (java) S 32068 32071 29733 0 -1 1077944384 59 13143 0 0 1 0 5 3 20 0 15 0 473877126 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573610379664 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32127] ppid=32068 vsize=10832632 memory=4580 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32127/stat : 32127 (java) S 32068 32071 29733 0 -1 1077944384 31 13143 0 0 1 0 5 3 20 0 15 0 473877126 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573254851088 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32128] ppid=32068 vsize=10832632 memory=280035760301320 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32128/stat : 32128 (java) S 32068 32071 29733 0 -1 1077944384 71 13143 0 0 1 0 5 3 20 0 15 0 473877126 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573253798544 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32129] ppid=32068 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32071/task/32129/stat : 32129 (java) S 32068 32071 29733 0 -1 1077944384 125 13143 0 0 1 0 5 3 20 0 15 0 473877127 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573209545200 140573682989698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32130] ppid=32068 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32130/stat : 32130 (java) S 32068 32071 29733 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 473877128 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573138740704 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32131] ppid=32068 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32131/stat : 32131 (java) S 32068 32071 29733 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 473877128 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573004523008 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32132] ppid=32068 vsize=10832632 memory=6370731357167314792 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32132/stat : 32132 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877130 11092615168 57441 33554432000 4194304 4196468 140731464574816 140572400544464 140573682997147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32133] ppid=32068 vsize=10832632 memory=280035760299680 CPUtime=0.77 cores=1,3,5,7
/proc/32071/task/32133/stat : 32133 (java) S 32068 32071 29733 0 -1 1077944384 8968 13143 0 0 68 1 5 3 20 0 15 0 473877130 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573208492016 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32134] ppid=32068 vsize=10832632 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/32071/task/32134/stat : 32134 (java) S 32068 32071 29733 0 -1 1077944384 7669 13143 0 0 63 0 5 3 20 0 15 0 473877130 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573207439472 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32135] ppid=32068 vsize=10832632 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/32071/task/32135/stat : 32135 (java) S 32068 32071 29733 0 -1 1077944384 2714 13143 0 0 41 1 5 3 20 0 15 0 473877130 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573105182960 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32136] ppid=32068 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32136/stat : 32136 (java) S 32068 32071 29733 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 473877131 11092615168 57441 33554432000 4194304 4196468 140731464574816 140571930782304 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32137] ppid=32068 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32137/stat : 32137 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877131 11092615168 57441 33554432000 4194304 4196468 140731464574816 140573104130864 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 3.32 s
Current children cumulated vsize: 10832632 KiB
Current children cumulated memory: 229764 KiB

[startup+3.10074 s]
/proc/loadavg: 1.66 1.42 1.55 4/227 32137
/proc/meminfo: memFree=8406812/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=10842892 memory=287492 CPUtime=7.17 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 53320 13143 0 0 691 18 5 3 20 0 15 0 473877115 11103121408 71873 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 2710723 71873 3609 1 0 2672781 0

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

/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 120589 13143 0 0 235661 76 5 3 20 0 15 0 473877125 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573654814160 140573295276896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32125] ppid=32068 vsize=10849036 memory=124 CPUtime=13.15 cores=1,3,5,7
/proc/32071/task/32125/stat : 32125 (java) S 32068 32071 29733 0 -1 1077944384 50923 13143 0 0 1250 57 5 3 20 0 15 0 473877126 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573687220496 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32126] ppid=32068 vsize=10849036 memory=2017812 CPUtime=13.15 cores=1,3,5,7
/proc/32071/task/32126/stat : 32126 (java) S 32068 32071 29733 0 -1 1077944384 42356 13143 0 0 1250 57 5 3 20 0 15 0 473877126 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573610379664 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32127] ppid=32068 vsize=10849036 memory=2017812 CPUtime=13.16 cores=1,3,5,7
/proc/32071/task/32127/stat : 32127 (java) S 32068 32071 29733 0 -1 1077944384 33147 13143 0 0 1252 56 5 3 20 0 15 0 473877126 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573254851088 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32128] ppid=32068 vsize=10849036 memory=2017812 CPUtime=13.18 cores=1,3,5,7
/proc/32071/task/32128/stat : 32128 (java) S 32068 32071 29733 0 -1 1077944384 43734 13143 0 0 1251 59 5 3 20 0 15 0 473877126 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573253798544 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32129] ppid=32068 vsize=10849036 memory=2017808 CPUtime=9.03 cores=1,3,5,7
/proc/32071/task/32129/stat : 32129 (java) S 32068 32071 29733 0 -1 1077944384 36232 13143 0 0 834 61 5 3 20 0 15 0 473877127 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573209545200 140573682989698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32130] ppid=32068 vsize=10849036 memory=2016268 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32130/stat : 32130 (java) S 32068 32071 29733 0 -1 1077944384 30 13143 0 0 0 0 5 3 20 0 15 0 473877128 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573138740704 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32131] ppid=32068 vsize=10849036 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32131/stat : 32131 (java) S 32068 32071 29733 0 -1 1077944384 17 13143 0 0 0 0 5 3 20 0 15 0 473877128 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573004523008 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32132] ppid=32068 vsize=10849036 memory=2017812 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32132/stat : 32132 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877130 11109412864 503939 33554432000 4194304 4196468 140731464574816 140572400544464 140573682997147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32133] ppid=32068 vsize=10849036 memory=924 CPUtime=7.07 cores=1,3,5,7
/proc/32071/task/32133/stat : 32133 (java) S 32068 32071 29733 0 -1 1077944384 26324 13143 0 0 696 3 5 3 20 0 15 0 473877130 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573208492016 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32134] ppid=32068 vsize=10849036 memory=0 CPUtime=7.23 cores=1,3,5,7
/proc/32071/task/32134/stat : 32134 (java) S 32068 32071 29733 0 -1 1077944384 23348 13143 0 0 711 4 5 3 20 0 15 0 473877130 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573207439472 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32135] ppid=32068 vsize=10849036 memory=3588 CPUtime=2.59 cores=1,3,5,7
/proc/32071/task/32135/stat : 32135 (java) S 32068 32071 29733 0 -1 1077944384 19652 13143 0 0 246 5 5 3 20 0 15 0 473877130 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573105182960 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32136] ppid=32068 vsize=10849036 memory=2016780 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32136/stat : 32136 (java) S 32068 32071 29733 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 473877131 11109412864 503939 33554432000 4194304 4196468 140731464574816 140571930782304 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32137] ppid=32068 vsize=10849036 memory=2016780 CPUtime=1.42 cores=1,3,5,7
/proc/32071/task/32137/stat : 32137 (java) S 32068 32071 29733 0 -1 1077944384 2466 13143 0 0 56 78 5 3 20 0 15 0 473877131 11109412864 503939 33554432000 4194304 4196468 140731464574816 140573104130864 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 2436.81 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2015756 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.27 1.36 3/227 32636
/proc/meminfo: memFree=7219384/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=10849036 memory=2006516 CPUtime=2497.92 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 405673 13143 0 0 249373 411 5 3 20 0 15 0 473877115 11109412864 501629 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 2712259 501629 3630 1 0 2674317 0
[pid=32071/tid=32124] ppid=32068 vsize=10849036 memory=2017812 CPUtime=2416.76 cores=1,3,5,7
/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 122325 13143 0 0 241591 77 5 3 20 0 15 0 473877125 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573654813984 140573293121996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32125] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.52 cores=1,3,5,7
/proc/32071/task/32125/stat : 32125 (java) S 32068 32071 29733 0 -1 1077944384 51092 13143 0 0 1286 58 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573687220496 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32126] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.52 cores=1,3,5,7
/proc/32071/task/32126/stat : 32126 (java) S 32068 32071 29733 0 -1 1077944384 43248 13143 0 0 1285 59 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573610379664 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32127] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.53 cores=1,3,5,7
/proc/32071/task/32127/stat : 32127 (java) S 32068 32071 29733 0 -1 1077944384 33963 13143 0 0 1288 57 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573254851088 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32128] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.56 cores=1,3,5,7
/proc/32071/task/32128/stat : 32128 (java) S 32068 32071 29733 0 -1 1077944384 44059 13143 0 0 1288 60 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573253798544 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32129] ppid=32068 vsize=10849036 memory=2006516 CPUtime=9.27 cores=1,3,5,7
/proc/32071/task/32129/stat : 32129 (java) S 32068 32071 29733 0 -1 1077944384 36890 13143 0 0 857 62 5 3 20 0 15 0 473877127 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573209545200 140573682989698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32130] ppid=32068 vsize=10849036 memory=2006516 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32130/stat : 32130 (java) S 32068 32071 29733 0 -1 1077944384 30 13143 0 0 0 0 5 3 20 0 15 0 473877128 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573138740704 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32131] ppid=32068 vsize=10849036 memory=2006516 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32131/stat : 32131 (java) S 32068 32071 29733 0 -1 1077944384 17 13143 0 0 0 0 5 3 20 0 15 0 473877128 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573004523008 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32132] ppid=32068 vsize=10849036 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32132/stat : 32132 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140572400544464 140573682997147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32133] ppid=32068 vsize=10849036 memory=2006516 CPUtime=7.07 cores=1,3,5,7
/proc/32071/task/32133/stat : 32133 (java) S 32068 32071 29733 0 -1 1077944384 26328 13143 0 0 696 3 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573208492016 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32134] ppid=32068 vsize=10849036 memory=3588 CPUtime=7.24 cores=1,3,5,7
/proc/32071/task/32134/stat : 32134 (java) S 32068 32071 29733 0 -1 1077944384 23354 13143 0 0 712 4 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573207439472 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32135] ppid=32068 vsize=10849036 memory=2006516 CPUtime=2.59 cores=1,3,5,7
/proc/32071/task/32135/stat : 32135 (java) S 32068 32071 29733 0 -1 1077944384 19656 13143 0 0 246 5 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573105182960 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32136] ppid=32068 vsize=10849036 memory=2006516 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32136/stat : 32136 (java) S 32068 32071 29733 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 473877131 11109412864 501629 33554432000 4194304 4196468 140731464574816 140571930782304 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32137] ppid=32068 vsize=10849036 memory=2006516 CPUtime=1.45 cores=1,3,5,7
/proc/32071/task/32137/stat : 32137 (java) S 32068 32071 29733 0 -1 1077944384 2496 13143 0 0 58 79 5 3 20 0 15 0 473877131 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573104130864 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 2497.92 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2006516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.1 s]
/proc/loadavg: 1.34 1.28 1.36 3/227 32637
/proc/meminfo: memFree=7219692/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=10849036 memory=2006516 CPUtime=2520.09 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 407877 13143 0 0 251587 414 5 3 20 0 15 0 473877115 11109412864 501629 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 2712259 501629 3630 1 0 2674317 0
[pid=32071/tid=32124] ppid=32068 vsize=10849036 memory=2006516 CPUtime=2438.33 cores=1,3,5,7
/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 123144 13143 0 0 243747 78 5 3 20 0 15 0 473877125 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573654814304 140573301159516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32125] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.65 cores=1,3,5,7
/proc/32071/task/32125/stat : 32125 (java) S 32068 32071 29733 0 -1 1077944384 51334 13143 0 0 1298 59 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573687220496 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32126] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.65 cores=1,3,5,7
/proc/32071/task/32126/stat : 32126 (java) S 32068 32071 29733 0 -1 1077944384 43321 13143 0 0 1298 59 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573610379664 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32127] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.66 cores=1,3,5,7
/proc/32071/task/32127/stat : 32127 (java) S 32068 32071 29733 0 -1 1077944384 34129 13143 0 0 1300 58 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573254851088 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32128] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.69 cores=1,3,5,7
/proc/32071/task/32128/stat : 32128 (java) S 32068 32071 29733 0 -1 1077944384 44617 13143 0 0 1300 61 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573253798544 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32129] ppid=32068 vsize=10849036 memory=2006516 CPUtime=9.35 cores=1,3,5,7
/proc/32071/task/32129/stat : 32129 (java) S 32068 32071 29733 0 -1 1077944384 37223 13143 0 0 865 62 5 3 20 0 15 0 473877127 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573209545200 140573682989698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32130] ppid=32068 vsize=10849036 memory=1736 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32130/stat : 32130 (java) S 32068 32071 29733 0 -1 1077944384 30 13143 0 0 0 0 5 3 20 0 15 0 473877128 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573138740704 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32131] ppid=32068 vsize=10849036 memory=2006516 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32131/stat : 32131 (java) S 32068 32071 29733 0 -1 1077944384 17 13143 0 0 0 0 5 3 20 0 15 0 473877128 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573004523008 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32132] ppid=32068 vsize=10849036 memory=6128 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32132/stat : 32132 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140572400544464 140573682997147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32133] ppid=32068 vsize=10849036 memory=1560 CPUtime=7.07 cores=1,3,5,7
/proc/32071/task/32133/stat : 32133 (java) S 32068 32071 29733 0 -1 1077944384 26330 13143 0 0 696 3 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573208492016 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32134] ppid=32068 vsize=10849036 memory=148 CPUtime=7.24 cores=1,3,5,7
/proc/32071/task/32134/stat : 32134 (java) S 32068 32071 29733 0 -1 1077944384 23357 13143 0 0 712 4 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573207439472 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32135] ppid=32068 vsize=10849036 memory=0 CPUtime=2.59 cores=1,3,5,7
/proc/32071/task/32135/stat : 32135 (java) S 32068 32071 29733 0 -1 1077944384 19658 13143 0 0 246 5 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573105182960 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32136] ppid=32068 vsize=10849036 memory=2006516 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32136/stat : 32136 (java) S 32068 32071 29733 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 473877131 11109412864 501629 33554432000 4194304 4196468 140731464574816 140571930782304 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32137] ppid=32068 vsize=10849036 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/32071/task/32137/stat : 32137 (java) S 32068 32071 29733 0 -1 1077944384 2502 13143 0 0 59 80 5 3 20 0 15 0 473877131 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573104130864 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2006516 KiB

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

[startup+2464.13 s]
# the end of solver process 32071 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.94 s, system=4.19546 s

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

[startup+2464.1 s]
/proc/loadavg: 1.34 1.28 1.36 3/227 32637
/proc/meminfo: memFree=7219692/32770624 swapFree=67002108/67108860
[pid=32071] ppid=32068 vsize=10849036 memory=2006516 CPUtime=2520.09 cores=1,3,5,7
/proc/32071/stat : 32071 (java) S 32068 32071 29733 0 -1 1077944320 407877 13143 0 0 251587 414 5 3 20 0 15 0 473877115 11109412864 501629 33554432000 4194304 4196468 140731464574816 140731464557360 140573682978551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
/proc/32071/statm: 2712259 501629 3630 1 0 2674317 0
[pid=32071/tid=32124] ppid=32068 vsize=10849036 memory=2006516 CPUtime=2438.33 cores=1,3,5,7
/proc/32071/task/32124/stat : 32124 (java) R 32068 32071 29733 0 -1 4202560 123144 13143 0 0 243747 78 5 3 20 0 15 0 473877125 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573654814304 140573301159516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32125] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.65 cores=1,3,5,7
/proc/32071/task/32125/stat : 32125 (java) S 32068 32071 29733 0 -1 1077944384 51334 13143 0 0 1298 59 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573687220496 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32126] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.65 cores=1,3,5,7
/proc/32071/task/32126/stat : 32126 (java) S 32068 32071 29733 0 -1 1077944384 43321 13143 0 0 1298 59 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573610379664 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32127] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.66 cores=1,3,5,7
/proc/32071/task/32127/stat : 32127 (java) S 32068 32071 29733 0 -1 1077944384 34129 13143 0 0 1300 58 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573254851088 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32128] ppid=32068 vsize=10849036 memory=2006516 CPUtime=13.69 cores=1,3,5,7
/proc/32071/task/32128/stat : 32128 (java) S 32068 32071 29733 0 -1 1077944384 44617 13143 0 0 1300 61 5 3 20 0 15 0 473877126 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573253798544 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32129] ppid=32068 vsize=10849036 memory=2006516 CPUtime=9.35 cores=1,3,5,7
/proc/32071/task/32129/stat : 32129 (java) S 32068 32071 29733 0 -1 1077944384 37223 13143 0 0 865 62 5 3 20 0 15 0 473877127 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573209545200 140573682989698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32130] ppid=32068 vsize=10849036 memory=1736 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32130/stat : 32130 (java) S 32068 32071 29733 0 -1 1077944384 30 13143 0 0 0 0 5 3 20 0 15 0 473877128 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573138740704 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32131] ppid=32068 vsize=10849036 memory=2006516 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32131/stat : 32131 (java) S 32068 32071 29733 0 -1 1077944384 17 13143 0 0 0 0 5 3 20 0 15 0 473877128 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573004523008 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32132] ppid=32068 vsize=10849036 memory=6128 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32132/stat : 32132 (java) S 32068 32071 29733 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140572400544464 140573682997147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32133] ppid=32068 vsize=10849036 memory=1560 CPUtime=7.07 cores=1,3,5,7
/proc/32071/task/32133/stat : 32133 (java) S 32068 32071 29733 0 -1 1077944384 26330 13143 0 0 696 3 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573208492016 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32134] ppid=32068 vsize=10849036 memory=148 CPUtime=7.24 cores=1,3,5,7
/proc/32071/task/32134/stat : 32134 (java) S 32068 32071 29733 0 -1 1077944384 23357 13143 0 0 712 4 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573207439472 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32135] ppid=32068 vsize=10849036 memory=0 CPUtime=2.59 cores=1,3,5,7
/proc/32071/task/32135/stat : 32135 (java) S 32068 32071 29733 0 -1 1077944384 19658 13143 0 0 246 5 5 3 20 0 15 0 473877130 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573105182960 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32136] ppid=32068 vsize=10849036 memory=2006516 CPUtime=0.08 cores=1,3,5,7
/proc/32071/task/32136/stat : 32136 (java) S 32068 32071 29733 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 473877131 11109412864 501629 33554432000 4194304 4196468 140731464574816 140571930782304 140573682988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
[pid=32071/tid=32137] ppid=32068 vsize=10849036 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/32071/task/32137/stat : 32137 (java) S 32068 32071 29733 0 -1 1077944384 2502 13143 0 0 59 80 5 3 20 0 15 0 473877131 11109412864 501629 33554432000 4194304 4196468 140731464574816 140573104130864 140573682989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38129664 140731464583920 140731464586437 140731464586437 140731464589263 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2006516 KiB

Child status: 143
Real time (s): 2464.13
CPU time (s): 2520.14
CPU user time (s): 2515.94
CPU system time (s): 4.19546
CPU usage (%): 102.273
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2875216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.94
system time used= 4.19546
maximum resident set size= 2879312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424219
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250596
involuntary context switches= 7325


# summary of solver processes directly reported to runsolver:
#   pid: 32071
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2515.94
#   total CPU system time (s): 4.19546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5754 second user time and 23.337 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 12:58:38
IDJOB=4402495
IDBENCH=128124
IDSOLVER=2861
FILE ID=node148/4402495-1568977155
RUNJOBID= node148-1568967599-29765
PBS_JOBID= 21704612
Free space on /tmp= 21624 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-85-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402495-1568977155/watcher-4402495-1568977155 -o /tmp/evaluation-result-4402495-1568977155/solver-4402495-1568977155 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29765 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=122441839 HOME/instance-4402495-1568977155.xml

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

MD5SUM BENCH= 5a3f618f89c6aa3a803c36caec9b03ca
RANDOM SEED=122441839

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:         8638316 kB
MemAvailable:   30490084 kB
Buffers:          104172 kB
Cached:         21932660 kB
SwapCached:         2780 kB
Active:         12349956 kB
Inactive:       11053740 kB
Active(anon):    1364888 kB
Inactive(anon):    49164 kB
Active(file):   10985068 kB
Inactive(file): 11004576 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       67002108 kB
Dirty:             35820 kB
Writeback:            16 kB
AnonPages:       1476544 kB
Mapped:            64784 kB
Shmem:             38432 kB
Slab:             319384 kB
SReclaimable:     290584 kB
SUnreclaim:        28800 kB
KernelStack:        3712 kB
PageTables:         8404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2616012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 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= 21592 MiB
End job on node148 at 2019-09-20 13:39:43