Trace number 4402659

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.12.3? (TO) 2520.06 2456.93

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark64.4403
Satisfiable
(Un)Satisfiability was proved
Number of variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402659-1568981187/watcher-4402659-1568981187 -o /var/tmp/evaluation-result-4402659-1568981187/solver-4402659-1568981187 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29694 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1715534215 HOME/instance-4402659-1568981187.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=1293, runsolver pid=1290

[startup+0.102702 s]*
/proc/loadavg: 1.27 1.30 1.36 3/219 1360
/proc/meminfo: memFree=4857800/32770624 swapFree=66935820/67108860
[pid=1293] ppid=1290 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/1293/stat : 1293 (java) S 1290 1293 29663 0 -1 1077944320 4423 13328 0 0 1 0 4 3 20 0 6 0 474032507 10212057088 4203 33554432000 4194304 4196468 140733718342480 140733718325024 140156230688503 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
/proc/1293/statm: 2493178 4203 1934 1 0 2481616 0
[pid=1293/tid=1354] ppid=1290 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 2333 13328 0 0 1 0 4 3 20 0 6 0 474032516 10212057088 4269 33554432000 4194304 4196468 140733718342480 140156202525264 140156214034981 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 6 0 474032517 10212057088 4269 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=9972712 memory=140480941168256 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 6 0 474032517 10212057088 4269 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 6 0 474032517 10212057088 4335 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 2 13328 0 0 0 0 4 3 20 0 6 0 474032517 10212057088 4335 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210048 s]*
/proc/loadavg: 1.27 1.30 1.36 4/228 1371
/proc/meminfo: memFree=4840048/32770624 swapFree=66935820/67108860
[pid=1293] ppid=1290 vsize=10819716 memory=40728 CPUtime=0.25 cores=0,2,4,6
/proc/1293/stat : 1293 (java) S 1290 1293 29663 0 -1 1077944320 7213 13328 0 0 17 1 4 3 20 0 15 0 474032507 11079389184 10182 33554432000 4194304 4196468 140733718342480 140733718325024 140156230688503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
/proc/1293/statm: 2704929 10182 3186 1 0 2667149 0
[pid=1293/tid=1354] ppid=1290 vsize=10820164 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 3980 13328 0 0 11 0 4 3 20 0 15 0 474032516 11079847936 10344 33554432000 4194304 4196468 140733718342480 140156202499536 140156230710429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=10820164 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11079847936 10344 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=10820164 memory=288370857092880000 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11079847936 10344 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11079847936 10344 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 2 13328 0 0 0 0 4 3 20 0 15 0 474032517 11079847936 10344 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1361] ppid=1290 vsize=10820164 memory=140480941168256 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1361/stat : 1361 (java) S 1290 1293 29663 0 -1 1077944384 2 13328 0 0 0 0 4 3 20 0 15 0 474032518 11079847936 10344 33554432000 4194304 4196468 140733718342480 140155555707632 140156230699650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1362] ppid=1290 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1362/stat : 1362 (java) S 1290 1293 29663 0 -1 1077944384 33 13328 0 0 0 0 4 3 20 0 15 0 474032518 11079847936 10344 33554432000 4194304 4196468 140733718342480 140155554653856 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1364] ppid=1290 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1364/stat : 1364 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032519 11079847936 10344 33554432000 4194304 4196468 140733718342480 140155117626608 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1365] ppid=1290 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1365/stat : 1365 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032521 11079847936 10344 33554432000 4194304 4196468 140733718342480 140154810227152 140156230707099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1366] ppid=1290 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1293/task/1366/stat : 1366 (java) S 1290 1293 29663 0 -1 1077944384 489 13328 0 0 1 0 4 3 20 0 15 0 474032521 11079847936 10344 33554432000 4194304 4196468 140733718342480 140155198367984 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1368] ppid=1290 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1368/stat : 1368 (java) S 1290 1293 29663 0 -1 1077944384 164 13328 0 0 0 0 4 3 20 0 15 0 474032521 11079847936 10344 33554432000 4194304 4196468 140733718342480 140155197315440 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1369] ppid=1290 vsize=10820164 memory=140480941168256 CPUtime=0.1 cores=0,2,4,6
/proc/1293/task/1369/stat : 1369 (java) S 1290 1293 29663 0 -1 1077944384 603 13328 0 0 3 0 4 3 20 0 15 0 474032521 11079847936 10344 33554432000 4194304 4196468 140733718342480 140155196262384 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1370] ppid=1290 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1370/stat : 1370 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032522 11079847936 10344 33554432000 4194304 4196468 140733718342480 140154776668512 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1371] ppid=1290 vsize=10820164 memory=140480941168256 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1371/stat : 1371 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032522 11079847936 10344 33554432000 4194304 4196468 140733718342480 140155195210800 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 40728 KiB

