Trace number 4387365

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.07 2449.05

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K100.xml
MD5SUM26b9bfa7097c81a56529190245724c1c
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 benchmark49.6884
Satisfiable
(Un)Satisfiability was proved
Number of variables6800
Number of constraints7002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6800}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":177},{"degree":5,"count":1204},{"degree":6,"count":2663},{"degree":7,"count":1672},{"degree":8,"count":689},{"degree":9,"count":198},{"degree":10,"count":196}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1287},{"arity":3,"count":2673},{"arity":4,"count":1782},{"arity":5,"count":594},{"arity":6,"count":198},{"arity":7,"count":198},{"arity":68,"count":200},{"arity":100,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7002}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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

solver pid=10883, runsolver pid=10880

[startup+0.100159 s]*
/proc/loadavg: 1.44 1.42 1.41 3/217 10940
/proc/meminfo: memFree=30452156/32770624 swapFree=66920392/67108860
[pid=10883] ppid=10880 vsize=9972712 memory=18600 CPUtime=0.09 cores=0,2,4,6
/proc/10883/stat : 10883 (java) S 10880 10883 5621 0 -1 1077944320 4414 12997 0 0 1 1 5 2 20 0 6 0 406357522 10212057088 4650 33554432000 4194304 4196468 140724656949504 140724656932048 140492688531191 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
/proc/10883/statm: 2493178 4650 1933 1 0 2481616 0
[pid=10883/tid=10936] ppid=10880 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 2205 12997 0 0 0 0 5 2 20 0 6 0 406357531 10212057088 4650 33554432000 4194304 4196468 140724656949504 140492660367952 140492688553117 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 6 0 406357532 10212057088 4650 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=9972712 memory=288370825374848640 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 6 0 406357532 10212057088 4650 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 6 0 406357532 10212057088 4650 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 2 12997 0 0 0 0 5 2 20 0 6 0 406357532 10212057088 4650 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.210279 s]*
/proc/loadavg: 1.44 1.42 1.41 3/226 10949
/proc/meminfo: memFree=30432436/32770624 swapFree=66920392/67108860
[pid=10883] ppid=10880 vsize=10818940 memory=38304 CPUtime=0.25 cores=0,2,4,6
/proc/10883/stat : 10883 (java) S 10880 10883 5621 0 -1 1077944320 6918 12997 0 0 17 1 5 2 20 0 15 0 406357522 11078594560 9576 33554432000 4194304 4196468 140724656949504 140724656932048 140492688531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
/proc/10883/statm: 2704735 9576 2981 1 0 2667149 0
[pid=10883/tid=10936] ppid=10880 vsize=10818940 memory=729618466009055537 CPUtime=0.18 cores=0,2,4,6
/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 3397 12997 0 0 11 0 5 2 20 0 15 0 406357531 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492660363392 140492671718000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=10818940 memory=288370825374848640 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 2 12997 0 0 0 0 5 2 20 0 15 0 406357532 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10941] ppid=10880 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10941/stat : 10941 (java) S 10880 10883 5621 0 -1 1077944384 2 12997 0 0 0 0 5 2 20 0 15 0 406357533 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492215097328 140492688542338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10942] ppid=10880 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10942/stat : 10942 (java) S 10880 10883 5621 0 -1 1077944384 13 12997 0 0 0 0 5 2 20 0 15 0 406357534 11078594560 9576 33554432000 4194304 4196468 140724656949504 140491668579232 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10943] ppid=10880 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10943/stat : 10943 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357534 11078594560 9576 33554432000 4194304 4196468 140724656949504 140491467252720 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10944] ppid=10880 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10944/stat : 10944 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357536 11078594560 9576 33554432000 4194304 4196468 140724656949504 140491226962128 140492688549787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10945] ppid=10880 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10883/task/10945/stat : 10945 (java) S 10880 10883 5621 0 -1 1077944384 350 12997 0 0 1 0 5 2 20 0 15 0 406357536 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492214045168 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10946] ppid=10880 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10883/task/10946/stat : 10946 (java) S 10880 10883 5621 0 -1 1077944384 285 12997 0 0 1 0 5 2 20 0 15 0 406357536 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492212992624 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10947] ppid=10880 vsize=10818940 memory=140449223136896 CPUtime=0.1 cores=0,2,4,6
/proc/10883/task/10947/stat : 10947 (java) S 10880 10883 5621 0 -1 1077944384 648 12997 0 0 3 0 5 2 20 0 15 0 406357536 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492211940080 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10948] ppid=10880 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10948/stat : 10948 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357537 11078594560 9576 33554432000 4194304 4196468 140724656949504 140491193404512 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10949] ppid=10880 vsize=10818940 memory=140449223136896 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10949/stat : 10949 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357537 11078594560 9576 33554432000 4194304 4196468 140724656949504 140492210886960 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38304 KiB

