Trace number 4396533

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.05 2363.04

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-7.xml
MD5SUMd869450afe9c29c5d3a1d31c4402b074
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark22.6671
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":12},{"size":6,"count":3},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396533-1568401266/watcher-4396533-1568401266 -o /tmp/evaluation-result-4396533-1568401266/solver-4396533-1568401266 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1668391277 HOME/instance-4396533-1568401266.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=9822, runsolver pid=9819
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 1.43 1.37 1.40 3/219 9879
/proc/meminfo: memFree=30486784/32770624 swapFree=66946236/67108860
[pid=9822] ppid=9819 vsize=9972712 memory=15176 CPUtime=0.1 cores=1,3,5,7
/proc/9822/stat : 9822 (java) S 9819 9822 6494 0 -1 1077944320 4548 13281 0 0 1 1 5 3 20 0 6 0 416068571 10212057088 3794 33554432000 4194304 4196468 140721527913872 140721527896416 140154778337015 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
/proc/9822/statm: 2493178 3794 1935 1 0 2481616 0
[pid=9822/tid=9875] ppid=9819 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 2386 13281 0 0 1 0 5 3 20 0 6 0 416068580 10212057088 3860 33554432000 4194304 4196468 140721527913872 140154750173776 140154771433851 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 416068581 10212057088 3860 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=9972712 memory=140145722459776 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 416068581 10212057088 3860 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 416068581 10212057088 3860 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 6 0 416068581 10212057088 3860 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.218037 s]*
/proc/loadavg: 1.43 1.37 1.40 3/228 9888
/proc/meminfo: memFree=30470032/32770624 swapFree=66946236/67108860
[pid=9822] ppid=9819 vsize=10820148 memory=38640 CPUtime=0.28 cores=1,3,5,7
/proc/9822/stat : 9822 (java) S 9819 9822 6494 0 -1 1077944320 7498 13281 0 0 18 2 5 3 20 0 15 0 416068571 11079831552 9660 33554432000 4194304 4196468 140721527913872 140721527896416 140154778337015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
/proc/9822/statm: 2705037 9660 3292 1 0 2667149 0
[pid=9822/tid=9875] ppid=9819 vsize=10820148 memory=7822038051842263955 CPUtime=0.2 cores=1,3,5,7
/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 3898 13281 0 0 11 1 5 3 20 0 15 0 416068580 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154750154128 140154762417502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=10820148 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=10820148 memory=140145722459776 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 416068581 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9880] ppid=9819 vsize=10820148 memory=140145722459776 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9880/stat : 9880 (java) S 9819 9822 6494 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 416068583 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154237708912 140154778348162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9881] ppid=9819 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9881/stat : 9881 (java) S 9819 9822 6494 0 -1 1077944384 33 13281 0 0 0 0 5 3 20 0 15 0 416068583 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154236654880 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9882] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9882/stat : 9882 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068583 11079831552 9660 33554432000 4194304 4196468 140721527913872 140153641231984 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9883] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9883/stat : 9883 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11079831552 9660 33554432000 4194304 4196468 140721527913872 140153333832272 140154778355611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9884] ppid=9819 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9822/task/9884/stat : 9884 (java) R 9819 9822 6494 0 -1 1077944384 354 13281 0 0 1 0 5 3 20 0 15 0 416068586 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154203097200 140154778348162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9885] ppid=9819 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9822/task/9885/stat : 9885 (java) R 9819 9822 6494 0 -1 4202560 316 13281 0 0 1 0 5 3 20 0 15 0 416068586 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154202044400 140154763262064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9886] ppid=9819 vsize=10820148 memory=140145722459776 CPUtime=0.11 cores=1,3,5,7
/proc/9822/task/9886/stat : 9886 (java) R 9819 9822 6494 0 -1 4202560 684 13281 0 0 3 0 5 3 20 0 15 0 416068586 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154200992112 140154778348950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9887] ppid=9819 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9887/stat : 9887 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11079831552 9660 33554432000 4194304 4196468 140721527913872 140153300273632 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9888] ppid=9819 vsize=10820148 memory=140145722459776 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9888/stat : 9888 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068586 11079831552 9660 33554432000 4194304 4196468 140721527913872 140154199940016 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 38640 KiB

