Trace number 4305254

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.9.2-SuperNG? (TO) 2520.15 2485.43

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-16_c18.xml
MD5SUMfff017207be5e3895e33195d340205a8
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 variables512
Number of constraints482
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":496}]
Minimum variable degree0
Maximum variable degree33
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":240},{"degree":32,"count":16},{"degree":33,"count":240}]
Minimum constraint arity16
Maximum constraint arity256
Distribution of constraint arities[{"arity":16,"count":1},{"arity":18,"count":480},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":480}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
2520.09/2485.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2485.41		at concrete.MAC.mac(MAC.scala:188)
2520.09/2485.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2485.41		at scala.util.Try$.apply(Try.scala:209)
2520.09/2485.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2485.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2485.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2485.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2485.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2485.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2485.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2485.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2485.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2485.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2485.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2485.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2485.41		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2485.41		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2485.41		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2485.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2485.41		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.09/2485.41		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.09/2485.41		at concrete.Solver.toStream(Solver.scala:68)
2520.09/2485.41		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.09/2485.41		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.09/2485.41		at concrete.Solver.toIterable(Solver.scala:68)
2520.09/2485.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.09/2485.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2485.41		at scala.util.Success.map(Try.scala:209)
2520.09/2485.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2485.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2485.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2485.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2485.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2485.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2485.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2485.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2485.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2485.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2485.41		at scala.App.main(App.scala:76)
2520.09/2485.41		at scala.App.main$(App.scala:74)
2520.09/2485.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2485.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2485.41	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 (9031 MiB free)
  memory of node 1: 16384 MiB (7280 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305254-1534145282/watcher-4305254-1534145282 -o /tmp/evaluation-result-4305254-1534145282/solver-4305254-1534145282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2125 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2033808930 -superng HOME/instance-4305254-1534145282.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=3694, runsolver pid=3691

[startup+0.100165 s]*
/proc/loadavg: 1.35 1.48 1.53 5/210 3751
/proc/meminfo: memFree=16700044/32770624 swapFree=67108852/67108860
[pid=3694] ppid=3691 vsize=10005480 memory=15176 CPUtime=0.08 cores=0,2,4,6
/proc/3694/stat : 3694 (java) S 3691 3694 1500 0 -1 1077944320 4445 13143 0 0 1 0 5 2 20 0 6 0 232091338 10245611520 3794 33554432000 4194304 4196468 140736088459488 140736088442032 139942349061879 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
/proc/3694/statm: 2501370 3794 1934 1 0 2489808 0
[pid=3694/tid=3747] ppid=3691 vsize=10005480 memory=-8530227557020516289 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 2289 13143 0 0 1 0 5 2 20 0 6 0 232091347 10245611520 3794 33554432000 4194304 4196468 140736088459488 139942320898640 139942328363408 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 6 0 232091348 10245611520 3794 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=10005480 memory=140589161178752 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 6 0 232091348 10245611520 3794 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 6 0 232091348 10245611520 3794 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 6 0 232091348 10245611520 3860 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210249 s]*
/proc/loadavg: 1.35 1.48 1.53 6/219 3760
/proc/meminfo: memFree=16673956/32770624 swapFree=67108852/67108860
[pid=3694] ppid=3691 vsize=10982696 memory=42844 CPUtime=0.26 cores=0,2,4,6
/proc/3694/stat : 3694 (java) S 3691 3694 1500 0 -1 1077944320 8583 13143 0 0 17 2 5 2 20 0 15 0 232091338 11246280704 10711 33554432000 4194304 4196468 140736088459488 140736088442032 139942349061879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
/proc/3694/statm: 2745674 10711 2967 1 0 2708109 0
[pid=3694/tid=3747] ppid=3691 vsize=10982696 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 5018 13143 0 0 10 1 5 2 20 0 15 0 232091347 11246280704 10711 33554432000 4194304 4196468 140736088459488 139942320859536 139942330625448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=10982696 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246280704 10711 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=10982696 memory=140589161178752 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246280704 10711 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3752] ppid=3691 vsize=10982696 memory=140589161178752 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3752/stat : 3752 (java) S 3691 3694 1500 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 232091349 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941318208112 139942349073026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3753] ppid=3691 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3753/stat : 3753 (java) S 3691 3694 1500 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 232091350 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941241677088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3754] ppid=3691 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3754/stat : 3754 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091350 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941040350832 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3755] ppid=3691 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3755/stat : 3755 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246280704 10711 33554432000 4194304 4196468 140736088459488 139940732951120 139942349080475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3756] ppid=3691 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3756/stat : 3756 (java) S 3691 3694 1500 0 -1 1077944384 344 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941317154928 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3757] ppid=3691 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3757/stat : 3757 (java) S 3691 3694 1500 0 -1 1077944384 315 13143 0 0 1 0 5 2 20 0 15 0 232091353 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941316102128 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3758] ppid=3691 vsize=10982696 memory=140589161178752 CPUtime=0.1 cores=0,2,4,6
/proc/3694/task/3758/stat : 3758 (java) S 3691 3694 1500 0 -1 1077944384 682 13143 0 0 3 0 5 2 20 0 15 0 232091353 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941315049840 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3759] ppid=3691 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3759/stat : 3759 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246280704 10711 33554432000 4194304 4196468 140736088459488 139940302154208 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3760] ppid=3691 vsize=10982696 memory=140589161178752 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3760/stat : 3760 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246280704 10711 33554432000 4194304 4196468 140736088459488 139941313997744 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42844 KiB

