Trace number 4387561

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.1 2470.14

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-17-042.xml
MD5SUM30a2df13e8a589268a4af4fb67fb8cf0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.93882
Satisfiable
(Un)Satisfiability was proved
Number of variables34
Number of constraints136
Number of domains17
Minimum domain size26
Maximum domain size42
Distribution of domain sizes[{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2}]
Minimum variable degree16
Maximum variable degree16
Distribution of variable degrees[{"degree":16,"count":34}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":136}]
Number of extensional constraints0
Number of intensional constraints136
Distribution of constraint types[{"type":"intension","count":136}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387561-1568341090/watcher-4387561-1568341090 -o /tmp/evaluation-result-4387561-1568341090/solver-4387561-1568341090 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568335153-15451 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1920575539 HOME/instance-4387561-1568341090.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=16801, runsolver pid=16798


[startup+0.100092 s]*
/proc/loadavg: 1.41 1.47 1.46 3/219 16858
/proc/meminfo: memFree=30315568/32770624 swapFree=66999948/67108860
[pid=16801] ppid=16798 vsize=9972712 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/16801/stat : 16801 (java) S 16798 16801 15420 0 -1 1077944320 4442 13128 0 0 1 1 5 3 20 0 6 0 410023055 10212057088 4204 33554432000 4194304 4196468 140727666567200 140727666549744 140328216948471 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
/proc/16801/statm: 2493178 4204 1935 1 0 2481616 0
[pid=16801/tid=16854] ppid=16798 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 2244 13128 0 0 0 0 5 3 20 0 6 0 410023064 10212057088 4204 33554432000 4194304 4196468 140727666567200 140328188785232 140328201028988 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 6 0 410023065 10212057088 4204 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=9972712 memory=140022123894400 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 6 0 410023065 10212057088 4204 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 6 0 410023065 10212057088 4204 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 6 0 410023065 10212057088 4204 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210029 s]*
/proc/loadavg: 1.41 1.47 1.46 4/228 16867
/proc/meminfo: memFree=30292980/32770624 swapFree=66999948/67108860
[pid=16801] ppid=16798 vsize=10818940 memory=40708 CPUtime=0.26 cores=0,2,4,6
/proc/16801/stat : 16801 (java) S 16798 16801 15420 0 -1 1077944320 7092 13128 0 0 16 2 5 3 20 0 15 0 410023055 11078594560 10177 33554432000 4194304 4196468 140727666567200 140727666549744 140328216948471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
/proc/16801/statm: 2704735 10177 2939 1 0 2667149 0
[pid=16801/tid=16854] ppid=16798 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=0,2,4,6
/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 3570 13128 0 0 11 1 5 3 20 0 15 0 410023064 11078594560 10177 33554432000 4194304 4196468 140727666567200 140328188745296 140328216960406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023065 11078594560 10177 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=10818940 memory=140022123894400 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023065 11078594560 10177 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023065 11078594560 10177 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023065 11078594560 10177 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16859] ppid=16798 vsize=10818940 memory=140022123894400 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16859/stat : 16859 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023066 11078594560 10177 33554432000 4194304 4196468 140727666567200 140327488776432 140328216959618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16860] ppid=16798 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16860/stat : 16860 (java) S 16798 16801 15420 0 -1 1077944384 33 13128 0 0 0 0 5 3 20 0 15 0 410023067 11078594560 10232 33554432000 4194304 4196468 140727666567200 140327487722656 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16861] ppid=16798 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16861/stat : 16861 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023067 11078594560 10232 33554432000 4194304 4196468 140727666567200 140327386079984 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16862] ppid=16798 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16862/stat : 16862 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023070 11078594560 10232 33554432000 4194304 4196468 140727666567200 140327251863504 140328216967067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16863] ppid=16798 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16801/task/16863/stat : 16863 (java) S 16798 16801 15420 0 -1 1077944384 581 13128 0 0 1 0 5 3 20 0 15 0 410023070 11078594560 10232 33554432000 4194304 4196468 140727666567200 140327352523504 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16864] ppid=16798 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16864/stat : 16864 (java) S 16798 16801 15420 0 -1 1077944384 61 13128 0 0 0 0 5 3 20 0 15 0 410023070 11078594560 10232 33554432000 4194304 4196468 140727666567200 140327351470960 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16865] ppid=16798 vsize=10818940 memory=140022123894400 CPUtime=0.11 cores=0,2,4,6
/proc/16801/task/16865/stat : 16865 (java) R 16798 16801 15420 0 -1 4202560 625 13128 0 0 3 0 5 3 20 0 15 0 410023070 11078594560 10232 33554432000 4194304 4196468 140727666567200 140327350417904 140328195750016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16866] ppid=16798 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16866/stat : 16866 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11078594560 10232 33554432000 4194304 4196468 140727666567200 140326513666912 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16867] ppid=16798 vsize=10818940 memory=140022123894400 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16867/stat : 16867 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023070 11078594560 10232 33554432000 4194304 4196468 140727666567200 140327349365296 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40708 KiB

