Trace number 4403057

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3? (TO) 2400.08 2370.24

General information on the benchmark

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

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
2400.03/2370.21	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2370.21		at concrete.MAC.mac(MAC.scala:192)
2400.03/2370.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2370.21		at scala.util.Try$.apply(Try.scala:210)
2400.03/2370.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2370.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2370.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2370.21		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2370.21		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2370.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2400.03/2370.21		at concrete.ProblemState.map(ProblemState.scala:238)
2400.03/2370.21		at concrete.ProblemState.map(ProblemState.scala:212)
2400.03/2370.21		at concrete.MAC.nextSolution(MAC.scala:348)
2400.03/2370.21		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2370.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.03/2370.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.03/2370.21		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2370.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2370.21		at scala.util.Success.map(Try.scala:262)
2400.03/2370.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2370.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2370.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2370.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2370.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2370.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2370.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2370.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2370.21		at scala.App.$anonfun$main$1(App.scala:73)
2400.03/2370.21		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.03/2370.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.03/2370.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.03/2370.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.03/2370.21		at scala.App.main(App.scala:73)
2400.03/2370.21		at scala.App.main$(App.scala:71)
2400.03/2370.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2370.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2370.21	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 (1813 MiB free)
  memory of node 1: 16384 MiB (1018 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403057-1568975043/watcher-4403057-1568975043 -o /var/tmp/evaluation-result-4403057-1568975043/solver-4403057-1568975043 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32356 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4403057-1568975043.xml 

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

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

solver pid=2087, runsolver pid=2084

[startup+0.100199 s]*
/proc/loadavg: 1.62 1.57 1.48 3/220 2146
/proc/meminfo: memFree=2894836/32770624 swapFree=66988432/67108860
[pid=2087] ppid=2084 vsize=9972712 memory=14908 CPUtime=0.09 cores=0,2,4,6
/proc/2087/stat : 2087 (java) S 2084 2087 32325 0 -1 1077944320 4488 12995 0 0 1 0 4 4 20 0 6 0 473766902 10212057088 3727 33554432000 4194304 4196468 140736700444704 140736700427248 139746688945911 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
/proc/2087/statm: 2493178 3727 1934 1 0 2481616 0
[pid=2087/tid=2142] ppid=2084 vsize=9972712 memory=4627829660337606006 CPUtime=0.09 cores=0,2,4,6
/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 2384 12995 0 0 1 0 4 4 20 0 6 0 473766911 10212057088 3859 33554432000 4194304 4196468 140736700444704 139746660782672 139746674257913 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 6 0 473766912 10212057088 3859 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=9972712 memory=140651509089920 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 6 0 473766912 10212057088 3859 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 6 0 473766912 10212057088 3859 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 6 0 473766912 10212057088 3859 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14908 KiB

[startup+0.210134 s]*
/proc/loadavg: 1.62 1.57 1.48 4/229 2155
/proc/meminfo: memFree=2872208/32770624 swapFree=66988432/67108860
[pid=2087] ppid=2084 vsize=10819740 memory=42032 CPUtime=0.27 cores=0,2,4,6
/proc/2087/stat : 2087 (java) S 2084 2087 32325 0 -1 1077944320 7341 12995 0 0 17 2 4 4 20 0 15 0 473766902 11079413760 10508 33554432000 4194304 4196468 140736700444704 140736700427248 139746688945911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
/proc/2087/statm: 2704960 10508 3201 1 0 2667149 0
[pid=2087/tid=2142] ppid=2084 vsize=10820164 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 3877 12995 0 0 11 1 4 4 20 0 15 0 473766911 11079847936 10640 33554432000 4194304 4196468 140736700444704 139746660724016 139746681623925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=10820176 memory=4294967638 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766912 11079860224 10640 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=10820176 memory=3616586334866540192 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766912 11079860224 10640 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766912 11079860224 10640 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=10820176 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766912 11079860224 10640 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2147] ppid=2084 vsize=10820176 memory=140651509089920 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2147/stat : 2147 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766913 11079860224 10640 33554432000 4194304 4196468 140736700444704 139746148436464 139746688957058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2148] ppid=2084 vsize=10820176 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2148/stat : 2148 (java) S 2084 2087 32325 0 -1 1077944384 33 12995 0 0 0 0 4 4 20 0 15 0 473766914 11079860224 10640 33554432000 4194304 4196468 140736700444704 139746147382688 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2149] ppid=2084 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2149/stat : 2149 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766914 11079860224 10640 33554432000 4194304 4196468 140736700444704 139746021991920 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2150] ppid=2084 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2150/stat : 2150 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766917 11079868416 10640 33554432000 4194304 4196468 140736700444704 139745418013392 139746688964507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2151] ppid=2084 vsize=10820184 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2087/task/2151/stat : 2151 (java) R 2084 2087 32325 0 -1 1077944384 374 12995 0 0 1 0 4 4 20 0 15 0 473766917 11079868416 10640 33554432000 4194304 4196468 140736700444704 139746113824752 139746688957058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2152] ppid=2084 vsize=10820184 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2087/task/2152/stat : 2152 (java) R 2084 2087 32325 0 -1 4202560 314 12995 0 0 1 0 4 4 20 0 15 0 473766917 11079868416 10640 33554432000 4194304 4196468 140736700444704 139746112772208 139746681930953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2153] ppid=2084 vsize=10820184 memory=140651509089920 CPUtime=0.11 cores=0,2,4,6
/proc/2087/task/2153/stat : 2153 (java) S 2084 2087 32325 0 -1 1077944384 669 12995 0 0 3 0 4 4 20 0 15 0 473766917 11079868416 10640 33554432000 4194304 4196468 140736700444704 139746111719664 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2154] ppid=2084 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2154/stat : 2154 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11079868416 10640 33554432000 4194304 4196468 140736700444704 139744948251232 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2155] ppid=2084 vsize=10820184 memory=140651509089920 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2155/stat : 2155 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766917 11079868416 10640 33554432000 4194304 4196468 140736700444704 139746110667568 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819740 KiB
Current children cumulated memory: 42032 KiB

