Trace number 4402664

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.12 2469.14

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-092.xml
MD5SUM04f92250339fffd6ef5beb9873d20792
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size64
Maximum domain size92
Distribution of domain sizes[{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402664-1568988749/watcher-4402664-1568988749 -o /tmp/evaluation-result-4402664-1568988749/solver-4402664-1568988749 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5049 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1201630527 HOME/instance-4402664-1568988749.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=11893, runsolver pid=11890


[startup+0.100057 s]*
/proc/loadavg: 1.36 1.34 1.43 3/218 11950
/proc/meminfo: memFree=8176720/32770624 swapFree=66959532/67108860
[pid=11893] ppid=11890 vsize=9972712 memory=17340 CPUtime=0.1 cores=1,3,5,7
/proc/11893/stat : 11893 (java) S 11890 11893 5017 0 -1 1077944320 4560 13338 0 0 1 1 5 3 20 0 6 0 475143704 10212057088 4335 33554432000 4194304 4196468 140733197508784 140733197491328 140061425811191 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
/proc/11893/statm: 2493178 4335 1958 1 0 2481616 0
[pid=11893/tid=11946] ppid=11890 vsize=9988792 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11946/stat : 11946 (java) R 11890 11893 5017 0 -1 4202560 2398 13338 0 0 1 0 5 3 20 0 6 0 475143713 10228523008 4335 33554432000 4194304 4196468 140733197508784 140061397647952 140061409571024 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 6 0 475143714 10228523008 4335 33554432000 4194304 4196468 140733197508784 140061430053392 140061425821397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=9988792 memory=140608296982805 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 6 0 475143714 10228523008 4335 33554432000 4194304 4196468 140733197508784 140061318326928 140061425821397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 6 0 475143714 10228523008 4335 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 6 0 475143714 10228523008 4335 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.21008 s]*
/proc/loadavg: 1.36 1.34 1.43 5/227 11959
/proc/meminfo: memFree=8156832/32770624 swapFree=66959532/67108860
[pid=11893] ppid=11890 vsize=10820196 memory=44248 CPUtime=0.27 cores=1,3,5,7
/proc/11893/stat : 11893 (java) S 11890 11893 5017 0 -1 1077944320 7514 13338 0 0 17 2 5 3 20 0 15 0 475143704 11079880704 11062 33554432000 4194304 4196468 140733197508784 140733197491328 140061425811191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
/proc/11893/statm: 2705049 11062 3289 1 0 2667149 0
[pid=11893/tid=11946] ppid=11890 vsize=10820196 memory=751940894209540401 CPUtime=0.2 cores=1,3,5,7
/proc/11893/task/11946/stat : 11946 (java) R 11890 11893 5017 0 -1 4202560 4001 13338 0 0 11 1 5 3 20 0 15 0 475143713 11079880704 11062 33554432000 4194304 4196468 140733197508784 140061397622224 140061425833117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143714 11079880704 11062 33554432000 4194304 4196468 140733197508784 140061430053392 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=10820196 memory=140608296982805 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143714 11079880704 11062 33554432000 4194304 4196468 140733197508784 140061318326928 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143714 11079880704 11062 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143714 11079880704 11062 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11951] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11951/stat : 11951 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143715 11079880704 11062 33554432000 4194304 4196468 140733197508784 140060885203696 140061425822338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11952] ppid=11890 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11952/stat : 11952 (java) S 11890 11893 5017 0 -1 1077944384 33 13338 0 0 0 0 5 3 20 0 15 0 475143716 11079880704 11062 33554432000 4194304 4196468 140733197508784 140060884149920 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11953] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11953/stat : 11953 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143716 11079880704 11062 33554432000 4194304 4196468 140733197508784 140060762563824 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11954] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11954/stat : 11954 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143719 11079880704 11062 33554432000 4194304 4196468 140733197508784 140060628347344 140061425829787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11955] ppid=11890 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11955/stat : 11955 (java) S 11890 11893 5017 0 -1 1077944384 477 13338 0 0 1 0 5 3 20 0 15 0 475143719 11079880704 11062 33554432000 4194304 4196468 140733197508784 140060850591984 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11956] ppid=11890 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11956/stat : 11956 (java) S 11890 11893 5017 0 -1 1077944384 179 13338 0 0 1 0 5 3 20 0 15 0 475143719 11079880704 11062 33554432000 4194304 4196468 140733197508784 140060849539440 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11957] ppid=11890 vsize=10820196 memory=140608293426816 CPUtime=0.11 cores=1,3,5,7
/proc/11893/task/11957/stat : 11957 (java) S 11890 11893 5017 0 -1 1077944384 606 13338 0 0 3 0 5 3 20 0 15 0 475143719 11079880704 11062 33554432000 4194304 4196468 140733197508784 140060848486384 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11958] ppid=11890 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11958/stat : 11958 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11079880704 11062 33554432000 4194304 4196468 140733197508784 140059688823136 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11959] ppid=11890 vsize=10820196 memory=140608293426816 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11959/stat : 11959 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143719 11079880704 11062 33554432000 4194304 4196468 140733197508784 140060847434800 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44248 KiB

