Trace number 4387311

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.10? (TO) 2520.07 2466.05

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-07-0080.xml
MD5SUM9b203975fed1c25a0b87c4f345706814
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark139.896
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.55	c Concrete v3.10.1560635388952 running
2520.03/2466.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2466.01		at concrete.MAC.mac(MAC.scala:189)
2520.03/2466.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.03/2466.01		at scala.util.Try$.apply(Try.scala:212)
2520.03/2466.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2466.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2466.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2466.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2466.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2466.01		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2466.01		at concrete.ProblemState.map(ProblemState.scala:228)
2520.03/2466.01		at concrete.ProblemState.map(ProblemState.scala:210)
2520.03/2466.01		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2466.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2466.01		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.03/2466.01		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.03/2466.01		at concrete.Solver.nextOption(Solver.scala:67)
2520.03/2466.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.03/2466.01		at scala.util.Success.map(Try.scala:264)
2520.03/2466.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.03/2466.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2466.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2466.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2466.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2466.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2466.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2466.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2466.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2466.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2466.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2466.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2466.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2466.02		at scala.App.main(App.scala:75)
2520.03/2466.02		at scala.App.main$(App.scala:73)
2520.03/2466.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2466.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2466.02	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 (15325 MiB free)
  memory of node 1: 16384 MiB (14834 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387311-1568298015/watcher-4387311-1568298015 -o /tmp/evaluation-result-4387311-1568298015/solver-4387311-1568298015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=167822977 HOME/instance-4387311-1568298015.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=10046, runsolver pid=10043
Current StackSize limit: 8192 KiB


[startup+0.1022 s]*
/proc/loadavg: 1.48 1.45 1.44 3/217 10103
/proc/meminfo: memFree=30875020/32770624 swapFree=66920300/67108860
[pid=10046] ppid=10043 vsize=9972712 memory=18600 CPUtime=0.1 cores=0,2,4,6
/proc/10046/stat : 10046 (java) S 10043 10046 5621 0 -1 1077944320 4416 13249 0 0 1 1 5 3 20 0 6 0 406057628 10212057088 4650 33554432000 4194304 4196468 140725697830432 140725697812976 140405017677559 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
/proc/10046/statm: 2493178 4650 1933 1 0 2481616 0
[pid=10046/tid=10099] ppid=10043 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 2225 13249 0 0 1 0 5 3 20 0 6 0 406057637 10212057088 4715 33554432000 4194304 4196468 140725697830432 140404989514320 140404999055440 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 6 0 406057638 10212057088 4715 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=9972712 memory=14555309829215896 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 6 0 406057638 10212057088 4715 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 6 0 406057638 10212057088 4715 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 2 13249 0 0 0 0 5 3 20 0 6 0 406057638 10212057088 4715 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.209958 s]*
/proc/loadavg: 1.48 1.45 1.44 3/226 10112
/proc/meminfo: memFree=30860488/32770624 swapFree=66920300/67108860
[pid=10046] ppid=10043 vsize=10818940 memory=36264 CPUtime=0.26 cores=0,2,4,6
/proc/10046/stat : 10046 (java) S 10043 10046 5621 0 -1 1077944320 6902 13249 0 0 17 1 5 3 20 0 15 0 406057628 11078594560 9066 33554432000 4194304 4196468 140725697830432 140725697812976 140405017677559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
/proc/10046/statm: 2704735 9066 2982 1 0 2667149 0
[pid=10046/tid=10099] ppid=10043 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 3400 13249 0 0 11 0 5 3 20 0 15 0 406057637 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404989513440 140405001758046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11078594560 9066 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=10818940 memory=14555309829215896 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 2 13249 0 0 0 0 5 3 20 0 15 0 406057638 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10104] ppid=10043 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10104/stat : 10104 (java) S 10043 10046 5621 0 -1 1077944384 2 13249 0 0 0 0 5 3 20 0 15 0 406057639 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404476439152 140405017688706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10105] ppid=10043 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10105/stat : 10105 (java) S 10043 10046 5621 0 -1 1077944384 33 13249 0 0 0 0 5 3 20 0 15 0 406057640 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404475385120 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10106] ppid=10043 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10106/stat : 10106 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057640 11078594560 9066 33554432000 4194304 4196468 140725697830432 140403890185840 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10107] ppid=10043 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10107/stat : 10107 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11078594560 9066 33554432000 4194304 4196468 140725697830432 140403582786128 140405017696155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10108] ppid=10043 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10046/task/10108/stat : 10108 (java) R 10043 10046 5621 0 -1 1077944384 478 13249 0 0 1 0 5 3 20 0 15 0 406057643 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404441827440 140405017688706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10109] ppid=10043 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10046/task/10109/stat : 10109 (java) S 10043 10046 5621 0 -1 1077944384 149 13249 0 0 1 0 5 3 20 0 15 0 406057643 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404440774640 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10110] ppid=10043 vsize=10818940 memory=140483799242368 CPUtime=0.11 cores=0,2,4,6
/proc/10046/task/10110/stat : 10110 (java) S 10043 10046 5621 0 -1 1077944384 633 13249 0 0 3 0 5 3 20 0 15 0 406057643 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404439722352 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10111] ppid=10043 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10111/stat : 10111 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11078594560 9066 33554432000 4194304 4196468 140725697830432 140403549227488 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10112] ppid=10043 vsize=10818940 memory=140483799242368 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10112/stat : 10112 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057643 11078594560 9066 33554432000 4194304 4196468 140725697830432 140404438670256 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36264 KiB