[startup+0.310716 s]*
/proc/loadavg: 1.35 1.48 1.53 6/219 3760
/proc/meminfo: memFree=16648804/32770624 swapFree=67108852/67108860
[pid=3694] ppid=3691 vsize=10983192 memory=54200 CPUtime=0.38 cores=0,2,4,6
/proc/3694/stat : 3694 (java) S 3691 3694 1500 0 -1 1077944320 10631 13143 0 0 28 3 5 2 20 0 15 0 232091338 11246788608 13550 33554432000 4194304 4196468 140736088459488 140736088442032 139942349061879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
/proc/3694/statm: 2745798 13550 3099 1 0 2708109 0
[pid=3694/tid=3747] ppid=3691 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 7036 13143 0 0 19 2 5 2 20 0 15 0 232091347 11246788608 13550 33554432000 4194304 4196468 140736088459488 139942320873528 139942330625456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=10983192 memory=7660731076428582992 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246788608 13550 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246788608 13550 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3752] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3752/stat : 3752 (java) S 3691 3694 1500 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 232091349 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941318208112 139942349073026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3753] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3753/stat : 3753 (java) S 3691 3694 1500 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 232091350 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941241677088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3754] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3754/stat : 3754 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091350 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941040350832 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3755] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3755/stat : 3755 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246788608 13550 33554432000 4194304 4196468 140736088459488 139940732951120 139942349080475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3756] ppid=3691 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3756/stat : 3756 (java) S 3691 3694 1500 0 -1 1077944384 352 13143 0 0 1 0 5 2 20 0 15 0 232091353 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941317154928 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3757] ppid=3691 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3757/stat : 3757 (java) S 3691 3694 1500 0 -1 1077944384 316 13143 0 0 1 0 5 2 20 0 15 0 232091353 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941316102128 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3758] ppid=3691 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3694/task/3758/stat : 3758 (java) S 3691 3694 1500 0 -1 1077944384 709 13143 0 0 5 0 5 2 20 0 15 0 232091353 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941315049840 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3759] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3759/stat : 3759 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246788608 13550 33554432000 4194304 4196468 140736088459488 139940302154208 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3760] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3760/stat : 3760 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246788608 13550 33554432000 4194304 4196468 140736088459488 139941313997744 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54200 KiB