[startup+0.31058 s]*
/proc/loadavg: 1.36 1.34 1.43 3/227 11959
/proc/meminfo: memFree=8144512/32770624 swapFree=66959532/67108860
[pid=11893] ppid=11890 vsize=10820196 memory=52712 CPUtime=0.41 cores=1,3,5,7
/proc/11893/stat : 11893 (java) S 11890 11893 5017 0 -1 1077944320 10862 13338 0 0 29 4 5 3 20 0 15 0 475143704 11079880704 13178 33554432000 4194304 4196468 140733197508784 140733197491328 140061425811191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
/proc/11893/statm: 2705049 13178 3311 1 0 2667149 0
[pid=11893/tid=11946] ppid=11890 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/11893/task/11946/stat : 11946 (java) R 11890 11893 5017 0 -1 4202560 7337 13338 0 0 19 3 5 3 20 0 15 0 475143713 11079880704 13178 33554432000 4194304 4196468 140733197508784 140061397620112 140061410984150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143714 11079880704 13178 33554432000 4194304 4196468 140733197508784 140061430053392 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143714 11079880704 13178 33554432000 4194304 4196468 140733197508784 140061318326928 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143714 11079880704 13178 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143714 11079880704 13178 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11951] ppid=11890 vsize=10820196 memory=140608293426815 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11951/stat : 11951 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143715 11079880704 13178 33554432000 4194304 4196468 140733197508784 140060885203696 140061425822338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11952] ppid=11890 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11952/stat : 11952 (java) S 11890 11893 5017 0 -1 1077944384 33 13338 0 0 0 0 5 3 20 0 15 0 475143716 11079880704 13178 33554432000 4194304 4196468 140733197508784 140060884149920 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11953] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11953/stat : 11953 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143716 11079880704 13178 33554432000 4194304 4196468 140733197508784 140060762563824 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11954] ppid=11890 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11954/stat : 11954 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143719 11079880704 13178 33554432000 4194304 4196468 140733197508784 140060628347344 140061425829787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11955] ppid=11890 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11893/task/11955/stat : 11955 (java) S 11890 11893 5017 0 -1 1077944384 477 13338 0 0 2 0 5 3 20 0 15 0 475143719 11079880704 13178 33554432000 4194304 4196468 140733197508784 140060850591984 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11956] ppid=11890 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11956/stat : 11956 (java) S 11890 11893 5017 0 -1 1077944384 180 13338 0 0 1 0 5 3 20 0 15 0 475143719 11079880704 13178 33554432000 4194304 4196468 140733197508784 140060849539440 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11957] ppid=11890 vsize=10820196 memory=140608293426816 CPUtime=0.13 cores=1,3,5,7
/proc/11893/task/11957/stat : 11957 (java) S 11890 11893 5017 0 -1 1077944384 614 13338 0 0 5 0 5 3 20 0 15 0 475143719 11079880704 13178 33554432000 4194304 4196468 140733197508784 140060848486384 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11958] ppid=11890 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11958/stat : 11958 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11079880704 13178 33554432000 4194304 4196468 140733197508784 140059688823136 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11959] ppid=11890 vsize=10820196 memory=140608293426816 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11959/stat : 11959 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143719 11079880704 13178 33554432000 4194304 4196468 140733197508784 140060847434800 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52712 KiB