[startup+0.311321 s]*
/proc/loadavg: 1.62 1.57 1.48 3/229 2155
/proc/meminfo: memFree=2861668/32770624 swapFree=66988432/67108860
[pid=2087] ppid=2084 vsize=10820196 memory=50748 CPUtime=0.41 cores=0,2,4,6
/proc/2087/stat : 2087 (java) S 2084 2087 32325 0 -1 1077944320 10980 12995 0 0 29 4 4 4 20 0 15 0 473766902 11079880704 12687 33554432000 4194304 4196468 140736700444704 140736700427248 139746688945911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
/proc/2087/statm: 2705049 12687 3332 1 0 2667149 0
[pid=2087/tid=2142] ppid=2084 vsize=10820196 memory=2608 CPUtime=0.29 cores=0,2,4,6
/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 7329 12995 0 0 19 2 4 4 20 0 15 0 473766911 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746660756160 139746672989541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=10820196 memory=4294969568 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766912 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=10820196 memory=140655804057215 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766912 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=10820196 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766912 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=10820196 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766912 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2147] ppid=2084 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2147/stat : 2147 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766913 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746148436464 139746688957058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2148] ppid=2084 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2148/stat : 2148 (java) S 2084 2087 32325 0 -1 1077944384 33 12995 0 0 0 0 4 4 20 0 15 0 473766914 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746147382688 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2149] ppid=2084 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2149/stat : 2149 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766914 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746021991920 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2150] ppid=2084 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2150/stat : 2150 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766917 11079880704 12687 33554432000 4194304 4196468 140736700444704 139745418013392 139746688964507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2151] ppid=2084 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2087/task/2151/stat : 2151 (java) S 2084 2087 32325 0 -1 1077944384 383 12995 0 0 2 0 4 4 20 0 15 0 473766917 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746113824752 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2152] ppid=2084 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/2087/task/2152/stat : 2152 (java) S 2084 2087 32325 0 -1 1077944384 328 12995 0 0 2 0 4 4 20 0 15 0 473766917 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746112772208 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2153] ppid=2084 vsize=10820196 memory=140651509089920 CPUtime=0.13 cores=0,2,4,6
/proc/2087/task/2153/stat : 2153 (java) S 2084 2087 32325 0 -1 1077944384 700 12995 0 0 5 0 4 4 20 0 15 0 473766917 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746111719664 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2154] ppid=2084 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2154/stat : 2154 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11079880704 12687 33554432000 4194304 4196468 140736700444704 139744948251232 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2155] ppid=2084 vsize=10820196 memory=140651509089920 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2155/stat : 2155 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766917 11079880704 12687 33554432000 4194304 4196468 140736700444704 139746110667568 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50748 KiB