[startup+0.311533 s]*
/proc/loadavg: 1.44 1.42 1.41 3/226 10949
/proc/meminfo: memFree=30421748/32770624 swapFree=66920392/67108860
[pid=10883] ppid=10880 vsize=10820096 memory=48076 CPUtime=0.39 cores=0,2,4,6
/proc/10883/stat : 10883 (java) S 10880 10883 5621 0 -1 1077944320 10559 12997 0 0 29 3 5 2 20 0 15 0 406357522 11079778304 12019 33554432000 4194304 4196468 140724656949504 140724656932048 140492688531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
/proc/10883/statm: 2705024 12019 3290 1 0 2667149 0
[pid=10883/tid=10936] ppid=10880 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 7015 12997 0 0 19 2 5 2 20 0 15 0 406357531 11079778304 12019 33554432000 4194304 4196468 140724656949504 140492660349600 140492290636948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11079778304 12019 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11079778304 12019 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11079778304 12019 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 2 12997 0 0 0 0 5 2 20 0 15 0 406357532 11079778304 12019 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10941] ppid=10880 vsize=10820096 memory=140449223136895 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10941/stat : 10941 (java) S 10880 10883 5621 0 -1 1077944384 2 12997 0 0 0 0 5 2 20 0 15 0 406357533 11079778304 12019 33554432000 4194304 4196468 140724656949504 140492215097328 140492688542338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10942] ppid=10880 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10942/stat : 10942 (java) S 10880 10883 5621 0 -1 1077944384 13 12997 0 0 0 0 5 2 20 0 15 0 406357534 11079778304 12019 33554432000 4194304 4196468 140724656949504 140491668579232 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10943] ppid=10880 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10943/stat : 10943 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357534 11079778304 12019 33554432000 4194304 4196468 140724656949504 140491467252720 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10944] ppid=10880 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10944/stat : 10944 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357536 11079778304 12019 33554432000 4194304 4196468 140724656949504 140491226962128 140492688549787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10945] ppid=10880 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10883/task/10945/stat : 10945 (java) S 10880 10883 5621 0 -1 1077944384 351 12997 0 0 1 0 5 2 20 0 15 0 406357536 11079778304 12531 33554432000 4194304 4196468 140724656949504 140492214045168 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10946] ppid=10880 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10883/task/10946/stat : 10946 (java) S 10880 10883 5621 0 -1 1077944384 286 12997 0 0 1 0 5 2 20 0 15 0 406357536 11079778304 12531 33554432000 4194304 4196468 140724656949504 140492212992624 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10947] ppid=10880 vsize=10820096 memory=140449223136896 CPUtime=0.12 cores=0,2,4,6
/proc/10883/task/10947/stat : 10947 (java) S 10880 10883 5621 0 -1 1077944384 669 12997 0 0 5 0 5 2 20 0 15 0 406357536 11079778304 12531 33554432000 4194304 4196468 140724656949504 140492211940080 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10948] ppid=10880 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10948/stat : 10948 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357537 11079778304 12531 33554432000 4194304 4196468 140724656949504 140491193404512 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10949] ppid=10880 vsize=10820096 memory=140449223136896 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10949/stat : 10949 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357537 11079778304 12531 33554432000 4194304 4196468 140724656949504 140492210886960 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48076 KiB