[startup+0.700724 s]
/proc/loadavg: 1.36 1.34 1.43 4/227 11959
/proc/meminfo: memFree=8128880/32770624 swapFree=66959532/67108860
[pid=11893] ppid=11890 vsize=10824364 memory=85700 CPUtime=1.16 cores=1,3,5,7
/proc/11893/stat : 11893 (java) S 11890 11893 5017 0 -1 1077944320 15170 13338 0 0 102 6 5 3 20 0 15 0 475143704 11084148736 21425 33554432000 4194304 4196468 140733197508784 140733197491328 140061425811191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
/proc/11893/statm: 2706091 21425 3513 1 0 2668173 0
[pid=11893/tid=11946] ppid=11890 vsize=10824364 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/11893/task/11946/stat : 11946 (java) R 11890 11893 5017 0 -1 4202560 10494 13338 0 0 55 4 5 3 20 0 15 0 475143713 11084148736 21425 33554432000 4194304 4196468 140733197508784 140061397636448 140061425833117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=10824364 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143714 11084148736 21425 33554432000 4194304 4196468 140733197508784 140061430053392 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=10824364 memory=4028 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143714 11084148736 21425 33554432000 4194304 4196468 140733197508784 140061318326928 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=10824364 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143714 11084148736 21425 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143714 11084148736 21425 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11951] ppid=11890 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11951/stat : 11951 (java) S 11890 11893 5017 0 -1 1077944384 5 13338 0 0 0 0 5 3 20 0 15 0 475143715 11084148736 21425 33554432000 4194304 4196468 140733197508784 140060885203696 140061425822338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11952] ppid=11890 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11952/stat : 11952 (java) S 11890 11893 5017 0 -1 1077944384 33 13338 0 0 0 0 5 3 20 0 15 0 475143716 11084148736 21425 33554432000 4194304 4196468 140733197508784 140060884149920 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11953] ppid=11890 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11953/stat : 11953 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143716 11084148736 21425 33554432000 4194304 4196468 140733197508784 140060762563824 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11954] ppid=11890 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11954/stat : 11954 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143719 11084148736 21425 33554432000 4194304 4196468 140733197508784 140060628347344 140061425829787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11955] ppid=11890 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/11893/task/11955/stat : 11955 (java) S 11890 11893 5017 0 -1 1077944384 955 13338 0 0 17 0 5 3 20 0 15 0 475143719 11084148736 21425 33554432000 4194304 4196468 140733197508784 140060850591984 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11956] ppid=11890 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/11893/task/11956/stat : 11956 (java) S 11890 11893 5017 0 -1 1077944384 650 13338 0 0 11 0 5 3 20 0 15 0 475143719 11084148736 21447 33554432000 4194304 4196468 140733197508784 140060849539440 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11957] ppid=11890 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/11893/task/11957/stat : 11957 (java) R 11890 11893 5017 0 -1 4202560 817 13338 0 0 17 0 5 3 20 0 15 0 475143719 11084148736 21447 33554432000 4194304 4196468 140733197508784 140060848480960 140061418908083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11958] ppid=11890 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11958/stat : 11958 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11084148736 21447 33554432000 4194304 4196468 140733197508784 140059688823136 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11959] ppid=11890 vsize=10824364 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11959/stat : 11959 (java) S 11890 11893 5017 0 -1 1077944384 1 13338 0 0 0 0 5 3 20 0 15 0 475143719 11084148736 21447 33554432000 4194304 4196468 140733197508784 140060847434800 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85700 KiB