[startup+0.310638 s]*
/proc/loadavg: 1.41 1.47 1.46 3/228 16867
/proc/meminfo: memFree=30282784/32770624 swapFree=66999948/67108860
[pid=16801] ppid=16798 vsize=10819084 memory=49116 CPUtime=0.4 cores=0,2,4,6
/proc/16801/stat : 16801 (java) S 16798 16801 15420 0 -1 1077944320 10483 13128 0 0 28 4 5 3 20 0 15 0 410023055 11078742016 12279 33554432000 4194304 4196468 140727666567200 140727666549744 140328216948471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
/proc/16801/statm: 2704771 12279 2993 1 0 2667149 0
[pid=16801/tid=16854] ppid=16798 vsize=10819136 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 6959 13128 0 0 19 2 5 3 20 0 15 0 410023064 11078795264 12344 33554432000 4194304 4196468 140727666567200 140328188754944 140328140025718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=10819136 memory=7667486579066563428 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023065 11078795264 12344 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=10819136 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023065 11078795264 12344 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=10819136 memory=7649539384697048257 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023065 11078795264 12344 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=10819136 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023065 11078795264 12344 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16859] ppid=16798 vsize=10819136 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16859/stat : 16859 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023066 11078795264 12344 33554432000 4194304 4196468 140727666567200 140327488776432 140328216959618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16860] ppid=16798 vsize=10819136 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16860/stat : 16860 (java) S 16798 16801 15420 0 -1 1077944384 33 13128 0 0 0 0 5 3 20 0 15 0 410023067 11078795264 12344 33554432000 4194304 4196468 140727666567200 140327487722656 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16861] ppid=16798 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16861/stat : 16861 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023067 11078819840 12344 33554432000 4194304 4196468 140727666567200 140327386079984 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16862] ppid=16798 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16862/stat : 16862 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023070 11078819840 12344 33554432000 4194304 4196468 140727666567200 140327251863504 140328216967067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16863] ppid=16798 vsize=10819160 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16801/task/16863/stat : 16863 (java) S 16798 16801 15420 0 -1 1077944384 582 13128 0 0 1 0 5 3 20 0 15 0 410023070 11078819840 12344 33554432000 4194304 4196468 140727666567200 140327352523504 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16864] ppid=16798 vsize=10819160 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16801/task/16864/stat : 16864 (java) S 16798 16801 15420 0 -1 1077944384 62 13128 0 0 1 0 5 3 20 0 15 0 410023070 11078819840 12344 33554432000 4194304 4196468 140727666567200 140327351470960 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16865] ppid=16798 vsize=10819160 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16801/task/16865/stat : 16865 (java) S 16798 16801 15420 0 -1 1077944384 634 13128 0 0 5 0 5 3 20 0 15 0 410023070 11078819840 12344 33554432000 4194304 4196468 140727666567200 140327350417904 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16866] ppid=16798 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16866/stat : 16866 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11078819840 12344 33554432000 4194304 4196468 140727666567200 140326513666912 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16867] ppid=16798 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16867/stat : 16867 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023070 11078819840 12344 33554432000 4194304 4196468 140727666567200 140327349365296 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 49116 KiB