[startup+0.310519 s]*
/proc/loadavg: 1.27 1.30 1.36 4/228 1371
/proc/meminfo: memFree=4827200/32770624 swapFree=66935820/67108860
[pid=1293] ppid=1290 vsize=10820196 memory=49556 CPUtime=0.39 cores=0,2,4,6
/proc/1293/stat : 1293 (java) S 1290 1293 29663 0 -1 1077944320 10606 13328 0 0 29 3 4 3 20 0 15 0 474032507 11079880704 12389 33554432000 4194304 4196468 140733718342480 140733718325024 140156230688503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
/proc/1293/statm: 2705049 12389 3317 1 0 2667149 0
[pid=1293/tid=1354] ppid=1290 vsize=10820196 memory=655370 CPUtime=0.28 cores=0,2,4,6
/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 7091 13328 0 0 19 2 4 3 20 0 15 0 474032516 11079880704 12389 33554432000 4194304 4196468 140733718342480 140156202500784 140156214768990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=10820196 memory=140485092015311 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11079880704 12389 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=10820196 memory=140480941168256 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11079880704 12389 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=10820196 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11079880704 12389 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=10820196 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 2 13328 0 0 0 0 4 3 20 0 15 0 474032517 11079880704 12389 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1361] ppid=1290 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1361/stat : 1361 (java) S 1290 1293 29663 0 -1 1077944384 2 13328 0 0 0 0 4 3 20 0 15 0 474032518 11079880704 12389 33554432000 4194304 4196468 140733718342480 140155555707632 140156230699650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1362] ppid=1290 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1362/stat : 1362 (java) S 1290 1293 29663 0 -1 1077944384 33 13328 0 0 0 0 4 3 20 0 15 0 474032518 11079880704 12389 33554432000 4194304 4196468 140733718342480 140155554653856 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1364] ppid=1290 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1364/stat : 1364 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032519 11079880704 12389 33554432000 4194304 4196468 140733718342480 140155117626608 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1365] ppid=1290 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1365/stat : 1365 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032521 11079880704 12389 33554432000 4194304 4196468 140733718342480 140154810227152 140156230707099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1366] ppid=1290 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1293/task/1366/stat : 1366 (java) S 1290 1293 29663 0 -1 1077944384 490 13328 0 0 2 0 4 3 20 0 15 0 474032521 11079880704 12389 33554432000 4194304 4196468 140733718342480 140155198367984 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1368] ppid=1290 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1293/task/1368/stat : 1368 (java) S 1290 1293 29663 0 -1 1077944384 173 13328 0 0 1 0 4 3 20 0 15 0 474032521 11079880704 12389 33554432000 4194304 4196468 140733718342480 140155197315440 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1369] ppid=1290 vsize=10820196 memory=140480941168256 CPUtime=0.12 cores=0,2,4,6
/proc/1293/task/1369/stat : 1369 (java) S 1290 1293 29663 0 -1 1077944384 611 13328 0 0 5 0 4 3 20 0 15 0 474032521 11079880704 12389 33554432000 4194304 4196468 140733718342480 140155196262384 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1370] ppid=1290 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1370/stat : 1370 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032522 11079880704 12389 33554432000 4194304 4196468 140733718342480 140154776668512 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1371] ppid=1290 vsize=10820196 memory=140480941168256 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1371/stat : 1371 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032522 11079880704 12389 33554432000 4194304 4196468 140733718342480 140155195210800 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49556 KiB