[startup+1.50072 s]
/proc/loadavg: 1.36 1.34 1.43 3/227 11959
/proc/meminfo: memFree=8084872/32770624 swapFree=66959532/67108860
[pid=11893] ppid=11890 vsize=10834680 memory=179468 CPUtime=2.69 cores=1,3,5,7
/proc/11893/stat : 11893 (java) S 11890 11893 5017 0 -1 1077944320 24965 13338 0 0 251 10 5 3 20 0 15 0 475143704 11094712320 44867 33554432000 4194304 4196468 140733197508784 140733197491328 140061425811191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
/proc/11893/statm: 2708670 44867 3583 1 0 2670733 0
[pid=11893/tid=11946] ppid=11890 vsize=10834680 memory=-7169539485663701033 CPUtime=1.44 cores=1,3,5,7
/proc/11893/task/11946/stat : 11946 (java) R 11890 11893 5017 0 -1 4202560 16638 13338 0 0 130 6 5 3 20 0 15 0 475143713 11094712320 44867 33554432000 4194304 4196468 140733197508784 140061397621696 140061425823126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) S 11890 11893 5017 0 -1 1077944384 317 13338 0 0 1 0 5 3 20 0 15 0 475143714 11094712320 44867 33554432000 4194304 4196468 140733197508784 140061430053392 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 100 13338 0 0 1 0 5 3 20 0 15 0 475143714 11094712320 44867 33554432000 4194304 4196468 140733197508784 140061318326928 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 33 13338 0 0 1 0 5 3 20 0 15 0 475143714 11094712320 44867 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=10834680 memory=-4059589565078923626 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 32 13338 0 0 1 0 5 3 20 0 15 0 475143714 11094712320 44867 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11951] ppid=11890 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11893/task/11951/stat : 11951 (java) S 11890 11893 5017 0 -1 1077944384 1488 13338 0 0 1 0 5 3 20 0 15 0 475143715 11094712320 44867 33554432000 4194304 4196468 140733197508784 140060885203696 140061425822338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11952] ppid=11890 vsize=10834680 memory=281216339379136 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11952/stat : 11952 (java) S 11890 11893 5017 0 -1 1077944384 34 13338 0 0 0 0 5 3 20 0 15 0 475143716 11094712320 44867 33554432000 4194304 4196468 140733197508784 140060884149984 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11953] ppid=11890 vsize=10834680 memory=175764 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11953/stat : 11953 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143716 11094712320 44867 33554432000 4194304 4196468 140733197508784 140060762563840 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11954] ppid=11890 vsize=10834680 memory=102666898267486 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11954/stat : 11954 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143719 11094712320 44867 33554432000 4194304 4196468 140733197508784 140060628347344 140061425829787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11955] ppid=11890 vsize=10834680 memory=281216339162208 CPUtime=0.48 cores=1,3,5,7
/proc/11893/task/11955/stat : 11955 (java) S 11890 11893 5017 0 -1 1077944384 1248 13338 0 0 40 0 5 3 20 0 15 0 475143719 11094712320 44867 33554432000 4194304 4196468 140733197508784 140060850591984 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11956] ppid=11890 vsize=10834680 memory=281216339164448 CPUtime=0.4 cores=1,3,5,7
/proc/11893/task/11956/stat : 11956 (java) S 11890 11893 5017 0 -1 1077944384 1237 13338 0 0 32 0 5 3 20 0 15 0 475143719 11094712320 44867 33554432000 4194304 4196468 140733197508784 140060849539440 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11957] ppid=11890 vsize=10834680 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/11893/task/11957/stat : 11957 (java) R 11890 11893 5017 0 -1 4202560 1623 13338 0 0 41 0 5 3 20 0 15 0 475143719 11094712320 44867 33554432000 4194304 4196468 140733197508784 140060848486384 140061405525988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11958] ppid=11890 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11958/stat : 11958 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11094712320 44867 33554432000 4194304 4196468 140733197508784 140059688823136 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11959] ppid=11890 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11959/stat : 11959 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11094712320 44867 33554432000 4194304 4196468 140733197508784 140060847434800 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 10834680 KiB

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