[startup+0.70069 s]
/proc/loadavg: 1.41 1.47 1.46 3/228 16867
/proc/meminfo: memFree=30269932/32770624 swapFree=66999948/67108860
[pid=16801] ppid=16798 vsize=10824340 memory=82048 CPUtime=1.13 cores=0,2,4,6
/proc/16801/stat : 16801 (java) S 16798 16801 15420 0 -1 1077944320 14781 13128 0 0 99 6 5 3 20 0 15 0 410023055 11084124160 20512 33554432000 4194304 4196468 140727666567200 140727666549744 140328216948471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
/proc/16801/statm: 2706085 20512 3498 1 0 2668173 0
[pid=16801/tid=16854] ppid=16798 vsize=10824340 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 10449 13128 0 0 54 4 5 3 20 0 15 0 410023064 11084124160 20512 33554432000 4194304 4196468 140727666567200 140328188778048 140328216970397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023065 11084124160 20512 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023065 11084124160 20512 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023065 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023065 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16859] ppid=16798 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16859/stat : 16859 (java) S 16798 16801 15420 0 -1 1077944384 5 13128 0 0 0 0 5 3 20 0 15 0 410023066 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327488776432 140328216959618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16860] ppid=16798 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16860/stat : 16860 (java) S 16798 16801 15420 0 -1 1077944384 33 13128 0 0 0 0 5 3 20 0 15 0 410023067 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327487722656 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16861] ppid=16798 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16861/stat : 16861 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023067 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327386079984 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16862] ppid=16798 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16862/stat : 16862 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023070 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327251863504 140328216967067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16863] ppid=16798 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/16801/task/16863/stat : 16863 (java) S 16798 16801 15420 0 -1 1077944384 917 13128 0 0 14 0 5 3 20 0 15 0 410023070 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327352523504 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16864] ppid=16798 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16801/task/16864/stat : 16864 (java) S 16798 16801 15420 0 -1 1077944384 351 13128 0 0 12 0 5 3 20 0 15 0 410023070 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327351470960 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16865] ppid=16798 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/16801/task/16865/stat : 16865 (java) R 16798 16801 15420 0 -1 4202560 804 13128 0 0 17 0 5 3 20 0 15 0 410023070 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327350417904 140328195049144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16866] ppid=16798 vsize=10824340 memory=140021973682160 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16866/stat : 16866 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11084124160 20512 33554432000 4194304 4196468 140727666567200 140326513666912 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16867] ppid=16798 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16867/stat : 16867 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023070 11084124160 20512 33554432000 4194304 4196468 140727666567200 140327349365296 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82048 KiB

