Trace number 4387539

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.11 2469.03

General information on the benchmark

NameXCSP19/hcp/
graph254.xml
MD5SUM68b62eb0ee4f1f32ebe5ed32147b7b19
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.73735
Satisfiable
(Un)Satisfiability was proved
Number of variables1582
Number of constraints1
Number of domains1582
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1580},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1582}]
Minimum constraint arity1582
Maximum constraint arity1582
Distribution of constraint arities[{"arity":1582,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387539-1568309705/watcher-4387539-1568309705 -o /tmp/evaluation-result-4387539-1568309705/solver-4387539-1568309705 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=459491832 HOME/instance-4387539-1568309705.xml 

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

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

solver pid=13696, runsolver pid=13693

[startup+0.100142 s]*
/proc/loadavg: 1.65 1.66 1.58 3/218 13753
/proc/meminfo: memFree=28600680/32770624 swapFree=66934504/67108860
[pid=13696] ppid=13693 vsize=9989820 memory=19524 CPUtime=0.09 cores=1,3,5,7
/proc/13696/stat : 13696 (java) S 13693 13696 5271 0 -1 1077944320 4598 13154 0 0 1 0 5 3 20 0 6 0 407228958 10229575680 4881 33554432000 4194304 4196468 140721771528096 140721771510640 140201966288631 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
/proc/13696/statm: 2497455 4881 1984 1 0 2485893 0
[pid=13696/tid=13749] ppid=13693 vsize=10055356 memory=-8617482348318186131 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 2392 13154 0 0 1 0 5 3 20 0 7 0 407228967 10296684544 4881 33554432000 4194304 4196468 140721771528096 140201938131728 140201951971862 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10055356 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 7 0 407228968 10296684544 4881 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10055356 memory=140064982980224 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 7 0 407228968 10296684544 4881 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 7 0 407228968 10296684544 4881 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 7 0 407228968 10296684544 4881 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10055356 memory=140064982980224 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 7 0 407228969 10296684544 4881 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9989820 KiB
Current children cumulated memory: 19524 KiB

[startup+0.210526 s]*
/proc/loadavg: 1.65 1.66 1.58 3/227 13762
/proc/meminfo: memFree=28582760/32770624 swapFree=66934504/67108860
[pid=13696] ppid=13693 vsize=10818940 memory=38504 CPUtime=0.27 cores=1,3,5,7
/proc/13696/stat : 13696 (java) S 13693 13696 5271 0 -1 1077944320 6949 13154 0 0 17 2 5 3 20 0 15 0 407228958 11078594560 9626 33554432000 4194304 4196468 140721771528096 140721771510640 140201966288631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
/proc/13696/statm: 2704735 9626 2979 1 0 2667149 0
[pid=13696/tid=13749] ppid=13693 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 3437 13154 0 0 11 0 5 3 20 0 15 0 407228967 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201938121648 140201966300566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10818940 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 15 0 407228968 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10818940 memory=288370441134691968 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10818940 memory=140064982980224 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 15 0 407228969 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13755] ppid=13693 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13755/stat : 13755 (java) S 13693 13696 5271 0 -1 1077944384 13 13154 0 0 0 0 5 3 20 0 15 0 407228970 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201147724832 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13756] ppid=13693 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13756/stat : 13756 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228970 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201020089200 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13757] ppid=13693 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13757/stat : 13757 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11078594560 9626 33554432000 4194304 4196468 140721771528096 140200511362896 140201966307227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13758] ppid=13693 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13758/stat : 13758 (java) S 13693 13696 5271 0 -1 1077944384 354 13154 0 0 1 0 5 3 20 0 15 0 407228973 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201491798896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13759] ppid=13693 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13759/stat : 13759 (java) S 13693 13696 5271 0 -1 1077944384 291 13154 0 0 0 0 5 3 20 0 15 0 407228973 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201422744304 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13760] ppid=13693 vsize=10818940 memory=140064982980224 CPUtime=0.11 cores=1,3,5,7
/proc/13696/task/13760/stat : 13760 (java) R 13693 13696 5271 0 -1 4202560 635 13154 0 0 3 0 5 3 20 0 15 0 407228973 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201421691504 140201966309978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13761] ppid=13693 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13761/stat : 13761 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11078594560 9626 33554432000 4194304 4196468 140721771528096 140200477805280 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13762] ppid=13693 vsize=10818940 memory=140064982980224 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13762/stat : 13762 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228973 11078594560 9626 33554432000 4194304 4196468 140721771528096 140201420638896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38504 KiB

