Trace number 4396012

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.2? (TO) 2520.13 2465.99

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K146.xml
MD5SUM4266c7f8eabadceca7159896250ebd53
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables17374
Number of constraints17668
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":17374}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":274},{"degree":5,"count":1783},{"degree":6,"count":7809},{"degree":7,"count":4765},{"degree":8,"count":1875},{"degree":9,"count":578},{"degree":10,"count":144},{"degree":11,"count":1},{"degree":12,"count":144}]
Minimum constraint arity1
Maximum constraint arity146
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1885},{"arity":3,"count":7830},{"arity":4,"count":4785},{"arity":5,"count":2030},{"arity":6,"count":435},{"arity":7,"count":145},{"arity":9,"count":145},{"arity":119,"count":292},{"arity":146,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":17668}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396012-1568407243/watcher-4396012-1568407243 -o /tmp/evaluation-result-4396012-1568407243/solver-4396012-1568407243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32744 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=611320505 HOME/instance-4396012-1568407243.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=1830, runsolver pid=1827

[startup+0.100129 s]*
/proc/loadavg: 2.03 1.55 1.45 3/218 1887
/proc/meminfo: memFree=30176628/32770624 swapFree=66932092/67108860
[pid=1830] ppid=1827 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/1830/stat : 1830 (java) S 1827 1830 32713 0 -1 1077944320 4298 13328 0 0 1 0 5 3 20 0 6 0 416992208 10212057088 4583 33554432000 4194304 4196468 140732325332320 140732325314864 140461849779959 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
/proc/1830/statm: 2493178 4583 1931 1 0 2481616 0
[pid=1830/tid=1883] ppid=1827 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 2122 13328 0 0 0 0 5 3 20 0 6 0 416992217 10212057088 4583 33554432000 4194304 4196468 140732325332320 140461821616720 140461849801885 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 6 0 416992218 10212057088 4583 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=9972712 memory=140376707573376 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 6 0 416992218 10212057088 4583 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 6 0 416992218 10212057088 4583 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 6 0 416992218 10212057088 4583 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.211713 s]*
/proc/loadavg: 2.03 1.55 1.45 3/227 1896
/proc/meminfo: memFree=30158432/32770624 swapFree=66932092/67108860
[pid=1830] ppid=1827 vsize=10819664 memory=38248 CPUtime=0.26 cores=0,2,4,6
/proc/1830/stat : 1830 (java) S 1827 1830 32713 0 -1 1077944320 6902 13328 0 0 17 1 5 3 20 0 15 0 416992208 11079335936 9562 33554432000 4194304 4196468 140732325332320 140732325314864 140461849779959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
/proc/1830/statm: 2704916 9562 3158 1 0 2667149 0
[pid=1830/tid=1883] ppid=1827 vsize=10819664 memory=-8171376296011865461 CPUtime=0.19 cores=0,2,4,6
/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 3391 13328 0 0 11 0 5 3 20 0 15 0 416992217 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461821606368 140461833860446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=10819664 memory=140376707573376 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 416992218 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1888] ppid=1827 vsize=10819664 memory=140376707573376 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1888/stat : 1888 (java) S 1827 1830 32713 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 416992220 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461309123184 140461849791106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1889] ppid=1827 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1889/stat : 1889 (java) S 1827 1830 32713 0 -1 1077944384 33 13328 0 0 0 0 5 3 20 0 15 0 416992220 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461308069152 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1890] ppid=1827 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1890/stat : 1890 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992220 11079335936 9562 33554432000 4194304 4196468 140732325332320 140460731393648 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1891] ppid=1827 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1891/stat : 1891 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11079335936 9562 33554432000 4194304 4196468 140732325332320 140460423993936 140461849798555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1892] ppid=1827 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1830/task/1892/stat : 1892 (java) S 1827 1830 32713 0 -1 1077944384 343 13328 0 0 1 0 5 3 20 0 15 0 416992223 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461274511472 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1893] ppid=1827 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1830/task/1893/stat : 1893 (java) R 1827 1830 32713 0 -1 4202560 316 13328 0 0 1 0 5 3 20 0 15 0 416992223 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461273458672 140461849801306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1894] ppid=1827 vsize=10819664 memory=140376707573376 CPUtime=0.11 cores=0,2,4,6
/proc/1830/task/1894/stat : 1894 (java) S 1827 1830 32713 0 -1 1077944384 609 13328 0 0 3 0 5 3 20 0 15 0 416992223 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461272406512 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1895] ppid=1827 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1895/stat : 1895 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11079335936 9562 33554432000 4194304 4196468 140732325332320 140460390435296 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1896] ppid=1827 vsize=10819664 memory=140376707573376 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1896/stat : 1896 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992223 11079335936 9562 33554432000 4194304 4196468 140732325332320 140461271354288 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38248 KiB