[startup+0.700705 s]
/proc/loadavg: 1.44 1.42 1.41 7/226 10949
/proc/meminfo: memFree=30409056/32770624 swapFree=66920392/67108860
[pid=10883] ppid=10880 vsize=10824340 memory=81328 CPUtime=1.12 cores=0,2,4,6
/proc/10883/stat : 10883 (java) S 10880 10883 5621 0 -1 1077944320 14774 12997 0 0 100 5 5 2 20 0 15 0 406357522 11084124160 20332 33554432000 4194304 4196468 140724656949504 140724656932048 140492688531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
/proc/10883/statm: 2706085 20332 3497 1 0 2668173 0
[pid=10883/tid=10936] ppid=10880 vsize=10824340 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 10410 12997 0 0 55 4 5 2 20 0 15 0 406357531 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492660354096 140492688553117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=10824340 memory=1284 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=10824340 memory=1044 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357532 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 2 12997 0 0 0 0 5 2 20 0 15 0 406357532 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10941] ppid=10880 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10941/stat : 10941 (java) S 10880 10883 5621 0 -1 1077944384 6 12997 0 0 0 0 5 2 20 0 15 0 406357533 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492215097328 140492688542338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10942] ppid=10880 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10942/stat : 10942 (java) S 10880 10883 5621 0 -1 1077944384 13 12997 0 0 0 0 5 2 20 0 15 0 406357534 11084124160 20332 33554432000 4194304 4196468 140724656949504 140491668579232 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10943] ppid=10880 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10943/stat : 10943 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357534 11084124160 20332 33554432000 4194304 4196468 140724656949504 140491467252720 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10944] ppid=10880 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10944/stat : 10944 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357536 11084124160 20332 33554432000 4194304 4196468 140724656949504 140491226962128 140492688549787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10945] ppid=10880 vsize=10824340 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/10883/task/10945/stat : 10945 (java) S 10880 10883 5621 0 -1 1077944384 604 12997 0 0 12 0 5 2 20 0 15 0 406357536 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492214045168 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10946] ppid=10880 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/10883/task/10946/stat : 10946 (java) S 10880 10883 5621 0 -1 1077944384 645 12997 0 0 14 0 5 2 20 0 15 0 406357536 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492212992624 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10947] ppid=10880 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/10883/task/10947/stat : 10947 (java) S 10880 10883 5621 0 -1 1077944384 873 12997 0 0 17 0 5 2 20 0 15 0 406357536 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492211940080 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10948] ppid=10880 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10948/stat : 10948 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357537 11084124160 20332 33554432000 4194304 4196468 140724656949504 140491193404512 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10949] ppid=10880 vsize=10824340 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10949/stat : 10949 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357537 11084124160 20332 33554432000 4194304 4196468 140724656949504 140492210886960 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81328 KiB