[startup+0.701362 s]
/proc/loadavg: 1.62 1.57 1.48 3/229 2155
/proc/meminfo: memFree=2848684/32770624 swapFree=66988432/67108860
[pid=2087] ppid=2084 vsize=10824364 memory=84944 CPUtime=1.15 cores=0,2,4,6
/proc/2087/stat : 2087 (java) S 2084 2087 32325 0 -1 1077944320 15487 12995 0 0 101 6 4 4 20 0 15 0 473766902 11084148736 21236 33554432000 4194304 4196468 140736700444704 140736700427248 139746688945911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
/proc/2087/statm: 2706091 21236 3509 1 0 2668173 0
[pid=2087/tid=2142] ppid=2084 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 10571 12995 0 0 55 4 4 4 20 0 15 0 473766911 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746660759664 139746688967837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=10824364 memory=281302775647040 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766912 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=10824364 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766912 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766912 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766912 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2147] ppid=2084 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2147/stat : 2147 (java) S 2084 2087 32325 0 -1 1077944384 5 12995 0 0 0 0 4 4 20 0 15 0 473766913 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746148436464 139746688957058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2148] ppid=2084 vsize=10824364 memory=140651509088753 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2148/stat : 2148 (java) S 2084 2087 32325 0 -1 1077944384 33 12995 0 0 0 0 4 4 20 0 15 0 473766914 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746147382688 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2149] ppid=2084 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2149/stat : 2149 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766914 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746021991920 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2150] ppid=2084 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2150/stat : 2150 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766917 11084148736 21236 33554432000 4194304 4196468 140736700444704 139745418013392 139746688964507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2151] ppid=2084 vsize=10824364 memory=2525239445249 CPUtime=0.24 cores=0,2,4,6
/proc/2087/task/2151/stat : 2151 (java) S 2084 2087 32325 0 -1 1077944384 956 12995 0 0 16 0 4 4 20 0 15 0 473766917 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746113824752 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2152] ppid=2084 vsize=10824364 memory=24774486 CPUtime=0.2 cores=0,2,4,6
/proc/2087/task/2152/stat : 2152 (java) S 2084 2087 32325 0 -1 1077944384 739 12995 0 0 12 0 4 4 20 0 15 0 473766917 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746112772208 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2153] ppid=2084 vsize=10824364 memory=-7886167514736700194 CPUtime=0.25 cores=0,2,4,6
/proc/2087/task/2153/stat : 2153 (java) S 2084 2087 32325 0 -1 1077944384 968 12995 0 0 17 0 4 4 20 0 15 0 473766917 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746111719664 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2154] ppid=2084 vsize=10824364 memory=5939524903929996886 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2154/stat : 2154 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11084148736 21236 33554432000 4194304 4196468 140736700444704 139744948251232 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2155] ppid=2084 vsize=10824364 memory=8099279071866868838 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2155/stat : 2155 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766917 11084148736 21236 33554432000 4194304 4196468 140736700444704 139746110667568 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84944 KiB