[startup+0.700758 s]
/proc/loadavg: 1.27 1.30 1.36 3/228 1371
/proc/meminfo: memFree=4812928/32770624 swapFree=66935820/67108860
[pid=1293] ppid=1290 vsize=10824364 memory=82380 CPUtime=1.14 cores=0,2,4,6
/proc/1293/stat : 1293 (java) S 1290 1293 29663 0 -1 1077944320 15068 13328 0 0 102 5 4 3 20 0 15 0 474032507 11084148736 20595 33554432000 4194304 4196468 140733718342480 140733718325024 140156230688503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
/proc/1293/statm: 2706091 20595 3514 1 0 2668173 0
[pid=1293/tid=1354] ppid=1290 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 10427 13328 0 0 55 4 4 3 20 0 15 0 474032516 11084148736 20595 33554432000 4194304 4196468 140733718342480 140156202520448 140156230710429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=10824364 memory=4644 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11084148736 20595 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=10824364 memory=140480941167089 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11084148736 20595 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032517 11084148736 20595 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 2 13328 0 0 0 0 4 3 20 0 15 0 474032517 11084148736 20595 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1361] ppid=1290 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1361/stat : 1361 (java) S 1290 1293 29663 0 -1 1077944384 5 13328 0 0 0 0 4 3 20 0 15 0 474032518 11084148736 20595 33554432000 4194304 4196468 140733718342480 140155555707632 140156230699650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1362] ppid=1290 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1362/stat : 1362 (java) S 1290 1293 29663 0 -1 1077944384 33 13328 0 0 0 0 4 3 20 0 15 0 474032518 11084148736 20595 33554432000 4194304 4196468 140733718342480 140155554653856 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1364] ppid=1290 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1364/stat : 1364 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032519 11084148736 20595 33554432000 4194304 4196468 140733718342480 140155117626608 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1365] ppid=1290 vsize=10824364 memory=2577987012097 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1365/stat : 1365 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032521 11084148736 20595 33554432000 4194304 4196468 140733718342480 140154810227152 140156230707099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1366] ppid=1290 vsize=10824364 memory=66508540 CPUtime=0.2 cores=0,2,4,6
/proc/1293/task/1366/stat : 1366 (java) R 1290 1293 29663 0 -1 4202560 927 13328 0 0 13 0 4 3 20 0 15 0 474032521 11084148736 20595 33554432000 4194304 4196468 140733718342480 140155198367984 140156214215096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1368] ppid=1290 vsize=10824364 memory=-8911111195610866036 CPUtime=0.21 cores=0,2,4,6
/proc/1293/task/1368/stat : 1368 (java) S 1290 1293 29663 0 -1 1077944384 670 13328 0 0 14 0 4 3 20 0 15 0 474032521 11084148736 20595 33554432000 4194304 4196468 140733718342480 140155197315440 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1369] ppid=1290 vsize=10824364 memory=4104 CPUtime=0.24 cores=0,2,4,6
/proc/1293/task/1369/stat : 1369 (java) S 1290 1293 29663 0 -1 1077944384 790 13328 0 0 17 0 4 3 20 0 15 0 474032521 11084148736 20595 33554432000 4194304 4196468 140733718342480 140155196262384 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1370] ppid=1290 vsize=10824364 memory=12040 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1370/stat : 1370 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032522 11084148736 20595 33554432000 4194304 4196468 140733718342480 140154776668512 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1371] ppid=1290 vsize=10824364 memory=2124 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1371/stat : 1371 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032522 11084148736 20595 33554432000 4194304 4196468 140733718342480 140155195210800 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82380 KiB