[startup+0.310593 s]*
/proc/loadavg: 1.65 1.66 1.58 4/227 13762
/proc/meminfo: memFree=28572760/32770624 swapFree=66934504/67108860
[pid=13696] ppid=13693 vsize=10820244 memory=50012 CPUtime=0.41 cores=1,3,5,7
/proc/13696/stat : 13696 (java) S 13693 13696 5271 0 -1 1077944320 10627 13154 0 0 29 4 5 3 20 0 15 0 407228958 11079929856 12503 33554432000 4194304 4196468 140721771528096 140721771510640 140201966288631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
/proc/13696/statm: 2705061 12503 3276 1 0 2667149 0
[pid=13696/tid=13749] ppid=13693 vsize=10820244 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 7088 13154 0 0 19 3 5 3 20 0 15 0 407228967 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201938105520 140201966300566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10820244 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 15 0 407228968 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 15 0 407228969 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13755] ppid=13693 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13755/stat : 13755 (java) S 13693 13696 5271 0 -1 1077944384 13 13154 0 0 0 0 5 3 20 0 15 0 407228970 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201147724832 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13756] ppid=13693 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13756/stat : 13756 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228970 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201020089200 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13757] ppid=13693 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13757/stat : 13757 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11079929856 12503 33554432000 4194304 4196468 140721771528096 140200511362896 140201966307227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13758] ppid=13693 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13758/stat : 13758 (java) R 13693 13696 5271 0 -1 4202560 355 13154 0 0 1 0 5 3 20 0 15 0 407228973 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201491798896 140201959273673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13759] ppid=13693 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13759/stat : 13759 (java) S 13693 13696 5271 0 -1 1077944384 292 13154 0 0 1 0 5 3 20 0 15 0 407228973 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201422744304 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13760] ppid=13693 vsize=10820244 memory=140064982980224 CPUtime=0.13 cores=1,3,5,7
/proc/13696/task/13760/stat : 13760 (java) S 13693 13696 5271 0 -1 1077944384 658 13154 0 0 5 0 5 3 20 0 15 0 407228973 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201421691504 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13761] ppid=13693 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13761/stat : 13761 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11079929856 12503 33554432000 4194304 4196468 140721771528096 140200477805280 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13762] ppid=13693 vsize=10820244 memory=140064982980224 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13762/stat : 13762 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228973 11079929856 12503 33554432000 4194304 4196468 140721771528096 140201420638896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50012 KiB

[startup+0.700659 s]
/proc/loadavg: 1.65 1.66 1.58 5/227 13762
/proc/meminfo: memFree=28559696/32770624 swapFree=66934504/67108860
[pid=13696] ppid=13693 vsize=10824340 memory=80544 CPUtime=1.14 cores=1,3,5,7
/proc/13696/stat : 13696 (java) S 13693 13696 5271 0 -1 1077944320 14841 13154 0 0 100 6 5 3 20 0 15 0 407228958 11084124160 20136 33554432000 4194304 4196468 140721771528096 140721771510640 140201966288631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
/proc/13696/statm: 2706085 20136 3497 1 0 2668173 0
[pid=13696/tid=13749] ppid=13693 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 10531 13154 0 0 55 4 5 3 20 0 15 0 407228967 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201938115824 140201966300566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 15 0 407228968 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10824340 memory=140064856359440 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10824340 memory=140067473457770 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228968 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10824340 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 5 13154 0 0 0 0 5 3 20 0 15 0 407228969 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13755] ppid=13693 vsize=10824340 memory=6153431502485413985 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13755/stat : 13755 (java) S 13693 13696 5271 0 -1 1077944384 13 13154 0 0 0 0 5 3 20 0 15 0 407228970 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201147724832 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13756] ppid=13693 vsize=10824340 memory=14056 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13756/stat : 13756 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228970 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201020089200 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13757] ppid=13693 vsize=10824340 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13757/stat : 13757 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11084124160 20136 33554432000 4194304 4196468 140721771528096 140200511362896 140201966307227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13758] ppid=13693 vsize=10824340 memory=516 CPUtime=0.2 cores=1,3,5,7
/proc/13696/task/13758/stat : 13758 (java) S 13693 13696 5271 0 -1 1077944384 611 13154 0 0 12 0 5 3 20 0 15 0 407228973 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201491798896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13759] ppid=13693 vsize=10824340 memory=1556 CPUtime=0.22 cores=1,3,5,7
/proc/13696/task/13759/stat : 13759 (java) S 13693 13696 5271 0 -1 1077944384 646 13154 0 0 14 0 5 3 20 0 15 0 407228973 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201422744304 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13760] ppid=13693 vsize=10824340 memory=928 CPUtime=0.25 cores=1,3,5,7
/proc/13696/task/13760/stat : 13760 (java) R 13693 13696 5271 0 -1 4202560 816 13154 0 0 17 0 5 3 20 0 15 0 407228973 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201421691504 140201958525758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13761] ppid=13693 vsize=10824340 memory=1668 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13761/stat : 13761 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11084124160 20136 33554432000 4194304 4196468 140721771528096 140200477805280 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13762] ppid=13693 vsize=10824340 memory=904 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13762/stat : 13762 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228973 11084124160 20136 33554432000 4194304 4196468 140721771528096 140201420638896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80544 KiB

