Trace number 4400912

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 2472.53

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-armies/
Pb-army12-21ls.xml
MD5SUM23e4294b931acf98fdd35eb0662a4341
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 benchmark470.531
Satisfiable
(Un)Satisfiability was proved
Number of variables428
Number of constraints644
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":428}]
Minimum variable degree3
Maximum variable degree14
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8},{"degree":5,"count":8},{"degree":6,"count":8},{"degree":7,"count":296},{"degree":8,"count":8},{"degree":9,"count":8},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":8},{"degree":13,"count":8},{"degree":14,"count":52}]
Minimum constraint arity2
Maximum constraint arity144
Distribution of constraint arities[{"arity":2,"count":222},{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":296},{"arity":6,"count":8},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":8},{"arity":10,"count":8},{"arity":11,"count":8},{"arity":12,"count":8},{"arity":13,"count":52},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":644}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400912-1568688205/watcher-4400912-1568688205 -o /tmp/evaluation-result-4400912-1568688205/solver-4400912-1568688205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1029 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400912-1568688205.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=5493, runsolver pid=5490

[startup+0.101204 s]*
/proc/loadavg: 1.68 1.55 1.49 3/220 5550
/proc/meminfo: memFree=27044320/32770624 swapFree=66998744/67108860
[pid=5493] ppid=5490 vsize=9972712 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/5493/stat : 5493 (java) S 5490 5493 998 0 -1 1077944320 4496 13135 0 0 1 0 5 3 20 0 6 0 445085351 10212057088 4270 33554432000 4194304 4196468 140727206316864 140727206299408 140608559894263 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
/proc/5493/statm: 2493178 4270 1935 1 0 2481616 0
[pid=5493/tid=5546] ppid=5490 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 2333 13135 0 0 1 0 5 3 20 0 6 0 445085360 10212057088 4270 33554432000 4194304 4196468 140727206316864 140608531731024 140608559916189 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 445085361 10212057088 4336 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=9972712 memory=140209069725312 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 445085361 10212057088 4336 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 445085361 10212057088 4336 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 6 0 445085361 10212057088 4336 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210464 s]*
/proc/loadavg: 1.68 1.55 1.49 3/229 5559
/proc/meminfo: memFree=27024000/32770624 swapFree=66998744/67108860
[pid=5493] ppid=5490 vsize=10820020 memory=44380 CPUtime=0.27 cores=0,2,4,6
/proc/5493/stat : 5493 (java) S 5490 5493 998 0 -1 1077944320 7399 13135 0 0 17 2 5 3 20 0 15 0 445085351 11079700480 11095 33554432000 4194304 4196468 140727206316864 140727206299408 140608559894263 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
/proc/5493/statm: 2705005 11095 3241 1 0 2667149 0
[pid=5493/tid=5546] ppid=5490 vsize=10820196 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 3946 13135 0 0 10 1 5 3 20 0 15 0 445085360 11079880704 11161 33554432000 4194304 4196468 140727206316864 140608531725208 140608559916189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11079880704 11161 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=10820196 memory=140209069725312 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11079880704 11161 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11079880704 11161 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085361 11079880704 11161 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5551] ppid=5490 vsize=10820196 memory=140209069725312 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5551/stat : 5551 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085362 11079880704 11161 33554432000 4194304 4196468 140727206316864 140608019290864 140608559905410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5552] ppid=5490 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5552/stat : 5552 (java) S 5490 5493 998 0 -1 1077944384 33 13135 0 0 0 0 5 3 20 0 15 0 445085362 11079880704 11161 33554432000 4194304 4196468 140727206316864 140608018237088 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5553] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5553/stat : 5553 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085363 11079880704 11161 33554432000 4194304 4196468 140727206316864 140607901132016 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5554] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5554/stat : 5554 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085365 11079880704 11161 33554432000 4194304 4196468 140727206316864 140607297153488 140608559912859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5555] ppid=5490 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5493/task/5555/stat : 5555 (java) R 5490 5493 998 0 -1 4202560 484 13135 0 0 1 0 5 3 20 0 15 0 445085365 11079880704 11161 33554432000 4194304 4196468 140727206316864 140607984679152 140608543380186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5556] ppid=5490 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5556/stat : 5556 (java) S 5490 5493 998 0 -1 1077944384 186 13135 0 0 0 0 5 3 20 0 15 0 445085365 11079880704 11161 33554432000 4194304 4196468 140727206316864 140607983626608 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5557] ppid=5490 vsize=10820196 memory=140209069725312 CPUtime=0.11 cores=0,2,4,6
/proc/5493/task/5557/stat : 5557 (java) S 5490 5493 998 0 -1 1077944384 598 13135 0 0 3 0 5 3 20 0 15 0 445085365 11079880704 11161 33554432000 4194304 4196468 140727206316864 140607982573552 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5558] ppid=5490 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5558/stat : 5558 (java) S 5490 5493 998 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 445085366 11079880704 11161 33554432000 4194304 4196468 140727206316864 140606827391328 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5559] ppid=5490 vsize=10820196 memory=140209069725312 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5559/stat : 5559 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085366 11079880704 11161 33554432000 4194304 4196468 140727206316864 140607981521968 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 44380 KiB