[startup+1.50082 s]
/proc/loadavg: 1.27 1.30 1.36 5/228 1371
/proc/meminfo: memFree=4746756/32770624 swapFree=66935820/67108860
[pid=1293] ppid=1290 vsize=10830584 memory=229672 CPUtime=3.45 cores=0,2,4,6
/proc/1293/stat : 1293 (java) S 1290 1293 29663 0 -1 1077944320 28845 13328 0 0 327 11 4 3 20 0 15 0 474032507 11090518016 57418 33554432000 4194304 4196468 140733718342480 140733718325024 140156230688503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
/proc/1293/statm: 2707646 57418 3574 1 0 2669709 0
[pid=1293/tid=1354] ppid=1290 vsize=10830584 memory=8112282956445269571 CPUtime=1.44 cores=0,2,4,6
/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 13689 13328 0 0 131 6 4 3 20 0 15 0 474032516 11090518016 57418 33554432000 4194304 4196468 140733718342480 140156202496240 140156214768990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=10830584 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 34 13328 0 0 0 0 4 3 20 0 15 0 474032517 11090518016 57418 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=10830584 memory=-1751206868705893467 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 11 13328 0 0 0 0 4 3 20 0 15 0 474032517 11090518016 57418 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=10830584 memory=280961594118808 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 208 13328 0 0 0 0 4 3 20 0 15 0 474032517 11090518016 57418 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=10830584 memory=288230583166042426 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 20 13328 0 0 0 0 4 3 20 0 15 0 474032517 11090518016 57418 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1361] ppid=1290 vsize=10830584 memory=14127844770973242 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1361/stat : 1361 (java) S 1290 1293 29663 0 -1 1077944384 94 13328 0 0 0 0 4 3 20 0 15 0 474032518 11090518016 57418 33554432000 4194304 4196468 140733718342480 140155555707632 140156230699650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1362] ppid=1290 vsize=10830584 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1362/stat : 1362 (java) S 1290 1293 29663 0 -1 1077944384 33 13328 0 0 0 0 4 3 20 0 15 0 474032518 11090518016 57418 33554432000 4194304 4196468 140733718342480 140155554653920 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1364] ppid=1290 vsize=10830584 memory=9171 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1364/stat : 1364 (java) S 1290 1293 29663 0 -1 1077944384 4 13328 0 0 0 0 4 3 20 0 15 0 474032519 11090518016 57418 33554432000 4194304 4196468 140733718342480 140155117626624 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1365] ppid=1290 vsize=10830584 memory=3273 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1365/stat : 1365 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032521 11090518016 57418 33554432000 4194304 4196468 140733718342480 140154810227152 140156230707099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1366] ppid=1290 vsize=10830584 memory=8696062347655094391 CPUtime=0.84 cores=0,2,4,6
/proc/1293/task/1366/stat : 1366 (java) S 1290 1293 29663 0 -1 1077944384 5155 13328 0 0 76 1 4 3 20 0 15 0 474032521 11090518016 57418 33554432000 4194304 4196468 140733718342480 140155198367984 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1368] ppid=1290 vsize=10830584 memory=6656426216303648864 CPUtime=0.81 cores=0,2,4,6
/proc/1293/task/1368/stat : 1368 (java) S 1290 1293 29663 0 -1 1077944384 5394 13328 0 0 74 0 4 3 20 0 15 0 474032521 11090518016 57418 33554432000 4194304 4196468 140733718342480 140155197315440 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1369] ppid=1290 vsize=10830584 memory=6944652177228980320 CPUtime=0.47 cores=0,2,4,6
/proc/1293/task/1369/stat : 1369 (java) S 1290 1293 29663 0 -1 1077944384 1994 13328 0 0 40 0 4 3 20 0 15 0 474032521 11090518016 57418 33554432000 4194304 4196468 140733718342480 140155196262384 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1370] ppid=1290 vsize=10830584 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1370/stat : 1370 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032522 11090518016 57418 33554432000 4194304 4196468 140733718342480 140154776668512 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1371] ppid=1290 vsize=10830584 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1371/stat : 1371 (java) S 1290 1293 29663 0 -1 1077944384 1 13328 0 0 0 0 4 3 20 0 15 0 474032522 11090518016 57418 33554432000 4194304 4196468 140733718342480 140155195210800 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 10830584 KiB

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