[startup+0.310514 s]*
/proc/loadavg: 1.43 1.37 1.40 3/228 9888
/proc/meminfo: memFree=30457248/32770624 swapFree=66946236/67108860
[pid=9822] ppid=9819 vsize=10820148 memory=46696 CPUtime=0.41 cores=1,3,5,7
/proc/9822/stat : 9822 (java) S 9819 9822 6494 0 -1 1077944320 11002 13281 0 0 29 4 5 3 20 0 15 0 416068571 11079831552 11674 33554432000 4194304 4196468 140721527913872 140721527896416 140154778337015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
/proc/9822/statm: 2705037 11674 3303 1 0 2667149 0
[pid=9822/tid=9875] ppid=9819 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 7350 13281 0 0 19 2 5 3 20 0 15 0 416068580 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154750136928 140154764553285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=10820148 memory=7517470281954388585 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=10820148 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=10820148 memory=7019607233544867529 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 416068581 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9880] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9880/stat : 9880 (java) S 9819 9822 6494 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 416068583 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154237708912 140154778348162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9881] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9881/stat : 9881 (java) S 9819 9822 6494 0 -1 1077944384 33 13281 0 0 0 0 5 3 20 0 15 0 416068583 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154236654880 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9882] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9882/stat : 9882 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068583 11079831552 11674 33554432000 4194304 4196468 140721527913872 140153641231984 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9883] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9883/stat : 9883 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11079831552 11674 33554432000 4194304 4196468 140721527913872 140153333832272 140154778355611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9884] ppid=9819 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9822/task/9884/stat : 9884 (java) S 9819 9822 6494 0 -1 1077944384 357 13281 0 0 1 0 5 3 20 0 15 0 416068586 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154203097200 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9885] ppid=9819 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9822/task/9885/stat : 9885 (java) S 9819 9822 6494 0 -1 1077944384 327 13281 0 0 2 0 5 3 20 0 15 0 416068586 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154202044400 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9886] ppid=9819 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9822/task/9886/stat : 9886 (java) S 9819 9822 6494 0 -1 1077944384 717 13281 0 0 5 0 5 3 20 0 15 0 416068586 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154200992112 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9887] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9887/stat : 9887 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11079831552 11674 33554432000 4194304 4196468 140721527913872 140153300273632 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9888] ppid=9819 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9888/stat : 9888 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068586 11079831552 11674 33554432000 4194304 4196468 140721527913872 140154199940016 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 46696 KiB

[startup+0.700753 s]
/proc/loadavg: 1.43 1.37 1.40 3/228 9888
/proc/meminfo: memFree=30441696/32770624 swapFree=66946236/67108860
[pid=9822] ppid=9819 vsize=10824360 memory=80644 CPUtime=1.15 cores=1,3,5,7
/proc/9822/stat : 9822 (java) S 9819 9822 6494 0 -1 1077944320 15393 13281 0 0 101 6 5 3 20 0 15 0 416068571 11084144640 20161 33554432000 4194304 4196468 140721527913872 140721527896416 140154778337015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
/proc/9822/statm: 2706090 20161 3500 1 0 2668173 0
[pid=9822/tid=9875] ppid=9819 vsize=10824360 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 10450 13281 0 0 55 4 5 3 20 0 15 0 416068580 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154750166560 140154778348950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068581 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 416068581 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9880] ppid=9819 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9880/stat : 9880 (java) S 9819 9822 6494 0 -1 1077944384 5 13281 0 0 0 0 5 3 20 0 15 0 416068583 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154237708912 140154778348162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9881] ppid=9819 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9881/stat : 9881 (java) S 9819 9822 6494 0 -1 1077944384 33 13281 0 0 0 0 5 3 20 0 15 0 416068583 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154236654880 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9882] ppid=9819 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9882/stat : 9882 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068583 11084144640 20161 33554432000 4194304 4196468 140721527913872 140153641231984 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9883] ppid=9819 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9883/stat : 9883 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11084144640 20161 33554432000 4194304 4196468 140721527913872 140153333832272 140154778355611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9884] ppid=9819 vsize=10824360 memory=140145588209552 CPUtime=0.23 cores=1,3,5,7
/proc/9822/task/9884/stat : 9884 (java) R 9819 9822 6494 0 -1 4202560 831 13281 0 0 15 0 5 3 20 0 15 0 416068586 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154203097200 140154758973031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9885] ppid=9819 vsize=10824360 memory=24964 CPUtime=0.2 cores=1,3,5,7
/proc/9822/task/9885/stat : 9885 (java) S 9819 9822 6494 0 -1 1077944384 857 13281 0 0 12 0 5 3 20 0 15 0 416068586 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154202044400 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9886] ppid=9819 vsize=10824360 memory=2244 CPUtime=0.25 cores=1,3,5,7
/proc/9822/task/9886/stat : 9886 (java) S 9819 9822 6494 0 -1 1077944384 999 13281 0 0 17 0 5 3 20 0 15 0 416068586 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154200992112 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9887] ppid=9819 vsize=10824360 memory=140145588206960 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9887/stat : 9887 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11084144640 20161 33554432000 4194304 4196468 140721527913872 140153300273632 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9888] ppid=9819 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9888/stat : 9888 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068586 11084144640 20161 33554432000 4194304 4196468 140721527913872 140154199940016 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 80644 KiB