[startup+1.50067 s]
/proc/loadavg: 1.62 1.57 1.48 5/229 2155
/proc/meminfo: memFree=2787692/32770624 swapFree=66988432/67108860
[pid=2087] ppid=2084 vsize=10832632 memory=220972 CPUtime=3.03 cores=0,2,4,6
/proc/2087/stat : 2087 (java) S 2084 2087 32325 0 -1 1077944320 26368 12995 0 0 283 12 4 4 20 0 15 0 473766902 11092615168 55243 33554432000 4194304 4196468 140736700444704 140736700427248 139746688945911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
/proc/2087/statm: 2708158 55243 3585 1 0 2670221 0
[pid=2087/tid=2142] ppid=2084 vsize=10832632 memory=5606 CPUtime=1.44 cores=0,2,4,6
/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 15527 12995 0 0 129 7 4 4 20 0 15 0 473766911 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746660776672 139746688957846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=10832632 memory=2253 CPUtime=0.09 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 266 12995 0 0 1 0 4 4 20 0 15 0 473766912 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=10832632 memory=33 CPUtime=0.09 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 33 12995 0 0 1 0 4 4 20 0 15 0 473766912 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 22 12995 0 0 1 0 4 4 20 0 15 0 473766912 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 91 12995 0 0 1 0 4 4 20 0 15 0 473766912 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2147] ppid=2084 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2087/task/2147/stat : 2147 (java) S 2084 2087 32325 0 -1 1077944384 1061 12995 0 0 1 0 4 4 20 0 15 0 473766913 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746148436464 139746688957058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2148] ppid=2084 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2148/stat : 2148 (java) S 2084 2087 32325 0 -1 1077944384 34 12995 0 0 0 0 4 4 20 0 15 0 473766914 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746147382752 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2149] ppid=2084 vsize=10832632 memory=-7385037589438827369 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2149/stat : 2149 (java) S 2084 2087 32325 0 -1 1077944384 1 12995 0 0 0 0 4 4 20 0 15 0 473766914 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746021991936 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2150] ppid=2084 vsize=10832632 memory=-7385037589438827369 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2150/stat : 2150 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766917 11092615168 55243 33554432000 4194304 4196468 140736700444704 139745418013392 139746688964507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2151] ppid=2084 vsize=10832632 memory=7088771780662946468 CPUtime=0.6 cores=0,2,4,6
/proc/2087/task/2151/stat : 2151 (java) S 2084 2087 32325 0 -1 1077944384 2365 12995 0 0 52 0 4 4 20 0 15 0 473766917 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746113824752 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2152] ppid=2084 vsize=10832632 memory=6944656592455097440 CPUtime=0.64 cores=0,2,4,6
/proc/2087/task/2152/stat : 2152 (java) R 2084 2087 32325 0 -1 1077944384 3014 12995 0 0 56 0 4 4 20 0 15 0 473766917 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746112772208 139746688957058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2153] ppid=2084 vsize=10832632 memory=4137287014106042739 CPUtime=0.44 cores=0,2,4,6
/proc/2087/task/2153/stat : 2153 (java) R 2084 2087 32325 0 -1 4202560 1745 12995 0 0 36 0 4 4 20 0 15 0 473766917 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746111719664 139746682042747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2154] ppid=2084 vsize=10832632 memory=115 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2154/stat : 2154 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11092615168 55243 33554432000 4194304 4196468 140736700444704 139744948251232 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2155] ppid=2084 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2155/stat : 2155 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11092615168 55243 33554432000 4194304 4196468 140736700444704 139746110667568 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 10832632 KiB

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