[startup+1.5007 s]
/proc/loadavg: 1.41 1.47 1.46 3/228 16867
/proc/meminfo: memFree=30227408/32770624 swapFree=66999948/67108860
[pid=16801] ppid=16798 vsize=10834656 memory=169920 CPUtime=2.48 cores=0,2,4,6
/proc/16801/stat : 16801 (java) S 16798 16801 15420 0 -1 1077944320 23569 13128 0 0 229 11 5 3 20 0 15 0 410023055 11094687744 42480 33554432000 4194304 4196468 140727666567200 140727666549744 140328216948471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
/proc/16801/statm: 2708664 42480 3575 1 0 2670733 0
[pid=16801/tid=16854] ppid=16798 vsize=10834656 memory=19 CPUtime=1.43 cores=0,2,4,6
/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 15970 13128 0 0 129 6 5 3 20 0 15 0 410023064 11094687744 42480 33554432000 4194304 4196468 140727666567200 140328188752672 140328216960406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=10834656 memory=27 CPUtime=0.09 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 339 13128 0 0 1 0 5 3 20 0 15 0 410023065 11094687744 42480 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 100 13128 0 0 0 0 5 3 20 0 15 0 410023065 11094687744 42480 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 27 13128 0 0 1 0 5 3 20 0 15 0 410023065 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=10834656 memory=96252 CPUtime=0.09 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 51 13128 0 0 1 0 5 3 20 0 15 0 410023065 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16859] ppid=16798 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16801/task/16859/stat : 16859 (java) S 16798 16801 15420 0 -1 1077944384 1646 13128 0 0 1 0 5 3 20 0 15 0 410023066 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327488776432 140328216959618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16860] ppid=16798 vsize=10834656 memory=6945487848980111696 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16860/stat : 16860 (java) S 16798 16801 15420 0 -1 1077944384 34 13128 0 0 0 0 5 3 20 0 15 0 410023067 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327487722720 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16861] ppid=16798 vsize=10834656 memory=8027215919923750480 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16861/stat : 16861 (java) S 16798 16801 15420 0 -1 1077944384 1 13128 0 0 0 0 5 3 20 0 15 0 410023067 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327386080000 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16862] ppid=16798 vsize=10834656 memory=7085682183039772268 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16862/stat : 16862 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023070 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327251863504 140328216967067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16863] ppid=16798 vsize=10834656 memory=5787220458829273444 CPUtime=0.33 cores=0,2,4,6
/proc/16801/task/16863/stat : 16863 (java) R 16798 16801 15420 0 -1 4202560 984 13128 0 0 25 0 5 3 20 0 15 0 410023070 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327352523504 140328201340710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16864] ppid=16798 vsize=10834656 memory=7595997432507885398 CPUtime=0.34 cores=0,2,4,6
/proc/16801/task/16864/stat : 16864 (java) R 16798 16801 15420 0 -1 1077944384 514 13128 0 0 26 0 5 3 20 0 15 0 410023070 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327351470960 140328216959618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16865] ppid=16798 vsize=10834656 memory=6945487848980111696 CPUtime=0.49 cores=0,2,4,6
/proc/16801/task/16865/stat : 16865 (java) S 16798 16801 15420 0 -1 1077944384 1689 13128 0 0 41 0 5 3 20 0 15 0 410023070 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327350417904 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16866] ppid=16798 vsize=10834656 memory=6945487848980111696 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16866/stat : 16866 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11094687744 42480 33554432000 4194304 4196468 140727666567200 140326513666912 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16867] ppid=16798 vsize=10834656 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16867/stat : 16867 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11094687744 42480 33554432000 4194304 4196468 140727666567200 140327349365296 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB

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

/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 60098 13128 0 0 235456 50 5 3 20 0 15 0 410023064 11107291136 249468 33554432000 4194304 4196468 140727666567200 140328188784480 140327805855209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=10846964 memory=997872 CPUtime=12.11 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 9957 13128 0 0 1147 56 5 3 20 0 15 0 410023065 11107291136 249468 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=10846964 memory=997872 CPUtime=12.16 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 14134 13128 0 0 1152 56 5 3 20 0 15 0 410023065 11107291136 249468 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=10846964 memory=997872 CPUtime=12.11 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 6045 13128 0 0 1143 60 5 3 20 0 15 0 410023065 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=10846964 memory=997872 CPUtime=12.14 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 8767 13128 0 0 1148 58 5 3 20 0 15 0 410023065 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16859] ppid=16798 vsize=10846964 memory=997872 CPUtime=11.58 cores=0,2,4,6
/proc/16801/task/16859/stat : 16859 (java) S 16798 16801 15420 0 -1 1077944384 12432 13128 0 0 1096 54 5 3 20 0 15 0 410023066 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327488776432 140328216959618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16860] ppid=16798 vsize=10846964 memory=997872 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16860/stat : 16860 (java) S 16798 16801 15420 0 -1 1077944384 41 13128 0 0 0 0 5 3 20 0 15 0 410023067 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327487722784 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16861] ppid=16798 vsize=10846964 memory=997872 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16861/stat : 16861 (java) S 16798 16801 15420 0 -1 1077944384 7 13128 0 0 0 0 5 3 20 0 15 0 410023067 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327386080000 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16862] ppid=16798 vsize=10846964 memory=997872 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16862/stat : 16862 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023070 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327251863504 140328216967067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16863] ppid=16798 vsize=10846964 memory=997872 CPUtime=5.57 cores=0,2,4,6
/proc/16801/task/16863/stat : 16863 (java) S 16798 16801 15420 0 -1 1077944384 17231 13128 0 0 545 4 5 3 20 0 15 0 410023070 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327352523504 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16864] ppid=16798 vsize=10846964 memory=997872 CPUtime=5.39 cores=0,2,4,6
/proc/16801/task/16864/stat : 16864 (java) S 16798 16801 15420 0 -1 1077944384 22908 13128 0 0 525 6 5 3 20 0 15 0 410023070 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327351470960 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16865] ppid=16798 vsize=10846964 memory=0 CPUtime=3.64 cores=0,2,4,6
/proc/16801/task/16865/stat : 16865 (java) S 16798 16801 15420 0 -1 1077944384 18370 13128 0 0 349 7 5 3 20 0 15 0 410023070 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327350417904 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16866] ppid=16798 vsize=10846964 memory=997872 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16866/stat : 16866 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11107291136 249468 33554432000 4194304 4196468 140727666567200 140326513666912 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16867] ppid=16798 vsize=10846964 memory=7548 CPUtime=1.65 cores=0,2,4,6
/proc/16801/task/16867/stat : 16867 (java) S 16798 16801 15420 0 -1 1077944384 1831 13128 0 0 81 76 5 3 20 0 15 0 410023070 11107291136 249468 33554432000 4194304 4196468 140727666567200 140327349365296 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 2430.86 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 997872 KiB