[startup+1.50363 s]
/proc/loadavg: 1.43 1.37 1.40 6/228 9888
/proc/meminfo: memFree=30375292/32770624 swapFree=66946236/67108860
[pid=9822] ppid=9819 vsize=10832628 memory=213936 CPUtime=2.98 cores=1,3,5,7
/proc/9822/stat : 9822 (java) S 9819 9822 6494 0 -1 1077944320 24889 13281 0 0 278 12 5 3 20 0 15 0 416068571 11092611072 53484 33554432000 4194304 4196468 140721527913872 140721527896416 140154778337015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
/proc/9822/statm: 2708157 53484 3578 1 0 2670221 0
[pid=9822/tid=9875] ppid=9819 vsize=10832628 memory=23 CPUtime=1.44 cores=1,3,5,7
/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 15062 13281 0 0 129 7 5 3 20 0 15 0 416068580 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154750169952 140154762417502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=10832628 memory=29 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 99 13281 0 0 0 0 5 3 20 0 15 0 416068581 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 292 13281 0 0 1 0 5 3 20 0 15 0 416068581 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 48 13281 0 0 1 0 5 3 20 0 15 0 416068581 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=10832628 memory=102572 CPUtime=0.09 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 44 13281 0 0 1 0 5 3 20 0 15 0 416068581 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9880] ppid=9819 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9822/task/9880/stat : 9880 (java) S 9819 9822 6494 0 -1 1077944384 758 13281 0 0 1 0 5 3 20 0 15 0 416068583 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154237708912 140154778348162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9881] ppid=9819 vsize=10832628 memory=7014751519650763879 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9881/stat : 9881 (java) S 9819 9822 6494 0 -1 1077944384 34 13281 0 0 0 0 5 3 20 0 15 0 416068583 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154236654944 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9882] ppid=9819 vsize=10832628 memory=7302417893598651993 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9882/stat : 9882 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068583 11092611072 53484 33554432000 4194304 4196468 140721527913872 140153641232000 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9883] ppid=9819 vsize=10832628 memory=7449907525791737194 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9883/stat : 9883 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11092611072 53484 33554432000 4194304 4196468 140721527913872 140153333832272 140154778355611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9884] ppid=9819 vsize=10832628 memory=5571041044932417637 CPUtime=0.63 cores=1,3,5,7
/proc/9822/task/9884/stat : 9884 (java) S 9819 9822 6494 0 -1 1077944384 2364 13281 0 0 55 0 5 3 20 0 15 0 416068586 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154203097200 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9885] ppid=9819 vsize=10832628 memory=7883641755993272417 CPUtime=0.58 cores=1,3,5,7
/proc/9822/task/9885/stat : 9885 (java) S 9819 9822 6494 0 -1 1077944384 2361 13281 0 0 49 1 5 3 20 0 15 0 416068586 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154202044400 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9886] ppid=9819 vsize=10832628 memory=7014751519650763879 CPUtime=0.45 cores=1,3,5,7
/proc/9822/task/9886/stat : 9886 (java) S 9819 9822 6494 0 -1 1077944384 1614 13281 0 0 37 0 5 3 20 0 15 0 416068586 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154200992112 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9887] ppid=9819 vsize=10832628 memory=7014751519650763879 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9887/stat : 9887 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11092611072 53484 33554432000 4194304 4196468 140721527913872 140153300273632 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9888] ppid=9819 vsize=10832628 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9888/stat : 9888 (java) S 9819 9822 6494 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 416068586 11092611072 53484 33554432000 4194304 4196468 140721527913872 140154199940016 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 10832628 KiB

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