/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 132663 12995 0 0 218884 108 4 4 20 0 15 0 473766911 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746660768304 139746306640631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=10849036 memory=1989076 CPUtime=6.05 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 36127 12995 0 0 566 31 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=10849036 memory=0 CPUtime=6.09 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 36932 12995 0 0 569 32 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=10849036 memory=55 CPUtime=6.09 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 31943 12995 0 0 569 32 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=10849036 memory=2497 CPUtime=6.05 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 43547 12995 0 0 567 30 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2147] ppid=2084 vsize=10849036 memory=1989076 CPUtime=4.51 cores=0,2,4,6
/proc/2087/task/2147/stat : 2147 (java) S 2084 2087 32325 0 -1 1077944384 27756 12995 0 0 417 26 4 4 20 0 15 0 473766913 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746148436464 139746688957058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2148] ppid=2084 vsize=10849036 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2148/stat : 2148 (java) S 2084 2087 32325 0 -1 1077944384 46 12995 0 0 0 0 4 4 20 0 15 0 473766914 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746147382816 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2149] ppid=2084 vsize=10849036 memory=6944656425123485561 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2149/stat : 2149 (java) S 2084 2087 32325 0 -1 1077944384 25 12995 0 0 0 0 4 4 20 0 15 0 473766914 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746021992096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2150] ppid=2084 vsize=10849036 memory=1989076 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2150/stat : 2150 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139745418013392 139746688964507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2151] ppid=2084 vsize=10849036 memory=2004 CPUtime=4.72 cores=0,2,4,6
/proc/2087/task/2151/stat : 2151 (java) S 2084 2087 32325 0 -1 1077944384 36596 12995 0 0 460 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746113824752 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2152] ppid=2084 vsize=10849036 memory=1989076 CPUtime=4.59 cores=0,2,4,6
/proc/2087/task/2152/stat : 2152 (java) S 2084 2087 32325 0 -1 1077944384 36050 12995 0 0 447 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746112772208 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2153] ppid=2084 vsize=10849036 memory=1989076 CPUtime=1.87 cores=0,2,4,6
/proc/2087/task/2153/stat : 2153 (java) S 2084 2087 32325 0 -1 1077944384 15675 12995 0 0 175 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746111719664 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2154] ppid=2084 vsize=10849036 memory=1989076 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2154/stat : 2154 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139744948251232 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2155] ppid=2084 vsize=10849036 memory=3620 CPUtime=1.37 cores=0,2,4,6
/proc/2087/task/2155/stat : 2155 (java) S 2084 2087 32325 0 -1 1077944384 2210 12995 0 0 63 66 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746110667568 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 2230.74 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1989076 KiB