[startup+1.50079 s]
/proc/loadavg: 1.44 1.42 1.41 6/226 10949
/proc/meminfo: memFree=30343164/32770624 swapFree=66920392/67108860
[pid=10883] ppid=10880 vsize=10830560 memory=222604 CPUtime=3.42 cores=0,2,4,6
/proc/10883/stat : 10883 (java) S 10880 10883 5621 0 -1 1077944320 24429 12997 0 0 325 10 5 2 20 0 15 0 406357522 11090493440 55651 33554432000 4194304 4196468 140724656949504 140724656932048 140492688531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
/proc/10883/statm: 2707640 55651 3569 1 0 2669709 0
[pid=10883/tid=10936] ppid=10880 vsize=10830560 memory=140449121571416 CPUtime=1.43 cores=0,2,4,6
/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 13910 12997 0 0 130 6 5 2 20 0 15 0 406357531 11090493440 55651 33554432000 4194304 4196468 140724656949504 140492660343040 140492674729191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=10830560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 31 12997 0 0 0 0 5 2 20 0 15 0 406357532 11090493440 55651 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=10830560 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 10 12997 0 0 0 0 5 2 20 0 15 0 406357532 11090493440 55651 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=10830560 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 15 12997 0 0 0 0 5 2 20 0 15 0 406357532 11090493440 55651 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=10830560 memory=280898243549600 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 219 12997 0 0 0 0 5 2 20 0 15 0 406357532 11090493440 55651 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10941] ppid=10880 vsize=10830560 memory=187174674781500 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10941/stat : 10941 (java) S 10880 10883 5621 0 -1 1077944384 100 12997 0 0 0 0 5 2 20 0 15 0 406357533 11090493440 55651 33554432000 4194304 4196468 140724656949504 140492215097328 140492688542338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10942] ppid=10880 vsize=10830560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10942/stat : 10942 (java) S 10880 10883 5621 0 -1 1077944384 15 12997 0 0 0 0 5 2 20 0 15 0 406357534 11090493440 55651 33554432000 4194304 4196468 140724656949504 140491668579232 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10943] ppid=10880 vsize=10830560 memory=6011696128795243312 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10943/stat : 10943 (java) S 10880 10883 5621 0 -1 1077944384 2 12997 0 0 0 0 5 2 20 0 15 0 406357534 11090493440 55651 33554432000 4194304 4196468 140724656949504 140491467252720 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10944] ppid=10880 vsize=10830560 memory=-8412658770403813517 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10944/stat : 10944 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357536 11090493440 55651 33554432000 4194304 4196468 140724656949504 140491226962128 140492688549787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10945] ppid=10880 vsize=10830560 memory=-7668917182949848256 CPUtime=0.78 cores=0,2,4,6
/proc/10883/task/10945/stat : 10945 (java) S 10880 10883 5621 0 -1 1077944384 2836 12997 0 0 71 0 5 2 20 0 15 0 406357536 11090493440 55651 33554432000 4194304 4196468 140724656949504 140492214045168 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10946] ppid=10880 vsize=10830560 memory=8514726395714956677 CPUtime=0.84 cores=0,2,4,6
/proc/10883/task/10946/stat : 10946 (java) S 10880 10883 5621 0 -1 1077944384 3110 12997 0 0 76 1 5 2 20 0 15 0 406357536 11090493440 55651 33554432000 4194304 4196468 140724656949504 140492212992624 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10947] ppid=10880 vsize=10830560 memory=-8995268955501401461 CPUtime=0.48 cores=0,2,4,6
/proc/10883/task/10947/stat : 10947 (java) S 10880 10883 5621 0 -1 1077944384 1964 12997 0 0 41 0 5 2 20 0 15 0 406357536 11090493440 55701 33554432000 4194304 4196468 140724656949504 140492211940080 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10948] ppid=10880 vsize=10830560 memory=4283920778551074714 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10948/stat : 10948 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357537 11090493440 55701 33554432000 4194304 4196468 140724656949504 140491193404512 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10949] ppid=10880 vsize=10830560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10949/stat : 10949 (java) S 10880 10883 5621 0 -1 1077944384 1 12997 0 0 0 0 5 2 20 0 15 0 406357537 11090493440 55701 33554432000 4194304 4196468 140724656949504 140492210886960 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 3.42 s
Current children cumulated vsize: 10830560 KiB

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