/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 100079 13281 0 0 218566 53 5 3 20 0 15 0 416068580 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154750156784 140154396567178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=10849032 memory=1775356 CPUtime=7.74 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 28707 13281 0 0 727 39 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=10849032 memory=1773308 CPUtime=7.71 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 28729 13281 0 0 726 37 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=10849032 memory=1773308 CPUtime=7.69 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 23194 13281 0 0 724 37 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=10849032 memory=1773308 CPUtime=7.7 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 29037 13281 0 0 722 40 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9880] ppid=9819 vsize=10849032 memory=1773308 CPUtime=6.42 cores=1,3,5,7
/proc/9822/task/9880/stat : 9880 (java) S 9819 9822 6494 0 -1 1077944384 24178 13281 0 0 605 29 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154237708912 140154778348162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9881] ppid=9819 vsize=10849032 memory=1773308 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9881/stat : 9881 (java) S 9819 9822 6494 0 -1 1077944384 48 13281 0 0 0 0 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154236655008 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9882] ppid=9819 vsize=10849032 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9882/stat : 9882 (java) S 9819 9822 6494 0 -1 1077944384 18 13281 0 0 0 0 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153641232000 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9883] ppid=9819 vsize=10849032 memory=1773308 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9883/stat : 9883 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153333832272 140154778355611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9884] ppid=9819 vsize=10849032 memory=3612 CPUtime=5.83 cores=1,3,5,7
/proc/9822/task/9884/stat : 9884 (java) S 9819 9822 6494 0 -1 1077944384 41332 13281 0 0 572 3 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154203097200 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9885] ppid=9819 vsize=10849032 memory=1773308 CPUtime=5.34 cores=1,3,5,7
/proc/9822/task/9885/stat : 9885 (java) S 9819 9822 6494 0 -1 1077944384 35710 13281 0 0 521 5 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154202044400 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9886] ppid=9819 vsize=10849032 memory=1773308 CPUtime=2.01 cores=1,3,5,7
/proc/9822/task/9886/stat : 9886 (java) S 9819 9822 6494 0 -1 1077944384 17829 13281 0 0 189 4 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154200992112 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9887] ppid=9819 vsize=10849032 memory=1775356 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9887/stat : 9887 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153300273632 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9888] ppid=9819 vsize=10849032 memory=1295 CPUtime=1.33 cores=1,3,5,7
/proc/9822/task/9888/stat : 9888 (java) S 9819 9822 6494 0 -1 1077944384 1654 13281 0 0 63 62 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154199940016 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 2237.42 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1775356 KiB