[startup+2262.3 s]
/proc/loadavg: 1.41 1.42 1.48 3/230 2664
/proc/meminfo: memFree=2876248/32770624 swapFree=66988492/67108860
[pid=2087] ppid=2084 vsize=10849036 memory=1989076 CPUtime=2291.27 cores=0,2,4,6
/proc/2087/stat : 2087 (java) S 2084 2087 32325 0 -1 1077944320 408429 12995 0 0 228813 306 4 4 20 0 15 0 473766902 11109412864 497269 33554432000 4194304 4196468 140736700444704 140736700427248 139746688945911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
/proc/2087/statm: 2712259 497269 3627 1 0 2674317 0
[pid=2087/tid=2142] ppid=2084 vsize=10849036 memory=1989076 CPUtime=2249.63 cores=0,2,4,6
/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 134378 12995 0 0 224847 108 4 4 20 0 15 0 473766911 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746660772144 139746306634219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=10849036 memory=1989076 CPUtime=6.23 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 37458 12995 0 0 583 32 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=10849036 memory=1989076 CPUtime=6.28 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 37691 12995 0 0 587 33 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=10849036 memory=1989076 CPUtime=6.28 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 32140 12995 0 0 587 33 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=10849036 memory=1989076 CPUtime=6.23 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 45441 12995 0 0 584 31 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2147] ppid=2084 vsize=10849036 memory=1989076 CPUtime=4.65 cores=0,2,4,6
/proc/2087/task/2147/stat : 2147 (java) S 2084 2087 32325 0 -1 1077944384 28454 12995 0 0 430 27 4 4 20 0 15 0 473766913 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746148436464 139746688957058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2148] ppid=2084 vsize=10849036 memory=1989076 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2148/stat : 2148 (java) S 2084 2087 32325 0 -1 1077944384 46 12995 0 0 0 0 4 4 20 0 15 0 473766914 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746147382816 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2149] ppid=2084 vsize=10849036 memory=1989076 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2149/stat : 2149 (java) S 2084 2087 32325 0 -1 1077944384 25 12995 0 0 0 0 4 4 20 0 15 0 473766914 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746021992096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2150] ppid=2084 vsize=10849036 memory=1989076 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2150/stat : 2150 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139745418013392 139746688964507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2151] ppid=2084 vsize=10849036 memory=164 CPUtime=4.72 cores=0,2,4,6
/proc/2087/task/2151/stat : 2151 (java) S 2084 2087 32325 0 -1 1077944384 36600 12995 0 0 460 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746113824752 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2152] ppid=2084 vsize=10849036 memory=288285575944078070 CPUtime=4.59 cores=0,2,4,6
/proc/2087/task/2152/stat : 2152 (java) S 2084 2087 32325 0 -1 1077944384 36054 12995 0 0 447 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746112772208 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2153] ppid=2084 vsize=10849036 memory=1989076 CPUtime=1.87 cores=0,2,4,6
/proc/2087/task/2153/stat : 2153 (java) S 2084 2087 32325 0 -1 1077944384 15681 12995 0 0 175 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746111719664 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2154] ppid=2084 vsize=10849036 memory=1989076 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2154/stat : 2154 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139744948251232 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2155] ppid=2084 vsize=10849036 memory=1989076 CPUtime=1.4 cores=0,2,4,6
/proc/2087/task/2155/stat : 2155 (java) S 2084 2087 32325 0 -1 1077944384 2254 12995 0 0 65 67 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746110667568 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 2291.27 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1989076 KiB