[startup+0.310627 s]*
/proc/loadavg: 1.68 1.55 1.49 4/229 5559
/proc/meminfo: memFree=27010808/32770624 swapFree=66998744/67108860
[pid=5493] ppid=5490 vsize=10820196 memory=52792 CPUtime=0.4 cores=0,2,4,6
/proc/5493/stat : 5493 (java) S 5490 5493 998 0 -1 1077944320 10933 13135 0 0 29 3 5 3 20 0 15 0 445085351 11079880704 13198 33554432000 4194304 4196468 140727206316864 140727206299408 140608559894263 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
/proc/5493/statm: 2705049 13198 3307 1 0 2667149 0
[pid=5493/tid=5546] ppid=5490 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 7398 13135 0 0 19 2 5 3 20 0 15 0 445085360 11079880704 13198 33554432000 4194304 4196468 140727206316864 140608531703216 140608543081101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=10820196 memory=7878035256160119661 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11079880704 13198 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=10820196 memory=5931329032301858896 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11079880704 13198 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=10820196 memory=7019607296912870085 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11079880704 13198 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085361 11079880704 13198 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5551] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5551/stat : 5551 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085362 11079880704 13198 33554432000 4194304 4196468 140727206316864 140608019290864 140608559905410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5552] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5552/stat : 5552 (java) S 5490 5493 998 0 -1 1077944384 33 13135 0 0 0 0 5 3 20 0 15 0 445085362 11079880704 13198 33554432000 4194304 4196468 140727206316864 140608018237088 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5553] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5553/stat : 5553 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085363 11079880704 13198 33554432000 4194304 4196468 140727206316864 140607901132016 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5554] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5554/stat : 5554 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085365 11079880704 13198 33554432000 4194304 4196468 140727206316864 140607297153488 140608559912859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5555] ppid=5490 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5493/task/5555/stat : 5555 (java) S 5490 5493 998 0 -1 1077944384 494 13135 0 0 2 0 5 3 20 0 15 0 445085365 11079880704 13198 33554432000 4194304 4196468 140727206316864 140607984679152 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5556] ppid=5490 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5493/task/5556/stat : 5556 (java) S 5490 5493 998 0 -1 1077944384 186 13135 0 0 1 0 5 3 20 0 15 0 445085365 11079880704 13198 33554432000 4194304 4196468 140727206316864 140607983626608 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5557] ppid=5490 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5493/task/5557/stat : 5557 (java) S 5490 5493 998 0 -1 1077944384 605 13135 0 0 5 0 5 3 20 0 15 0 445085365 11079880704 13198 33554432000 4194304 4196468 140727206316864 140607982573552 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5558] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5558/stat : 5558 (java) S 5490 5493 998 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 445085366 11079880704 13198 33554432000 4194304 4196468 140727206316864 140606827391328 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5559] ppid=5490 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5559/stat : 5559 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085366 11079880704 13198 33554432000 4194304 4196468 140727206316864 140607981521968 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52792 KiB

