Trace number 4395976

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.12 2472.33

General information on the benchmark

NameLangford/Langford-m1-k3/
Langford-3-35.xml
MD5SUMd39bc1ef1e07e502cfee7f2819d89a2a
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 benchmark46.1491
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints71
Number of domains1
Minimum domain size105
Maximum domain size105
Distribution of domain sizes[{"size":105,"count":105}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":70},{"degree":3,"count":35}]
Minimum constraint arity2
Maximum constraint arity105
Distribution of constraint arities[{"arity":2,"count":70},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints70
Distribution of constraint types[{"type":"intension","count":70},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395976-1568398143/watcher-4395976-1568398143 -o /tmp/evaluation-result-4395976-1568398143/solver-4395976-1568398143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568393129-20139 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=776516473 HOME/instance-4395976-1568398143.xml 

running on 4 cores: 1,3,5,7

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=21387, runsolver pid=21384

[startup+0.107858 s]*
/proc/loadavg: 1.45 1.40 1.41 3/218 21444
/proc/meminfo: memFree=25916032/32770624 swapFree=67020548/67108860
[pid=21387] ppid=21384 vsize=10355560 memory=20780 CPUtime=0.09 cores=1,3,5,7
/proc/21387/stat : 21387 (java) S 21384 21387 17678 0 -1 1077944320 4948 13251 0 0 2 0 5 2 20 0 9 0 416086945 10604093440 5195 33554432000 4194304 4196468 140725485002496 140725484985040 139994328260343 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
/proc/21387/statm: 2588890 5195 2102 1 0 2551431 0
[pid=21387/tid=21440] ppid=21384 vsize=10355560 memory=4351193297951294599 CPUtime=0.08 cores=1,3,5,7
/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 2711 13251 0 0 1 0 5 2 20 0 9 0 416086954 10604093440 5195 33554432000 4194304 4196468 140725485002496 139994300096368 139994313942835 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10355560 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 9 0 416086955 10604093440 5195 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10355560 memory=139738284689024 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 9 0 416086955 10604093440 5195 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 9 0 416086955 10604093440 5195 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 9 0 416086955 10604093440 5195 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10355560 memory=139738284689024 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 9 0 416086956 10604093440 5195 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 9 0 416086957 10604093440 5195 33554432000 4194304 4196468 140725485002496 139993785811872 139994328270549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 9 0 416086957 10604093440 5195 33554432000 4194304 4196468 140725485002496 139993653699632 139994328270549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 20780 KiB

[startup+0.211431 s]*
/proc/loadavg: 1.45 1.40 1.41 3/227 21453
/proc/meminfo: memFree=25896552/32770624 swapFree=67020548/67108860
[pid=21387] ppid=21384 vsize=10819664 memory=44328 CPUtime=0.26 cores=1,3,5,7
/proc/21387/stat : 21387 (java) S 21384 21387 17678 0 -1 1077944320 7388 13251 0 0 18 1 5 2 20 0 15 0 416086945 11079335936 11082 33554432000 4194304 4196468 140725485002496 140725484985040 139994328260343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
/proc/21387/statm: 2704916 11082 3172 1 0 2667149 0
[pid=21387/tid=21440] ppid=21384 vsize=10819808 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 3889 13251 0 0 11 0 5 2 20 0 15 0 416086954 11079483392 11082 33554432000 4194304 4196468 140725485002496 139994300075344 139994328282269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10819808 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11079483392 11082 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10819808 memory=139738284689024 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11079483392 11082 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10819808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11079483392 11082 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10819808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086955 11079483392 11082 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10819808 memory=139738284689024 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086956 11079483392 11082 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 416086957 11079651328 11082 33554432000 4194304 4196468 140725485002496 139993785811872 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086957 11079651328 11082 33554432000 4194304 4196468 140725485002496 139993653699568 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21448] ppid=21384 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21448/stat : 21448 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086960 11079651328 11082 33554432000 4194304 4196468 140725485002496 139993049721040 139994328278939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21449] ppid=21384 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21387/task/21449/stat : 21449 (java) S 21384 21387 17678 0 -1 1077944384 616 13251 0 0 1 0 5 2 20 0 15 0 416086960 11079651328 11148 33554432000 4194304 4196468 140725485002496 139993752254960 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21450] ppid=21384 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21450/stat : 21450 (java) S 21384 21387 17678 0 -1 1077944384 45 13251 0 0 0 0 5 2 20 0 15 0 416086960 11079651328 11148 33554432000 4194304 4196468 140725485002496 139993751202416 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21451] ppid=21384 vsize=10819972 memory=139738284689024 CPUtime=0.1 cores=1,3,5,7
/proc/21387/task/21451/stat : 21451 (java) S 21384 21387 17678 0 -1 1077944384 619 13251 0 0 3 0 5 2 20 0 15 0 416086960 11079651328 11148 33554432000 4194304 4196468 140725485002496 139993750149872 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21452] ppid=21384 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21452/stat : 21452 (java) S 21384 21387 17678 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 416086960 11079651328 11148 33554432000 4194304 4196468 140725485002496 139992579959904 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21453] ppid=21384 vsize=10819972 memory=139738284689024 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21453/stat : 21453 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086960 11079651328 11148 33554432000 4194304 4196468 140725485002496 139993749096752 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44328 KiB