[startup+0.31112 s]*
/proc/loadavg: 2.03 1.55 1.45 3/227 1896
/proc/meminfo: memFree=30144340/32770624 swapFree=66932092/67108860
[pid=1830] ppid=1827 vsize=10820148 memory=50404 CPUtime=0.4 cores=0,2,4,6
/proc/1830/stat : 1830 (java) S 1827 1830 32713 0 -1 1077944320 10344 13328 0 0 29 3 5 3 20 0 15 0 416992208 11079831552 12601 33554432000 4194304 4196468 140732325332320 140732325314864 140461849779959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
/proc/1830/statm: 2705037 12601 3290 1 0 2667149 0
[pid=1830/tid=1883] ppid=1827 vsize=10820148 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 6810 13328 0 0 19 2 5 3 20 0 15 0 416992217 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461821583424 140461835460149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=10820148 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=10820148 memory=35809 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 416992218 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1888] ppid=1827 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1888/stat : 1888 (java) S 1827 1830 32713 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 416992220 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461309123184 140461849791106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1889] ppid=1827 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1889/stat : 1889 (java) S 1827 1830 32713 0 -1 1077944384 33 13328 0 0 0 0 5 3 20 0 15 0 416992220 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461308069152 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1890] ppid=1827 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1890/stat : 1890 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992220 11079831552 12601 33554432000 4194304 4196468 140732325332320 140460731393648 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1891] ppid=1827 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1891/stat : 1891 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11079831552 12601 33554432000 4194304 4196468 140732325332320 140460423993936 140461849798555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1892] ppid=1827 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1830/task/1892/stat : 1892 (java) S 1827 1830 32713 0 -1 1077944384 343 13328 0 0 1 0 5 3 20 0 15 0 416992223 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461274511472 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1893] ppid=1827 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1830/task/1893/stat : 1893 (java) S 1827 1830 32713 0 -1 1077944384 326 13328 0 0 2 0 5 3 20 0 15 0 416992223 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461273458672 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1894] ppid=1827 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1830/task/1894/stat : 1894 (java) S 1827 1830 32713 0 -1 1077944384 618 13328 0 0 5 0 5 3 20 0 15 0 416992223 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461272406384 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1895] ppid=1827 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1895/stat : 1895 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11079831552 12601 33554432000 4194304 4196468 140732325332320 140460390435296 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1896] ppid=1827 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1896/stat : 1896 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992223 11079831552 12601 33554432000 4194304 4196468 140732325332320 140461271354288 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50404 KiB