[startup+0.701469 s]
/proc/loadavg: 1.68 1.55 1.49 3/229 5559
/proc/meminfo: memFree=26997336/32770624 swapFree=66998744/67108860
[pid=5493] ppid=5490 vsize=10824364 memory=85360 CPUtime=1.13 cores=0,2,4,6
/proc/5493/stat : 5493 (java) S 5490 5493 998 0 -1 1077944320 15056 13135 0 0 100 5 5 3 20 0 15 0 445085351 11084148736 21340 33554432000 4194304 4196468 140727206316864 140727206299408 140608559894263 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
/proc/5493/statm: 2706091 21340 3512 1 0 2668173 0
[pid=5493/tid=5546] ppid=5490 vsize=10824364 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 10557 13135 0 0 56 3 5 3 20 0 15 0 445085360 11084148736 21340 33554432000 4194304 4196468 140727206316864 140608531710176 140608544456419 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11084148736 21340 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11084148736 21340 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085361 11084148736 21340 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085361 11084148736 21340 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5551] ppid=5490 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5551/stat : 5551 (java) S 5490 5493 998 0 -1 1077944384 5 13135 0 0 0 0 5 3 20 0 15 0 445085362 11084148736 21340 33554432000 4194304 4196468 140727206316864 140608019290864 140608559905410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5552] ppid=5490 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5552/stat : 5552 (java) S 5490 5493 998 0 -1 1077944384 33 13135 0 0 0 0 5 3 20 0 15 0 445085362 11084148736 21340 33554432000 4194304 4196468 140727206316864 140608018237088 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5553] ppid=5490 vsize=10824364 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5553/stat : 5553 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085363 11084148736 21340 33554432000 4194304 4196468 140727206316864 140607901132016 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5554] ppid=5490 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5554/stat : 5554 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085365 11084148736 21340 33554432000 4194304 4196468 140727206316864 140607297153488 140608559912859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5555] ppid=5490 vsize=10824364 memory=140208938977168 CPUtime=0.23 cores=0,2,4,6
/proc/5493/task/5555/stat : 5555 (java) R 5490 5493 998 0 -1 4202560 930 13135 0 0 15 0 5 3 20 0 15 0 445085365 11084148736 21340 33554432000 4194304 4196468 140727206316864 140607984679152 140608544776071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5556] ppid=5490 vsize=10824364 memory=24964 CPUtime=0.18 cores=0,2,4,6
/proc/5493/task/5556/stat : 5556 (java) R 5490 5493 998 0 -1 4202560 547 13135 0 0 10 0 5 3 20 0 15 0 445085365 11084148736 21340 33554432000 4194304 4196468 140727206316864 140607983626608 140608541457792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5557] ppid=5490 vsize=10824364 memory=2244 CPUtime=0.25 cores=0,2,4,6
/proc/5493/task/5557/stat : 5557 (java) S 5490 5493 998 0 -1 1077944384 767 13135 0 0 17 0 5 3 20 0 15 0 445085365 11084148736 21340 33554432000 4194304 4196468 140727206316864 140607982573552 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5558] ppid=5490 vsize=10824364 memory=140208938974576 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5558/stat : 5558 (java) S 5490 5493 998 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 445085366 11084148736 21340 33554432000 4194304 4196468 140727206316864 140606827391328 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5559] ppid=5490 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5559/stat : 5559 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085366 11084148736 21340 33554432000 4194304 4196468 140727206316864 140607981521968 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85360 KiB