[startup+0.310881 s]*
/proc/loadavg: 1.45 1.40 1.41 3/227 21453
/proc/meminfo: memFree=25883712/32770624 swapFree=67020548/67108860
[pid=21387] ppid=21384 vsize=10820148 memory=52960 CPUtime=0.4 cores=1,3,5,7
/proc/21387/stat : 21387 (java) S 21384 21387 17678 0 -1 1077944320 11005 13251 0 0 30 3 5 2 20 0 15 0 416086945 11079831552 13240 33554432000 4194304 4196468 140725485002496 140725484985040 139994328260343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
/proc/21387/statm: 2705037 13240 3304 1 0 2667149 0
[pid=21387/tid=21440] ppid=21384 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 7452 13251 0 0 19 2 5 2 20 0 15 0 416086954 11079831552 13240 33554432000 4194304 4196468 140725485002496 139994300080560 139994328282269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11079831552 13240 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10820148 memory=139738284696017 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086955 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086956 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 416086957 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993785811872 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086957 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993653699568 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21448] ppid=21384 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21448/stat : 21448 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086960 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993049721040 139994328278939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21449] ppid=21384 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21387/task/21449/stat : 21449 (java) S 21384 21387 17678 0 -1 1077944384 625 13251 0 0 2 0 5 2 20 0 15 0 416086960 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993752254960 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21450] ppid=21384 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21387/task/21450/stat : 21450 (java) S 21384 21387 17678 0 -1 1077944384 46 13251 0 0 1 0 5 2 20 0 15 0 416086960 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993751202416 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21451] ppid=21384 vsize=10820148 memory=139738284689024 CPUtime=0.12 cores=1,3,5,7
/proc/21387/task/21451/stat : 21451 (java) S 21384 21387 17678 0 -1 1077944384 626 13251 0 0 5 0 5 2 20 0 15 0 416086960 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993750149872 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21452] ppid=21384 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21452/stat : 21452 (java) S 21384 21387 17678 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 416086960 11079831552 13240 33554432000 4194304 4196468 140725485002496 139992579959904 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21453] ppid=21384 vsize=10820148 memory=139738284689024 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21453/stat : 21453 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086960 11079831552 13240 33554432000 4194304 4196468 140725485002496 139993749096752 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52960 KiB