[startup+2442.3 s]
/proc/loadavg: 0.66 0.74 0.94 2/206 17139
/proc/meminfo: memFree=30639716/32770624 swapFree=66999972/67108860
[pid=16801] ppid=16798 vsize=10846964 memory=1000004 CPUtime=2491.79 cores=0,2,4,6
/proc/16801/stat : 16801 (java) S 16798 16801 15420 0 -1 1077944320 175171 13128 0 0 248809 362 5 3 20 0 15 0 410023055 11107291136 250001 33554432000 4194304 4196468 140727666567200 140727666549744 140328216948471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
/proc/16801/statm: 2711741 250001 3624 1 0 2673805 0
[pid=16801/tid=16854] ppid=16798 vsize=10846964 memory=1000004 CPUtime=2414.48 cores=0,2,4,6
/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 60758 13128 0 0 241388 52 5 3 20 0 15 0 410023064 11107291136 250001 33554432000 4194304 4196468 140727666567200 140328188784224 140327824102076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=10846964 memory=999976 CPUtime=12.43 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 9983 13128 0 0 1177 58 5 3 20 0 15 0 410023065 11107291136 250001 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=10846964 memory=999984 CPUtime=12.48 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 14280 13128 0 0 1183 57 5 3 20 0 15 0 410023065 11107291136 250001 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=10846964 memory=1000004 CPUtime=12.42 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 6106 13128 0 0 1172 62 5 3 20 0 15 0 410023065 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=10846964 memory=56 CPUtime=12.45 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 8918 13128 0 0 1178 59 5 3 20 0 15 0 410023065 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16859] ppid=16798 vsize=10846964 memory=1000004 CPUtime=11.87 cores=0,2,4,6
/proc/16801/task/16859/stat : 16859 (java) S 16798 16801 15420 0 -1 1077944384 12509 13128 0 0 1123 56 5 3 20 0 15 0 410023066 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327488776432 140328216959618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16860] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16860/stat : 16860 (java) S 16798 16801 15420 0 -1 1077944384 41 13128 0 0 0 0 5 3 20 0 15 0 410023067 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327487722784 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16861] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16861/stat : 16861 (java) S 16798 16801 15420 0 -1 1077944384 7 13128 0 0 0 0 5 3 20 0 15 0 410023067 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327386080000 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16862] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16862/stat : 16862 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023070 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327251863504 140328216967067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16863] ppid=16798 vsize=10846964 memory=1000004 CPUtime=5.57 cores=0,2,4,6
/proc/16801/task/16863/stat : 16863 (java) S 16798 16801 15420 0 -1 1077944384 17231 13128 0 0 545 4 5 3 20 0 15 0 410023070 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327352523504 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16864] ppid=16798 vsize=10846964 memory=1000004 CPUtime=5.39 cores=0,2,4,6
/proc/16801/task/16864/stat : 16864 (java) S 16798 16801 15420 0 -1 1077944384 22908 13128 0 0 525 6 5 3 20 0 15 0 410023070 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327351470960 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16865] ppid=16798 vsize=10846964 memory=1000004 CPUtime=3.64 cores=0,2,4,6
/proc/16801/task/16865/stat : 16865 (java) S 16798 16801 15420 0 -1 1077944384 18370 13128 0 0 349 7 5 3 20 0 15 0 410023070 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327350417904 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16866] ppid=16798 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16866/stat : 16866 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11107291136 250001 33554432000 4194304 4196468 140727666567200 140326513666912 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16867] ppid=16798 vsize=10846964 memory=1056 CPUtime=1.69 cores=0,2,4,6
/proc/16801/task/16867/stat : 16867 (java) S 16798 16801 15420 0 -1 1077944384 1846 13128 0 0 83 78 5 3 20 0 15 0 410023070 11107291136 250001 33554432000 4194304 4196468 140727666567200 140327349365296 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 2491.79 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1000004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.11 s]
/proc/loadavg: 0.65 0.74 0.93 2/206 17140
/proc/meminfo: memFree=30639624/32770624 swapFree=66999972/67108860
[pid=16801] ppid=16798 vsize=10846964 memory=1000036 CPUtime=2520.05 cores=0,2,4,6
/proc/16801/stat : 16801 (java) S 16798 16801 15420 0 -1 1077944320 175938 13128 0 0 251631 366 5 3 20 0 15 0 410023055 11107291136 250009 33554432000 4194304 4196468 140727666567200 140727666549744 140328216948471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
/proc/16801/statm: 2711741 250009 3624 1 0 2673805 0
[pid=16801/tid=16854] ppid=16798 vsize=10846964 memory=1000036 CPUtime=2441.98 cores=0,2,4,6
/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 61111 13128 0 0 244138 52 5 3 20 0 15 0 410023064 11107291136 250009 33554432000 4194304 4196468 140727666567200 140328188783488 140327806638055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=10846964 memory=1000036 CPUtime=12.58 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 9987 13128 0 0 1192 58 5 3 20 0 15 0 410023065 11107291136 250009 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=10846964 memory=1000036 CPUtime=12.62 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 14290 13128 0 0 1197 57 5 3 20 0 15 0 410023065 11107291136 250009 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=10846964 memory=1000036 CPUtime=12.58 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 6169 13128 0 0 1187 63 5 3 20 0 15 0 410023065 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=10846964 memory=1000004 CPUtime=12.6 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 9105 13128 0 0 1192 60 5 3 20 0 15 0 410023065 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16859] ppid=16798 vsize=10846964 memory=1000036 CPUtime=12.01 cores=0,2,4,6
/proc/16801/task/16859/stat : 16859 (java) S 16798 16801 15420 0 -1 1077944384 12639 13128 0 0 1136 57 5 3 20 0 15 0 410023066 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327488776432 140328216959618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16860] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16860/stat : 16860 (java) S 16798 16801 15420 0 -1 1077944384 41 13128 0 0 0 0 5 3 20 0 15 0 410023067 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327487722784 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16861] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16861/stat : 16861 (java) S 16798 16801 15420 0 -1 1077944384 7 13128 0 0 0 0 5 3 20 0 15 0 410023067 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327386080000 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16862] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16862/stat : 16862 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327251863504 140328216967067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16863] ppid=16798 vsize=10846964 memory=14 CPUtime=5.57 cores=0,2,4,6
/proc/16801/task/16863/stat : 16863 (java) S 16798 16801 15420 0 -1 1077944384 17233 13128 0 0 545 4 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327352523504 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16864] ppid=16798 vsize=10846964 memory=1000004 CPUtime=5.39 cores=0,2,4,6
/proc/16801/task/16864/stat : 16864 (java) S 16798 16801 15420 0 -1 1077944384 22910 13128 0 0 525 6 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327351470960 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16865] ppid=16798 vsize=10846964 memory=1000036 CPUtime=3.64 cores=0,2,4,6
/proc/16801/task/16865/stat : 16865 (java) S 16798 16801 15420 0 -1 1077944384 18372 13128 0 0 349 7 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327350417904 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16866] ppid=16798 vsize=10846964 memory=1000036 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16866/stat : 16866 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140326513666912 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16867] ppid=16798 vsize=10846964 memory=1000036 CPUtime=1.71 cores=0,2,4,6
/proc/16801/task/16867/stat : 16867 (java) S 16798 16801 15420 0 -1 1077944384 1860 13128 0 0 84 79 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327349365296 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1000036 KiB

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