[startup+0.700819 s]
/proc/loadavg: 1.35 1.48 1.53 5/219 3760
/proc/meminfo: memFree=16609844/32770624 swapFree=67108852/67108860
[pid=3694] ppid=3691 vsize=10983192 memory=87720 CPUtime=0.99 cores=0,2,4,6
/proc/3694/stat : 3694 (java) S 3691 3694 1500 0 -1 1077944320 17139 13143 0 0 87 5 5 2 20 0 15 0 232091338 11246788608 21930 33554432000 4194304 4196468 140736088459488 140736088442032 139942349061879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
/proc/3694/statm: 2745798 21930 3237 1 0 2708109 0
[pid=3694/tid=3747] ppid=3691 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 12410 13143 0 0 56 3 5 2 20 0 15 0 232091347 11246788608 21930 33554432000 4194304 4196468 140736088459488 139942320883920 139942333142366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246788608 21930 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=10983192 memory=3560 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246788608 21930 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 232091348 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3752] ppid=3691 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3752/stat : 3752 (java) S 3691 3694 1500 0 -1 1077944384 5 13143 0 0 0 0 5 2 20 0 15 0 232091349 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941318208112 139942349073026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3753] ppid=3691 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3753/stat : 3753 (java) S 3691 3694 1500 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 232091350 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941241677088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3754] ppid=3691 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3754/stat : 3754 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091350 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941040350832 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3755] ppid=3691 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3755/stat : 3755 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246788608 21930 33554432000 4194304 4196468 140736088459488 139940732951120 139942349080475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3756] ppid=3691 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/3694/task/3756/stat : 3756 (java) S 3691 3694 1500 0 -1 1077944384 626 13143 0 0 7 0 5 2 20 0 15 0 232091353 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941317154928 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3757] ppid=3691 vsize=10983192 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/3694/task/3757/stat : 3757 (java) S 3691 3694 1500 0 -1 1077944384 988 13143 0 0 9 0 5 2 20 0 15 0 232091353 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941316102128 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3758] ppid=3691 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/3694/task/3758/stat : 3758 (java) S 3691 3694 1500 0 -1 1077944384 889 13143 0 0 13 0 5 2 20 0 15 0 232091353 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941315049840 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3759] ppid=3691 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3759/stat : 3759 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246788608 21930 33554432000 4194304 4196468 140736088459488 139940302154208 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3760] ppid=3691 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3760/stat : 3760 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091353 11246788608 21930 33554432000 4194304 4196468 140736088459488 139941313997744 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87720 KiB

[startup+1.50066 s]
/proc/loadavg: 1.48 1.50 1.54 3/219 3760
/proc/meminfo: memFree=16575304/32770624 swapFree=67108852/67108860
[pid=3694] ppid=3691 vsize=10998092 memory=191400 CPUtime=2.66 cores=0,2,4,6
/proc/3694/stat : 3694 (java) S 3691 3694 1500 0 -1 1077944320 24669 13143 0 0 248 11 5 2 20 0 15 0 232091338 11262046208 47850 33554432000 4194304 4196468 140736088459488 140736088442032 139942349061879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
/proc/3694/statm: 2749523 47850 3481 1 0 2711181 0
[pid=3694/tid=3747] ppid=3691 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 17364 13143 0 0 129 6 5 2 20 0 15 0 232091347 11262046208 47850 33554432000 4194304 4196468 140736088459488 139942320879072 139942330625439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 23 13143 0 0 1 0 5 2 20 0 15 0 232091348 11262046208 47850 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 138 13143 0 0 1 0 5 2 20 0 15 0 232091348 11262046208 47850 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=10998092 memory=3683998604062831409 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 32 13143 0 0 1 0 5 2 20 0 15 0 232091348 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 75 13143 0 0 1 0 5 2 20 0 15 0 232091348 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3752] ppid=3691 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/3694/task/3752/stat : 3752 (java) S 3691 3694 1500 0 -1 1077944384 51 13143 0 0 1 0 5 2 20 0 15 0 232091349 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941318208112 139942349073026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3753] ppid=3691 vsize=10998092 memory=281178087172352 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3753/stat : 3753 (java) S 3691 3694 1500 0 -1 1077944384 14 13143 0 0 0 0 5 2 20 0 15 0 232091350 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941241677152 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3754] ppid=3691 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3754/stat : 3754 (java) S 3691 3694 1500 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 232091350 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941040350848 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3755] ppid=3691 vsize=10998092 memory=1944 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3755/stat : 3755 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11262046208 47850 33554432000 4194304 4196468 140736088459488 139940732951120 139942349080475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3756] ppid=3691 vsize=10998092 memory=5772 CPUtime=0.36 cores=0,2,4,6
/proc/3694/task/3756/stat : 3756 (java) S 3691 3694 1500 0 -1 1077944384 1074 13143 0 0 29 0 5 2 20 0 15 0 232091353 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941317154928 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3757] ppid=3691 vsize=10998092 memory=1444 CPUtime=0.48 cores=0,2,4,6
/proc/3694/task/3757/stat : 3757 (java) S 3691 3694 1500 0 -1 1077944384 2017 13143 0 0 40 1 5 2 20 0 15 0 232091353 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941316102128 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3758] ppid=3691 vsize=10998092 memory=1160 CPUtime=0.48 cores=0,2,4,6
/proc/3694/task/3758/stat : 3758 (java) S 3691 3694 1500 0 -1 1077944384 1676 13143 0 0 41 0 5 2 20 0 15 0 232091353 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941315049840 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3759] ppid=3691 vsize=10998092 memory=968 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3759/stat : 3759 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11262046208 47850 33554432000 4194304 4196468 140736088459488 139940302154208 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3760] ppid=3691 vsize=10998092 memory=12144 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3760/stat : 3760 (java) S 3691 3694 1500 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 232091353 11262046208 47850 33554432000 4194304 4196468 140736088459488 139941313997744 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10998092 KiB

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