[startup+0.700895 s]
/proc/loadavg: 1.45 1.40 1.41 3/227 21453
/proc/meminfo: memFree=25868824/32770624 swapFree=67020548/67108860
[pid=21387] ppid=21384 vsize=10824360 memory=85824 CPUtime=1.13 cores=1,3,5,7
/proc/21387/stat : 21387 (java) S 21384 21387 17678 0 -1 1077944320 15201 13251 0 0 101 5 5 2 20 0 15 0 416086945 11084144640 21456 33554432000 4194304 4196468 140725485002496 140725484985040 139994328260343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
/proc/21387/statm: 2706090 21456 3512 1 0 2668173 0
[pid=21387/tid=21440] ppid=21384 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 10453 13251 0 0 55 4 5 2 20 0 15 0 416086954 11084144640 21456 33554432000 4194304 4196468 140725485002496 139994300087232 139994328274230 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10824360 memory=139738170282006 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11084144640 21456 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086955 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086955 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10824360 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 6 13251 0 0 0 0 5 2 20 0 15 0 416086956 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 416086957 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993785811872 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086957 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993653699568 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21448] ppid=21384 vsize=10824360 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21448/stat : 21448 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086960 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993049721040 139994328278939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21449] ppid=21384 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/21387/task/21449/stat : 21449 (java) S 21384 21387 17678 0 -1 1077944384 1061 13251 0 0 12 0 5 2 20 0 15 0 416086960 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993752254960 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21450] ppid=21384 vsize=10824360 memory=11076 CPUtime=0.22 cores=1,3,5,7
/proc/21387/task/21450/stat : 21450 (java) R 21384 21387 17678 0 -1 4202560 657 13251 0 0 15 0 5 2 20 0 15 0 416086960 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993751202416 139994308113881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21451] ppid=21384 vsize=10824360 memory=139738170291344 CPUtime=0.24 cores=1,3,5,7
/proc/21387/task/21451/stat : 21451 (java) S 21384 21387 17678 0 -1 1077944384 770 13251 0 0 17 0 5 2 20 0 15 0 416086960 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993750149872 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21452] ppid=21384 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21452/stat : 21452 (java) S 21384 21387 17678 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 416086960 11084144640 21456 33554432000 4194304 4196468 140725485002496 139992579959904 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21453] ppid=21384 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21453/stat : 21453 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086960 11084144640 21456 33554432000 4194304 4196468 140725485002496 139993749096752 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85824 KiB

[startup+1.50785 s]
/proc/loadavg: 1.45 1.40 1.41 3/227 21453
/proc/meminfo: memFree=25824776/32770624 swapFree=67020548/67108860
[pid=21387] ppid=21384 vsize=10834676 memory=174076 CPUtime=2.46 cores=1,3,5,7
/proc/21387/stat : 21387 (java) S 21384 21387 17678 0 -1 1077944320 22187 13251 0 0 229 10 5 2 20 0 15 0 416086945 11094708224 43519 33554432000 4194304 4196468 140725485002496 140725484985040 139994328260343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
/proc/21387/statm: 2708669 43519 3581 1 0 2670733 0
[pid=21387/tid=21440] ppid=21384 vsize=10834676 memory=100260 CPUtime=1.43 cores=1,3,5,7
/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 15435 13251 0 0 131 5 5 2 20 0 15 0 416086954 11094708224 43519 33554432000 4194304 4196468 140725485002496 139994300073504 139993932442906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 26 13251 0 0 1 0 5 2 20 0 15 0 416086955 11094708224 43519 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10834676 memory=7893295687695687954 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 62 13251 0 0 0 0 5 2 20 0 15 0 416086955 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10834676 memory=6994781559841273980 CPUtime=0.08 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 403 13251 0 0 1 0 5 2 20 0 15 0 416086955 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10834676 memory=4498404016631593314 CPUtime=0.08 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 78 13251 0 0 1 0 5 2 20 0 15 0 416086955 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10834676 memory=11495918512 CPUtime=0.08 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 189 13251 0 0 1 0 5 2 20 0 15 0 416086956 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10834676 memory=279476340558360 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 34 13251 0 0 0 0 5 2 20 0 15 0 416086957 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993785811936 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 416086957 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993653699584 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21448] ppid=21384 vsize=10834676 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21448/stat : 21448 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086960 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993049721040 139994328278939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21449] ppid=21384 vsize=10834676 memory=15819993182898827 CPUtime=0.31 cores=1,3,5,7
/proc/21387/task/21449/stat : 21449 (java) S 21384 21387 17678 0 -1 1077944384 1151 13251 0 0 24 0 5 2 20 0 15 0 416086960 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993752254960 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21450] ppid=21384 vsize=10834676 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/21387/task/21450/stat : 21450 (java) S 21384 21387 17678 0 -1 1077944384 986 13251 0 0 25 0 5 2 20 0 15 0 416086960 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993751202416 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21451] ppid=21384 vsize=10834676 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/21387/task/21451/stat : 21451 (java) R 21384 21387 17678 0 -1 4202560 1607 13251 0 0 41 1 5 2 20 0 15 0 416086960 11094708224 43519 33554432000 4194304 4196468 140725485002496 139993750146808 139994306772543 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0

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