/proc/11893/task/11946/stat : 11946 (java) R 11890 11893 5017 0 -1 4202560 79512 13338 0 0 235667 58 5 3 20 0 15 0 475143713 11107315712 332821 33554432000 4194304 4196468 140733197508784 140061397647136 140060984290011 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=10846988 memory=1331284 CPUtime=12.43 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) S 11890 11893 5017 0 -1 1077944384 36565 13338 0 0 1171 64 5 3 20 0 15 0 475143714 11107315712 332821 33554432000 4194304 4196468 140733197508784 140061430053392 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=10846988 memory=1331276 CPUtime=12.41 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 21043 13338 0 0 1174 59 5 3 20 0 15 0 475143714 11107315712 332821 33554432000 4194304 4196468 140733197508784 140061318326928 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=10846988 memory=1331284 CPUtime=12.45 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 11858 13338 0 0 1179 58 5 3 20 0 15 0 475143714 11107315712 332821 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=10846988 memory=1331284 CPUtime=12.42 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 24178 13338 0 0 1173 61 5 3 20 0 15 0 475143714 11107315712 332821 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11951] ppid=11890 vsize=10846988 memory=8 CPUtime=10.69 cores=1,3,5,7
/proc/11893/task/11951/stat : 11951 (java) S 11890 11893 5017 0 -1 1077944384 22440 13338 0 0 1001 60 5 3 20 0 15 0 475143715 11107315712 332821 33554432000 4194304 4196468 140733197508784 140060885203696 140061425822338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11952] ppid=11890 vsize=10846988 memory=1326512 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11952/stat : 11952 (java) S 11890 11893 5017 0 -1 1077944384 38 13338 0 0 0 0 5 3 20 0 15 0 475143716 11107315712 332821 33554432000 4194304 4196468 140733197508784 140060884149984 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11953] ppid=11890 vsize=10846988 memory=1331284 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11953/stat : 11953 (java) S 11890 11893 5017 0 -1 1077944384 4 13338 0 0 0 0 5 3 20 0 15 0 475143716 11107315712 332821 33554432000 4194304 4196468 140733197508784 140060762563840 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11954] ppid=11890 vsize=10846988 memory=1331284 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11954/stat : 11954 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143719 11107315712 332821 33554432000 4194304 4196468 140733197508784 140060628347344 140061425829787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11955] ppid=11890 vsize=10846988 memory=3624 CPUtime=5.54 cores=1,3,5,7
/proc/11893/task/11955/stat : 11955 (java) S 11890 11893 5017 0 -1 1077944384 26644 13338 0 0 542 4 5 3 20 0 15 0 475143719 11107315712 332821 33554432000 4194304 4196468 140733197508784 140060850591984 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11956] ppid=11890 vsize=10846988 memory=6791534058613427641 CPUtime=5.4 cores=1,3,5,7
/proc/11893/task/11956/stat : 11956 (java) S 11890 11893 5017 0 -1 1077944384 23019 13338 0 0 529 3 5 3 20 0 15 0 475143719 11107315712 332821 33554432000 4194304 4196468 140733197508784 140060849539440 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11957] ppid=11890 vsize=10846988 memory=1331276 CPUtime=2.39 cores=1,3,5,7
/proc/11893/task/11957/stat : 11957 (java) S 11890 11893 5017 0 -1 1077944384 20357 13338 0 0 227 4 5 3 20 0 15 0 475143719 11107315712 332821 33554432000 4194304 4196468 140733197508784 140060848486384 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11958] ppid=11890 vsize=10846988 memory=1331284 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11958/stat : 11958 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11107315712 332821 33554432000 4194304 4196468 140733197508784 140059688823136 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11959] ppid=11890 vsize=10846988 memory=1331284 CPUtime=1.42 cores=1,3,5,7
/proc/11893/task/11959/stat : 11959 (java) S 11890 11893 5017 0 -1 1077944384 1680 13338 0 0 56 78 5 3 20 0 15 0 475143719 11107315712 332821 33554432000 4194304 4196468 140733197508784 140060847434800 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 2431.87 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1331284 KiB