/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 79481 13143 0 0 230820 35 5 2 20 0 15 0 232091347 11343855616 239777 33554432000 4194304 4196468 140736088459488 139942320895696 139941924048674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=11077984 memory=959108 CPUtime=6.83 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 9771 13143 0 0 643 33 5 2 20 0 15 0 232091348 11343855616 239777 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=11077984 memory=959108 CPUtime=6.8 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 6690 13143 0 0 637 36 5 2 20 0 15 0 232091348 11343855616 239777 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=11077984 memory=959108 CPUtime=6.82 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 11635 13143 0 0 639 36 5 2 20 0 15 0 232091348 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=11077984 memory=959108 CPUtime=6.82 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 9010 13143 0 0 639 36 5 2 20 0 15 0 232091348 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3752] ppid=3691 vsize=11077984 memory=959108 CPUtime=4.56 cores=0,2,4,6
/proc/3694/task/3752/stat : 3752 (java) S 3691 3694 1500 0 -1 1077944384 13018 13143 0 0 424 25 5 2 20 0 15 0 232091349 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941318208112 139942349073026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3753] ppid=3691 vsize=11077984 memory=3560 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3753/stat : 3753 (java) S 3691 3694 1500 0 -1 1077944384 24 13143 0 0 0 0 5 2 20 0 15 0 232091350 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941241677216 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3754] ppid=3691 vsize=11077984 memory=959108 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3754/stat : 3754 (java) S 3691 3694 1500 0 -1 1077944384 14 13143 0 0 0 0 5 2 20 0 15 0 232091350 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941040350848 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3755] ppid=3691 vsize=11077984 memory=959108 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3755/stat : 3755 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11343855616 239777 33554432000 4194304 4196468 140736088459488 139940732951120 139942349080475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3756] ppid=3691 vsize=11077984 memory=959108 CPUtime=5.8 cores=0,2,4,6
/proc/3694/task/3756/stat : 3756 (java) S 3691 3694 1500 0 -1 1077944384 25447 13143 0 0 569 4 5 2 20 0 15 0 232091353 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941317154928 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3757] ppid=3691 vsize=11077984 memory=1224 CPUtime=5.84 cores=0,2,4,6
/proc/3694/task/3757/stat : 3757 (java) S 3691 3694 1500 0 -1 1077944384 29340 13143 0 0 572 5 5 2 20 0 15 0 232091353 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941316102128 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3758] ppid=3691 vsize=11077984 memory=959108 CPUtime=2.45 cores=0,2,4,6
/proc/3694/task/3758/stat : 3758 (java) S 3691 3694 1500 0 -1 1077944384 28781 13143 0 0 233 5 5 2 20 0 15 0 232091353 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941315049840 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3759] ppid=3691 vsize=11077984 memory=959108 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3759/stat : 3759 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11343855616 239777 33554432000 4194304 4196468 140736088459488 139940302154208 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3760] ppid=3691 vsize=11077984 memory=959108 CPUtime=1.47 cores=0,2,4,6
/proc/3694/task/3760/stat : 3760 (java) S 3691 3694 1500 0 -1 1077944384 2131 13143 0 0 69 71 5 2 20 0 15 0 232091353 11343855616 239777 33554432000 4194304 4196468 140736088459488 139941313997744 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 2355.49 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 959108 KiB