/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 64153 13251 0 0 235920 43 5 2 20 0 15 0 416086954 11109421056 169803 33554432000 4194304 4196468 140725485002496 139994300094752 139993945844812 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10849044 memory=6791534058613427641 CPUtime=10.98 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 12728 13251 0 0 1039 52 5 2 20 0 15 0 416086955 11109421056 169803 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10849044 memory=679212 CPUtime=10.94 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 14078 13251 0 0 1033 54 5 2 20 0 15 0 416086955 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10849044 memory=679212 CPUtime=10.93 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 13210 13251 0 0 1034 52 5 2 20 0 15 0 416086955 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10849044 memory=679212 CPUtime=10.95 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 10653 13251 0 0 1037 51 5 2 20 0 15 0 416086955 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10849044 memory=679212 CPUtime=9.36 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 13606 13251 0 0 876 53 5 2 20 0 15 0 416086956 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10849044 memory=679212 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 45 13251 0 0 0 0 5 2 20 0 15 0 416086957 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993785811936 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10849044 memory=279476342387456 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086957 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993653699584 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21448] ppid=21384 vsize=10849044 memory=679212 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21448/stat : 21448 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086960 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993049721040 139994328278939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21449] ppid=21384 vsize=10849044 memory=0 CPUtime=4.89 cores=1,3,5,7
/proc/21387/task/21449/stat : 21449 (java) S 21384 21387 17678 0 -1 1077944384 26671 13251 0 0 476 6 5 2 20 0 15 0 416086960 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993752254960 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21450] ppid=21384 vsize=10849044 memory=164 CPUtime=5.28 cores=1,3,5,7
/proc/21387/task/21450/stat : 21450 (java) S 21384 21387 17678 0 -1 1077944384 32173 13251 0 0 514 7 5 2 20 0 15 0 416086960 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993751202416 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21451] ppid=21384 vsize=10849044 memory=679212 CPUtime=5.08 cores=1,3,5,7
/proc/21387/task/21451/stat : 21451 (java) S 21384 21387 17678 0 -1 1077944384 35679 13251 0 0 492 9 5 2 20 0 15 0 416086960 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993750149872 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21452] ppid=21384 vsize=10849044 memory=4120 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21452/stat : 21452 (java) S 21384 21387 17678 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 416086960 11109421056 169803 33554432000 4194304 4196468 140725485002496 139992579959904 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21453] ppid=21384 vsize=10849044 memory=679212 CPUtime=1.26 cores=1,3,5,7
/proc/21387/task/21453/stat : 21453 (java) S 21384 21387 17678 0 -1 1077944384 777 13251 0 0 57 62 5 2 20 0 15 0 416086960 11109421056 169803 33554432000 4194304 4196468 140725485002496 139993749096752 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
Current children cumulated CPU time: 2428.84 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 679212 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.48 1.44 3/227 21932
/proc/meminfo: memFree=25739052/32770624 swapFree=67020612/67108860
[pid=21387] ppid=21384 vsize=10849044 memory=681260 CPUtime=2489.63 cores=1,3,5,7
/proc/21387/stat : 21387 (java) S 21384 21387 17678 0 -1 1077944320 226872 13251 0 0 248615 341 5 2 20 0 15 0 416086945 11109421056 170315 33554432000 4194304 4196468 140725485002496 140725484985040 139994328260343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
/proc/21387/statm: 2712261 170315 3636 1 0 2674317 0
[pid=21387/tid=21440] ppid=21384 vsize=10849044 memory=681260 CPUtime=2419.18 cores=1,3,5,7
/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 64611 13251 0 0 241867 44 5 2 20 0 15 0 416086954 11109421056 170315 33554432000 4194304 4196468 140725485002496 139994300095856 139993945627940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.25 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 12746 13251 0 0 1065 53 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10849044 memory=679212 CPUtime=11.22 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 14113 13251 0 0 1059 56 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.2 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 13347 13251 0 0 1059 54 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.22 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 10711 13251 0 0 1063 52 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10849044 memory=681260 CPUtime=9.56 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 13761 13251 0 0 895 54 5 2 20 0 15 0 416086956 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 45 13251 0 0 0 0 5 2 20 0 15 0 416086957 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993785811936 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086957 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993653699584 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21448] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21448/stat : 21448 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993049721040 139994328278939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21449] ppid=21384 vsize=10849044 memory=681260 CPUtime=4.89 cores=1,3,5,7
/proc/21387/task/21449/stat : 21449 (java) S 21384 21387 17678 0 -1 1077944384 26673 13251 0 0 476 6 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993752254960 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21450] ppid=21384 vsize=10849044 memory=681260 CPUtime=5.28 cores=1,3,5,7
/proc/21387/task/21450/stat : 21450 (java) S 21384 21387 17678 0 -1 1077944384 32175 13251 0 0 514 7 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993751202416 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21451] ppid=21384 vsize=10849044 memory=7420 CPUtime=5.08 cores=1,3,5,7
/proc/21387/task/21451/stat : 21451 (java) S 21384 21387 17678 0 -1 1077944384 35681 13251 0 0 492 9 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993750149872 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21452] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21452/stat : 21452 (java) S 21384 21387 17678 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139992579959904 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21453] ppid=21384 vsize=10849044 memory=681260 CPUtime=1.28 cores=1,3,5,7
/proc/21387/task/21453/stat : 21453 (java) S 21384 21387 17678 0 -1 1077944384 793 13251 0 0 58 63 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993749096752 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
Current children cumulated CPU time: 2489.63 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 681260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.3 s]
/proc/loadavg: 1.42 1.47 1.43 3/227 21935
/proc/meminfo: memFree=25726524/32770624 swapFree=67020612/67108860
[pid=21387] ppid=21384 vsize=10849044 memory=681260 CPUtime=2520.07 cores=1,3,5,7
/proc/21387/stat : 21387 (java) S 21384 21387 17678 0 -1 1077944320 228250 13251 0 0 251655 345 5 2 20 0 15 0 416086945 11109421056 170315 33554432000 4194304 4196468 140725485002496 140725484985040 139994328260343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
/proc/21387/statm: 2712261 170315 3636 1 0 2674317 0
[pid=21387/tid=21440] ppid=21384 vsize=10849044 memory=681260 CPUtime=2448.9 cores=1,3,5,7
/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 65110 13251 0 0 244839 44 5 2 20 0 15 0 416086954 11109421056 170315 33554432000 4194304 4196468 140725485002496 139994300094928 139993933531207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.4 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 12909 13251 0 0 1079 54 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.36 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 14182 13251 0 0 1072 57 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.34 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 13546 13251 0 0 1073 54 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.36 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 10788 13251 0 0 1076 53 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10849044 memory=681260 CPUtime=9.68 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 13939 13251 0 0 907 54 5 2 20 0 15 0 416086956 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10849044 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 45 13251 0 0 0 0 5 2 20 0 15 0 416086957 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993785811936 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086957 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993653699584 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21448] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21448/stat : 21448 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993049721040 139994328278939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21449] ppid=21384 vsize=10849044 memory=4120 CPUtime=4.89 cores=1,3,5,7
/proc/21387/task/21449/stat : 21449 (java) S 21384 21387 17678 0 -1 1077944384 26675 13251 0 0 476 6 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993752254960 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21450] ppid=21384 vsize=10849044 memory=681260 CPUtime=5.28 cores=1,3,5,7
/proc/21387/task/21450/stat : 21450 (java) S 21384 21387 17678 0 -1 1077944384 32177 13251 0 0 514 7 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993751202416 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21451] ppid=21384 vsize=10849044 memory=681260 CPUtime=5.08 cores=1,3,5,7
/proc/21387/task/21451/stat : 21451 (java) S 21384 21387 17678 0 -1 1077944384 35864 13251 0 0 492 9 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993750149872 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21452] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21452/stat : 21452 (java) S 21384 21387 17678 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139992579959904 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21453] ppid=21384 vsize=10849044 memory=924 CPUtime=1.3 cores=1,3,5,7
/proc/21387/task/21453/stat : 21453 (java) S 21384 21387 17678 0 -1 1077944384 799 13251 0 0 59 64 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993749096752 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 681260 KiB

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