/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 141303 13328 0 0 235947 71 4 3 20 0 15 0 474032516 11107315712 187800 33554432000 4194304 4196468 140733718342480 140156202523360 140155807979203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=10846988 memory=755824 CPUtime=15.05 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 34831 13328 0 0 1443 55 4 3 20 0 15 0 474032517 11107315712 187800 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=10846988 memory=752232 CPUtime=15.08 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 33780 13328 0 0 1444 57 4 3 20 0 15 0 474032517 11107315712 187800 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=10846988 memory=55600 CPUtime=15.05 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 32628 13328 0 0 1441 57 4 3 20 0 15 0 474032517 11107315712 187800 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=10846988 memory=750692 CPUtime=15.05 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 32532 13328 0 0 1442 56 4 3 20 0 15 0 474032517 11107315712 187800 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1361] ppid=1290 vsize=10846988 memory=751200 CPUtime=4.61 cores=0,2,4,6
/proc/1293/task/1361/stat : 1361 (java) S 1290 1293 29663 0 -1 1077944384 20286 13328 0 0 392 62 4 3 20 0 15 0 474032518 11107315712 187800 33554432000 4194304 4196468 140733718342480 140155555707632 140156230699650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1362] ppid=1290 vsize=10846988 memory=751720 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1362/stat : 1362 (java) S 1290 1293 29663 0 -1 1077944384 41 13328 0 0 0 0 4 3 20 0 15 0 474032518 11107315712 187800 33554432000 4194304 4196468 140733718342480 140155554653920 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1364] ppid=1290 vsize=10846988 memory=750692 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1364/stat : 1364 (java) S 1290 1293 29663 0 -1 1077944384 7 13328 0 0 0 0 4 3 20 0 15 0 474032519 11107315712 187800 33554432000 4194304 4196468 140733718342480 140155117626624 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1365] ppid=1290 vsize=10846988 memory=280961595669504 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1365/stat : 1365 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032521 11107315712 187800 33554432000 4194304 4196468 140733718342480 140154810227152 140156230707099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1366] ppid=1290 vsize=10846988 memory=751200 CPUtime=7.49 cores=0,2,4,6
/proc/1293/task/1366/stat : 1366 (java) S 1290 1293 29663 0 -1 1077944384 18863 13328 0 0 739 3 4 3 20 0 15 0 474032521 11107315712 187800 33554432000 4194304 4196468 140733718342480 140155198367984 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1368] ppid=1290 vsize=10846988 memory=780 CPUtime=7.54 cores=0,2,4,6
/proc/1293/task/1368/stat : 1368 (java) S 1290 1293 29663 0 -1 1077944384 21763 13328 0 0 744 3 4 3 20 0 15 0 474032521 11107315712 187800 33554432000 4194304 4196468 140733718342480 140155197315440 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1369] ppid=1290 vsize=10846988 memory=751720 CPUtime=2.6 cores=0,2,4,6
/proc/1293/task/1369/stat : 1369 (java) S 1290 1293 29663 0 -1 1077944384 15592 13328 0 0 249 4 4 3 20 0 15 0 474032521 11107315712 187800 33554432000 4194304 4196468 140733718342480 140155196262384 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1370] ppid=1290 vsize=10846988 memory=3512 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1370/stat : 1370 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032522 11107315712 187800 33554432000 4194304 4196468 140733718342480 140154776668512 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1371] ppid=1290 vsize=10846988 memory=750180 CPUtime=1.5 cores=0,2,4,6
/proc/1293/task/1371/stat : 1371 (java) S 1290 1293 29663 0 -1 1077944384 1209 13328 0 0 70 73 4 3 20 0 15 0 474032522 11107315712 187800 33554432000 4194304 4196468 140733718342480 140155195210800 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 2443.72 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 751200 KiB