[startup+1.50073 s]
/proc/loadavg: 1.65 1.66 1.58 5/227 13762
/proc/meminfo: memFree=28511176/32770624 swapFree=66934504/67108860
[pid=13696] ppid=13693 vsize=10834656 memory=187100 CPUtime=2.81 cores=1,3,5,7
/proc/13696/stat : 13696 (java) S 13693 13696 5271 0 -1 1077944320 24493 13154 0 0 263 10 5 3 20 0 15 0 407228958 11094687744 46775 33554432000 4194304 4196468 140721771528096 140721771510640 140201966288631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
/proc/13696/statm: 2708664 46775 3576 1 0 2670733 0
[pid=13696/tid=13749] ppid=13693 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 15754 13154 0 0 129 6 5 3 20 0 15 0 407228967 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201938109888 140201950369148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10834656 memory=280129712767424 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 304 13154 0 0 1 0 5 3 20 0 15 0 407228968 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10834656 memory=280129712776736 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 30 13154 0 0 1 0 5 3 20 0 15 0 407228968 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10834656 memory=140064856394224 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 36 13154 0 0 1 0 5 3 20 0 15 0 407228968 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 50 13154 0 0 1 0 5 3 20 0 15 0 407228968 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 102 13154 0 0 1 0 5 3 20 0 15 0 407228969 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13755] ppid=13693 vsize=10834656 memory=15599321222257 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13755/stat : 13755 (java) S 13693 13696 5271 0 -1 1077944384 14 13154 0 0 0 0 5 3 20 0 15 0 407228970 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201147724832 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13756] ppid=13693 vsize=10834656 memory=-9034923847013744021 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13756/stat : 13756 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228970 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201020089200 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13757] ppid=13693 vsize=10834656 memory=7955723543414138472 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13757/stat : 13757 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11094687744 46775 33554432000 4194304 4196468 140721771528096 140200511362896 140201966307227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13758] ppid=13693 vsize=10834656 memory=7523633074675478373 CPUtime=0.44 cores=1,3,5,7
/proc/13696/task/13758/stat : 13758 (java) S 13693 13696 5271 0 -1 1077944384 2008 13154 0 0 36 0 5 3 20 0 15 0 407228973 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201491798896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13759] ppid=13693 vsize=10834656 memory=3472328296227736289 CPUtime=0.51 cores=1,3,5,7
/proc/13696/task/13759/stat : 13759 (java) S 13693 13696 5271 0 -1 1077944384 2021 13154 0 0 43 0 5 3 20 0 15 0 407228973 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201422744304 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13760] ppid=13693 vsize=10834656 memory=6655300316396806240 CPUtime=0.52 cores=1,3,5,7
/proc/13696/task/13760/stat : 13760 (java) S 13693 13696 5271 0 -1 1077944384 1962 13154 0 0 44 0 5 3 20 0 15 0 407228973 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201421691504 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13761] ppid=13693 vsize=10834656 memory=7810758428840126040 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13761/stat : 13761 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11094687744 46775 33554432000 4194304 4196468 140721771528096 140200477805280 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13762] ppid=13693 vsize=10834656 memory=7092152817474300777 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13762/stat : 13762 (java) S 13693 13696 5271 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 407228973 11094687744 46775 33554432000 4194304 4196468 140721771528096 140201420638896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0

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