[startup+0.310404 s]*
/proc/loadavg: 1.48 1.45 1.44 4/226 10112
/proc/meminfo: memFree=30849224/32770624 swapFree=66920300/67108860
[pid=10046] ppid=10043 vsize=10820096 memory=47900 CPUtime=0.4 cores=0,2,4,6
/proc/10046/stat : 10046 (java) S 10043 10046 5621 0 -1 1077944320 10695 13249 0 0 30 2 5 3 20 0 15 0 406057628 11079778304 11975 33554432000 4194304 4196468 140725697830432 140725697812976 140405017677559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
/proc/10046/statm: 2705024 11975 3283 1 0 2667149 0
[pid=10046/tid=10099] ppid=10043 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 7156 13249 0 0 20 1 5 3 20 0 15 0 406057637 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404989495160 140404578175766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11079778304 11975 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 2 13249 0 0 0 0 5 3 20 0 15 0 406057638 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10104] ppid=10043 vsize=10820096 memory=140483799242367 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10104/stat : 10104 (java) S 10043 10046 5621 0 -1 1077944384 2 13249 0 0 0 0 5 3 20 0 15 0 406057639 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404476439152 140405017688706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10105] ppid=10043 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10105/stat : 10105 (java) S 10043 10046 5621 0 -1 1077944384 33 13249 0 0 0 0 5 3 20 0 15 0 406057640 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404475385120 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10106] ppid=10043 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10106/stat : 10106 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057640 11079778304 11975 33554432000 4194304 4196468 140725697830432 140403890185840 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10107] ppid=10043 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10107/stat : 10107 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11079778304 11975 33554432000 4194304 4196468 140725697830432 140403582786128 140405017696155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10108] ppid=10043 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10046/task/10108/stat : 10108 (java) S 10043 10046 5621 0 -1 1077944384 480 13249 0 0 2 0 5 3 20 0 15 0 406057643 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404441827440 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10109] ppid=10043 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10046/task/10109/stat : 10109 (java) S 10043 10046 5621 0 -1 1077944384 149 13249 0 0 1 0 5 3 20 0 15 0 406057643 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404440774640 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10110] ppid=10043 vsize=10820096 memory=140483799242368 CPUtime=0.13 cores=0,2,4,6
/proc/10046/task/10110/stat : 10110 (java) S 10043 10046 5621 0 -1 1077944384 657 13249 0 0 5 0 5 3 20 0 15 0 406057643 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404439722352 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10111] ppid=10043 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10111/stat : 10111 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11079778304 11975 33554432000 4194304 4196468 140725697830432 140403549227488 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10112] ppid=10043 vsize=10820096 memory=140483799242368 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10112/stat : 10112 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057643 11079778304 11975 33554432000 4194304 4196468 140725697830432 140404438670256 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47900 KiB