[startup+2470.14 s]
# the end of solver process 16801 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.39 s, system=3.70539 s

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

[startup+2470.11 s]
/proc/loadavg: 0.65 0.74 0.93 2/206 17140
/proc/meminfo: memFree=30639624/32770624 swapFree=66999972/67108860
[pid=16801] ppid=16798 vsize=10846964 memory=1000036 CPUtime=2520.05 cores=0,2,4,6
/proc/16801/stat : 16801 (java) S 16798 16801 15420 0 -1 1077944320 175938 13128 0 0 251631 366 5 3 20 0 15 0 410023055 11107291136 250009 33554432000 4194304 4196468 140727666567200 140727666549744 140328216948471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
/proc/16801/statm: 2711741 250009 3624 1 0 2673805 0
[pid=16801/tid=16854] ppid=16798 vsize=10846964 memory=1000036 CPUtime=2441.98 cores=0,2,4,6
/proc/16801/task/16854/stat : 16854 (java) R 16798 16801 15420 0 -1 4202560 61111 13128 0 0 244138 52 5 3 20 0 15 0 410023064 11107291136 250009 33554432000 4194304 4196468 140727666567200 140328188783488 140327806638055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16855] ppid=16798 vsize=10846964 memory=1000036 CPUtime=12.58 cores=0,2,4,6
/proc/16801/task/16855/stat : 16855 (java) S 16798 16801 15420 0 -1 1077944384 9987 13128 0 0 1192 58 5 3 20 0 15 0 410023065 11107291136 250009 33554432000 4194304 4196468 140727666567200 140328221191184 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16856] ppid=16798 vsize=10846964 memory=1000036 CPUtime=12.62 cores=0,2,4,6
/proc/16801/task/16856/stat : 16856 (java) S 16798 16801 15420 0 -1 1077944384 14290 13128 0 0 1197 57 5 3 20 0 15 0 410023065 11107291136 250009 33554432000 4194304 4196468 140727666567200 140328125394064 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16857] ppid=16798 vsize=10846964 memory=1000036 CPUtime=12.58 cores=0,2,4,6
/proc/16801/task/16857/stat : 16857 (java) S 16798 16801 15420 0 -1 1077944384 6169 13128 0 0 1187 63 5 3 20 0 15 0 410023065 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327789583120 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16858] ppid=16798 vsize=10846964 memory=1000004 CPUtime=12.6 cores=0,2,4,6
/proc/16801/task/16858/stat : 16858 (java) S 16798 16801 15420 0 -1 1077944384 9105 13128 0 0 1192 60 5 3 20 0 15 0 410023065 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327788530576 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16859] ppid=16798 vsize=10846964 memory=1000036 CPUtime=12.01 cores=0,2,4,6
/proc/16801/task/16859/stat : 16859 (java) S 16798 16801 15420 0 -1 1077944384 12639 13128 0 0 1136 57 5 3 20 0 15 0 410023066 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327488776432 140328216959618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16860] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16860/stat : 16860 (java) S 16798 16801 15420 0 -1 1077944384 41 13128 0 0 0 0 5 3 20 0 15 0 410023067 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327487722784 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16861] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16861/stat : 16861 (java) S 16798 16801 15420 0 -1 1077944384 7 13128 0 0 0 0 5 3 20 0 15 0 410023067 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327386080000 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16862] ppid=16798 vsize=10846964 memory=1000004 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16862/stat : 16862 (java) S 16798 16801 15420 0 -1 1077944384 2 13128 0 0 0 0 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327251863504 140328216967067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16863] ppid=16798 vsize=10846964 memory=14 CPUtime=5.57 cores=0,2,4,6
/proc/16801/task/16863/stat : 16863 (java) S 16798 16801 15420 0 -1 1077944384 17233 13128 0 0 545 4 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327352523504 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16864] ppid=16798 vsize=10846964 memory=1000004 CPUtime=5.39 cores=0,2,4,6
/proc/16801/task/16864/stat : 16864 (java) S 16798 16801 15420 0 -1 1077944384 22910 13128 0 0 525 6 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327351470960 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16865] ppid=16798 vsize=10846964 memory=1000036 CPUtime=3.64 cores=0,2,4,6
/proc/16801/task/16865/stat : 16865 (java) S 16798 16801 15420 0 -1 1077944384 18372 13128 0 0 349 7 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327350417904 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16866] ppid=16798 vsize=10846964 memory=1000036 CPUtime=0.08 cores=0,2,4,6
/proc/16801/task/16866/stat : 16866 (java) S 16798 16801 15420 0 -1 1077944384 3 13128 0 0 0 0 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140326513666912 140328216958677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
[pid=16801/tid=16867] ppid=16798 vsize=10846964 memory=1000036 CPUtime=1.71 cores=0,2,4,6
/proc/16801/task/16867/stat : 16867 (java) S 16798 16801 15420 0 -1 1077944384 1860 13128 0 0 84 79 5 3 20 0 15 0 410023070 11107291136 250009 33554432000 4194304 4196468 140727666567200 140327349365296 140328216959618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6561792 140727666572021 140727666574533 140727666574533 140727666577359 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1000036 KiB