[startup+2382.3 s]
/proc/loadavg: 1.32 1.42 1.46 3/219 3987
/proc/meminfo: memFree=14190936/32770624 swapFree=67108852/67108860
[pid=3694] ppid=3691 vsize=11077984 memory=961156 CPUtime=2416.06 cores=0,2,4,6
/proc/3694/stat : 3694 (java) S 3691 3694 1500 0 -1 1077944320 218799 13143 0 0 241341 258 5 2 20 0 15 0 232091338 11343855616 240289 33554432000 4194304 4196468 140736088459488 140736088442032 139942349061879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
/proc/3694/statm: 2769496 240289 3527 1 0 2731149 0
[pid=3694/tid=3747] ppid=3691 vsize=11077984 memory=961156 CPUtime=2368.22 cores=0,2,4,6
/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 79930 13143 0 0 236779 36 5 2 20 0 15 0 232091347 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942320895696 139941940232634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=11077984 memory=961156 CPUtime=7.03 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 10169 13143 0 0 663 33 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=11077984 memory=961156 CPUtime=7 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 6707 13143 0 0 657 36 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=11077984 memory=961156 CPUtime=7.02 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 11757 13143 0 0 658 37 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=11077984 memory=961156 CPUtime=7.03 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 9055 13143 0 0 659 37 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3752] ppid=3691 vsize=11077984 memory=961156 CPUtime=4.69 cores=0,2,4,6
/proc/3694/task/3752/stat : 3752 (java) S 3691 3694 1500 0 -1 1077944384 13228 13143 0 0 436 26 5 2 20 0 15 0 232091349 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941318208112 139942349073026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3753] ppid=3691 vsize=11077984 memory=961156 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3753/stat : 3753 (java) S 3691 3694 1500 0 -1 1077944384 24 13143 0 0 0 0 5 2 20 0 15 0 232091350 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941241677216 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3754] ppid=3691 vsize=11077984 memory=961156 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3754/stat : 3754 (java) S 3691 3694 1500 0 -1 1077944384 14 13143 0 0 0 0 5 2 20 0 15 0 232091350 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941040350848 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3755] ppid=3691 vsize=11077984 memory=961156 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3755/stat : 3755 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139940732951120 139942349080475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3756] ppid=3691 vsize=11077984 memory=3560 CPUtime=5.8 cores=0,2,4,6
/proc/3694/task/3756/stat : 3756 (java) S 3691 3694 1500 0 -1 1077944384 25449 13143 0 0 569 4 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941317154928 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3757] ppid=3691 vsize=11077984 memory=959108 CPUtime=5.84 cores=0,2,4,6
/proc/3694/task/3757/stat : 3757 (java) S 3691 3694 1500 0 -1 1077944384 29342 13143 0 0 572 5 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941316102128 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3758] ppid=3691 vsize=11077984 memory=0 CPUtime=2.45 cores=0,2,4,6
/proc/3694/task/3758/stat : 3758 (java) S 3691 3694 1500 0 -1 1077944384 28783 13143 0 0 233 5 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941315049840 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3759] ppid=3691 vsize=11077984 memory=961156 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3759/stat : 3759 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139940302154208 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3760] ppid=3691 vsize=11077984 memory=3560 CPUtime=1.51 cores=0,2,4,6
/proc/3694/task/3760/stat : 3760 (java) S 3691 3694 1500 0 -1 1077944384 2139 13143 0 0 71 73 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941313997744 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 2416.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 961156 KiB