[startup+1.50067 s]
/proc/loadavg: 1.68 1.55 1.49 5/229 5559
/proc/meminfo: memFree=26958920/32770624 swapFree=66998744/67108860
[pid=5493] ppid=5490 vsize=10834680 memory=178804 CPUtime=2.58 cores=0,2,4,6
/proc/5493/stat : 5493 (java) S 5490 5493 998 0 -1 1077944320 22228 13135 0 0 240 10 5 3 20 0 15 0 445085351 11094712320 44701 33554432000 4194304 4196468 140727206316864 140727206299408 140608559894263 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
/proc/5493/statm: 2708670 44701 3583 1 0 2670733 0
[pid=5493/tid=5546] ppid=5490 vsize=10834680 memory=20 CPUtime=1.43 cores=0,2,4,6
/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 15791 13135 0 0 130 5 5 3 20 0 15 0 445085360 11094712320 44701 33554432000 4194304 4196468 140727206316864 140608531718256 140608559906198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=10834680 memory=31 CPUtime=0.09 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 322 13135 0 0 1 0 5 3 20 0 15 0 445085361 11094712320 44701 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 75 13135 0 0 1 0 5 3 20 0 15 0 445085361 11094712320 44701 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 6 13135 0 0 0 0 5 3 20 0 15 0 445085361 11094712320 44701 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=10834680 memory=100248 CPUtime=0.09 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 63 13135 0 0 1 0 5 3 20 0 15 0 445085361 11094712320 44701 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5551] ppid=5490 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5493/task/5551/stat : 5551 (java) S 5490 5493 998 0 -1 1077944384 201 13135 0 0 1 0 5 3 20 0 15 0 445085362 11094712320 44701 33554432000 4194304 4196468 140727206316864 140608019290864 140608559905410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5552] ppid=5490 vsize=10834680 memory=7305218370954619481 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5552/stat : 5552 (java) S 5490 5493 998 0 -1 1077944384 34 13135 0 0 0 0 5 3 20 0 15 0 445085362 11094712320 44701 33554432000 4194304 4196468 140727206316864 140608018237088 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5553] ppid=5490 vsize=10834680 memory=6010993108398401894 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5553/stat : 5553 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085363 11094712320 44701 33554432000 4194304 4196468 140727206316864 140607901132032 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5554] ppid=5490 vsize=10834680 memory=8098713914132945258 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5554/stat : 5554 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085365 11094712320 44701 33554432000 4194304 4196468 140727206316864 140607297153488 140608559912859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5555] ppid=5490 vsize=10834680 memory=7011348500760777304 CPUtime=0.41 cores=0,2,4,6
/proc/5493/task/5555/stat : 5555 (java) S 5490 5493 998 0 -1 1077944384 1307 13135 0 0 33 0 5 3 20 0 15 0 445085365 11094712320 44701 33554432000 4194304 4196468 140727206316864 140607984679152 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5556] ppid=5490 vsize=10834680 memory=7665803209166385253 CPUtime=0.34 cores=0,2,4,6
/proc/5493/task/5556/stat : 5556 (java) S 5490 5493 998 0 -1 1077944384 737 13135 0 0 26 0 5 3 20 0 15 0 445085365 11094712320 44701 33554432000 4194304 4196468 140727206316864 140607983626608 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5557] ppid=5490 vsize=10834680 memory=7305218370954619481 CPUtime=0.5 cores=0,2,4,6
/proc/5493/task/5557/stat : 5557 (java) S 5490 5493 998 0 -1 1077944384 1480 13135 0 0 42 0 5 3 20 0 15 0 445085365 11094712320 44701 33554432000 4194304 4196468 140727206316864 140607982573552 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5558] ppid=5490 vsize=10834680 memory=7305218370954619481 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5558/stat : 5558 (java) S 5490 5493 998 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 445085366 11094712320 44701 33554432000 4194304 4196468 140727206316864 140606827391328 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5559] ppid=5490 vsize=10834680 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5559/stat : 5559 (java) S 5490 5493 998 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 445085366 11094712320 44701 33554432000 4194304 4196468 140727206316864 140607981521968 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 10834680 KiB

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