[startup+0.70077 s]
/proc/loadavg: 1.48 1.45 1.44 5/226 10112
/proc/meminfo: memFree=30836632/32770624 swapFree=66920300/67108860
[pid=10046] ppid=10043 vsize=10824340 memory=78372 CPUtime=1.15 cores=0,2,4,6
/proc/10046/stat : 10046 (java) S 10043 10046 5621 0 -1 1077944320 14847 13249 0 0 102 5 5 3 20 0 15 0 406057628 11084124160 19593 33554432000 4194304 4196468 140725697830432 140725697812976 140405017677559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
/proc/10046/statm: 2706085 19593 3499 1 0 2668173 0
[pid=10046/tid=10099] ppid=10043 vsize=10824340 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 10486 13249 0 0 56 3 5 3 20 0 15 0 406057637 11084124160 19593 33554432000 4194304 4196468 140725697830432 140404989505216 140405001758046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=10824340 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11084124160 19647 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=10824340 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=10824340 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057638 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 2 13249 0 0 0 0 5 3 20 0 15 0 406057638 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10104] ppid=10043 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10104/stat : 10104 (java) S 10043 10046 5621 0 -1 1077944384 5 13249 0 0 0 0 5 3 20 0 15 0 406057639 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404476439152 140405017688706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10105] ppid=10043 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10105/stat : 10105 (java) S 10043 10046 5621 0 -1 1077944384 33 13249 0 0 0 0 5 3 20 0 15 0 406057640 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404475385120 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10106] ppid=10043 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10106/stat : 10106 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057640 11084124160 19647 33554432000 4194304 4196468 140725697830432 140403890185840 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10107] ppid=10043 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10107/stat : 10107 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11084124160 19647 33554432000 4194304 4196468 140725697830432 140403582786128 140405017696155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10108] ppid=10043 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/10046/task/10108/stat : 10108 (java) S 10043 10046 5621 0 -1 1077944384 752 13249 0 0 12 0 5 3 20 0 15 0 406057643 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404441827440 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10109] ppid=10043 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/10046/task/10109/stat : 10109 (java) S 10043 10046 5621 0 -1 1077944384 494 13249 0 0 15 0 5 3 20 0 15 0 406057643 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404440774640 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10110] ppid=10043 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/10046/task/10110/stat : 10110 (java) S 10043 10046 5621 0 -1 1077944384 864 13249 0 0 17 0 5 3 20 0 15 0 406057643 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404439722352 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10111] ppid=10043 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10111/stat : 10111 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11084124160 19647 33554432000 4194304 4196468 140725697830432 140403549227488 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10112] ppid=10043 vsize=10824340 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10112/stat : 10112 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057643 11084124160 19647 33554432000 4194304 4196468 140725697830432 140404438670256 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78372 KiB