[startup+2442.3 s]
/proc/loadavg: 1.44 1.44 1.40 3/229 1730
/proc/meminfo: memFree=2612300/32770624 swapFree=66935828/67108860
[pid=1293] ppid=1290 vsize=10846988 memory=814064 CPUtime=2505.07 cores=0,2,4,6
/proc/1293/stat : 1293 (java) S 1290 1293 29663 0 -1 1077944320 370878 13328 0 0 250078 422 4 3 20 0 15 0 474032507 11107315712 203516 33554432000 4194304 4196468 140733718342480 140733718325024 140156230688503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
/proc/1293/statm: 2711747 203516 3642 1 0 2673805 0
[pid=1293/tid=1354] ppid=1290 vsize=10846988 memory=816628 CPUtime=2419.6 cores=0,2,4,6
/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 152848 13328 0 0 241879 74 4 3 20 0 15 0 474032516 11107315712 203516 33554432000 4194304 4196468 140733718342480 140156202523584 140155825566999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=10846988 memory=800948 CPUtime=15.52 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 36115 13328 0 0 1487 58 4 3 20 0 15 0 474032517 11107315712 203516 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=10846988 memory=777148 CPUtime=15.54 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 34817 13328 0 0 1488 59 4 3 20 0 15 0 474032517 11107315712 203516 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=10846988 memory=795304 CPUtime=15.5 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 33343 13328 0 0 1483 60 4 3 20 0 15 0 474032517 11107315712 203516 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=10846988 memory=793984 CPUtime=15.51 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 33674 13328 0 0 1486 58 4 3 20 0 15 0 474032517 11107315712 203516 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1361] ppid=1290 vsize=10846988 memory=824644 CPUtime=4.73 cores=0,2,4,6
/proc/1293/task/1361/stat : 1361 (java) S 1290 1293 29663 0 -1 1077944384 20385 13328 0 0 402 64 4 3 20 0 15 0 474032518 11107315712 203516 33554432000 4194304 4196468 140733718342480 140155555707632 140156230699650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1362] ppid=1290 vsize=10846988 memory=825352 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1362/stat : 1362 (java) S 1290 1293 29663 0 -1 1077944384 41 13328 0 0 0 0 4 3 20 0 15 0 474032518 11107315712 203516 33554432000 4194304 4196468 140733718342480 140155554653920 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1364] ppid=1290 vsize=10846988 memory=817144 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1364/stat : 1364 (java) S 1290 1293 29663 0 -1 1077944384 7 13328 0 0 0 0 4 3 20 0 15 0 474032519 11107315712 203516 33554432000 4194304 4196468 140733718342480 140155117626624 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1365] ppid=1290 vsize=10846988 memory=814576 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1365/stat : 1365 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032521 11107315712 203516 33554432000 4194304 4196468 140733718342480 140154810227152 140156230707099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1366] ppid=1290 vsize=10846988 memory=814064 CPUtime=7.49 cores=0,2,4,6
/proc/1293/task/1366/stat : 1366 (java) S 1290 1293 29663 0 -1 1077944384 18865 13328 0 0 739 3 4 3 20 0 15 0 474032521 11107315712 203516 33554432000 4194304 4196468 140733718342480 140155198367984 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1368] ppid=1290 vsize=10846988 memory=0 CPUtime=7.54 cores=0,2,4,6
/proc/1293/task/1368/stat : 1368 (java) S 1290 1293 29663 0 -1 1077944384 21765 13328 0 0 744 3 4 3 20 0 15 0 474032521 11107315712 203516 33554432000 4194304 4196468 140733718342480 140155197315440 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1369] ppid=1290 vsize=10846988 memory=814576 CPUtime=2.61 cores=0,2,4,6
/proc/1293/task/1369/stat : 1369 (java) S 1290 1293 29663 0 -1 1077944384 15594 13328 0 0 250 4 4 3 20 0 15 0 474032521 11107315712 203516 33554432000 4194304 4196468 140733718342480 140155196262384 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1370] ppid=1290 vsize=10846988 memory=817144 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1370/stat : 1370 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032522 11107315712 203516 33554432000 4194304 4196468 140733718342480 140154776668512 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1371] ppid=1290 vsize=10846988 memory=819708 CPUtime=1.54 cores=0,2,4,6
/proc/1293/task/1371/stat : 1371 (java) S 1290 1293 29663 0 -1 1077944384 1215 13328 0 0 72 75 4 3 20 0 15 0 474032522 11107315712 203516 33554432000 4194304 4196468 140733718342480 140155195210800 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 2505.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 814064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.9 s]
/proc/loadavg: 1.41 1.44 1.40 3/228 1730
/proc/meminfo: memFree=2713576/32770624 swapFree=66935828/67108860
[pid=1293] ppid=1290 vsize=10846988 memory=788152 CPUtime=2520 cores=0,2,4,6
/proc/1293/stat : 1293 (java) S 1290 1293 29663 0 -1 1077944320 371834 13328 0 0 251570 423 4 3 20 0 15 0 474032507 11107315712 197038 33554432000 4194304 4196468 140733718342480 140733718325024 140156230688503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
/proc/1293/statm: 2711747 197038 3642 1 0 2673805 0
[pid=1293/tid=1354] ppid=1290 vsize=10846988 memory=791232 CPUtime=2434.03 cores=0,2,4,6
/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 153068 13328 0 0 243322 74 4 3 20 0 15 0 474032516 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156202523936 140155806627673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=10846988 memory=3512 CPUtime=15.63 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 36429 13328 0 0 1498 58 4 3 20 0 15 0 474032517 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=10846988 memory=790720 CPUtime=15.67 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 34891 13328 0 0 1500 60 4 3 20 0 15 0 474032517 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=10846988 memory=55600 CPUtime=15.62 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 33349 13328 0 0 1495 60 4 3 20 0 15 0 474032517 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=10846988 memory=795336 CPUtime=15.62 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 33825 13328 0 0 1497 58 4 3 20 0 15 0 474032517 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1361] ppid=1290 vsize=10846988 memory=800980 CPUtime=4.76 cores=0,2,4,6
/proc/1293/task/1361/stat : 1361 (java) S 1290 1293 29663 0 -1 1077944384 20564 13328 0 0 405 64 4 3 20 0 15 0 474032518 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155555707632 140156230699650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1362] ppid=1290 vsize=10846988 memory=797388 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1362/stat : 1362 (java) S 1290 1293 29663 0 -1 1077944384 41 13328 0 0 0 0 4 3 20 0 15 0 474032518 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155554653920 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1364] ppid=1290 vsize=10846988 memory=825352 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1364/stat : 1364 (java) S 1290 1293 29663 0 -1 1077944384 7 13328 0 0 0 0 4 3 20 0 15 0 474032519 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155117626624 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1365] ppid=1290 vsize=10846988 memory=793984 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1365/stat : 1365 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032521 11107315712 197038 33554432000 4194304 4196468 140733718342480 140154810227152 140156230707099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1366] ppid=1290 vsize=10846988 memory=800948 CPUtime=7.49 cores=0,2,4,6
/proc/1293/task/1366/stat : 1366 (java) S 1290 1293 29663 0 -1 1077944384 18865 13328 0 0 739 3 4 3 20 0 15 0 474032521 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155198367984 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1368] ppid=1290 vsize=10846988 memory=816628 CPUtime=7.54 cores=0,2,4,6
/proc/1293/task/1368/stat : 1368 (java) S 1290 1293 29663 0 -1 1077944384 21765 13328 0 0 744 3 4 3 20 0 15 0 474032521 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155197315440 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1369] ppid=1290 vsize=10846988 memory=799440 CPUtime=2.61 cores=0,2,4,6
/proc/1293/task/1369/stat : 1369 (java) S 1290 1293 29663 0 -1 1077944384 15594 13328 0 0 250 4 4 3 20 0 15 0 474032521 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155196262384 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1370] ppid=1290 vsize=10846988 memory=789180 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1370/stat : 1370 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032522 11107315712 197038 33554432000 4194304 4196468 140733718342480 140154776668512 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1371] ppid=1290 vsize=10846988 memory=788668 CPUtime=1.55 cores=0,2,4,6
/proc/1293/task/1371/stat : 1371 (java) S 1290 1293 29663 0 -1 1077944384 1227 13328 0 0 73 75 4 3 20 0 15 0 474032522 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155195210800 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 788152 KiB

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