[startup+2442.3 s]
/proc/loadavg: 1.04 1.33 1.42 3/219 3988
/proc/meminfo: memFree=14189264/32770624 swapFree=67108852/67108860
[pid=3694] ppid=3691 vsize=11077984 memory=961156 CPUtime=2476.59 cores=0,2,4,6
/proc/3694/stat : 3694 (java) S 3691 3694 1500 0 -1 1077944320 219683 13143 0 0 247390 262 5 2 20 0 15 0 232091338 11343855616 240289 33554432000 4194304 4196468 140736088459488 140736088442032 139942349061879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
/proc/3694/statm: 2769496 240289 3527 1 0 2731149 0
[pid=3694/tid=3747] ppid=3691 vsize=11077984 memory=961156 CPUtime=2427.82 cores=0,2,4,6
/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 80317 13143 0 0 242739 36 5 2 20 0 15 0 232091347 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942320895440 139941940232560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=11077984 memory=961156 CPUtime=7.23 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 10195 13143 0 0 682 34 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=11077984 memory=961156 CPUtime=7.19 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 6998 13143 0 0 675 37 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=11077984 memory=961156 CPUtime=7.21 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 11863 13143 0 0 677 37 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=11077984 memory=961156 CPUtime=7.21 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 9087 13143 0 0 677 37 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3752] ppid=3691 vsize=11077984 memory=0 CPUtime=4.81 cores=0,2,4,6
/proc/3694/task/3752/stat : 3752 (java) S 3691 3694 1500 0 -1 1077944384 13258 13143 0 0 447 27 5 2 20 0 15 0 232091349 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941318208112 139942349073026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3753] ppid=3691 vsize=11077984 memory=961156 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3753/stat : 3753 (java) S 3691 3694 1500 0 -1 1077944384 24 13143 0 0 0 0 5 2 20 0 15 0 232091350 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941241677216 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3754] ppid=3691 vsize=11077984 memory=961156 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3754/stat : 3754 (java) S 3691 3694 1500 0 -1 1077944384 14 13143 0 0 0 0 5 2 20 0 15 0 232091350 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941040350848 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3755] ppid=3691 vsize=11077984 memory=961156 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3755/stat : 3755 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139940732951120 139942349080475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3756] ppid=3691 vsize=11077984 memory=961156 CPUtime=5.8 cores=0,2,4,6
/proc/3694/task/3756/stat : 3756 (java) S 3691 3694 1500 0 -1 1077944384 25451 13143 0 0 569 4 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941317154928 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3757] ppid=3691 vsize=11077984 memory=3560 CPUtime=5.84 cores=0,2,4,6
/proc/3694/task/3757/stat : 3757 (java) S 3691 3694 1500 0 -1 1077944384 29344 13143 0 0 572 5 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941316102128 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3758] ppid=3691 vsize=11077984 memory=961156 CPUtime=2.45 cores=0,2,4,6
/proc/3694/task/3758/stat : 3758 (java) S 3691 3694 1500 0 -1 1077944384 28785 13143 0 0 233 5 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941315049840 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3759] ppid=3691 vsize=11077984 memory=961156 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3759/stat : 3759 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139940302154208 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3760] ppid=3691 vsize=11077984 memory=961156 CPUtime=1.54 cores=0,2,4,6
/proc/3694/task/3760/stat : 3760 (java) S 3691 3694 1500 0 -1 1077944384 2145 13143 0 0 72 75 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941313997744 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 2476.59 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 961156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.4 s]
/proc/loadavg: 1.47 1.40 1.44 3/219 4118
/proc/meminfo: memFree=15523972/32770624 swapFree=67108852/67108860
[pid=3694] ppid=3691 vsize=11077984 memory=961156 CPUtime=2520.09 cores=0,2,4,6
/proc/3694/stat : 3694 (java) S 3691 3694 1500 0 -1 1077944320 221039 13143 0 0 251737 265 5 2 20 0 15 0 232091338 11343855616 240289 33554432000 4194304 4196468 140736088459488 140736088442032 139942349061879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
/proc/3694/statm: 2769496 240289 3527 1 0 2731149 0
[pid=3694/tid=3747] ppid=3691 vsize=11077984 memory=8112282956445269571 CPUtime=2470.64 cores=0,2,4,6
/proc/3694/task/3747/stat : 3747 (java) R 3691 3694 1500 0 -1 4202560 80834 13143 0 0 247021 36 5 2 20 0 15 0 232091347 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942320896144 139941940232821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3748] ppid=3691 vsize=11077984 memory=1444 CPUtime=7.36 cores=0,2,4,6
/proc/3694/task/3748/stat : 3748 (java) S 3691 3694 1500 0 -1 1077944384 10229 13143 0 0 695 34 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942353303952 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3749] ppid=3691 vsize=11077984 memory=1160 CPUtime=7.33 cores=0,2,4,6
/proc/3694/task/3749/stat : 3749 (java) S 3691 3694 1500 0 -1 1077944384 7092 13143 0 0 688 38 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139942249507088 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3750] ppid=3691 vsize=11077984 memory=968 CPUtime=7.35 cores=0,2,4,6
/proc/3694/task/3750/stat : 3750 (java) S 3691 3694 1500 0 -1 1077944384 11878 13143 0 0 690 38 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941888060048 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3751] ppid=3691 vsize=11077984 memory=12144 CPUtime=7.35 cores=0,2,4,6
/proc/3694/task/3751/stat : 3751 (java) S 3691 3694 1500 0 -1 1077944384 9105 13143 0 0 691 37 5 2 20 0 15 0 232091348 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941887007248 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3752] ppid=3691 vsize=11077984 memory=288230574492221466 CPUtime=4.9 cores=0,2,4,6
/proc/3694/task/3752/stat : 3752 (java) S 3691 3694 1500 0 -1 1077944384 13456 13143 0 0 456 27 5 2 20 0 15 0 232091349 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941318208112 139942349073026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3753] ppid=3691 vsize=11077984 memory=301741394933055803 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3753/stat : 3753 (java) S 3691 3694 1500 0 -1 1077944384 24 13143 0 0 0 0 5 2 20 0 15 0 232091350 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941241677216 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3754] ppid=3691 vsize=11077984 memory=14694101849212706 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3754/stat : 3754 (java) S 3691 3694 1500 0 -1 1077944384 14 13143 0 0 0 0 5 2 20 0 15 0 232091350 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941040350848 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3755] ppid=3691 vsize=11077984 memory=14694101849212706 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3755/stat : 3755 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139940732951120 139942349080475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3756] ppid=3691 vsize=11077984 memory=1788 CPUtime=5.8 cores=0,2,4,6
/proc/3694/task/3756/stat : 3756 (java) S 3691 3694 1500 0 -1 1077944384 25482 13143 0 0 569 4 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941317154928 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3757] ppid=3691 vsize=11077984 memory=1232 CPUtime=5.86 cores=0,2,4,6
/proc/3694/task/3757/stat : 3757 (java) S 3691 3694 1500 0 -1 1077944384 29520 13143 0 0 574 5 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941316102128 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3758] ppid=3691 vsize=11077984 memory=644 CPUtime=2.45 cores=0,2,4,6
/proc/3694/task/3758/stat : 3758 (java) S 3691 3694 1500 0 -1 1077944384 29044 13143 0 0 233 5 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941315049840 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3759] ppid=3691 vsize=11077984 memory=952 CPUtime=0.07 cores=0,2,4,6
/proc/3694/task/3759/stat : 3759 (java) S 3691 3694 1500 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139940302154208 139942349072085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
[pid=3694/tid=3760] ppid=3691 vsize=11077984 memory=1796 CPUtime=1.57 cores=0,2,4,6
/proc/3694/task/3760/stat : 3760 (java) S 3691 3694 1500 0 -1 1077944384 2159 13143 0 0 73 77 5 2 20 0 15 0 232091353 11343855616 240289 33554432000 4194304 4196468 140736088459488 139941313997744 139942349073026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21397504 140736088468067 140736088470876 140736088470876 140736088473551 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 961156 KiB

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