[startup+1.50154 s]
/proc/loadavg: 1.44 1.44 1.43 3/226 10112
/proc/meminfo: memFree=30791096/32770624 swapFree=66920300/67108860
[pid=10046] ppid=10043 vsize=10834656 memory=164392 CPUtime=2.47 cores=0,2,4,6
/proc/10046/stat : 10046 (java) S 10043 10046 5621 0 -1 1077944320 21879 13249 0 0 230 9 5 3 20 0 15 0 406057628 11094687744 41098 33554432000 4194304 4196468 140725697830432 140725697812976 140405017677559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
/proc/10046/statm: 2708664 41098 3571 1 0 2670733 0
[pid=10046/tid=10099] ppid=10043 vsize=10834656 memory=140483682636376 CPUtime=1.44 cores=0,2,4,6
/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 15357 13249 0 0 131 5 5 3 20 0 15 0 406057637 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404989496248 140404578351168 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 35 13249 0 0 1 0 5 3 20 0 15 0 406057638 11094687744 41098 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=10834656 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 395 13249 0 0 0 0 5 3 20 0 15 0 406057638 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=10834656 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 52 13249 0 0 1 0 5 3 20 0 15 0 406057638 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=10834656 memory=280967365679520 CPUtime=0.09 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 85 13249 0 0 1 0 5 3 20 0 15 0 406057638 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10104] ppid=10043 vsize=10834656 memory=183614146891442 CPUtime=0.09 cores=0,2,4,6
/proc/10046/task/10104/stat : 10104 (java) S 10043 10046 5621 0 -1 1077944384 589 13249 0 0 1 0 5 3 20 0 15 0 406057639 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404476439152 140405017688706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10105] ppid=10043 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10105/stat : 10105 (java) S 10043 10046 5621 0 -1 1077944384 34 13249 0 0 0 0 5 3 20 0 15 0 406057640 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404475385184 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10106] ppid=10043 vsize=10834656 memory=6011696163356308272 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10106/stat : 10106 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057640 11094687744 41098 33554432000 4194304 4196468 140725697830432 140403890185856 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10107] ppid=10043 vsize=10834656 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10107/stat : 10107 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11094687744 41098 33554432000 4194304 4196468 140725697830432 140403582786128 140405017696155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10108] ppid=10043 vsize=10834656 memory=-7668917182949848256 CPUtime=0.32 cores=0,2,4,6
/proc/10046/task/10108/stat : 10108 (java) S 10043 10046 5621 0 -1 1077944384 846 13249 0 0 24 0 5 3 20 0 15 0 406057643 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404441827440 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10109] ppid=10043 vsize=10834656 memory=8514726395714956677 CPUtime=0.32 cores=0,2,4,6
/proc/10046/task/10109/stat : 10109 (java) S 10043 10046 5621 0 -1 1077944384 641 13249 0 0 24 0 5 3 20 0 15 0 406057643 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404440774640 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10110] ppid=10043 vsize=10834656 memory=-8995268955501401461 CPUtime=0.5 cores=0,2,4,6
/proc/10046/task/10110/stat : 10110 (java) R 10043 10046 5621 0 -1 4202560 1632 13249 0 0 42 0 5 3 20 0 15 0 406057643 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404439722352 140404996346382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10111] ppid=10043 vsize=10834656 memory=4283920778551074714 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10111/stat : 10111 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11094687744 41098 33554432000 4194304 4196468 140725697830432 140403549227488 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10112] ppid=10043 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10112/stat : 10112 (java) S 10043 10046 5621 0 -1 1077944384 1 13249 0 0 0 0 5 3 20 0 15 0 406057643 11094687744 41098 33554432000 4194304 4196468 140725697830432 140404438670256 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 64100 13249 0 0 229414 53 5 3 20 0 15 0 406057637 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404989498160 140404589710152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=10849024 memory=1017496 CPUtime=11.93 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 13306 13249 0 0 1127 58 5 3 20 0 15 0 406057638 11109400576 254374 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=10849024 memory=1017496 CPUtime=11.95 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 11898 13249 0 0 1131 56 5 3 20 0 15 0 406057638 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=10849024 memory=1017496 CPUtime=11.87 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 12472 13249 0 0 1118 61 5 3 20 0 15 0 406057638 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=10849024 memory=1017496 CPUtime=11.96 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 12710 13249 0 0 1133 55 5 3 20 0 15 0 406057638 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10104] ppid=10043 vsize=10849024 memory=1017496 CPUtime=11.91 cores=0,2,4,6
/proc/10046/task/10104/stat : 10104 (java) S 10043 10046 5621 0 -1 1077944384 13422 13249 0 0 1126 57 5 3 20 0 15 0 406057639 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404476439152 140405017688706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10105] ppid=10043 vsize=10849024 memory=1680 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10105/stat : 10105 (java) S 10043 10046 5621 0 -1 1077944384 41 13249 0 0 0 0 5 3 20 0 15 0 406057640 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404475385184 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10106] ppid=10043 vsize=10849024 memory=1017496 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10106/stat : 10106 (java) S 10043 10046 5621 0 -1 1077944384 10 13249 0 0 0 0 5 3 20 0 15 0 406057640 11109400576 254374 33554432000 4194304 4196468 140725697830432 140403890185856 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10107] ppid=10043 vsize=10849024 memory=1017496 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10107/stat : 10107 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140403582786128 140405017696155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10108] ppid=10043 vsize=10849024 memory=7956 CPUtime=7.04 cores=0,2,4,6
/proc/10046/task/10108/stat : 10108 (java) S 10043 10046 5621 0 -1 1077944384 29198 13249 0 0 688 8 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404441827440 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10109] ppid=10043 vsize=10849024 memory=3444 CPUtime=6.98 cores=0,2,4,6
/proc/10046/task/10109/stat : 10109 (java) S 10043 10046 5621 0 -1 1077944384 21097 13249 0 0 683 7 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404440774640 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10110] ppid=10043 vsize=10849024 memory=1017496 CPUtime=4.65 cores=0,2,4,6
/proc/10046/task/10110/stat : 10110 (java) S 10043 10046 5621 0 -1 1077944384 24963 13249 0 0 449 8 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404439722352 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10111] ppid=10043 vsize=10849024 memory=1017496 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10111/stat : 10111 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140403549227488 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10112] ppid=10043 vsize=10849024 memory=1017496 CPUtime=1.59 cores=0,2,4,6
/proc/10046/task/10112/stat : 10112 (java) S 10043 10046 5621 0 -1 1077944384 1354 13249 0 0 74 77 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404438670256 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 2374.02 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 1017496 KiB