/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 210280 13154 0 0 229505 95 5 3 20 0 15 0 407228967 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201938124288 140201581503991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10844916 memory=427388 CPUtime=12.94 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 24287 13154 0 0 1210 76 5 3 20 0 15 0 407228968 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10844916 memory=433284 CPUtime=12.89 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 22749 13154 0 0 1205 76 5 3 20 0 15 0 407228968 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10844916 memory=440004 CPUtime=12.9 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 22641 13154 0 0 1206 76 5 3 20 0 15 0 407228968 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10844916 memory=422564 CPUtime=12.93 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 20001 13154 0 0 1210 75 5 3 20 0 15 0 407228968 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10844916 memory=421024 CPUtime=11.2 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 11927 13154 0 0 1006 106 5 3 20 0 15 0 407228969 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13755] ppid=13693 vsize=10844916 memory=416920 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13755/stat : 13755 (java) S 13693 13696 5271 0 -1 1077944384 30 13154 0 0 0 0 5 3 20 0 15 0 407228970 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201147724896 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13756] ppid=13693 vsize=10844916 memory=426364 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13756/stat : 13756 (java) S 13693 13696 5271 0 -1 1077944384 14 13154 0 0 0 0 5 3 20 0 15 0 407228970 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201020089216 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13757] ppid=13693 vsize=10844916 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13757/stat : 13757 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11105193984 106591 33554432000 4194304 4196468 140721771528096 140200511362896 140201966307227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13758] ppid=13693 vsize=10844916 memory=21164 CPUtime=3.67 cores=1,3,5,7
/proc/13696/task/13758/stat : 13758 (java) S 13693 13696 5271 0 -1 1077944384 43848 13154 0 0 352 7 5 3 20 0 15 0 407228973 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201491798896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13759] ppid=13693 vsize=10844916 memory=427388 CPUtime=3.47 cores=1,3,5,7
/proc/13696/task/13759/stat : 13759 (java) S 13693 13696 5271 0 -1 1077944384 38861 13154 0 0 331 8 5 3 20 0 15 0 407228973 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201422744304 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13760] ppid=13693 vsize=10844916 memory=424064 CPUtime=3.61 cores=1,3,5,7
/proc/13696/task/13760/stat : 13760 (java) S 13693 13696 5271 0 -1 1077944384 45965 13154 0 0 344 9 5 3 20 0 15 0 407228973 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201421691504 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13761] ppid=13693 vsize=10844916 memory=426876 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13761/stat : 13761 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11105193984 106591 33554432000 4194304 4196468 140721771528096 140200477805280 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13762] ppid=13693 vsize=10844916 memory=427900 CPUtime=1.56 cores=1,3,5,7
/proc/13696/task/13762/stat : 13762 (java) S 13693 13696 5271 0 -1 1077944384 1481 13154 0 0 64 84 5 3 20 0 15 0 407228973 11105193984 106591 33554432000 4194304 4196468 140721771528096 140201420638896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
Current children cumulated CPU time: 2370.65 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 426364 KiB