[startup+2442.3 s]
/proc/loadavg: 0.76 0.76 1.01 2/206 12227
/proc/meminfo: memFree=7801916/32770624 swapFree=66959532/67108860
[pid=11893] ppid=11890 vsize=10846988 memory=1333356 CPUtime=2492.84 cores=1,3,5,7
/proc/11893/stat : 11893 (java) S 11890 11893 5017 0 -1 1077944320 272194 13338 0 0 248885 391 5 3 20 0 15 0 475143704 11107315712 333339 33554432000 4194304 4196468 140733197508784 140733197491328 140061425811191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
/proc/11893/statm: 2711747 333339 3631 1 0 2673805 0
[pid=11893/tid=11946] ppid=11890 vsize=10846988 memory=1333356 CPUtime=2416.69 cores=1,3,5,7
/proc/11893/task/11946/stat : 11946 (java) R 11890 11893 5017 0 -1 4202560 80601 13338 0 0 241602 59 5 3 20 0 15 0 475143713 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061397646912 140060984289921 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.75 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) S 11890 11893 5017 0 -1 1077944384 36999 13338 0 0 1202 65 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061430053392 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.74 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 21195 13338 0 0 1206 60 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061318326928 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=10846988 memory=1333332 CPUtime=12.78 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 11972 13338 0 0 1210 60 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.75 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 24584 13338 0 0 1204 63 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11951] ppid=11890 vsize=10846988 memory=1333356 CPUtime=10.97 cores=1,3,5,7
/proc/11893/task/11951/stat : 11951 (java) S 11890 11893 5017 0 -1 1077944384 22848 13338 0 0 1027 62 5 3 20 0 15 0 475143715 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060885203696 140061425822338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11952] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11952/stat : 11952 (java) S 11890 11893 5017 0 -1 1077944384 38 13338 0 0 0 0 5 3 20 0 15 0 475143716 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060884149984 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11953] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11953/stat : 11953 (java) S 11890 11893 5017 0 -1 1077944384 4 13338 0 0 0 0 5 3 20 0 15 0 475143716 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060762563840 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11954] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11954/stat : 11954 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060628347344 140061425829787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11955] ppid=11890 vsize=10846988 memory=1326512 CPUtime=5.54 cores=1,3,5,7
/proc/11893/task/11955/stat : 11955 (java) S 11890 11893 5017 0 -1 1077944384 26648 13338 0 0 542 4 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060850591984 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11956] ppid=11890 vsize=10846988 memory=8 CPUtime=5.4 cores=1,3,5,7
/proc/11893/task/11956/stat : 11956 (java) S 11890 11893 5017 0 -1 1077944384 23023 13338 0 0 529 3 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060849539440 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11957] ppid=11890 vsize=10846988 memory=1333356 CPUtime=2.39 cores=1,3,5,7
/proc/11893/task/11957/stat : 11957 (java) S 11890 11893 5017 0 -1 1077944384 20361 13338 0 0 227 4 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060848486384 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11958] ppid=11890 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11958/stat : 11958 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140059688823136 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11959] ppid=11890 vsize=10846988 memory=1333356 CPUtime=1.45 cores=1,3,5,7
/proc/11893/task/11959/stat : 11959 (java) S 11890 11893 5017 0 -1 1077944384 1710 13338 0 0 57 80 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060847434800 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 2492.84 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1333356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.11 s]
/proc/loadavg: 0.73 0.75 1.00 2/206 12230
/proc/meminfo: memFree=7801640/32770624 swapFree=66959532/67108860
[pid=11893] ppid=11890 vsize=10846988 memory=1333356 CPUtime=2520.06 cores=1,3,5,7
/proc/11893/stat : 11893 (java) S 11890 11893 5017 0 -1 1077944320 273467 13338 0 0 251604 394 5 3 20 0 15 0 475143704 11107315712 333339 33554432000 4194304 4196468 140733197508784 140733197491328 140061425811191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
/proc/11893/statm: 2711747 333339 3631 1 0 2673805 0
[pid=11893/tid=11946] ppid=11890 vsize=10846988 memory=1333356 CPUtime=2443.24 cores=1,3,5,7
/proc/11893/task/11946/stat : 11946 (java) S 11890 11893 5017 0 -1 1077944384 81146 13338 0 0 244256 60 5 3 20 0 15 0 475143713 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061397646592 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=10846988 memory=1333332 CPUtime=12.89 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) R 11890 11893 5017 0 -1 4202560 37024 13338 0 0 1215 66 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061430053512 140061418439399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.87 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 21213 13338 0 0 1219 60 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061318326944 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.92 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 12059 13338 0 0 1224 60 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.89 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 24972 13338 0 0 1217 64 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11951] ppid=11890 vsize=10846988 memory=1333356 CPUtime=11.07 cores=1,3,5,7
/proc/11893/task/11951/stat : 11951 (java) S 11890 11893 5017 0 -1 1077944384 23043 13338 0 0 1037 62 5 3 20 0 15 0 475143715 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060885202208 140061425821397 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11952] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11952/stat : 11952 (java) S 11890 11893 5017 0 -1 1077944384 38 13338 0 0 0 0 5 3 20 0 15 0 475143716 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060884149984 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11953] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11953/stat : 11953 (java) S 11890 11893 5017 0 -1 1077944384 4 13338 0 0 0 0 5 3 20 0 15 0 475143716 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060762563840 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11954] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11954/stat : 11954 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060628347344 140061425829787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11955] ppid=11890 vsize=10846988 memory=1333356 CPUtime=5.54 cores=1,3,5,7
/proc/11893/task/11955/stat : 11955 (java) S 11890 11893 5017 0 -1 1077944384 26648 13338 0 0 542 4 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060850591984 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11956] ppid=11890 vsize=10846988 memory=780 CPUtime=5.4 cores=1,3,5,7
/proc/11893/task/11956/stat : 11956 (java) S 11890 11893 5017 0 -1 1077944384 23023 13338 0 0 529 3 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060849539440 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11957] ppid=11890 vsize=10846988 memory=620 CPUtime=2.39 cores=1,3,5,7
/proc/11893/task/11957/stat : 11957 (java) S 11890 11893 5017 0 -1 1077944384 20361 13338 0 0 227 4 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060848486384 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11958] ppid=11890 vsize=10846988 memory=1496 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11958/stat : 11958 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140059688823136 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11959] ppid=11890 vsize=10846988 memory=1333356 CPUtime=1.47 cores=1,3,5,7
/proc/11893/task/11959/stat : 11959 (java) S 11890 11893 5017 0 -1 1077944384 1725 13338 0 0 58 81 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060847434800 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1333356 KiB

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