[startup+2485.43 s]
# the end of solver process 3694 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.45 s, system=2.69183 s

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

Child status: 143
Real time (s): 2485.43
CPU time (s): 2520.15
CPU user time (s): 2517.45
CPU system time (s): 2.69183
CPU usage (%): 101.397
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 1428344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.45
system time used= 2.69183
maximum resident set size= 1430392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235170
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148664
involuntary context switches= 8525


# summary of solver processes directly reported to runsolver:
#   pid: 3694
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2517.45
#   total CPU system time (s): 2.69183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6335 second user time and 22.6997 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 09:28:02
IDJOB=4305254
IDBENCH=141611
IDSOLVER=2781
FILE ID=node135/4305254-1534145282
RUNJOBID= node135-1534137835-2125
PBS_JOBID= 21037020
Free space on /tmp= 42692 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305254-1534145282/watcher-4305254-1534145282 -o /tmp/evaluation-result-4305254-1534145282/solver-4305254-1534145282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2125 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2033808930 -superng HOME/instance-4305254-1534145282.xml

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

MD5SUM BENCH= fff017207be5e3895e33195d340205a8
RANDOM SEED=2033808930

node135.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.50
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.50
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.50
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.50
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:        16706600 kB
MemAvailable:   31573440 kB
Buffers:          254968 kB
Cached:         14706060 kB
SwapCached:            8 kB
Active:          7759264 kB
Inactive:        7571948 kB
Active(anon):     318792 kB
Inactive(anon):   103288 kB
Active(file):    7440472 kB
Inactive(file):  7468660 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             19988 kB
Writeback:         32800 kB
AnonPages:        377296 kB
Mapped:            75784 kB
Shmem:             49816 kB
Slab:             432620 kB
SReclaimable:     386168 kB
SUnreclaim:        46452 kB
KernelStack:        3904 kB
PageTables:         6116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1660260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42668 MiB
End job on node135 at 2018-08-13 10:09:27