/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 75288 13135 0 0 235546 51 5 3 20 0 15 0 445085360 11107315712 289979 33554432000 4194304 4196468 140727206316864 140608531730192 140608137434524 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=10846988 memory=1159516 CPUtime=12.86 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 26170 13135 0 0 1214 64 5 3 20 0 15 0 445085361 11107315712 289979 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=10846988 memory=1159912 CPUtime=12.85 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 21016 13135 0 0 1215 62 5 3 20 0 15 0 445085361 11107315712 289979 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=10846988 memory=1159916 CPUtime=12.82 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 24961 13135 0 0 1215 59 5 3 20 0 15 0 445085361 11107315712 289979 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=10846988 memory=1159916 CPUtime=12.83 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 21215 13135 0 0 1216 59 5 3 20 0 15 0 445085361 11107315712 289979 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5551] ppid=5490 vsize=10846988 memory=1159912 CPUtime=10.84 cores=0,2,4,6
/proc/5493/task/5551/stat : 5551 (java) S 5490 5493 998 0 -1 1077944384 20755 13135 0 0 1015 61 5 3 20 0 15 0 445085362 11107315712 289979 33554432000 4194304 4196468 140727206316864 140608019290864 140608559905410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5552] ppid=5490 vsize=10846988 memory=1159516 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5552/stat : 5552 (java) S 5490 5493 998 0 -1 1077944384 40 13135 0 0 0 0 5 3 20 0 15 0 445085362 11107315712 289979 33554432000 4194304 4196468 140727206316864 140608018237152 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5553] ppid=5490 vsize=10846988 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5553/stat : 5553 (java) S 5490 5493 998 0 -1 1077944384 8 13135 0 0 0 0 5 3 20 0 15 0 445085363 11107315712 289979 33554432000 4194304 4196468 140727206316864 140607901132032 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5554] ppid=5490 vsize=10846988 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5554/stat : 5554 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085365 11107315712 289979 33554432000 4194304 4196468 140727206316864 140607297153488 140608559912859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5555] ppid=5490 vsize=10846988 memory=45804 CPUtime=3.79 cores=0,2,4,6
/proc/5493/task/5555/stat : 5555 (java) S 5490 5493 998 0 -1 1077944384 12796 13135 0 0 368 3 5 3 20 0 15 0 445085365 11107315712 289979 33554432000 4194304 4196468 140727206316864 140607984679152 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5556] ppid=5490 vsize=10846988 memory=1159916 CPUtime=3.45 cores=0,2,4,6
/proc/5493/task/5556/stat : 5556 (java) S 5490 5493 998 0 -1 1077944384 8891 13135 0 0 335 2 5 3 20 0 15 0 445085365 11107315712 289979 33554432000 4194304 4196468 140727206316864 140607983626608 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5557] ppid=5490 vsize=10846988 memory=1159916 CPUtime=2.01 cores=0,2,4,6
/proc/5493/task/5557/stat : 5557 (java) S 5490 5493 998 0 -1 1077944384 7903 13135 0 0 190 3 5 3 20 0 15 0 445085365 11107315712 289979 33554432000 4194304 4196468 140727206316864 140607982573552 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5558] ppid=5490 vsize=10846988 memory=1159912 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5558/stat : 5558 (java) S 5490 5493 998 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 445085366 11107315712 289979 33554432000 4194304 4196468 140727206316864 140606827391328 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5559] ppid=5490 vsize=10846988 memory=3580 CPUtime=1.48 cores=0,2,4,6
/proc/5493/task/5559/stat : 5559 (java) S 5490 5493 998 0 -1 1077944384 1270 13135 0 0 71 69 5 3 20 0 15 0 445085366 11107315712 289979 33554432000 4194304 4196468 140727206316864 140607981521968 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 2428.39 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1159916 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.29 1.34 3/230 5936
/proc/meminfo: memFree=28452192/32770624 swapFree=66998752/67108860
[pid=5493] ppid=5490 vsize=10846988 memory=1159948 CPUtime=2489.41 cores=0,2,4,6
/proc/5493/stat : 5493 (java) S 5490 5493 998 0 -1 1077944320 224502 13135 0 0 248555 378 5 3 20 0 15 0 445085351 11107315712 289987 33554432000 4194304 4196468 140727206316864 140727206299408 140608559894263 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
/proc/5493/statm: 2711747 289987 3627 1 0 2673805 0
[pid=5493/tid=5546] ppid=5490 vsize=10846988 memory=1544 CPUtime=2415.37 cores=0,2,4,6
/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 76162 13135 0 0 241477 52 5 3 20 0 15 0 445085360 11107315712 289987 33554432000 4194304 4196468 140727206316864 140608531730192 140608123254420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=10846988 memory=1159948 CPUtime=13.2 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 26455 13135 0 0 1247 65 5 3 20 0 15 0 445085361 11107315712 289987 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=10846988 memory=0 CPUtime=13.2 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 21203 13135 0 0 1249 63 5 3 20 0 15 0 445085361 11107315712 289987 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=10846988 memory=1159936 CPUtime=13.17 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 25181 13135 0 0 1249 60 5 3 20 0 15 0 445085361 11107315712 289987 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=10846988 memory=1159936 CPUtime=13.19 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 21468 13135 0 0 1250 61 5 3 20 0 15 0 445085361 11107315712 289987 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5551] ppid=5490 vsize=10846988 memory=280417878577648 CPUtime=11.13 cores=0,2,4,6
/proc/5493/task/5551/stat : 5551 (java) S 5490 5493 998 0 -1 1077944384 20883 13135 0 0 1042 63 5 3 20 0 15 0 445085362 11107315712 289987 33554432000 4194304 4196468 140727206316864 140608019290864 140608559905410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5552] ppid=5490 vsize=10846988 memory=1159936 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5552/stat : 5552 (java) S 5490 5493 998 0 -1 1077944384 40 13135 0 0 0 0 5 3 20 0 15 0 445085362 11107315712 289987 33554432000 4194304 4196468 140727206316864 140608018237152 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5553] ppid=5490 vsize=10846988 memory=1159948 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5553/stat : 5553 (java) S 5490 5493 998 0 -1 1077944384 8 13135 0 0 0 0 5 3 20 0 15 0 445085363 11107315712 289987 33554432000 4194304 4196468 140727206316864 140607901132032 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5554] ppid=5490 vsize=10846988 memory=1159948 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5554/stat : 5554 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085365 11107315712 289987 33554432000 4194304 4196468 140727206316864 140607297153488 140608559912859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5555] ppid=5490 vsize=10846988 memory=1159948 CPUtime=3.79 cores=0,2,4,6
/proc/5493/task/5555/stat : 5555 (java) S 5490 5493 998 0 -1 1077944384 12800 13135 0 0 368 3 5 3 20 0 15 0 445085365 11107315712 289987 33554432000 4194304 4196468 140727206316864 140607984679152 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5556] ppid=5490 vsize=10846988 memory=1159936 CPUtime=3.45 cores=0,2,4,6
/proc/5493/task/5556/stat : 5556 (java) S 5490 5493 998 0 -1 1077944384 8895 13135 0 0 335 2 5 3 20 0 15 0 445085365 11107315712 289987 33554432000 4194304 4196468 140727206316864 140607983626608 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5557] ppid=5490 vsize=10846988 memory=1159936 CPUtime=2.01 cores=0,2,4,6
/proc/5493/task/5557/stat : 5557 (java) S 5490 5493 998 0 -1 1077944384 7907 13135 0 0 190 3 5 3 20 0 15 0 445085365 11107315712 289987 33554432000 4194304 4196468 140727206316864 140607982573552 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5558] ppid=5490 vsize=10846988 memory=1159948 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5558/stat : 5558 (java) S 5490 5493 998 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 445085366 11107315712 289987 33554432000 4194304 4196468 140727206316864 140606827391328 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5559] ppid=5490 vsize=10846988 memory=1159948 CPUtime=1.51 cores=0,2,4,6
/proc/5493/task/5559/stat : 5559 (java) S 5490 5493 998 0 -1 1077944384 1290 13135 0 0 72 71 5 3 20 0 15 0 445085366 11107315712 289987 33554432000 4194304 4196468 140727206316864 140607981521968 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 2489.41 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1159948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.5 s]
/proc/loadavg: 1.36 1.30 1.34 3/230 5940
/proc/meminfo: memFree=28545064/32770624 swapFree=66998752/67108860
[pid=5493] ppid=5490 vsize=10846988 memory=1159952 CPUtime=2520.09 cores=0,2,4,6
/proc/5493/stat : 5493 (java) S 5490 5493 998 0 -1 1077944320 225218 13135 0 0 251620 381 5 3 20 0 15 0 445085351 11107315712 289988 33554432000 4194304 4196468 140727206316864 140727206299408 140608559894263 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
/proc/5493/statm: 2711747 289988 3627 1 0 2673805 0
[pid=5493/tid=5546] ppid=5490 vsize=10846988 memory=1159952 CPUtime=2445.22 cores=0,2,4,6
/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 76485 13135 0 0 244462 52 5 3 20 0 15 0 445085360 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608531729840 140608136442750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=10846988 memory=1159952 CPUtime=13.38 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 26494 13135 0 0 1264 66 5 3 20 0 15 0 445085361 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=10846988 memory=1159952 CPUtime=13.36 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 21260 13135 0 0 1264 64 5 3 20 0 15 0 445085361 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=10846988 memory=1159952 CPUtime=13.34 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 25307 13135 0 0 1266 60 5 3 20 0 15 0 445085361 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=10846988 memory=1159936 CPUtime=13.35 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 21540 13135 0 0 1266 61 5 3 20 0 15 0 445085361 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5551] ppid=5490 vsize=10846988 memory=1159952 CPUtime=11.26 cores=0,2,4,6
/proc/5493/task/5551/stat : 5551 (java) S 5490 5493 998 0 -1 1077944384 20968 13135 0 0 1054 64 5 3 20 0 15 0 445085362 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608019290864 140608559905410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5552] ppid=5490 vsize=10846988 memory=1159952 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5552/stat : 5552 (java) S 5490 5493 998 0 -1 1077944384 40 13135 0 0 0 0 5 3 20 0 15 0 445085362 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608018237152 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5553] ppid=5490 vsize=10846988 memory=164084662960438 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5553/stat : 5553 (java) S 5490 5493 998 0 -1 1077944384 8 13135 0 0 0 0 5 3 20 0 15 0 445085363 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607901132032 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5554] ppid=5490 vsize=10846988 memory=4856941313384256304 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5554/stat : 5554 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085365 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607297153488 140608559912859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5555] ppid=5490 vsize=10846988 memory=1159952 CPUtime=3.79 cores=0,2,4,6
/proc/5493/task/5555/stat : 5555 (java) S 5490 5493 998 0 -1 1077944384 12800 13135 0 0 368 3 5 3 20 0 15 0 445085365 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607984679152 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5556] ppid=5490 vsize=10846988 memory=1159952 CPUtime=3.45 cores=0,2,4,6
/proc/5493/task/5556/stat : 5556 (java) S 5490 5493 998 0 -1 1077944384 8895 13135 0 0 335 2 5 3 20 0 15 0 445085365 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607983626608 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5557] ppid=5490 vsize=10846988 memory=1159912 CPUtime=2.01 cores=0,2,4,6
/proc/5493/task/5557/stat : 5557 (java) S 5490 5493 998 0 -1 1077944384 7907 13135 0 0 190 3 5 3 20 0 15 0 445085365 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607982573552 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5558] ppid=5490 vsize=10846988 memory=1159952 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5558/stat : 5558 (java) S 5490 5493 998 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 445085366 11107315712 289988 33554432000 4194304 4196468 140727206316864 140606827391328 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5559] ppid=5490 vsize=10846988 memory=3580 CPUtime=1.53 cores=0,2,4,6
/proc/5493/task/5559/stat : 5559 (java) S 5490 5493 998 0 -1 1077944384 1304 13135 0 0 73 72 5 3 20 0 15 0 445085366 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607981521968 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1159952 KiB

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