[startup+0.70077 s]
/proc/loadavg: 2.03 1.55 1.45 3/227 1896
/proc/meminfo: memFree=30130032/32770624 swapFree=66932092/67108860
[pid=1830] ppid=1827 vsize=10824360 memory=82732 CPUtime=1.14 cores=0,2,4,6
/proc/1830/stat : 1830 (java) S 1827 1830 32713 0 -1 1077944320 14429 13328 0 0 101 5 5 3 20 0 15 0 416992208 11084144640 20683 33554432000 4194304 4196468 140732325332320 140732325314864 140461849779959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
/proc/1830/statm: 2706090 20683 3504 1 0 2668173 0
[pid=1830/tid=1883] ppid=1827 vsize=10824360 memory=988 CPUtime=0.67 cores=0,2,4,6
/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 9606 13328 0 0 55 4 5 3 20 0 15 0 416992217 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461821588936 140461833860446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=10824360 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=10824360 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992218 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 416992218 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1888] ppid=1827 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1888/stat : 1888 (java) S 1827 1830 32713 0 -1 1077944384 5 13328 0 0 0 0 5 3 20 0 15 0 416992220 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461309123184 140461849791106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1889] ppid=1827 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1889/stat : 1889 (java) S 1827 1830 32713 0 -1 1077944384 33 13328 0 0 0 0 5 3 20 0 15 0 416992220 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461308069152 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1890] ppid=1827 vsize=10824360 memory=19265 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1890/stat : 1890 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992220 11084144640 20683 33554432000 4194304 4196468 140732325332320 140460731393648 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1891] ppid=1827 vsize=10824360 memory=280753153769712 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1891/stat : 1891 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11084144640 20683 33554432000 4194304 4196468 140732325332320 140460423993936 140461849798555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1892] ppid=1827 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/1830/task/1892/stat : 1892 (java) R 1827 1830 32713 0 -1 4202560 901 13328 0 0 11 0 5 3 20 0 15 0 416992223 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461274511472 140461835809885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1893] ppid=1827 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/1830/task/1893/stat : 1893 (java) S 1827 1830 32713 0 -1 1077944384 894 13328 0 0 16 0 5 3 20 0 15 0 416992223 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461273458672 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1894] ppid=1827 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/1830/task/1894/stat : 1894 (java) S 1827 1830 32713 0 -1 1077944384 771 13328 0 0 17 0 5 3 20 0 15 0 416992223 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461272406384 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1895] ppid=1827 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1895/stat : 1895 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11084144640 20683 33554432000 4194304 4196468 140732325332320 140460390435296 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1896] ppid=1827 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1896/stat : 1896 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992223 11084144640 20683 33554432000 4194304 4196468 140732325332320 140461271354288 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82732 KiB

[startup+1.50908 s]
/proc/loadavg: 2.03 1.55 1.45 6/227 1896
/proc/meminfo: memFree=30049308/32770624 swapFree=66932092/67108860
[pid=1830] ppid=1827 vsize=10826484 memory=238528 CPUtime=3.73 cores=0,2,4,6
/proc/1830/stat : 1830 (java) S 1827 1830 32713 0 -1 1077944320 22045 13328 0 0 352 13 5 3 20 0 15 0 416992208 11086319616 59632 33554432000 4194304 4196468 140732325332320 140732325314864 140461849779959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
/proc/1830/statm: 2706621 59632 3587 1 0 2668685 0
[pid=1830/tid=1883] ppid=1827 vsize=10826484 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 10997 13328 0 0 128 6 5 3 20 0 15 0 416992217 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461821615328 140461833860446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=10826484 memory=7589503725372330069 CPUtime=0.1 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 334 13328 0 0 1 1 5 3 20 0 15 0 416992218 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=10826484 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 12 13328 0 0 0 0 5 3 20 0 15 0 416992218 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=10826484 memory=7598811100138176585 CPUtime=0.1 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 100 13328 0 0 1 1 5 3 20 0 15 0 416992218 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=10826484 memory=21437 CPUtime=0.11 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 71 13328 0 0 2 1 5 3 20 0 15 0 416992218 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1888] ppid=1827 vsize=10826484 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1888/stat : 1888 (java) S 1827 1830 32713 0 -1 1077944384 98 13328 0 0 0 0 5 3 20 0 15 0 416992220 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461309123184 140461849791106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1889] ppid=1827 vsize=10826484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1889/stat : 1889 (java) S 1827 1830 32713 0 -1 1077944384 33 13328 0 0 0 0 5 3 20 0 15 0 416992220 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461308069216 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1890] ppid=1827 vsize=10826484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1890/stat : 1890 (java) S 1827 1830 32713 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 416992220 11086319616 59632 33554432000 4194304 4196468 140732325332320 140460731393664 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1891] ppid=1827 vsize=10826484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1891/stat : 1891 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11086319616 59632 33554432000 4194304 4196468 140732325332320 140460423993936 140461849798555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1892] ppid=1827 vsize=10826484 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/1830/task/1892/stat : 1892 (java) R 1827 1830 32713 0 -1 4202560 2532 13328 0 0 83 0 5 3 20 0 15 0 416992223 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461274500144 140461835758805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1893] ppid=1827 vsize=10826484 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/1830/task/1893/stat : 1893 (java) R 1827 1830 32713 0 -1 4202560 3068 13328 0 0 87 0 5 3 20 0 15 0 416992223 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461273445240 140461828950192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1894] ppid=1827 vsize=10826484 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/1830/task/1894/stat : 1894 (java) S 1827 1830 32713 0 -1 1077944384 2587 13328 0 0 45 0 5 3 20 0 15 0 416992223 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461272406384 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1895] ppid=1827 vsize=10826484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1895/stat : 1895 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11086319616 59632 33554432000 4194304 4196468 140732325332320 140460390435296 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1896] ppid=1827 vsize=10826484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1896/stat : 1896 (java) S 1827 1830 32713 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 416992223 11086319616 59632 33554432000 4194304 4196468 140732325332320 140461271354288 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 3.73 s
Current children cumulated vsize: 10826484 KiB

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