/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 93059 12997 0 0 229889 73 5 2 20 0 15 0 406357531 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492660366944 140492308830808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=10846964 memory=1627608 CPUtime=12.42 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 28267 12997 0 0 1190 45 5 2 20 0 15 0 406357532 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=10846964 memory=1627608 CPUtime=12.45 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 23159 12997 0 0 1194 44 5 2 20 0 15 0 406357532 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=10846964 memory=1626580 CPUtime=12.43 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 27958 12997 0 0 1190 46 5 2 20 0 15 0 406357532 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=10846964 memory=1627092 CPUtime=12.44 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 28651 12997 0 0 1193 44 5 2 20 0 15 0 406357532 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10941] ppid=10880 vsize=10846964 memory=1626068 CPUtime=7.78 cores=0,2,4,6
/proc/10883/task/10941/stat : 10941 (java) S 10880 10883 5621 0 -1 1077944384 26974 12997 0 0 708 63 5 2 20 0 15 0 406357533 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492215097328 140492688542338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10942] ppid=10880 vsize=10846964 memory=1627608 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10942/stat : 10942 (java) S 10880 10883 5621 0 -1 1077944384 17 12997 0 0 0 0 5 2 20 0 15 0 406357534 11107291136 406389 33554432000 4194304 4196468 140724656949504 140491668579296 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10943] ppid=10880 vsize=10846964 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10943/stat : 10943 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357534 11107291136 406389 33554432000 4194304 4196468 140724656949504 140491467252736 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10944] ppid=10880 vsize=10846964 memory=2016 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10944/stat : 10944 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357536 11107291136 406389 33554432000 4194304 4196468 140724656949504 140491226962128 140492688549787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10945] ppid=10880 vsize=10846964 memory=1284 CPUtime=13.5 cores=0,2,4,6
/proc/10883/task/10945/stat : 10945 (java) S 10880 10883 5621 0 -1 1077944384 24568 12997 0 0 1336 7 5 2 20 0 15 0 406357536 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492214045168 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10946] ppid=10880 vsize=10846964 memory=1627608 CPUtime=13.54 cores=0,2,4,6
/proc/10883/task/10946/stat : 10946 (java) S 10880 10883 5621 0 -1 1077944384 24915 12997 0 0 1336 11 5 2 20 0 15 0 406357536 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492212992624 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10947] ppid=10880 vsize=10846964 memory=1627608 CPUtime=5.77 cores=0,2,4,6
/proc/10883/task/10947/stat : 10947 (java) S 10880 10883 5621 0 -1 1077944384 20543 12997 0 0 561 9 5 2 20 0 15 0 406357536 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492211940080 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10948] ppid=10880 vsize=10846964 memory=303430223234596890 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10948/stat : 10948 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357537 11107291136 406389 33554432000 4194304 4196468 140724656949504 140491193404512 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10949] ppid=10880 vsize=10846964 memory=288230596050944315 CPUtime=1.45 cores=0,2,4,6
/proc/10883/task/10949/stat : 10949 (java) S 10880 10883 5621 0 -1 1077944384 1538 12997 0 0 72 66 5 2 20 0 15 0 406357537 11107291136 406389 33554432000 4194304 4196468 140724656949504 140492210886960 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 2390.94 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1625556 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.44 1.40 3/226 11429
/proc/meminfo: memFree=29009076/32770624 swapFree=66920432/67108860
[pid=10883] ppid=10880 vsize=10846964 memory=1577840 CPUtime=2452.05 cores=0,2,4,6
/proc/10883/stat : 10883 (java) S 10880 10883 5621 0 -1 1077944320 303640 12997 0 0 244825 373 5 2 20 0 15 0 406357522 11107291136 394460 33554432000 4194304 4196468 140724656949504 140724656932048 140492688531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
/proc/10883/statm: 2711741 394460 3635 1 0 2673805 0
[pid=10883/tid=10936] ppid=10880 vsize=10846964 memory=1577332 CPUtime=2359 cores=0,2,4,6
/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 93821 12997 0 0 235819 74 5 2 20 0 15 0 406357531 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492660366448 140492670938205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=10846964 memory=1578868 CPUtime=12.8 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 28354 12997 0 0 1226 47 5 2 20 0 15 0 406357532 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=10846964 memory=3580 CPUtime=12.82 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 23542 12997 0 0 1231 44 5 2 20 0 15 0 406357532 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=10846964 memory=1578356 CPUtime=12.81 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 28097 12997 0 0 1227 47 5 2 20 0 15 0 406357532 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=10846964 memory=1595800 CPUtime=12.82 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 28810 12997 0 0 1230 45 5 2 20 0 15 0 406357532 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10941] ppid=10880 vsize=10846964 memory=1601444 CPUtime=8.02 cores=0,2,4,6
/proc/10883/task/10941/stat : 10941 (java) S 10880 10883 5621 0 -1 1077944384 27194 12997 0 0 731 64 5 2 20 0 15 0 406357533 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492215097328 140492688542338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10942] ppid=10880 vsize=10846964 memory=1594776 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10942/stat : 10942 (java) S 10880 10883 5621 0 -1 1077944384 17 12997 0 0 0 0 5 2 20 0 15 0 406357534 11107291136 394460 33554432000 4194304 4196468 140724656949504 140491668579296 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10943] ppid=10880 vsize=10846964 memory=2552 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10943/stat : 10943 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357534 11107291136 394460 33554432000 4194304 4196468 140724656949504 140491467252736 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10944] ppid=10880 vsize=10846964 memory=1591184 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10944/stat : 10944 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357536 11107291136 394460 33554432000 4194304 4196468 140724656949504 140491226962128 140492688549787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10945] ppid=10880 vsize=10846964 memory=1595288 CPUtime=13.5 cores=0,2,4,6
/proc/10883/task/10945/stat : 10945 (java) S 10880 10883 5621 0 -1 1077944384 24570 12997 0 0 1336 7 5 2 20 0 15 0 406357536 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492214045168 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10946] ppid=10880 vsize=10846964 memory=1680 CPUtime=13.54 cores=0,2,4,6
/proc/10883/task/10946/stat : 10946 (java) S 10880 10883 5621 0 -1 1077944384 24917 12997 0 0 1336 11 5 2 20 0 15 0 406357536 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492212992624 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10947] ppid=10880 vsize=10846964 memory=1444 CPUtime=5.78 cores=0,2,4,6
/proc/10883/task/10947/stat : 10947 (java) S 10880 10883 5621 0 -1 1077944384 20545 12997 0 0 562 9 5 2 20 0 15 0 406357536 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492211940080 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10948] ppid=10880 vsize=10846964 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10948/stat : 10948 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357537 11107291136 394460 33554432000 4194304 4196468 140724656949504 140491193404512 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10949] ppid=10880 vsize=10846964 memory=2016 CPUtime=1.48 cores=0,2,4,6
/proc/10883/task/10949/stat : 10949 (java) S 10880 10883 5621 0 -1 1077944384 1554 12997 0 0 73 68 5 2 20 0 15 0 406357537 11107291136 394460 33554432000 4194304 4196468 140724656949504 140492210886960 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 2452.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1577840 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.38 1.38 3/226 11433
/proc/meminfo: memFree=29089228/32770624 swapFree=66920432/67108860
[pid=10883] ppid=10880 vsize=10846964 memory=1511664 CPUtime=2513.16 cores=0,2,4,6
/proc/10883/stat : 10883 (java) S 10880 10883 5621 0 -1 1077944320 306102 12997 0 0 250928 381 5 2 20 0 15 0 406357522 11107291136 377916 33554432000 4194304 4196468 140724656949504 140724656932048 140492688531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
/proc/10883/statm: 2711741 377916 3635 1 0 2673805 0
[pid=10883/tid=10936] ppid=10880 vsize=10846964 memory=1511664 CPUtime=2418.32 cores=0,2,4,6
/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 94759 12997 0 0 241751 74 5 2 20 0 15 0 406357531 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492660366912 140492670180256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=10846964 memory=1511664 CPUtime=13.18 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 28735 12997 0 0 1262 49 5 2 20 0 15 0 406357532 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=10846964 memory=1526540 CPUtime=13.2 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 23597 12997 0 0 1267 46 5 2 20 0 15 0 406357532 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=10846964 memory=1519360 CPUtime=13.19 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 28498 12997 0 0 1264 48 5 2 20 0 15 0 406357532 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=10846964 memory=1515256 CPUtime=13.2 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 29045 12997 0 0 1267 46 5 2 20 0 15 0 406357532 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10941] ppid=10880 vsize=10846964 memory=1518332 CPUtime=8.26 cores=0,2,4,6
/proc/10883/task/10941/stat : 10941 (java) S 10880 10883 5621 0 -1 1077944384 27606 12997 0 0 753 66 5 2 20 0 15 0 406357533 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492215097328 140492688542338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10942] ppid=10880 vsize=10846964 memory=1511664 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10942/stat : 10942 (java) S 10880 10883 5621 0 -1 1077944384 17 12997 0 0 0 0 5 2 20 0 15 0 406357534 11107291136 377916 33554432000 4194304 4196468 140724656949504 140491668579296 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10943] ppid=10880 vsize=10846964 memory=1511664 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10943/stat : 10943 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357534 11107291136 377916 33554432000 4194304 4196468 140724656949504 140491467252736 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10944] ppid=10880 vsize=10846964 memory=1532184 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10944/stat : 10944 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357536 11107291136 377916 33554432000 4194304 4196468 140724656949504 140491226962128 140492688549787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10945] ppid=10880 vsize=10846964 memory=1408 CPUtime=13.5 cores=0,2,4,6
/proc/10883/task/10945/stat : 10945 (java) S 10880 10883 5621 0 -1 1077944384 24574 12997 0 0 1336 7 5 2 20 0 15 0 406357536 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492214045168 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10946] ppid=10880 vsize=10846964 memory=1514228 CPUtime=13.54 cores=0,2,4,6
/proc/10883/task/10946/stat : 10946 (java) S 10880 10883 5621 0 -1 1077944384 24921 12997 0 0 1336 11 5 2 20 0 15 0 406357536 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492212992624 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10947] ppid=10880 vsize=10846964 memory=3580 CPUtime=5.78 cores=0,2,4,6
/proc/10883/task/10947/stat : 10947 (java) S 10880 10883 5621 0 -1 1077944384 20549 12997 0 0 562 9 5 2 20 0 15 0 406357536 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492211940080 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10948] ppid=10880 vsize=10846964 memory=1552 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10948/stat : 10948 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357537 11107291136 377916 33554432000 4194304 4196468 140724656949504 140491193404512 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10949] ppid=10880 vsize=10846964 memory=7956 CPUtime=1.52 cores=0,2,4,6
/proc/10883/task/10949/stat : 10949 (java) S 10880 10883 5621 0 -1 1077944384 1582 12997 0 0 75 70 5 2 20 0 15 0 406357537 11107291136 377916 33554432000 4194304 4196468 140724656949504 140492210886960 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 2513.16 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1511664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449 s]*
/proc/loadavg: 1.22 1.36 1.38 3/226 11433
/proc/meminfo: memFree=29098168/32770624 swapFree=66920432/67108860
[pid=10883] ppid=10880 vsize=10846964 memory=1502432 CPUtime=2520 cores=0,2,4,6
/proc/10883/stat : 10883 (java) S 10880 10883 5621 0 -1 1077944320 306446 12997 0 0 251611 382 5 2 20 0 15 0 406357522 11107291136 375608 33554432000 4194304 4196468 140724656949504 140724656932048 140492688531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
/proc/10883/statm: 2711741 375608 3635 1 0 2673805 0
[pid=10883/tid=10936] ppid=10880 vsize=10846964 memory=8317482817917895235 CPUtime=2424.95 cores=0,2,4,6
/proc/10883/task/10936/stat : 10936 (java) R 10880 10883 5621 0 -1 4202560 94899 12997 0 0 242414 74 5 2 20 0 15 0 406357531 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492660366336 140492671053256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10937] ppid=10880 vsize=10846964 memory=776 CPUtime=13.22 cores=0,2,4,6
/proc/10883/task/10937/stat : 10937 (java) S 10880 10883 5621 0 -1 1077944384 28774 12997 0 0 1266 49 5 2 20 0 15 0 406357532 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492692773648 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10938] ppid=10880 vsize=10846964 memory=1552 CPUtime=13.24 cores=0,2,4,6
/proc/10883/task/10938/stat : 10938 (java) S 10880 10883 5621 0 -1 1077944384 23601 12997 0 0 1271 46 5 2 20 0 15 0 406357532 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492611525520 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10939] ppid=10880 vsize=10846964 memory=7956 CPUtime=13.23 cores=0,2,4,6
/proc/10883/task/10939/stat : 10939 (java) S 10880 10883 5621 0 -1 1077944384 28502 12997 0 0 1268 48 5 2 20 0 15 0 406357532 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492610472976 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10940] ppid=10880 vsize=10846964 memory=3444 CPUtime=13.24 cores=0,2,4,6
/proc/10883/task/10940/stat : 10940 (java) S 10880 10883 5621 0 -1 1077944384 29181 12997 0 0 1271 46 5 2 20 0 15 0 406357532 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492609420432 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10941] ppid=10880 vsize=10846964 memory=1556 CPUtime=8.29 cores=0,2,4,6
/proc/10883/task/10941/stat : 10941 (java) S 10880 10883 5621 0 -1 1077944384 27627 12997 0 0 756 66 5 2 20 0 15 0 406357533 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492215097328 140492688542338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10942] ppid=10880 vsize=10846964 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10942/stat : 10942 (java) S 10880 10883 5621 0 -1 1077944384 17 12997 0 0 0 0 5 2 20 0 15 0 406357534 11107291136 375608 33554432000 4194304 4196468 140724656949504 140491668579296 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10943] ppid=10880 vsize=10846964 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10943/stat : 10943 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357534 11107291136 375608 33554432000 4194304 4196468 140724656949504 140491467252736 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10944] ppid=10880 vsize=10846964 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10944/stat : 10944 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357536 11107291136 375608 33554432000 4194304 4196468 140724656949504 140491226962128 140492688549787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10945] ppid=10880 vsize=10846964 memory=4988 CPUtime=13.5 cores=0,2,4,6
/proc/10883/task/10945/stat : 10945 (java) S 10880 10883 5621 0 -1 1077944384 24574 12997 0 0 1336 7 5 2 20 0 15 0 406357536 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492214045168 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10946] ppid=10880 vsize=10846964 memory=2120 CPUtime=13.54 cores=0,2,4,6
/proc/10883/task/10946/stat : 10946 (java) S 10880 10883 5621 0 -1 1077944384 24921 12997 0 0 1336 11 5 2 20 0 15 0 406357536 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492212992624 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10947] ppid=10880 vsize=10846964 memory=12020 CPUtime=5.78 cores=0,2,4,6
/proc/10883/task/10947/stat : 10947 (java) S 10880 10883 5621 0 -1 1077944384 20549 12997 0 0 562 9 5 2 20 0 15 0 406357536 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492211940080 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10948] ppid=10880 vsize=10846964 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/10883/task/10948/stat : 10948 (java) S 10880 10883 5621 0 -1 1077944384 3 12997 0 0 0 0 5 2 20 0 15 0 406357537 11107291136 375608 33554432000 4194304 4196468 140724656949504 140491193404512 140492688541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
[pid=10883/tid=10949] ppid=10880 vsize=10846964 memory=16376 CPUtime=1.52 cores=0,2,4,6
/proc/10883/task/10949/stat : 10949 (java) S 10880 10883 5621 0 -1 1077944384 1582 12997 0 0 75 70 5 2 20 0 15 0 406357537 11107291136 375608 33554432000 4194304 4196468 140724656949504 140492210886960 140492688542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12308480 140724656958198 140724656960709 140724656960709 140724656963535 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1502432 KiB

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