[startup+2469.14 s]
# the end of solver process 11893 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.13 s, system=3.99326 s

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

[startup+2469.11 s]
/proc/loadavg: 0.73 0.75 1.00 2/206 12230
/proc/meminfo: memFree=7801640/32770624 swapFree=66959532/67108860
[pid=11893] ppid=11890 vsize=10846988 memory=1333356 CPUtime=2520.06 cores=1,3,5,7
/proc/11893/stat : 11893 (java) S 11890 11893 5017 0 -1 1077944320 273467 13338 0 0 251604 394 5 3 20 0 15 0 475143704 11107315712 333339 33554432000 4194304 4196468 140733197508784 140733197491328 140061425811191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
/proc/11893/statm: 2711747 333339 3631 1 0 2673805 0
[pid=11893/tid=11946] ppid=11890 vsize=10846988 memory=1333356 CPUtime=2443.24 cores=1,3,5,7
/proc/11893/task/11946/stat : 11946 (java) S 11890 11893 5017 0 -1 1077944384 81146 13338 0 0 244256 60 5 3 20 0 15 0 475143713 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061397646592 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11947] ppid=11890 vsize=10846988 memory=1333332 CPUtime=12.89 cores=1,3,5,7
/proc/11893/task/11947/stat : 11947 (java) R 11890 11893 5017 0 -1 4202560 37024 13338 0 0 1215 66 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061430053512 140061418439399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11948] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.87 cores=1,3,5,7
/proc/11893/task/11948/stat : 11948 (java) S 11890 11893 5017 0 -1 1077944384 21213 13338 0 0 1219 60 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061318326944 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11949] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.92 cores=1,3,5,7
/proc/11893/task/11949/stat : 11949 (java) S 11890 11893 5017 0 -1 1077944384 12059 13338 0 0 1224 60 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061317273872 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11950] ppid=11890 vsize=10846988 memory=1333356 CPUtime=12.89 cores=1,3,5,7
/proc/11893/task/11950/stat : 11950 (java) S 11890 11893 5017 0 -1 1077944384 24972 13338 0 0 1217 64 5 3 20 0 15 0 475143714 11107315712 333339 33554432000 4194304 4196468 140733197508784 140061316221328 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11951] ppid=11890 vsize=10846988 memory=1333356 CPUtime=11.07 cores=1,3,5,7
/proc/11893/task/11951/stat : 11951 (java) S 11890 11893 5017 0 -1 1077944384 23043 13338 0 0 1037 62 5 3 20 0 15 0 475143715 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060885202208 140061425821397 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11952] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11952/stat : 11952 (java) S 11890 11893 5017 0 -1 1077944384 38 13338 0 0 0 0 5 3 20 0 15 0 475143716 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060884149984 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11953] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11953/stat : 11953 (java) S 11890 11893 5017 0 -1 1077944384 4 13338 0 0 0 0 5 3 20 0 15 0 475143716 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060762563840 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11954] ppid=11890 vsize=10846988 memory=1333356 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11954/stat : 11954 (java) S 11890 11893 5017 0 -1 1077944384 2 13338 0 0 0 0 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060628347344 140061425829787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11955] ppid=11890 vsize=10846988 memory=1333356 CPUtime=5.54 cores=1,3,5,7
/proc/11893/task/11955/stat : 11955 (java) S 11890 11893 5017 0 -1 1077944384 26648 13338 0 0 542 4 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060850591984 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11956] ppid=11890 vsize=10846988 memory=780 CPUtime=5.4 cores=1,3,5,7
/proc/11893/task/11956/stat : 11956 (java) S 11890 11893 5017 0 -1 1077944384 23023 13338 0 0 529 3 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060849539440 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11957] ppid=11890 vsize=10846988 memory=620 CPUtime=2.39 cores=1,3,5,7
/proc/11893/task/11957/stat : 11957 (java) S 11890 11893 5017 0 -1 1077944384 20361 13338 0 0 227 4 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060848486384 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11958] ppid=11890 vsize=10846988 memory=1496 CPUtime=0.08 cores=1,3,5,7
/proc/11893/task/11958/stat : 11958 (java) S 11890 11893 5017 0 -1 1077944384 3 13338 0 0 0 0 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140059688823136 140061425821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
[pid=11893/tid=11959] ppid=11890 vsize=10846988 memory=1333356 CPUtime=1.47 cores=1,3,5,7
/proc/11893/task/11959/stat : 11959 (java) S 11890 11893 5017 0 -1 1077944384 1725 13338 0 0 58 81 5 3 20 0 15 0 475143719 11107315712 333339 33554432000 4194304 4196468 140733197508784 140060847434800 140061425822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733197511407 140733197513925 140733197513925 140733197516751 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1333356 KiB