[startup+2322.3 s]
/proc/loadavg: 1.57 1.48 1.50 3/229 2668
/proc/meminfo: memFree=2895500/32770624 swapFree=66988492/67108860
[pid=2087] ppid=2084 vsize=10849036 memory=1989076 CPUtime=2351.66 cores=0,2,4,6
/proc/2087/stat : 2087 (java) S 2084 2087 32325 0 -1 1077944320 414877 12995 0 0 234848 310 4 4 20 0 15 0 473766902 11109412864 497269 33554432000 4194304 4196468 140736700444704 140736700427248 139746688945911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
/proc/2087/statm: 2712259 497269 3627 1 0 2674317 0
[pid=2087/tid=2142] ppid=2084 vsize=10849036 memory=1989076 CPUtime=2309.3 cores=0,2,4,6
/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 135907 12995 0 0 230814 108 4 4 20 0 15 0 473766911 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746660767248 139746306636093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=10849036 memory=1989076 CPUtime=6.37 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 38320 12995 0 0 596 33 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=10849036 memory=0 CPUtime=6.42 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 39025 12995 0 0 601 33 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=10849036 memory=1989076 CPUtime=6.42 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 32882 12995 0 0 600 34 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=10849036 memory=1989076 CPUtime=6.38 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 46660 12995 0 0 598 32 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2147] ppid=2084 vsize=10849036 memory=1989076 CPUtime=4.76 cores=0,2,4,6
/proc/2087/task/2147/stat : 2147 (java) S 2084 2087 32325 0 -1 1077944384 29158 12995 0 0 440 28 4 4 20 0 15 0 473766913 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746148436464 139746688957058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2148] ppid=2084 vsize=10849036 memory=1989076 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2148/stat : 2148 (java) S 2084 2087 32325 0 -1 1077944384 46 12995 0 0 0 0 4 4 20 0 15 0 473766914 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746147382816 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2149] ppid=2084 vsize=10849036 memory=15472 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2149/stat : 2149 (java) S 2084 2087 32325 0 -1 1077944384 25 12995 0 0 0 0 4 4 20 0 15 0 473766914 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746021992096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2150] ppid=2084 vsize=10849036 memory=512 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2150/stat : 2150 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139745418013392 139746688964507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2151] ppid=2084 vsize=10849036 memory=1989076 CPUtime=4.73 cores=0,2,4,6
/proc/2087/task/2151/stat : 2151 (java) S 2084 2087 32325 0 -1 1077944384 36604 12995 0 0 461 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746113824752 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2152] ppid=2084 vsize=10849036 memory=984 CPUtime=4.59 cores=0,2,4,6
/proc/2087/task/2152/stat : 2152 (java) S 2084 2087 32325 0 -1 1077944384 36058 12995 0 0 447 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746112772208 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2153] ppid=2084 vsize=10849036 memory=1989076 CPUtime=1.87 cores=0,2,4,6
/proc/2087/task/2153/stat : 2153 (java) S 2084 2087 32325 0 -1 1077944384 15687 12995 0 0 175 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746111719664 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2154] ppid=2084 vsize=10849036 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2154/stat : 2154 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139744948251232 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2155] ppid=2084 vsize=10849036 memory=1989076 CPUtime=1.44 cores=0,2,4,6
/proc/2087/task/2155/stat : 2155 (java) S 2084 2087 32325 0 -1 1077944384 2298 12995 0 0 67 69 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746110667568 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 2351.66 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1989076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.2 s]
/proc/loadavg: 1.17 1.39 1.47 3/229 2672
/proc/meminfo: memFree=2908996/32770624 swapFree=66988492/67108860
[pid=2087] ppid=2084 vsize=10849036 memory=1989076 CPUtime=2400.03 cores=0,2,4,6
/proc/2087/stat : 2087 (java) S 2084 2087 32325 0 -1 1077944320 421218 12995 0 0 239679 316 4 4 20 0 15 0 473766902 11109412864 497269 33554432000 4194304 4196468 140736700444704 140736700427248 139746688945911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
/proc/2087/statm: 2712259 497269 3627 1 0 2674317 0
[pid=2087/tid=2142] ppid=2084 vsize=10849036 memory=1804 CPUtime=2356.85 cores=0,2,4,6
/proc/2087/task/2142/stat : 2142 (java) R 2084 2087 32325 0 -1 4202560 137408 12995 0 0 235568 109 4 4 20 0 15 0 473766911 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746660752176 139746307096150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2143] ppid=2084 vsize=10849036 memory=920 CPUtime=6.54 cores=0,2,4,6
/proc/2087/task/2143/stat : 2143 (java) S 2084 2087 32325 0 -1 1077944384 38530 12995 0 0 612 34 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746693187856 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2144] ppid=2084 vsize=10849036 memory=3848 CPUtime=6.59 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (java) S 2084 2087 32325 0 -1 1077944384 40844 12995 0 0 617 34 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746627230096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2145] ppid=2084 vsize=10849036 memory=288230574492221466 CPUtime=6.58 cores=0,2,4,6
/proc/2087/task/2145/stat : 2145 (java) S 2084 2087 32325 0 -1 1077944384 34759 12995 0 0 616 34 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746261436944 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2146] ppid=2084 vsize=10849036 memory=288230617509003574 CPUtime=6.54 cores=0,2,4,6
/proc/2087/task/2146/stat : 2146 (java) S 2084 2087 32325 0 -1 1077944384 46823 12995 0 0 613 33 4 4 20 0 15 0 473766912 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746260384400 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2147] ppid=2084 vsize=10849036 memory=14696300872468361 CPUtime=4.88 cores=0,2,4,6
/proc/2087/task/2147/stat : 2147 (java) S 2084 2087 32325 0 -1 1077944384 29861 12995 0 0 452 28 4 4 20 0 15 0 473766913 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746148436464 139746688957058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2148] ppid=2084 vsize=10849036 memory=2680 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2148/stat : 2148 (java) S 2084 2087 32325 0 -1 1077944384 46 12995 0 0 0 0 4 4 20 0 15 0 473766914 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746147382816 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2149] ppid=2084 vsize=10849036 memory=6935054825532540783 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2149/stat : 2149 (java) S 2084 2087 32325 0 -1 1077944384 25 12995 0 0 0 0 4 4 20 0 15 0 473766914 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746021992096 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2150] ppid=2084 vsize=10849036 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2150/stat : 2150 (java) S 2084 2087 32325 0 -1 1077944384 2 12995 0 0 0 0 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139745418013392 139746688964507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2151] ppid=2084 vsize=10849036 memory=920 CPUtime=4.73 cores=0,2,4,6
/proc/2087/task/2151/stat : 2151 (java) S 2084 2087 32325 0 -1 1077944384 36608 12995 0 0 461 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746113824752 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2152] ppid=2084 vsize=10849036 memory=2680 CPUtime=4.59 cores=0,2,4,6
/proc/2087/task/2152/stat : 2152 (java) S 2084 2087 32325 0 -1 1077944384 36062 12995 0 0 447 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746112772208 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2153] ppid=2084 vsize=10849036 memory=6935054825532540783 CPUtime=1.87 cores=0,2,4,6
/proc/2087/task/2153/stat : 2153 (java) S 2084 2087 32325 0 -1 1077944384 15693 12995 0 0 175 4 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746111719664 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2154] ppid=2084 vsize=10849036 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/2087/task/2154/stat : 2154 (java) S 2084 2087 32325 0 -1 1077944384 3 12995 0 0 0 0 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139744948251232 139746688956117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
[pid=2087/tid=2155] ppid=2084 vsize=10849036 memory=14696300872468361 CPUtime=1.46 cores=0,2,4,6
/proc/2087/task/2155/stat : 2155 (java) S 2084 2087 32325 0 -1 1077944384 2352 12995 0 0 67 71 4 4 20 0 15 0 473766917 11109412864 497269 33554432000 4194304 4196468 140736700444704 139746110667568 139746688957058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 24719360 140736700447332 140736700449973 140736700449973 140736700452815 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1989076 KiB

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