[startup+2449.05 s]
# the end of solver process 10883 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.2 s, system=3.87 s

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

Child status: 143
Real time (s): 2449.05
CPU time (s): 2520.07
CPU user time (s): 2516.2
CPU system time (s): 3.87
CPU usage (%): 102.9
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2861500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 3.87
maximum resident set size= 2861500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 244080
involuntary context switches= 7196


# summary of solver processes directly reported to runsolver:
#   pid: 10883
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.2
#   total CPU system time (s): 3.87

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7994 second user time and 24.0797 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 16:08:18
IDJOB=4387365
IDBENCH=135033
IDSOLVER=2823
FILE ID=node107/4387365-1568301014
RUNJOBID= node107-1568282247-6563
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K100.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387365-1568301014/watcher-4387365-1568301014 -o /tmp/evaluation-result-4387365-1568301014/solver-4387365-1568301014 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6563 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=952230558 HOME/instance-4387365-1568301014.xml

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

MD5SUM BENCH= 26b9bfa7097c81a56529190245724c1c
RANDOM SEED=952230558

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30459244 kB
MemAvailable:   30763444 kB
Buffers:           99180 kB
Cached:           472944 kB
SwapCached:        80496 kB
Active:          1446748 kB
Inactive:         278264 kB
Active(anon):    1080860 kB
Inactive(anon):   100732 kB
Active(file):     365888 kB
Inactive(file):   177532 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920392 kB
Dirty:             35012 kB
Writeback:             0 kB
AnonPages:       1268112 kB
Mapped:            44620 kB
Shmem:             20144 kB
Slab:             181912 kB
SReclaimable:     153232 kB
SUnreclaim:        28680 kB
KernelStack:        3968 kB
PageTables:         7644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2319320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1177600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55636 MiB
End job on node107 at 2019-09-12 16:49:08