[startup+2472.33 s]
# the end of solver process 21387 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.63 s, system=3.48338 s

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

[startup+2472.3 s]
/proc/loadavg: 1.42 1.47 1.43 3/227 21935
/proc/meminfo: memFree=25726524/32770624 swapFree=67020612/67108860
[pid=21387] ppid=21384 vsize=10849044 memory=681260 CPUtime=2520.07 cores=1,3,5,7
/proc/21387/stat : 21387 (java) S 21384 21387 17678 0 -1 1077944320 228250 13251 0 0 251655 345 5 2 20 0 15 0 416086945 11109421056 170315 33554432000 4194304 4196468 140725485002496 140725484985040 139994328260343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
/proc/21387/statm: 2712261 170315 3636 1 0 2674317 0
[pid=21387/tid=21440] ppid=21384 vsize=10849044 memory=681260 CPUtime=2448.9 cores=1,3,5,7
/proc/21387/task/21440/stat : 21440 (java) R 21384 21387 17678 0 -1 4202560 65110 13251 0 0 244839 44 5 2 20 0 15 0 416086954 11109421056 170315 33554432000 4194304 4196468 140725485002496 139994300094928 139993933531207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21441] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.4 cores=1,3,5,7
/proc/21387/task/21441/stat : 21441 (java) S 21384 21387 17678 0 -1 1077944384 12909 13251 0 0 1079 54 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139994332502800 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21442] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.36 cores=1,3,5,7
/proc/21387/task/21442/stat : 21442 (java) S 21384 21387 17678 0 -1 1077944384 14182 13251 0 0 1072 57 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993901882256 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21443] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.34 cores=1,3,5,7
/proc/21387/task/21443/stat : 21443 (java) S 21384 21387 17678 0 -1 1077944384 13546 13251 0 0 1073 54 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993900829712 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21444] ppid=21384 vsize=10849044 memory=681260 CPUtime=11.36 cores=1,3,5,7
/proc/21387/task/21444/stat : 21444 (java) S 21384 21387 17678 0 -1 1077944384 10788 13251 0 0 1076 53 5 2 20 0 15 0 416086955 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993899777168 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21445] ppid=21384 vsize=10849044 memory=681260 CPUtime=9.68 cores=1,3,5,7
/proc/21387/task/21445/stat : 21445 (java) S 21384 21387 17678 0 -1 1077944384 13939 13251 0 0 907 54 5 2 20 0 15 0 416086956 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993786865648 139994328271490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21446] ppid=21384 vsize=10849044 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21446/stat : 21446 (java) S 21384 21387 17678 0 -1 1077944384 45 13251 0 0 0 0 5 2 20 0 15 0 416086957 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993785811936 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21447] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21447/stat : 21447 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086957 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993653699584 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21448] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21448/stat : 21448 (java) S 21384 21387 17678 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993049721040 139994328278939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21449] ppid=21384 vsize=10849044 memory=4120 CPUtime=4.89 cores=1,3,5,7
/proc/21387/task/21449/stat : 21449 (java) S 21384 21387 17678 0 -1 1077944384 26675 13251 0 0 476 6 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993752254960 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21450] ppid=21384 vsize=10849044 memory=681260 CPUtime=5.28 cores=1,3,5,7
/proc/21387/task/21450/stat : 21450 (java) S 21384 21387 17678 0 -1 1077944384 32177 13251 0 0 514 7 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993751202416 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21451] ppid=21384 vsize=10849044 memory=681260 CPUtime=5.08 cores=1,3,5,7
/proc/21387/task/21451/stat : 21451 (java) S 21384 21387 17678 0 -1 1077944384 35864 13251 0 0 492 9 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993750149872 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21452] ppid=21384 vsize=10849044 memory=681260 CPUtime=0.07 cores=1,3,5,7
/proc/21387/task/21452/stat : 21452 (java) S 21384 21387 17678 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139992579959904 139994328270549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
[pid=21387/tid=21453] ppid=21384 vsize=10849044 memory=924 CPUtime=1.3 cores=1,3,5,7
/proc/21387/task/21453/stat : 21453 (java) S 21384 21387 17678 0 -1 1077944384 799 13251 0 0 59 64 5 2 20 0 15 0 416086960 11109421056 170315 33554432000 4194304 4196468 140725485002496 139993749096752 139994328271490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29200384 140725485009648 140725485012165 140725485012165 140725485014991 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 681260 KiB