/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 148865 13328 0 0 236775 56 5 3 20 0 15 0 416992217 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461821614848 140461423552437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=10846984 memory=1660340 CPUtime=9.47 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 40013 13328 0 0 887 52 5 3 20 0 15 0 416992218 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=10846984 memory=1619300 CPUtime=9.39 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 35605 13328 0 0 881 50 5 3 20 0 15 0 416992218 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=10846984 memory=1630584 CPUtime=9.43 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 29496 13328 0 0 883 52 5 3 20 0 15 0 416992218 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=10846984 memory=1659312 CPUtime=9.37 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 35901 13328 0 0 876 53 5 3 20 0 15 0 416992218 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1888] ppid=1827 vsize=10846984 memory=1633664 CPUtime=3.01 cores=0,2,4,6
/proc/1830/task/1888/stat : 1888 (java) S 1827 1830 32713 0 -1 1077944384 32717 13328 0 0 263 30 5 3 20 0 15 0 416992220 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461309123184 140461849791106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1889] ppid=1827 vsize=10846984 memory=1601856 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1889/stat : 1889 (java) S 1827 1830 32713 0 -1 1077944384 54 13328 0 0 0 0 5 3 20 0 15 0 416992220 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461308069216 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1890] ppid=1827 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1890/stat : 1890 (java) S 1827 1830 32713 0 -1 1077944384 8 13328 0 0 0 0 5 3 20 0 15 0 416992220 11107311616 399951 33554432000 4194304 4196468 140732325332320 140460731393664 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1891] ppid=1827 vsize=10846984 memory=1599804 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1891/stat : 1891 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11107311616 399951 33554432000 4194304 4196468 140732325332320 140460423993936 140461849798555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1892] ppid=1827 vsize=10846984 memory=1599804 CPUtime=11.45 cores=0,2,4,6
/proc/1830/task/1892/stat : 1892 (java) S 1827 1830 32713 0 -1 1077944384 46259 13328 0 0 1130 7 5 3 20 0 15 0 416992223 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461274511472 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1893] ppid=1827 vsize=10846984 memory=1604420 CPUtime=10.9 cores=0,2,4,6
/proc/1830/task/1893/stat : 1893 (java) S 1827 1830 32713 0 -1 1077944384 42675 13328 0 0 1077 5 5 3 20 0 15 0 416992223 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461273458672 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1894] ppid=1827 vsize=10846984 memory=1608012 CPUtime=3.03 cores=0,2,4,6
/proc/1830/task/1894/stat : 1894 (java) S 1827 1830 32713 0 -1 1077944384 29635 13328 0 0 288 7 5 3 20 0 15 0 416992223 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461272406384 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1895] ppid=1827 vsize=10846984 memory=1600832 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1895/stat : 1895 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11107311616 399951 33554432000 4194304 4196468 140732325332320 140460390435296 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1896] ppid=1827 vsize=10846984 memory=3620 CPUtime=1.39 cores=0,2,4,6
/proc/1830/task/1896/stat : 1896 (java) S 1827 1830 32713 0 -1 1077944384 3455 13328 0 0 63 68 5 3 20 0 15 0 416992223 11107311616 399951 33554432000 4194304 4196468 140732325332320 140461271354288 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 2435.22 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1599804 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.42 1.45 3/226 2279
/proc/meminfo: memFree=27950276/32770624 swapFree=66932096/67108860
[pid=1830] ppid=1827 vsize=10846984 memory=1521828 CPUtime=2496.09 cores=0,2,4,6
/proc/1830/stat : 1830 (java) S 1827 1830 32713 0 -1 1077944320 448627 13328 0 0 249238 363 5 3 20 0 15 0 416992208 11107311616 380457 33554432000 4194304 4196468 140732325332320 140732325314864 140461849779959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
/proc/1830/statm: 2711746 380457 3642 1 0 2673805 0
[pid=1830/tid=1883] ppid=1827 vsize=10846984 memory=1523368 CPUtime=2427.89 cores=0,2,4,6
/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 149427 13328 0 0 242725 56 5 3 20 0 15 0 416992217 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461821615168 140461439739538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=10846984 memory=1521828 CPUtime=9.76 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 40279 13328 0 0 916 52 5 3 20 0 15 0 416992218 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=10846984 memory=1522340 CPUtime=9.7 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 35806 13328 0 0 911 51 5 3 20 0 15 0 416992218 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=10846984 memory=1523368 CPUtime=9.74 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 29755 13328 0 0 913 53 5 3 20 0 15 0 416992218 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=10846984 memory=1595700 CPUtime=9.67 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 36118 13328 0 0 905 54 5 3 20 0 15 0 416992218 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1888] ppid=1827 vsize=10846984 memory=1563896 CPUtime=3.14 cores=0,2,4,6
/proc/1830/task/1888/stat : 1888 (java) S 1827 1830 32713 0 -1 1077944384 32920 13328 0 0 274 32 5 3 20 0 15 0 416992220 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461309123184 140461849791106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1889] ppid=1827 vsize=10846984 memory=1561844 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1889/stat : 1889 (java) S 1827 1830 32713 0 -1 1077944384 54 13328 0 0 0 0 5 3 20 0 15 0 416992220 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461308069216 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1890] ppid=1827 vsize=10846984 memory=1535168 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1890/stat : 1890 (java) S 1827 1830 32713 0 -1 1077944384 8 13328 0 0 0 0 5 3 20 0 15 0 416992220 11107311616 380457 33554432000 4194304 4196468 140732325332320 140460731393664 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1891] ppid=1827 vsize=10846984 memory=1532600 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1891/stat : 1891 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11107311616 380457 33554432000 4194304 4196468 140732325332320 140460423993936 140461849798555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1892] ppid=1827 vsize=10846984 memory=1525420 CPUtime=11.45 cores=0,2,4,6
/proc/1830/task/1892/stat : 1892 (java) S 1827 1830 32713 0 -1 1077944384 46261 13328 0 0 1130 7 5 3 20 0 15 0 416992223 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461274511472 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1893] ppid=1827 vsize=10846984 memory=1524392 CPUtime=10.9 cores=0,2,4,6
/proc/1830/task/1893/stat : 1893 (java) S 1827 1830 32713 0 -1 1077944384 42677 13328 0 0 1077 5 5 3 20 0 15 0 416992223 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461273458672 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1894] ppid=1827 vsize=10846984 memory=1521828 CPUtime=3.03 cores=0,2,4,6
/proc/1830/task/1894/stat : 1894 (java) S 1827 1830 32713 0 -1 1077944384 29637 13328 0 0 288 7 5 3 20 0 15 0 416992223 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461272406384 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1895] ppid=1827 vsize=10846984 memory=1542348 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1895/stat : 1895 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11107311616 380457 33554432000 4194304 4196468 140732325332320 140460390435296 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1896] ppid=1827 vsize=10846984 memory=3620 CPUtime=1.42 cores=0,2,4,6
/proc/1830/task/1896/stat : 1896 (java) S 1827 1830 32713 0 -1 1077944384 3473 13328 0 0 64 70 5 3 20 0 15 0 416992223 11107311616 380457 33554432000 4194304 4196468 140732325332320 140461271354288 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 2496.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1521828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.9 s]
/proc/loadavg: 1.48 1.41 1.44 3/226 2280
/proc/meminfo: memFree=28003040/32770624 swapFree=66932096/67108860
[pid=1830] ppid=1827 vsize=10846984 memory=1493100 CPUtime=2520.04 cores=0,2,4,6
/proc/1830/stat : 1830 (java) S 1827 1830 32713 0 -1 1077944320 450137 13328 0 0 251631 365 5 3 20 0 15 0 416992208 11107311616 373275 33554432000 4194304 4196468 140732325332320 140732325314864 140461849779959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
/proc/1830/statm: 2711746 373275 3642 1 0 2673805 0
[pid=1830/tid=1883] ppid=1827 vsize=10846984 memory=1503360 CPUtime=2451.29 cores=0,2,4,6
/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 149774 13328 0 0 245065 56 5 3 20 0 15 0 416992217 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461821614848 140461431195723 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=10846984 memory=1499256 CPUtime=9.89 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 40713 13328 0 0 928 53 5 3 20 0 15 0 416992218 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=10846984 memory=1497204 CPUtime=9.82 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 36069 13328 0 0 923 51 5 3 20 0 15 0 416992218 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=10846984 memory=970 CPUtime=9.86 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 29807 13328 0 0 925 53 5 3 20 0 15 0 416992218 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=10846984 memory=1507976 CPUtime=9.79 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 36306 13328 0 0 917 54 5 3 20 0 15 0 416992218 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1888] ppid=1827 vsize=10846984 memory=1495664 CPUtime=3.18 cores=0,2,4,6
/proc/1830/task/1888/stat : 1888 (java) S 1827 1830 32713 0 -1 1077944384 33124 13328 0 0 278 32 5 3 20 0 15 0 416992220 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461309123184 140461849791106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1889] ppid=1827 vsize=10846984 memory=1498232 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1889/stat : 1889 (java) S 1827 1830 32713 0 -1 1077944384 54 13328 0 0 0 0 5 3 20 0 15 0 416992220 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461308069216 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1890] ppid=1827 vsize=10846984 memory=1493612 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1890/stat : 1890 (java) S 1827 1830 32713 0 -1 1077944384 8 13328 0 0 0 0 5 3 20 0 15 0 416992220 11107311616 373275 33554432000 4194304 4196468 140732325332320 140460731393664 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1891] ppid=1827 vsize=10846984 memory=1496180 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1891/stat : 1891 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140460423993936 140461849798555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1892] ppid=1827 vsize=10846984 memory=1504900 CPUtime=11.45 cores=0,2,4,6
/proc/1830/task/1892/stat : 1892 (java) S 1827 1830 32713 0 -1 1077944384 46263 13328 0 0 1130 7 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461274511472 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1893] ppid=1827 vsize=10846984 memory=1494128 CPUtime=10.9 cores=0,2,4,6
/proc/1830/task/1893/stat : 1893 (java) S 1827 1830 32713 0 -1 1077944384 42679 13328 0 0 1077 5 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461273458672 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1894] ppid=1827 vsize=10846984 memory=1496180 CPUtime=3.03 cores=0,2,4,6
/proc/1830/task/1894/stat : 1894 (java) S 1827 1830 32713 0 -1 1077944384 29639 13328 0 0 288 7 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461272406384 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1895] ppid=1827 vsize=10846984 memory=1498744 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1895/stat : 1895 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140460390435296 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1896] ppid=1827 vsize=10846984 memory=1498744 CPUtime=1.43 cores=0,2,4,6
/proc/1830/task/1896/stat : 1896 (java) S 1827 1830 32713 0 -1 1077944384 3489 13328 0 0 65 70 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461271354288 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1493100 KiB

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