[startup+2262.3 s]
/proc/loadavg: 1.63 1.39 1.39 3/228 10243
/proc/meminfo: memFree=28758880/32770624 swapFree=66946332/67108860
[pid=9822] ppid=9819 vsize=10849032 memory=1775356 CPUtime=2298.12 cores=1,3,5,7
/proc/9822/stat : 9822 (java) S 9819 9822 6494 0 -1 1077944320 335474 13281 0 0 229524 280 5 3 20 0 15 0 416068571 11109408768 443839 33554432000 4194304 4196468 140721527913872 140721527896416 140154778337015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
/proc/9822/statm: 2712258 443839 3627 1 0 2674317 0
[pid=9822/tid=9875] ppid=9819 vsize=10849032 memory=1775356 CPUtime=2245.77 cores=1,3,5,7
/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 101128 13281 0 0 224516 53 5 3 20 0 15 0 416068580 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154750169824 140154396416952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=10849032 memory=1775356 CPUtime=7.99 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 28977 13281 0 0 750 41 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=10849032 memory=1775356 CPUtime=7.95 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 28986 13281 0 0 749 38 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=10849032 memory=1775356 CPUtime=7.93 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 23446 13281 0 0 747 38 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=10849032 memory=1775356 CPUtime=7.94 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 29506 13281 0 0 745 41 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9880] ppid=9819 vsize=10849032 memory=0 CPUtime=6.63 cores=1,3,5,7
/proc/9822/task/9880/stat : 9880 (java) S 9819 9822 6494 0 -1 1077944384 24586 13281 0 0 625 30 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154237708912 140154778348162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9881] ppid=9819 vsize=10849032 memory=1775356 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9881/stat : 9881 (java) S 9819 9822 6494 0 -1 1077944384 48 13281 0 0 0 0 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154236655008 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9882] ppid=9819 vsize=10849032 memory=1775356 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9882/stat : 9882 (java) S 9819 9822 6494 0 -1 1077944384 18 13281 0 0 0 0 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153641232000 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9883] ppid=9819 vsize=10849032 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9883/stat : 9883 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153333832272 140154778355611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9884] ppid=9819 vsize=10849032 memory=4104 CPUtime=5.83 cores=1,3,5,7
/proc/9822/task/9884/stat : 9884 (java) S 9819 9822 6494 0 -1 1077944384 41336 13281 0 0 572 3 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154203097200 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9885] ppid=9819 vsize=10849032 memory=3612 CPUtime=5.34 cores=1,3,5,7
/proc/9822/task/9885/stat : 9885 (java) S 9819 9822 6494 0 -1 1077944384 35714 13281 0 0 521 5 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154202044400 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9886] ppid=9819 vsize=10849032 memory=740 CPUtime=2.01 cores=1,3,5,7
/proc/9822/task/9886/stat : 9886 (java) S 9819 9822 6494 0 -1 1077944384 17834 13281 0 0 189 4 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154200992112 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9887] ppid=9819 vsize=10849032 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9887/stat : 9887 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153300273632 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9888] ppid=9819 vsize=10849032 memory=1552 CPUtime=1.36 cores=1,3,5,7
/proc/9822/task/9888/stat : 9888 (java) S 9819 9822 6494 0 -1 1077944384 1684 13281 0 0 65 63 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154199940016 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 2298.12 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1775356 KiB