[startup+2382.3 s]
/proc/loadavg: 1.54 1.33 1.37 3/226 10465
/proc/meminfo: memFree=29466988/32770624 swapFree=66920348/67108860
[pid=10046] ppid=10043 vsize=10849024 memory=1017496 CPUtime=2434.96 cores=0,2,4,6
/proc/10046/stat : 10046 (java) S 10043 10046 5621 0 -1 1077944320 208345 13249 0 0 243109 379 5 3 20 0 15 0 406057628 11109400576 254374 33554432000 4194304 4196468 140725697830432 140725697812976 140405017677559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
/proc/10046/statm: 2712256 254374 3629 1 0 2674317 0
[pid=10046/tid=10099] ppid=10043 vsize=10849024 memory=1017496 CPUtime=2354.05 cores=0,2,4,6
/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 64858 13249 0 0 235343 54 5 3 20 0 15 0 406057637 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404989512976 140404590366652 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=10849024 memory=1017496 CPUtime=12.25 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 13327 13249 0 0 1158 59 5 3 20 0 15 0 406057638 11109400576 254374 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=10849024 memory=496 CPUtime=12.28 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 12214 13249 0 0 1162 58 5 3 20 0 15 0 406057638 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=10849024 memory=1017496 CPUtime=12.19 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 12643 13249 0 0 1149 62 5 3 20 0 15 0 406057638 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=10849024 memory=1017496 CPUtime=12.29 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 12773 13249 0 0 1164 57 5 3 20 0 15 0 406057638 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10104] ppid=10043 vsize=10849024 memory=1017496 CPUtime=12.23 cores=0,2,4,6
/proc/10046/task/10104/stat : 10104 (java) S 10043 10046 5621 0 -1 1077944384 13632 13249 0 0 1156 59 5 3 20 0 15 0 406057639 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404476439152 140405017688706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10105] ppid=10043 vsize=10849024 memory=1216 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10105/stat : 10105 (java) S 10043 10046 5621 0 -1 1077944384 41 13249 0 0 0 0 5 3 20 0 15 0 406057640 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404475385184 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10106] ppid=10043 vsize=10849024 memory=1017496 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10106/stat : 10106 (java) S 10043 10046 5621 0 -1 1077944384 10 13249 0 0 0 0 5 3 20 0 15 0 406057640 11109400576 254374 33554432000 4194304 4196468 140725697830432 140403890185856 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10107] ppid=10043 vsize=10849024 memory=1017496 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10107/stat : 10107 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140403582786128 140405017696155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10108] ppid=10043 vsize=10849024 memory=1017496 CPUtime=7.04 cores=0,2,4,6
/proc/10046/task/10108/stat : 10108 (java) S 10043 10046 5621 0 -1 1077944384 29200 13249 0 0 688 8 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404441827440 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10109] ppid=10043 vsize=10849024 memory=1017496 CPUtime=6.98 cores=0,2,4,6
/proc/10046/task/10109/stat : 10109 (java) S 10043 10046 5621 0 -1 1077944384 21099 13249 0 0 683 7 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404440774640 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10110] ppid=10043 vsize=10849024 memory=1017496 CPUtime=4.65 cores=0,2,4,6
/proc/10046/task/10110/stat : 10110 (java) S 10043 10046 5621 0 -1 1077944384 24966 13249 0 0 449 8 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404439722352 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10111] ppid=10043 vsize=10849024 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10111/stat : 10111 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140403549227488 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10112] ppid=10043 vsize=10849024 memory=708 CPUtime=1.62 cores=0,2,4,6
/proc/10046/task/10112/stat : 10112 (java) S 10043 10046 5621 0 -1 1077944384 1371 13249 0 0 75 79 5 3 20 0 15 0 406057643 11109400576 254374 33554432000 4194304 4196468 140725697830432 140404438670256 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 2434.96 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 1017496 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.33 1.37 3/227 10471
/proc/meminfo: memFree=29464112/32770624 swapFree=66920348/67108860
[pid=10046] ppid=10043 vsize=10849024 memory=1019544 CPUtime=2495.93 cores=0,2,4,6
/proc/10046/stat : 10046 (java) S 10043 10046 5621 0 -1 1077944320 210042 13249 0 0 249199 386 5 3 20 0 15 0 406057628 11109400576 254886 33554432000 4194304 4196468 140725697830432 140725697812976 140405017677559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
/proc/10046/statm: 2712256 254886 3629 1 0 2674317 0
[pid=10046/tid=10099] ppid=10043 vsize=10849024 memory=1019544 CPUtime=2413.36 cores=0,2,4,6
/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 65713 13249 0 0 241274 54 5 3 20 0 15 0 406057637 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404989493472 140404590366251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=10849024 memory=1019544 CPUtime=12.58 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 13646 13249 0 0 1189 61 5 3 20 0 15 0 406057638 11109400576 254886 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=10849024 memory=1019544 CPUtime=12.6 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 12391 13249 0 0 1194 58 5 3 20 0 15 0 406057638 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=10849024 memory=1019544 CPUtime=12.52 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 12702 13249 0 0 1181 63 5 3 20 0 15 0 406057638 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=10849024 memory=1019544 CPUtime=12.6 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 12827 13249 0 0 1194 58 5 3 20 0 15 0 406057638 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10104] ppid=10043 vsize=10849024 memory=1019544 CPUtime=12.54 cores=0,2,4,6
/proc/10046/task/10104/stat : 10104 (java) S 10043 10046 5621 0 -1 1077944384 13843 13249 0 0 1186 60 5 3 20 0 15 0 406057639 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404476439152 140405017688706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10105] ppid=10043 vsize=10849024 memory=1019544 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10105/stat : 10105 (java) S 10043 10046 5621 0 -1 1077944384 41 13249 0 0 0 0 5 3 20 0 15 0 406057640 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404475385184 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10106] ppid=10043 vsize=10849024 memory=1019544 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10106/stat : 10106 (java) S 10043 10046 5621 0 -1 1077944384 10 13249 0 0 0 0 5 3 20 0 15 0 406057640 11109400576 254886 33554432000 4194304 4196468 140725697830432 140403890185856 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10107] ppid=10043 vsize=10849024 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10107/stat : 10107 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140403582786128 140405017696155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10108] ppid=10043 vsize=10849024 memory=1044 CPUtime=7.04 cores=0,2,4,6
/proc/10046/task/10108/stat : 10108 (java) S 10043 10046 5621 0 -1 1077944384 29202 13249 0 0 688 8 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404441827440 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10109] ppid=10043 vsize=10849024 memory=1019544 CPUtime=6.98 cores=0,2,4,6
/proc/10046/task/10109/stat : 10109 (java) S 10043 10046 5621 0 -1 1077944384 21101 13249 0 0 683 7 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404440774640 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10110] ppid=10043 vsize=10849024 memory=16240 CPUtime=4.65 cores=0,2,4,6
/proc/10046/task/10110/stat : 10110 (java) S 10043 10046 5621 0 -1 1077944384 24968 13249 0 0 449 8 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404439722352 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10111] ppid=10043 vsize=10849024 memory=1019544 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10111/stat : 10111 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140403549227488 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10112] ppid=10043 vsize=10849024 memory=1065992 CPUtime=1.66 cores=0,2,4,6
/proc/10046/task/10112/stat : 10112 (java) S 10043 10046 5621 0 -1 1077944384 1387 13249 0 0 77 81 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404438670256 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 2495.93 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 1019544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466 s]*
/proc/loadavg: 1.41 1.34 1.38 3/226 10471
/proc/meminfo: memFree=29462864/32770624 swapFree=66920348/67108860
[pid=10046] ppid=10043 vsize=10849024 memory=1019544 CPUtime=2520.03 cores=0,2,4,6
/proc/10046/stat : 10046 (java) S 10043 10046 5621 0 -1 1077944320 211169 13249 0 0 251604 391 5 3 20 0 15 0 406057628 11109400576 254886 33554432000 4194304 4196468 140725697830432 140725697812976 140405017677559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
/proc/10046/statm: 2712256 254886 3629 1 0 2674317 0
[pid=10046/tid=10099] ppid=10043 vsize=10849024 memory=7013899384918261864 CPUtime=2436.8 cores=0,2,4,6
/proc/10046/task/10099/stat : 10099 (java) R 10043 10046 5621 0 -1 4202560 66142 13249 0 0 243617 55 5 3 20 0 15 0 406057637 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404989512976 140404590132640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10100] ppid=10043 vsize=10849024 memory=7012250031781946977 CPUtime=12.71 cores=0,2,4,6
/proc/10046/task/10100/stat : 10100 (java) S 10043 10046 5621 0 -1 1077944384 13774 13249 0 0 1201 62 5 3 20 0 15 0 406057638 11109400576 254886 33554432000 4194304 4196468 140725697830432 140405021919632 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10101] ppid=10043 vsize=10849024 memory=8317482817917895235 CPUtime=12.73 cores=0,2,4,6
/proc/10046/task/10101/stat : 10101 (java) S 10043 10046 5621 0 -1 1077944384 12403 13249 0 0 1206 59 5 3 20 0 15 0 406057638 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404910192912 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10102] ppid=10043 vsize=10849024 memory=1019544 CPUtime=12.66 cores=0,2,4,6
/proc/10046/task/10102/stat : 10102 (java) S 10043 10046 5621 0 -1 1077944384 13007 13249 0 0 1193 65 5 3 20 0 15 0 406057638 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404909140624 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10103] ppid=10043 vsize=10849024 memory=288291094993830768 CPUtime=12.74 cores=0,2,4,6
/proc/10046/task/10103/stat : 10103 (java) S 10043 10046 5621 0 -1 1077944384 12857 13249 0 0 1206 60 5 3 20 0 15 0 406057638 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404908087824 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10104] ppid=10043 vsize=10849024 memory=3688505480713625946 CPUtime=12.67 cores=0,2,4,6
/proc/10046/task/10104/stat : 10104 (java) S 10043 10046 5621 0 -1 1077944384 14047 13249 0 0 1198 61 5 3 20 0 15 0 406057639 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404476439152 140405017688706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10105] ppid=10043 vsize=10849024 memory=708 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10105/stat : 10105 (java) S 10043 10046 5621 0 -1 1077944384 41 13249 0 0 0 0 5 3 20 0 15 0 406057640 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404475385184 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10106] ppid=10043 vsize=10849024 memory=9364 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10106/stat : 10106 (java) S 10043 10046 5621 0 -1 1077944384 10 13249 0 0 0 0 5 3 20 0 15 0 406057640 11109400576 254886 33554432000 4194304 4196468 140725697830432 140403890185856 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10107] ppid=10043 vsize=10849024 memory=1120 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10107/stat : 10107 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140403582786128 140405017696155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10108] ppid=10043 vsize=10849024 memory=776 CPUtime=7.04 cores=0,2,4,6
/proc/10046/task/10108/stat : 10108 (java) S 10043 10046 5621 0 -1 1077944384 29204 13249 0 0 688 8 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404441827440 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10109] ppid=10043 vsize=10849024 memory=1552 CPUtime=6.98 cores=0,2,4,6
/proc/10046/task/10109/stat : 10109 (java) S 10043 10046 5621 0 -1 1077944384 21103 13249 0 0 683 7 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404440774640 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10110] ppid=10043 vsize=10849024 memory=7956 CPUtime=4.65 cores=0,2,4,6
/proc/10046/task/10110/stat : 10110 (java) S 10043 10046 5621 0 -1 1077944384 24970 13249 0 0 449 8 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404439722352 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10111] ppid=10043 vsize=10849024 memory=3444 CPUtime=0.08 cores=0,2,4,6
/proc/10046/task/10111/stat : 10111 (java) S 10043 10046 5621 0 -1 1077944384 3 13249 0 0 0 0 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140403549227488 140405017687765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
[pid=10046/tid=10112] ppid=10043 vsize=10849024 memory=1556 CPUtime=1.67 cores=0,2,4,6
/proc/10046/task/10112/stat : 10112 (java) S 10043 10046 5621 0 -1 1077944384 1400 13249 0 0 78 81 5 3 20 0 15 0 406057643 11109400576 254886 33554432000 4194304 4196468 140725697830432 140404438670256 140405017688706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35463168 140725697837814 140725697840325 140725697840325 140725697843151 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 1019544 KiB

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