[startup+2465.99 s]
# the end of solver process 1830 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.43 s, system=3.69818 s

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

[startup+2465.9 s]
/proc/loadavg: 1.48 1.41 1.44 3/226 2280
/proc/meminfo: memFree=28003040/32770624 swapFree=66932096/67108860
[pid=1830] ppid=1827 vsize=10846984 memory=1493100 CPUtime=2520.04 cores=0,2,4,6
/proc/1830/stat : 1830 (java) S 1827 1830 32713 0 -1 1077944320 450137 13328 0 0 251631 365 5 3 20 0 15 0 416992208 11107311616 373275 33554432000 4194304 4196468 140732325332320 140732325314864 140461849779959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
/proc/1830/statm: 2711746 373275 3642 1 0 2673805 0
[pid=1830/tid=1883] ppid=1827 vsize=10846984 memory=1503360 CPUtime=2451.29 cores=0,2,4,6
/proc/1830/task/1883/stat : 1883 (java) R 1827 1830 32713 0 -1 4202560 149774 13328 0 0 245065 56 5 3 20 0 15 0 416992217 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461821614848 140461431195723 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1884] ppid=1827 vsize=10846984 memory=1499256 CPUtime=9.89 cores=0,2,4,6
/proc/1830/task/1884/stat : 1884 (java) S 1827 1830 32713 0 -1 1077944384 40713 13328 0 0 928 53 5 3 20 0 15 0 416992218 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461854022032 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1885] ppid=1827 vsize=10846984 memory=1497204 CPUtime=9.82 cores=0,2,4,6
/proc/1830/task/1885/stat : 1885 (java) S 1827 1830 32713 0 -1 1077944384 36069 13328 0 0 923 51 5 3 20 0 15 0 416992218 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461742295312 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1886] ppid=1827 vsize=10846984 memory=970 CPUtime=9.86 cores=0,2,4,6
/proc/1830/task/1886/stat : 1886 (java) S 1827 1830 32713 0 -1 1077944384 29807 13328 0 0 925 53 5 3 20 0 15 0 416992218 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461741243024 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1887] ppid=1827 vsize=10846984 memory=1507976 CPUtime=9.79 cores=0,2,4,6
/proc/1830/task/1887/stat : 1887 (java) S 1827 1830 32713 0 -1 1077944384 36306 13328 0 0 917 54 5 3 20 0 15 0 416992218 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461740190224 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1888] ppid=1827 vsize=10846984 memory=1495664 CPUtime=3.18 cores=0,2,4,6
/proc/1830/task/1888/stat : 1888 (java) S 1827 1830 32713 0 -1 1077944384 33124 13328 0 0 278 32 5 3 20 0 15 0 416992220 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461309123184 140461849791106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1889] ppid=1827 vsize=10846984 memory=1498232 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1889/stat : 1889 (java) S 1827 1830 32713 0 -1 1077944384 54 13328 0 0 0 0 5 3 20 0 15 0 416992220 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461308069216 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1890] ppid=1827 vsize=10846984 memory=1493612 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1890/stat : 1890 (java) S 1827 1830 32713 0 -1 1077944384 8 13328 0 0 0 0 5 3 20 0 15 0 416992220 11107311616 373275 33554432000 4194304 4196468 140732325332320 140460731393664 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1891] ppid=1827 vsize=10846984 memory=1496180 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1891/stat : 1891 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140460423993936 140461849798555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1892] ppid=1827 vsize=10846984 memory=1504900 CPUtime=11.45 cores=0,2,4,6
/proc/1830/task/1892/stat : 1892 (java) S 1827 1830 32713 0 -1 1077944384 46263 13328 0 0 1130 7 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461274511472 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1893] ppid=1827 vsize=10846984 memory=1494128 CPUtime=10.9 cores=0,2,4,6
/proc/1830/task/1893/stat : 1893 (java) S 1827 1830 32713 0 -1 1077944384 42679 13328 0 0 1077 5 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461273458672 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1894] ppid=1827 vsize=10846984 memory=1496180 CPUtime=3.03 cores=0,2,4,6
/proc/1830/task/1894/stat : 1894 (java) S 1827 1830 32713 0 -1 1077944384 29639 13328 0 0 288 7 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461272406384 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1895] ppid=1827 vsize=10846984 memory=1498744 CPUtime=0.08 cores=0,2,4,6
/proc/1830/task/1895/stat : 1895 (java) S 1827 1830 32713 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140460390435296 140461849790165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
[pid=1830/tid=1896] ppid=1827 vsize=10846984 memory=1498744 CPUtime=1.43 cores=0,2,4,6
/proc/1830/task/1896/stat : 1896 (java) S 1827 1830 32713 0 -1 1077944384 3489 13328 0 0 65 70 5 3 20 0 15 0 416992223 11107311616 373275 33554432000 4194304 4196468 140732325332320 140461271354288 140461849791106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15912960 140732325337840 140732325340357 140732325340357 140732325343183 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1493100 KiB