[startup+2456.93 s]
# the end of solver process 1293 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.77 s, system=4.28514 s

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

[startup+2456.9 s]
/proc/loadavg: 1.41 1.44 1.40 3/228 1730
/proc/meminfo: memFree=2713576/32770624 swapFree=66935828/67108860
[pid=1293] ppid=1290 vsize=10846988 memory=788152 CPUtime=2520 cores=0,2,4,6
/proc/1293/stat : 1293 (java) S 1290 1293 29663 0 -1 1077944320 371834 13328 0 0 251570 423 4 3 20 0 15 0 474032507 11107315712 197038 33554432000 4194304 4196468 140733718342480 140733718325024 140156230688503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
/proc/1293/statm: 2711747 197038 3642 1 0 2673805 0
[pid=1293/tid=1354] ppid=1290 vsize=10846988 memory=791232 CPUtime=2434.03 cores=0,2,4,6
/proc/1293/task/1354/stat : 1354 (java) R 1290 1293 29663 0 -1 4202560 153068 13328 0 0 243322 74 4 3 20 0 15 0 474032516 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156202523936 140155806627673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1356] ppid=1290 vsize=10846988 memory=3512 CPUtime=15.63 cores=0,2,4,6
/proc/1293/task/1356/stat : 1356 (java) S 1290 1293 29663 0 -1 1077944384 36429 13328 0 0 1498 58 4 3 20 0 15 0 474032517 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156234930704 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1357] ppid=1290 vsize=10846988 memory=790720 CPUtime=15.67 cores=0,2,4,6
/proc/1293/task/1357/stat : 1357 (java) S 1290 1293 29663 0 -1 1077944384 34891 13328 0 0 1500 60 4 3 20 0 15 0 474032517 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156133821072 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1358] ppid=1290 vsize=10846988 memory=55600 CPUtime=15.62 cores=0,2,4,6
/proc/1293/task/1358/stat : 1358 (java) S 1290 1293 29663 0 -1 1077944384 33349 13328 0 0 1495 60 4 3 20 0 15 0 474032517 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156132768016 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1360] ppid=1290 vsize=10846988 memory=795336 CPUtime=15.62 cores=0,2,4,6
/proc/1293/task/1360/stat : 1360 (java) S 1290 1293 29663 0 -1 1077944384 33825 13328 0 0 1497 58 4 3 20 0 15 0 474032517 11107315712 197038 33554432000 4194304 4196468 140733718342480 140156131715472 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1361] ppid=1290 vsize=10846988 memory=800980 CPUtime=4.76 cores=0,2,4,6
/proc/1293/task/1361/stat : 1361 (java) S 1290 1293 29663 0 -1 1077944384 20564 13328 0 0 405 64 4 3 20 0 15 0 474032518 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155555707632 140156230699650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1362] ppid=1290 vsize=10846988 memory=797388 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1362/stat : 1362 (java) S 1290 1293 29663 0 -1 1077944384 41 13328 0 0 0 0 4 3 20 0 15 0 474032518 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155554653920 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1364] ppid=1290 vsize=10846988 memory=825352 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1364/stat : 1364 (java) S 1290 1293 29663 0 -1 1077944384 7 13328 0 0 0 0 4 3 20 0 15 0 474032519 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155117626624 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1365] ppid=1290 vsize=10846988 memory=793984 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1365/stat : 1365 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032521 11107315712 197038 33554432000 4194304 4196468 140733718342480 140154810227152 140156230707099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1366] ppid=1290 vsize=10846988 memory=800948 CPUtime=7.49 cores=0,2,4,6
/proc/1293/task/1366/stat : 1366 (java) S 1290 1293 29663 0 -1 1077944384 18865 13328 0 0 739 3 4 3 20 0 15 0 474032521 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155198367984 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1368] ppid=1290 vsize=10846988 memory=816628 CPUtime=7.54 cores=0,2,4,6
/proc/1293/task/1368/stat : 1368 (java) S 1290 1293 29663 0 -1 1077944384 21765 13328 0 0 744 3 4 3 20 0 15 0 474032521 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155197315440 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1369] ppid=1290 vsize=10846988 memory=799440 CPUtime=2.61 cores=0,2,4,6
/proc/1293/task/1369/stat : 1369 (java) S 1290 1293 29663 0 -1 1077944384 15594 13328 0 0 250 4 4 3 20 0 15 0 474032521 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155196262384 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1370] ppid=1290 vsize=10846988 memory=789180 CPUtime=0.07 cores=0,2,4,6
/proc/1293/task/1370/stat : 1370 (java) S 1290 1293 29663 0 -1 1077944384 3 13328 0 0 0 0 4 3 20 0 15 0 474032522 11107315712 197038 33554432000 4194304 4196468 140733718342480 140154776668512 140156230698709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
[pid=1293/tid=1371] ppid=1290 vsize=10846988 memory=788668 CPUtime=1.55 cores=0,2,4,6
/proc/1293/task/1371/stat : 1371 (java) S 1290 1293 29663 0 -1 1077944384 1227 13328 0 0 73 75 4 3 20 0 15 0 474032522 11107315712 197038 33554432000 4194304 4196468 140733718342480 140155195210800 140156230699650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 14118912 140733718350435 140733718353077 140733718353077 140733718355919 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 788152 KiB