Child status: 143
Real time (s): 2472.33
CPU time (s): 2520.12
CPU user time (s): 2516.63
CPU system time (s): 3.48338
CPU usage (%): 101.933
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 823384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.63
system time used= 3.48338
maximum resident set size= 824408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274436
involuntary context switches= 5279


# summary of solver processes directly reported to runsolver:
#   pid: 21387
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.63
#   total CPU system time (s): 3.48338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5766 second user time and 27.762 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 20:08:24
IDJOB=4395976
IDBENCH=124271
IDSOLVER=2846
FILE ID=node150/4395976-1568398143
RUNJOBID= node150-1568393129-20139
PBS_JOBID= 21701821
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Langford/Langford-m1-k3/Langford-3-35.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395976-1568398143/watcher-4395976-1568398143 -o /tmp/evaluation-result-4395976-1568398143/solver-4395976-1568398143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568393129-20139 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=776516473 HOME/instance-4395976-1568398143.xml

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

MD5SUM BENCH= d39bc1ef1e07e502cfee7f2819d89a2a
RANDOM SEED=776516473

node150.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.79
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.79
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.79
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.79
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:        25925656 kB
MemAvailable:   30671064 kB
Buffers:          186060 kB
Cached:          4770432 kB
SwapCached:        13288 kB
Active:          2310432 kB
Inactive:        3852564 kB
Active(anon):    1171340 kB
Inactive(anon):    59964 kB
Active(file):    1139092 kB
Inactive(file):  3792600 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67020548 kB
Dirty:             35396 kB
Writeback:             0 kB
AnonPages:       1303872 kB
Mapped:            51816 kB
Shmem:             15888 kB
Slab:             272440 kB
SReclaimable:     242176 kB
SUnreclaim:        30264 kB
KernelStack:        3696 kB
PageTables:         8740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2335284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1185792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 20:49:36