Child status: 143
Real time (s): 2465.99
CPU time (s): 2520.13
CPU user time (s): 2516.43
CPU system time (s): 3.69818
CPU usage (%): 102.196
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 3178780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.43
system time used= 3.69819
maximum resident set size= 3180828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114727
involuntary context switches= 4942


# summary of solver processes directly reported to runsolver:
#   pid: 1830
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.43
#   total CPU system time (s): 3.69818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6667 second user time and 22.9353 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-13 22:42:27
IDJOB=4396012
IDBENCH=134779
IDSOLVER=2846
FILE ID=node139/4396012-1568407243
RUNJOBID= node139-1568402531-32744
PBS_JOBID= 21702188
Free space on /tmp= 59520 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K146.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396012-1568407243/watcher-4396012-1568407243 -o /tmp/evaluation-result-4396012-1568407243/solver-4396012-1568407243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32744 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=611320505 HOME/instance-4396012-1568407243.xml

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

MD5SUM BENCH= 4266c7f8eabadceca7159896250ebd53
RANDOM SEED=611320505

node139.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.57
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.57
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.57
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.57
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:        30182036 kB
MemAvailable:   31428868 kB
Buffers:          119620 kB
Cached:          1408740 kB
SwapCached:        74388 kB
Active:           932484 kB
Inactive:        1068516 kB
Active(anon):     400444 kB
Inactive(anon):   113484 kB
Active(file):     532040 kB
Inactive(file):   955032 kB
Unevictable:      108952 kB
Mlocked:          108952 kB
SwapTotal:      67108860 kB
SwapFree:       66932092 kB
Dirty:             36404 kB
Writeback:             0 kB
AnonPages:        524624 kB
Mapped:            57516 kB
Shmem:             32192 kB
Slab:             179712 kB
SReclaimable:     151192 kB
SUnreclaim:        28520 kB
KernelStack:        3984 kB
PageTables:         7772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1531388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59484 MiB
End job on node139 at 2019-09-13 23:23:33