[startup+2472.53 s]
# the end of solver process 5493 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.27 s, system=3.85764 s

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

[startup+2472.5 s]
/proc/loadavg: 1.36 1.30 1.34 3/230 5940
/proc/meminfo: memFree=28545064/32770624 swapFree=66998752/67108860
[pid=5493] ppid=5490 vsize=10846988 memory=1159952 CPUtime=2520.09 cores=0,2,4,6
/proc/5493/stat : 5493 (java) S 5490 5493 998 0 -1 1077944320 225218 13135 0 0 251620 381 5 3 20 0 15 0 445085351 11107315712 289988 33554432000 4194304 4196468 140727206316864 140727206299408 140608559894263 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
/proc/5493/statm: 2711747 289988 3627 1 0 2673805 0
[pid=5493/tid=5546] ppid=5490 vsize=10846988 memory=1159952 CPUtime=2445.22 cores=0,2,4,6
/proc/5493/task/5546/stat : 5546 (java) R 5490 5493 998 0 -1 4202560 76485 13135 0 0 244462 52 5 3 20 0 15 0 445085360 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608531729840 140608136442750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5547] ppid=5490 vsize=10846988 memory=1159952 CPUtime=13.38 cores=0,2,4,6
/proc/5493/task/5547/stat : 5547 (java) S 5490 5493 998 0 -1 1077944384 26494 13135 0 0 1264 66 5 3 20 0 15 0 445085361 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608564136464 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5548] ppid=5490 vsize=10846988 memory=1159952 CPUtime=13.36 cores=0,2,4,6
/proc/5493/task/5548/stat : 5548 (java) S 5490 5493 998 0 -1 1077944384 21260 13135 0 0 1264 64 5 3 20 0 15 0 445085361 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608452410000 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5549] ppid=5490 vsize=10846988 memory=1159952 CPUtime=13.34 cores=0,2,4,6
/proc/5493/task/5549/stat : 5549 (java) S 5490 5493 998 0 -1 1077944384 25307 13135 0 0 1266 60 5 3 20 0 15 0 445085361 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608451356944 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5550] ppid=5490 vsize=10846988 memory=1159936 CPUtime=13.35 cores=0,2,4,6
/proc/5493/task/5550/stat : 5550 (java) S 5490 5493 998 0 -1 1077944384 21540 13135 0 0 1266 61 5 3 20 0 15 0 445085361 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608450304400 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5551] ppid=5490 vsize=10846988 memory=1159952 CPUtime=11.26 cores=0,2,4,6
/proc/5493/task/5551/stat : 5551 (java) S 5490 5493 998 0 -1 1077944384 20968 13135 0 0 1054 64 5 3 20 0 15 0 445085362 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608019290864 140608559905410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5552] ppid=5490 vsize=10846988 memory=1159952 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5552/stat : 5552 (java) S 5490 5493 998 0 -1 1077944384 40 13135 0 0 0 0 5 3 20 0 15 0 445085362 11107315712 289988 33554432000 4194304 4196468 140727206316864 140608018237152 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5553] ppid=5490 vsize=10846988 memory=164084662960438 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5553/stat : 5553 (java) S 5490 5493 998 0 -1 1077944384 8 13135 0 0 0 0 5 3 20 0 15 0 445085363 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607901132032 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5554] ppid=5490 vsize=10846988 memory=4856941313384256304 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5554/stat : 5554 (java) S 5490 5493 998 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 445085365 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607297153488 140608559912859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5555] ppid=5490 vsize=10846988 memory=1159952 CPUtime=3.79 cores=0,2,4,6
/proc/5493/task/5555/stat : 5555 (java) S 5490 5493 998 0 -1 1077944384 12800 13135 0 0 368 3 5 3 20 0 15 0 445085365 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607984679152 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5556] ppid=5490 vsize=10846988 memory=1159952 CPUtime=3.45 cores=0,2,4,6
/proc/5493/task/5556/stat : 5556 (java) S 5490 5493 998 0 -1 1077944384 8895 13135 0 0 335 2 5 3 20 0 15 0 445085365 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607983626608 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5557] ppid=5490 vsize=10846988 memory=1159912 CPUtime=2.01 cores=0,2,4,6
/proc/5493/task/5557/stat : 5557 (java) S 5490 5493 998 0 -1 1077944384 7907 13135 0 0 190 3 5 3 20 0 15 0 445085365 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607982573552 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5558] ppid=5490 vsize=10846988 memory=1159952 CPUtime=0.08 cores=0,2,4,6
/proc/5493/task/5558/stat : 5558 (java) S 5490 5493 998 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 445085366 11107315712 289988 33554432000 4194304 4196468 140727206316864 140606827391328 140608559904469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
[pid=5493/tid=5559] ppid=5490 vsize=10846988 memory=3580 CPUtime=1.53 cores=0,2,4,6
/proc/5493/task/5559/stat : 5559 (java) S 5490 5493 998 0 -1 1077944384 1304 13135 0 0 73 72 5 3 20 0 15 0 445085366 11107315712 289988 33554432000 4194304 4196468 140727206316864 140607981521968 140608559905410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8957952 140727206320880 140727206323397 140727206323397 140727206326223 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1159952 KiB