[startup+2466.05 s]
# the end of solver process 10046 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.12 s, system=3.95558 s

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

Child status: 143
Real time (s): 2466.05
CPU time (s): 2520.07
CPU user time (s): 2516.12
CPU system time (s): 3.95558
CPU usage (%): 102.191
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 1019544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.12
system time used= 3.95558
maximum resident set size= 1023752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225448
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 311283
involuntary context switches= 7815


# summary of solver processes directly reported to runsolver:
#   pid: 10046
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.12
#   total CPU system time (s): 3.95558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2166 second user time and 23.3459 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 15:18:19
IDJOB=4387311
IDBENCH=133594
IDSOLVER=2823
FILE ID=node107/4387311-1568298015
RUNJOBID= node107-1568282247-6563
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-07-0080.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387311-1568298015/watcher-4387311-1568298015 -o /tmp/evaluation-result-4387311-1568298015/solver-4387311-1568298015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=167822977 HOME/instance-4387311-1568298015.xml

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

MD5SUM BENCH= 9b203975fed1c25a0b87c4f345706814
RANDOM SEED=167822977

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30885812 kB
MemAvailable:   31185436 kB
Buffers:           96716 kB
Cached:           470964 kB
SwapCached:        80456 kB
Active:          1025124 kB
Inactive:         275136 kB
Active(anon):     660660 kB
Inactive(anon):   100600 kB
Active(file):     364464 kB
Inactive(file):   174536 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920300 kB
Dirty:             35012 kB
Writeback:             0 kB
AnonPages:        765956 kB
Mapped:            44404 kB
Shmem:             20060 kB
Slab:             181880 kB
SReclaimable:     152920 kB
SUnreclaim:        28960 kB
KernelStack:        3872 kB
PageTables:         6528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1897892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 54284 MiB
End job on node107 at 2019-09-12 15:59:26