[startup+2382.3 s]
/proc/loadavg: 0.62 0.77 1.09 2/205 14053
/proc/meminfo: memFree=31288172/32770624 swapFree=66934560/67108860
[pid=13696] ppid=13693 vsize=10844916 memory=416964 CPUtime=2431.74 cores=1,3,5,7
/proc/13696/stat : 13696 (java) S 13693 13696 5271 0 -1 1077944320 452317 13154 0 0 242619 547 5 3 20 0 15 0 407228958 11105193984 104241 33554432000 4194304 4196468 140721771528096 140721771510640 140201966288631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
/proc/13696/statm: 2711229 104241 3623 1 0 2673293 0
[pid=13696/tid=13749] ppid=13693 vsize=10844916 memory=422264 CPUtime=2355.4 cores=1,3,5,7
/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 216443 13154 0 0 235435 97 5 3 20 0 15 0 407228967 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201938124272 140201582296987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10844916 memory=417524 CPUtime=13.32 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 24730 13154 0 0 1245 79 5 3 20 0 15 0 407228968 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10844916 memory=419528 CPUtime=13.25 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 23230 13154 0 0 1240 77 5 3 20 0 15 0 407228968 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10844916 memory=419528 CPUtime=13.27 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 23061 13154 0 0 1241 78 5 3 20 0 15 0 407228968 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10844916 memory=413108 CPUtime=13.3 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 20449 13154 0 0 1244 78 5 3 20 0 15 0 407228968 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10844916 memory=419016 CPUtime=11.48 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 11989 13154 0 0 1032 108 5 3 20 0 15 0 407228969 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13755] ppid=13693 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13755/stat : 13755 (java) S 13693 13696 5271 0 -1 1077944384 30 13154 0 0 0 0 5 3 20 0 15 0 407228970 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201147724896 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13756] ppid=13693 vsize=10844916 memory=417476 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13756/stat : 13756 (java) S 13693 13696 5271 0 -1 1077944384 14 13154 0 0 0 0 5 3 20 0 15 0 407228970 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201020089216 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13757] ppid=13693 vsize=10844916 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13757/stat : 13757 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11105193984 104241 33554432000 4194304 4196468 140721771528096 140200511362896 140201966307227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13758] ppid=13693 vsize=10844916 memory=423120 CPUtime=3.67 cores=1,3,5,7
/proc/13696/task/13758/stat : 13758 (java) S 13693 13696 5271 0 -1 1077944384 43848 13154 0 0 352 7 5 3 20 0 15 0 407228973 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201491798896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13759] ppid=13693 vsize=10844916 memory=417992 CPUtime=3.47 cores=1,3,5,7
/proc/13696/task/13759/stat : 13759 (java) S 13693 13696 5271 0 -1 1077944384 38861 13154 0 0 331 8 5 3 20 0 15 0 407228973 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201422744304 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13760] ppid=13693 vsize=10844916 memory=14056 CPUtime=3.61 cores=1,3,5,7
/proc/13696/task/13760/stat : 13760 (java) S 13693 13696 5271 0 -1 1077944384 45965 13154 0 0 344 9 5 3 20 0 15 0 407228973 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201421691504 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13761] ppid=13693 vsize=10844916 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13761/stat : 13761 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11105193984 104241 33554432000 4194304 4196468 140721771528096 140200477805280 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13762] ppid=13693 vsize=10844916 memory=21164 CPUtime=1.59 cores=1,3,5,7
/proc/13696/task/13762/stat : 13762 (java) S 13693 13696 5271 0 -1 1077944384 1485 13154 0 0 65 86 5 3 20 0 15 0 407228973 11105193984 104241 33554432000 4194304 4196468 140721771528096 140201420638896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
Current children cumulated CPU time: 2431.74 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 416964 KiB