[startup+2370.24 s]
# the end of solver process 2087 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.86 s, system=3.22828 s

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

Child status: 143
Real time (s): 2370.24
CPU time (s): 2400.08
CPU user time (s): 2396.86
CPU system time (s): 3.22828
CPU usage (%): 101.259
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2044564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.86
system time used= 3.22828
maximum resident set size= 2044564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438134
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= 157673
involuntary context switches= 7226


# summary of solver processes directly reported to runsolver:
#   pid: 2087
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.86
#   total CPU system time (s): 3.22828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.858 second user time and 20.5558 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 12:23:20
IDJOB=4403057
IDBENCH=127998
IDSOLVER=2862
FILE ID=node121/4403057-1568975043
RUNJOBID= node121-1568967596-32356
PBS_JOBID= 21704626
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403057-1568975043/watcher-4403057-1568975043 -o /var/tmp/evaluation-result-4403057-1568975043/solver-4403057-1568975043 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32356 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4403057-1568975043.xml

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

MD5SUM BENCH= 95a2ddfb0d7ed65af35b4a4f8b00191d
RANDOM SEED=453517493

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         2901232 kB
MemAvailable:   29007720 kB
Buffers:          139180 kB
Cached:         25900228 kB
SwapCached:         5420 kB
Active:         15848392 kB
Inactive:       13047208 kB
Active(anon):    2850276 kB
Inactive(anon):    43532 kB
Active(file):   12998116 kB
Inactive(file): 13003676 kB
Unevictable:      111188 kB
Mlocked:          111188 kB
SwapTotal:      67108860 kB
SwapFree:       66988432 kB
Dirty:             36360 kB
Writeback:             0 kB
AnonPages:       2962436 kB
Mapped:            60216 kB
Shmem:             29000 kB
Slab:             561888 kB
SReclaimable:     533156 kB
SUnreclaim:        28732 kB
KernelStack:        3760 kB
PageTables:        11744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3991384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2764800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node121 at 2019-09-20 13:02:51