[startup+2322.3 s]
/proc/loadavg: 1.39 1.36 1.38 3/228 10249
/proc/meminfo: memFree=28757128/32770624 swapFree=66946332/67108860
[pid=9822] ppid=9819 vsize=10849032 memory=1775356 CPUtime=2358.82 cores=1,3,5,7
/proc/9822/stat : 9822 (java) S 9819 9822 6494 0 -1 1077944320 338221 13281 0 0 235588 286 5 3 20 0 15 0 416068571 11109408768 443839 33554432000 4194304 4196468 140721527913872 140721527896416 140154778337015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
/proc/9822/statm: 2712258 443839 3627 1 0 2674317 0
[pid=9822/tid=9875] ppid=9819 vsize=10849032 memory=1775356 CPUtime=2305.29 cores=1,3,5,7
/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 102181 13281 0 0 230467 54 5 3 20 0 15 0 416068580 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154750148272 140154396418996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=10849032 memory=1775356 CPUtime=8.22 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 29403 13281 0 0 772 42 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=10849032 memory=1775356 CPUtime=8.18 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 29282 13281 0 0 771 39 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=10849032 memory=1775356 CPUtime=8.17 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 23734 13281 0 0 770 39 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=10849032 memory=8 CPUtime=8.18 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 29738 13281 0 0 767 43 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9880] ppid=9819 vsize=10849032 memory=1775356 CPUtime=6.83 cores=1,3,5,7
/proc/9822/task/9880/stat : 9880 (java) S 9819 9822 6494 0 -1 1077944384 25014 13281 0 0 644 31 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154237708912 140154778348162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9881] ppid=9819 vsize=10849032 memory=1775356 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9881/stat : 9881 (java) S 9819 9822 6494 0 -1 1077944384 48 13281 0 0 0 0 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154236655008 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9882] ppid=9819 vsize=10849032 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9882/stat : 9882 (java) S 9819 9822 6494 0 -1 1077944384 18 13281 0 0 0 0 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153641232000 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9883] ppid=9819 vsize=10849032 memory=1775356 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9883/stat : 9883 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153333832272 140154778355611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9884] ppid=9819 vsize=10849032 memory=3612 CPUtime=5.83 cores=1,3,5,7
/proc/9822/task/9884/stat : 9884 (java) S 9819 9822 6494 0 -1 1077944384 41340 13281 0 0 572 3 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154203097200 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9885] ppid=9819 vsize=10849032 memory=20880 CPUtime=5.34 cores=1,3,5,7
/proc/9822/task/9885/stat : 9885 (java) S 9819 9822 6494 0 -1 1077944384 35718 13281 0 0 521 5 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154202044400 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9886] ppid=9819 vsize=10849032 memory=1775356 CPUtime=2.01 cores=1,3,5,7
/proc/9822/task/9886/stat : 9886 (java) S 9819 9822 6494 0 -1 1077944384 17838 13281 0 0 189 4 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154200992112 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9887] ppid=9819 vsize=10849032 memory=1040 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9887/stat : 9887 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153300273632 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9888] ppid=9819 vsize=10849032 memory=4136 CPUtime=1.39 cores=1,3,5,7
/proc/9822/task/9888/stat : 9888 (java) S 9819 9822 6494 0 -1 1077944384 1696 13281 0 0 66 65 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154199940016 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 2358.82 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1775356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2363 s]*
/proc/loadavg: 1.34 1.35 1.38 3/227 10253
/proc/meminfo: memFree=28756532/32770624 swapFree=66946332/67108860
[pid=9822] ppid=9819 vsize=10849032 memory=1775356 CPUtime=2400.01 cores=1,3,5,7
/proc/9822/stat : 9822 (java) S 9819 9822 6494 0 -1 1077944320 339679 13281 0 0 239703 290 5 3 20 0 15 0 416068571 11109408768 443839 33554432000 4194304 4196468 140721527913872 140721527896416 140154778337015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
/proc/9822/statm: 2712258 443839 3627 1 0 2674317 0
[pid=9822/tid=9875] ppid=9819 vsize=10849032 memory=8317482817917895235 CPUtime=2345.67 cores=1,3,5,7
/proc/9822/task/9875/stat : 9875 (java) R 9819 9822 6494 0 -1 4202560 102790 13281 0 0 234505 54 5 3 20 0 15 0 416068580 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154750167424 140154396417624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9876] ppid=9819 vsize=10849032 memory=4872558044660077418 CPUtime=8.38 cores=1,3,5,7
/proc/9822/task/9876/stat : 9876 (java) S 9819 9822 6494 0 -1 1077944384 29726 13281 0 0 787 43 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154782579088 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9877] ppid=9819 vsize=10849032 memory=1984 CPUtime=8.34 cores=1,3,5,7
/proc/9822/task/9877/stat : 9877 (java) S 9819 9822 6494 0 -1 1077944384 29370 13281 0 0 787 39 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154716621072 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9878] ppid=9819 vsize=10849032 memory=2424 CPUtime=8.33 cores=1,3,5,7
/proc/9822/task/9878/stat : 9878 (java) S 9819 9822 6494 0 -1 1077944384 23868 13281 0 0 785 40 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154350439056 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9879] ppid=9819 vsize=10849032 memory=1764 CPUtime=8.34 cores=1,3,5,7
/proc/9822/task/9879/stat : 9879 (java) S 9819 9822 6494 0 -1 1077944384 29812 13281 0 0 782 44 5 3 20 0 15 0 416068581 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154349386256 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9880] ppid=9819 vsize=10849032 memory=111636 CPUtime=6.96 cores=1,3,5,7
/proc/9822/task/9880/stat : 9880 (java) S 9819 9822 6494 0 -1 1077944384 25222 13281 0 0 657 31 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154237708912 140154778348162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9881] ppid=9819 vsize=10849032 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9881/stat : 9881 (java) S 9819 9822 6494 0 -1 1077944384 48 13281 0 0 0 0 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154236655008 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9882] ppid=9819 vsize=10849032 memory=1808 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9882/stat : 9882 (java) S 9819 9822 6494 0 -1 1077944384 18 13281 0 0 0 0 5 3 20 0 15 0 416068583 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153641232000 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9883] ppid=9819 vsize=10849032 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9883/stat : 9883 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153333832272 140154778355611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9884] ppid=9819 vsize=10849032 memory=3848 CPUtime=5.83 cores=1,3,5,7
/proc/9822/task/9884/stat : 9884 (java) S 9819 9822 6494 0 -1 1077944384 41342 13281 0 0 572 3 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154203097200 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9885] ppid=9819 vsize=10849032 memory=2764 CPUtime=5.34 cores=1,3,5,7
/proc/9822/task/9885/stat : 9885 (java) S 9819 9822 6494 0 -1 1077944384 35720 13281 0 0 521 5 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154202044400 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9886] ppid=9819 vsize=10849032 memory=2944 CPUtime=2.01 cores=1,3,5,7
/proc/9822/task/9886/stat : 9886 (java) S 9819 9822 6494 0 -1 1077944384 17840 13281 0 0 189 4 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154200992112 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9887] ppid=9819 vsize=10849032 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/9822/task/9887/stat : 9887 (java) S 9819 9822 6494 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140153300273632 140154778347221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
[pid=9822/tid=9888] ppid=9819 vsize=10849032 memory=1775356 CPUtime=1.42 cores=1,3,5,7
/proc/9822/task/9888/stat : 9888 (java) S 9819 9822 6494 0 -1 1077944384 1712 13281 0 0 67 67 5 3 20 0 15 0 416068586 11109408768 443839 33554432000 4194304 4196468 140721527913872 140154199940016 140154778348162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9748480 140721527917295 140721527919813 140721527919813 140721527922639 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1775356 KiB

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