[startup+2442.3 s]
/proc/loadavg: 0.68 0.75 1.06 2/205 14057
/proc/meminfo: memFree=31272496/32770624 swapFree=66934560/67108860
[pid=13696] ppid=13693 vsize=10844916 memory=433276 CPUtime=2492.86 cores=1,3,5,7
/proc/13696/stat : 13696 (java) S 13693 13696 5271 0 -1 1077944320 458516 13154 0 0 248719 559 5 3 20 0 15 0 407228958 11105193984 108319 33554432000 4194304 4196468 140721771528096 140721771510640 140201966288631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
/proc/13696/statm: 2711229 108319 3623 1 0 2673293 0
[pid=13696/tid=13749] ppid=13693 vsize=10844916 memory=7148 CPUtime=2414.7 cores=1,3,5,7
/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 221019 13154 0 0 241363 99 5 3 20 0 15 0 407228967 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201938124160 140201579233436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10844916 memory=417128 CPUtime=13.69 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 25056 13154 0 0 1281 80 5 3 20 0 15 0 407228968 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10844916 memory=427600 CPUtime=13.62 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 23624 13154 0 0 1275 79 5 3 20 0 15 0 407228968 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10844916 memory=427416 CPUtime=13.65 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 23383 13154 0 0 1276 81 5 3 20 0 15 0 407228968 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10844916 memory=0 CPUtime=13.67 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 20764 13154 0 0 1279 80 5 3 20 0 15 0 407228968 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10844916 memory=427088 CPUtime=11.76 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 12233 13154 0 0 1057 111 5 3 20 0 15 0 407228969 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13755] ppid=13693 vsize=10844916 memory=418156 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13755/stat : 13755 (java) S 13693 13696 5271 0 -1 1077944384 30 13154 0 0 0 0 5 3 20 0 15 0 407228970 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201147724896 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13756] ppid=13693 vsize=10844916 memory=418668 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13756/stat : 13756 (java) S 13693 13696 5271 0 -1 1077944384 14 13154 0 0 0 0 5 3 20 0 15 0 407228970 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201020089216 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13757] ppid=13693 vsize=10844916 memory=435952 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13757/stat : 13757 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11105193984 108319 33554432000 4194304 4196468 140721771528096 140200511362896 140201966307227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13758] ppid=13693 vsize=10844916 memory=434304 CPUtime=3.67 cores=1,3,5,7
/proc/13696/task/13758/stat : 13758 (java) S 13693 13696 5271 0 -1 1077944384 43850 13154 0 0 352 7 5 3 20 0 15 0 407228973 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201491798896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13759] ppid=13693 vsize=10844916 memory=433788 CPUtime=3.47 cores=1,3,5,7
/proc/13696/task/13759/stat : 13759 (java) S 13693 13696 5271 0 -1 1077944384 38863 13154 0 0 331 8 5 3 20 0 15 0 407228973 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201422744304 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13760] ppid=13693 vsize=10844916 memory=435952 CPUtime=3.62 cores=1,3,5,7
/proc/13696/task/13760/stat : 13760 (java) S 13693 13696 5271 0 -1 1077944384 45967 13154 0 0 345 9 5 3 20 0 15 0 407228973 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201421691504 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13761] ppid=13693 vsize=10844916 memory=420208 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13761/stat : 13761 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11105193984 108319 33554432000 4194304 4196468 140721771528096 140200477805280 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13762] ppid=13693 vsize=10844916 memory=424288 CPUtime=1.63 cores=1,3,5,7
/proc/13696/task/13762/stat : 13762 (java) S 13693 13696 5271 0 -1 1077944384 1501 13154 0 0 67 88 5 3 20 0 15 0 407228973 11105193984 108319 33554432000 4194304 4196468 140721771528096 140201420638896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
Current children cumulated CPU time: 2492.86 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 433276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469 s]*
/proc/loadavg: 0.65 0.74 1.05 2/205 14059
/proc/meminfo: memFree=31273228/32770624 swapFree=66934560/67108860
[pid=13696] ppid=13693 vsize=10844916 memory=432020 CPUtime=2520.07 cores=1,3,5,7
/proc/13696/stat : 13696 (java) S 13693 13696 5271 0 -1 1077944320 462217 13154 0 0 251434 565 5 3 20 0 15 0 407228958 11105193984 108005 33554432000 4194304 4196468 140721771528096 140721771510640 140201966288631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
/proc/13696/statm: 2711229 108005 3623 1 0 2673293 0
[pid=13696/tid=13749] ppid=13693 vsize=10844916 memory=8317482817917895235 CPUtime=2441.1 cores=1,3,5,7
/proc/13696/task/13749/stat : 13749 (java) R 13693 13696 5271 0 -1 4202560 223876 13154 0 0 244002 100 5 3 20 0 15 0 407228967 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201938123968 140201580917175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13750] ppid=13693 vsize=10844916 memory=4872558044660077418 CPUtime=13.86 cores=1,3,5,7
/proc/13696/task/13750/stat : 13750 (java) S 13693 13696 5271 0 -1 1077944384 25242 13154 0 0 1297 81 5 3 20 0 15 0 407228968 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201970531472 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13751] ppid=13693 vsize=10844916 memory=1808 CPUtime=13.79 cores=1,3,5,7
/proc/13696/task/13751/stat : 13751 (java) S 13693 13696 5271 0 -1 1077944384 23758 13154 0 0 1291 80 5 3 20 0 15 0 407228968 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201893690384 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13752] ppid=13693 vsize=10844916 memory=920 CPUtime=13.81 cores=1,3,5,7
/proc/13696/task/13752/stat : 13752 (java) S 13693 13696 5271 0 -1 1077944384 23568 13154 0 0 1292 81 5 3 20 0 15 0 407228968 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201538853776 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13753] ppid=13693 vsize=10844916 memory=3848 CPUtime=13.84 cores=1,3,5,7
/proc/13696/task/13753/stat : 13753 (java) S 13693 13696 5271 0 -1 1077944384 21061 13154 0 0 1295 81 5 3 20 0 15 0 407228968 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201537800976 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13754] ppid=13693 vsize=10844916 memory=2716 CPUtime=11.88 cores=1,3,5,7
/proc/13696/task/13754/stat : 13754 (java) S 13693 13696 5271 0 -1 1077944384 12274 13154 0 0 1068 112 5 3 20 0 15 0 407228969 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201492851056 140201966299778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13755] ppid=13693 vsize=10844916 memory=4108 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13755/stat : 13755 (java) S 13693 13696 5271 0 -1 1077944384 30 13154 0 0 0 0 5 3 20 0 15 0 407228970 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201147724896 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13756] ppid=13693 vsize=10844916 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13756/stat : 13756 (java) S 13693 13696 5271 0 -1 1077944384 14 13154 0 0 0 0 5 3 20 0 15 0 407228970 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201020089216 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13757] ppid=13693 vsize=10844916 memory=3120 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13757/stat : 13757 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11105193984 108005 33554432000 4194304 4196468 140721771528096 140200511362896 140201966307227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13758] ppid=13693 vsize=10844916 memory=434588 CPUtime=3.67 cores=1,3,5,7
/proc/13696/task/13758/stat : 13758 (java) S 13693 13696 5271 0 -1 1077944384 43851 13154 0 0 352 7 5 3 20 0 15 0 407228973 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201491798896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13759] ppid=13693 vsize=10844916 memory=1160 CPUtime=3.47 cores=1,3,5,7
/proc/13696/task/13759/stat : 13759 (java) S 13693 13696 5271 0 -1 1077944384 38863 13154 0 0 331 8 5 3 20 0 15 0 407228973 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201422744304 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13760] ppid=13693 vsize=10844916 memory=8317482817917895235 CPUtime=3.62 cores=1,3,5,7
/proc/13696/task/13760/stat : 13760 (java) S 13693 13696 5271 0 -1 1077944384 45967 13154 0 0 345 9 5 3 20 0 15 0 407228973 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201421691504 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13761] ppid=13693 vsize=10844916 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/13696/task/13761/stat : 13761 (java) S 13693 13696 5271 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 407228973 11105193984 108005 33554432000 4194304 4196468 140721771528096 140200477805280 140201966298837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
[pid=13696/tid=13762] ppid=13693 vsize=10844916 memory=21164 CPUtime=1.65 cores=1,3,5,7
/proc/13696/task/13762/stat : 13762 (java) S 13693 13696 5271 0 -1 1077944384 1501 13154 0 0 68 89 5 3 20 0 15 0 407228973 11105193984 108005 33554432000 4194304 4196468 140721771528096 140201420638896 140201966299778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16093184 140721771535094 140721771537605 140721771537605 140721771540431 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 432020 KiB

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