Child status: 143
Real time (s): 2469.14
CPU time (s): 2520.12
CPU user time (s): 2516.13
CPU system time (s): 3.99326
CPU usage (%): 102.065
Max. virtual memory (cumulated for all children) (KiB): 10849816
Max. memory (cumulated for all children) (KiB): 1333356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.13
system time used= 3.99326
maximum resident set size= 1337588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289318
involuntary context switches= 9223


# summary of solver processes directly reported to runsolver:
#   pid: 11893
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.13
#   total CPU system time (s): 3.99326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4814 second user time and 21.4288 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 16:11:48
IDJOB=4402664
IDBENCH=141708
IDSOLVER=2861
FILE ID=node127/4402664-1568988749
RUNJOBID= node127-1568967596-5049
PBS_JOBID= 21704621
Free space on /tmp= 35784 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-092.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402664-1568988749/watcher-4402664-1568988749 -o /tmp/evaluation-result-4402664-1568988749/solver-4402664-1568988749 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5049 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1201630527 HOME/instance-4402664-1568988749.xml

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

MD5SUM BENCH= 04f92250339fffd6ef5beb9873d20792
RANDOM SEED=1201630527

node127.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.55
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.55
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.55
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.55
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:         8185140 kB
MemAvailable:   30903564 kB
Buffers:          108904 kB
Cached:         22604304 kB
SwapCached:        44560 kB
Active:         12492132 kB
Inactive:       11172020 kB
Active(anon):     902480 kB
Inactive(anon):    98124 kB
Active(file):   11589652 kB
Inactive(file): 11073896 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66959532 kB
Dirty:             35640 kB
Writeback:            12 kB
AnonPages:       1015764 kB
Mapped:            66256 kB
Shmem:             40780 kB
Slab:             512388 kB
SReclaimable:     483336 kB
SUnreclaim:        29052 kB
KernelStack:        3712 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2174788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    856064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35784 MiB
End job on node127 at 2019-09-20 16:52:58