[startup+2363.04 s]
# the end of solver process 9822 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.11 s, system=2.94849 s

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

Child status: 143
Real time (s): 2363.04
CPU time (s): 2400.05
CPU user time (s): 2397.11
CPU system time (s): 2.94849
CPU usage (%): 101.566
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 1843780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.11
system time used= 2.94849
maximum resident set size= 1845828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186781
involuntary context switches= 4808


# summary of solver processes directly reported to runsolver:
#   pid: 9822
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2397.11
#   total CPU system time (s): 2.94849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7669 second user time and 21.8386 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 21:00:24
IDJOB=4396533
IDBENCH=128019
IDSOLVER=2847
FILE ID=node117/4396533-1568401266
RUNJOBID= node117-1568393448-7559
PBS_JOBID= 21701861
Free space on /tmp= 61148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396533-1568401266/watcher-4396533-1568401266 -o /tmp/evaluation-result-4396533-1568401266/solver-4396533-1568401266 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1668391277 HOME/instance-4396533-1568401266.xml

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

MD5SUM BENCH= d869450afe9c29c5d3a1d31c4402b074
RANDOM SEED=1668391277

node117.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.75
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.75
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.75
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.75
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:        30492828 kB
MemAvailable:   31333880 kB
Buffers:          114980 kB
Cached:           993788 kB
SwapCached:        49688 kB
Active:          1279392 kB
Inactive:         417776 kB
Active(anon):     556048 kB
Inactive(anon):    55616 kB
Active(file):     723344 kB
Inactive(file):   362160 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       66946236 kB
Dirty:             36072 kB
Writeback:             0 kB
AnonPages:        638460 kB
Mapped:            45832 kB
Shmem:             14176 kB
Slab:             171244 kB
SReclaimable:     142764 kB
SUnreclaim:        28480 kB
KernelStack:        3568 kB
PageTables:         7932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1701764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61112 MiB
End job on node117 at 2019-09-13 21:39:47