[startup+2469.03 s]
# the end of solver process 13696 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.42 s, system=5.68937 s

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

Child status: 143
Real time (s): 2469.03
CPU time (s): 2520.11
CPU user time (s): 2514.42
CPU system time (s): 5.68937
CPU usage (%): 102.069
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 946980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.42
system time used= 5.68938
maximum resident set size= 946980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314417
involuntary context switches= 6487


# summary of solver processes directly reported to runsolver:
#   pid: 13696
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.42
#   total CPU system time (s): 5.68937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9583 second user time and 24.0222 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 18:33:31
IDJOB=4387539
IDBENCH=141690
IDSOLVER=2823
FILE ID=node105/4387539-1568309705
RUNJOBID= node105-1568282271-6098
PBS_JOBID= 21701089
Free space on /tmp= 54268 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/hcp/graph254.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387539-1568309705/watcher-4387539-1568309705 -o /tmp/evaluation-result-4387539-1568309705/solver-4387539-1568309705 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=459491832 HOME/instance-4387539-1568309705.xml

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

MD5SUM BENCH= 68b62eb0ee4f1f32ebe5ed32147b7b19
RANDOM SEED=459491832

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28609552 kB
MemAvailable:   28880924 kB
Buffers:          110476 kB
Cached:           449892 kB
SwapCached:        69052 kB
Active:          3320572 kB
Inactive:         282112 kB
Active(anon):    2985200 kB
Inactive(anon):    88656 kB
Active(file):     335372 kB
Inactive(file):   193456 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934504 kB
Dirty:             35380 kB
Writeback:             0 kB
AnonPages:       3100296 kB
Mapped:            47460 kB
Shmem:             22660 kB
Slab:             145028 kB
SReclaimable:     116760 kB
SUnreclaim:        28268 kB
KernelStack:        4000 kB
PageTables:        11628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3834204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2893824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 54336 MiB
End job on node105 at 2019-09-12 19:14:40