Child status: 143
Real time (s): 2472.53
CPU time (s): 2520.13
CPU user time (s): 2516.27
CPU system time (s): 3.85764
CPU usage (%): 101.925
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 1323612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.27
system time used= 3.85764
maximum resident set size= 1324124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239148
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296909
involuntary context switches= 8369


# summary of solver processes directly reported to runsolver:
#   pid: 5493
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.27
#   total CPU system time (s): 3.85764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.908 second user time and 24.3585 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 04:42:46
IDJOB=4400912
IDBENCH=134846
IDSOLVER=2857
FILE ID=node123/4400912-1568688205
RUNJOBID= node123-1568673292-1029
PBS_JOBID= 21703787
Free space on /tmp= 59148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-armies/Pb-army12-21ls.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400912-1568688205/watcher-4400912-1568688205 -o /tmp/evaluation-result-4400912-1568688205/solver-4400912-1568688205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1029 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400912-1568688205.xml

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

MD5SUM BENCH= 23e4294b931acf98fdd35eb0662a4341
RANDOM SEED=535221524

node123.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.49
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.49
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.49
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.49
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:        27053328 kB
MemAvailable:   28627776 kB
Buffers:          116956 kB
Cached:          1756376 kB
SwapCached:         7628 kB
Active:          4510232 kB
Inactive:         637956 kB
Active(anon):    3274616 kB
Inactive(anon):    48848 kB
Active(file):    1235616 kB
Inactive(file):   589108 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66998744 kB
Dirty:             35584 kB
Writeback:             4 kB
AnonPages:       3375592 kB
Mapped:            60552 kB
Shmem:             39792 kB
Slab:             160964 kB
SReclaimable:     131116 kB
SUnreclaim:        29848 kB
KernelStack:        3808 kB
PageTables:        12152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4186068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3178496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59116 MiB
End job on node123 at 2019-09-17 05:23:58