Child status: 143
Real time (s): 2456.93
CPU time (s): 2520.06
CPU user time (s): 2515.77
CPU system time (s): 4.28514
CPU usage (%): 102.569
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2737852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.77
system time used= 4.28514
maximum resident set size= 2738368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149187
involuntary context switches= 6956


# summary of solver processes directly reported to runsolver:
#   pid: 1293
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.77
#   total CPU system time (s): 4.28514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5833 second user time and 22.4776 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 14:05:43
IDJOB=4402659
IDBENCH=135026
IDSOLVER=2861
FILE ID=node147/4402659-1568981187
RUNJOBID= node147-1568967593-29694
PBS_JOBID= 21704613
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402659-1568981187/watcher-4402659-1568981187 -o /var/tmp/evaluation-result-4402659-1568981187/solver-4402659-1568981187 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29694 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1715534215 HOME/instance-4402659-1568981187.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=1715534215

node147.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.52
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.52
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.52
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.52
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:         4865764 kB
MemAvailable:   30887032 kB
Buffers:          147268 kB
Cached:         25798664 kB
SwapCached:        68668 kB
Active:         13826648 kB
Inactive:       13089308 kB
Active(anon):     900520 kB
Inactive(anon):   118348 kB
Active(file):   12926128 kB
Inactive(file): 12970960 kB
Unevictable:      109104 kB
Mlocked:          109104 kB
SwapTotal:      67108860 kB
SwapFree:       66935820 kB
Dirty:             35812 kB
Writeback:             0 kB
AnonPages:       1012244 kB
Mapped:            65840 kB
Shmem:             40772 kB
Slab:             582224 kB
SReclaimable:     552640 kB
SUnreclaim:        29584 kB
KernelStack:        3792 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2181368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node147 at 2019-09-20 14:46:40