Child status: 143
Real time (s): 2470.14
CPU time (s): 2520.1
CPU user time (s): 2516.39
CPU system time (s): 3.70539
CPU usage (%): 102.023
Max. virtual memory (cumulated for all children) (KiB): 10849588
Max. memory (cumulated for all children) (KiB): 1000036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.39
system time used= 3.70539
maximum resident set size= 1004164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190053
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 315129
involuntary context switches= 10265


# summary of solver processes directly reported to runsolver:
#   pid: 16801
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.39
#   total CPU system time (s): 3.70539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8325 second user time and 23.8062 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 04:17:30
IDJOB=4387561
IDBENCH=141744
IDSOLVER=2823
FILE ID=node146/4387561-1568341090
RUNJOBID= node146-1568335153-15451
PBS_JOBID= 21701161
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-17-042.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387561-1568341090/watcher-4387561-1568341090 -o /tmp/evaluation-result-4387561-1568341090/solver-4387561-1568341090 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568335153-15451 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1920575539 HOME/instance-4387561-1568341090.xml

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

MD5SUM BENCH= 30a2df13e8a589268a4af4fb67fb8cf0
RANDOM SEED=1920575539

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30321756 kB
MemAvailable:   30627236 kB
Buffers:          142528 kB
Cached:           443176 kB
SwapCached:         5208 kB
Active:          1588760 kB
Inactive:         274420 kB
Active(anon):    1294468 kB
Inactive(anon):    20900 kB
Active(file):     294292 kB
Inactive(file):   253520 kB
Unevictable:      111040 kB
Mlocked:          111040 kB
SwapTotal:      67108860 kB
SwapFree:       66999948 kB
Dirty:             35276 kB
Writeback:             0 kB
AnonPages:       1394680 kB
Mapped:            54388 kB
Shmem:             29308 kB
Slab:             176424 kB
SReclaimable:     147008 kB
SUnreclaim:        29416 kB
KernelStack:        3984 kB
PageTables:         8348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2439664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1226752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56664 MiB
End job on node146 at 2019-09-13 04:58:40