Trace number 4305151

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? (TO) 2520.09 2486.83

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g23_c18.xml
MD5SUM5bb458afb57028f2eacd8dc69366d90c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark87.6401
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size73
Maximum domain size73
Distribution of domain sizes[{"size":73,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305151-1534122279/watcher-4305151-1534122279 -o /tmp/evaluation-result-4305151-1534122279/solver-4305151-1534122279 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1960 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=680823533 HOME/instance-4305151-1534122279.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=6907, runsolver pid=6904

[startup+0.100059 s]*
/proc/loadavg: 1.45 1.38 1.39 3/207 6964
/proc/meminfo: memFree=27952236/32770624 swapFree=67108804/67108860
[pid=6907] ppid=6904 vsize=10005480 memory=16544 CPUtime=0.08 cores=0,2,4,6
/proc/6907/stat : 6907 (java) S 6904 6907 1929 0 -1 1077944320 4291 12954 0 0 1 0 4 3 20 0 6 0 229791103 10245611520 4136 33554432000 4194304 4196468 140722488729936 140722488712480 140346296274679 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
/proc/6907/statm: 2501370 4136 1932 1 0 2489808 0
[pid=6907/tid=6960] ppid=6904 vsize=10005480 memory=-8745273339715829699 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 2152 12954 0 0 0 0 4 3 20 0 6 0 229791112 10245611520 4202 33554432000 4194304 4196468 140722488729936 140346268111440 140346280355166 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 6 0 229791113 10245611520 4202 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=10005480 memory=139929015531136 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 6 0 229791113 10245611520 4202 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 6 0 229791113 10245611520 4202 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 6 0 229791113 10245611520 4202 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16544 KiB

[startup+0.210028 s]*
/proc/loadavg: 1.45 1.38 1.39 3/216 6973
/proc/meminfo: memFree=27929412/32770624 swapFree=67108804/67108860
[pid=6907] ppid=6904 vsize=10982744 memory=43656 CPUtime=0.25 cores=0,2,4,6
/proc/6907/stat : 6907 (java) S 6904 6907 1929 0 -1 1077944320 7616 12954 0 0 17 1 4 3 20 0 15 0 229791103 11246329856 10914 33554432000 4194304 4196468 140722488729936 140722488712480 140346296274679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
/proc/6907/statm: 2745686 10914 2956 1 0 2708109 0
[pid=6907/tid=6960] ppid=6904 vsize=10982744 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 4426 12954 0 0 10 1 4 3 20 0 15 0 229791112 11246329856 11178 33554432000 4194304 4196468 140722488729936 140346268098008 140346276550493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246329856 11178 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=10982744 memory=139929015531136 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246329856 11178 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246329856 11178 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246329856 11178 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6965] ppid=6904 vsize=10982744 memory=139929015531136 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6965/stat : 6965 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246329856 11178 33554432000 4194304 4196468 140722488729936 140345534404592 140346296285826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6966] ppid=6904 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6966/stat : 6966 (java) S 6904 6907 1929 0 -1 1077944384 13 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246329856 11178 33554432000 4194304 4196468 140722488729936 140345035711392 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6967] ppid=6904 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6967/stat : 6967 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246329856 11178 33554432000 4194304 4196468 140722488729936 140344834384880 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6968] ppid=6904 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6968/stat : 6968 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246329856 11178 33554432000 4194304 4196468 140722488729936 140344526985424 140346296293275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6969] ppid=6904 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6907/task/6969/stat : 6969 (java) S 6904 6907 1929 0 -1 1077944384 540 12954 0 0 1 0 4 3 20 0 15 0 229791118 11246329856 11178 33554432000 4194304 4196468 140722488729936 140345533352432 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6970] ppid=6904 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6907/task/6970/stat : 6970 (java) S 6904 6907 1929 0 -1 1077944384 65 12954 0 0 1 0 4 3 20 0 15 0 229791118 11246329856 11178 33554432000 4194304 4196468 140722488729936 140345532299888 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6971] ppid=6904 vsize=10982744 memory=139929015531136 CPUtime=0.1 cores=0,2,4,6
/proc/6907/task/6971/stat : 6971 (java) S 6904 6907 1929 0 -1 1077944384 613 12954 0 0 3 0 4 3 20 0 15 0 229791118 11246329856 11244 33554432000 4194304 4196468 140722488729936 140345531247344 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6972] ppid=6904 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6972/stat : 6972 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246329856 11244 33554432000 4194304 4196468 140722488729936 140344096189536 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6973] ppid=6904 vsize=10982744 memory=139929015531136 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6973/stat : 6973 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246329856 11244 33554432000 4194304 4196468 140722488729936 140345530194224 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43656 KiB

[startup+0.310326 s]*
/proc/loadavg: 1.45 1.38 1.39 3/216 6973
/proc/meminfo: memFree=27916636/32770624 swapFree=67108804/67108860
[pid=6907] ppid=6904 vsize=10983192 memory=56476 CPUtime=0.37 cores=0,2,4,6
/proc/6907/stat : 6907 (java) S 6904 6907 1929 0 -1 1077944320 10662 12954 0 0 28 2 4 3 20 0 15 0 229791103 11246788608 14119 33554432000 4194304 4196468 140722488729936 140722488712480 140346296274679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
/proc/6907/statm: 2745798 14119 3075 1 0 2708109 0
[pid=6907/tid=6960] ppid=6904 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 7222 12954 0 0 19 2 4 3 20 0 15 0 229791112 11246788608 14119 33554432000 4194304 4196468 140722488729936 140346268086688 140346280355166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=10983192 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246788608 14119 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=10983192 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246788608 14119 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=10983192 memory=92612 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246788608 14119 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246788608 14119 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6965] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6965/stat : 6965 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246788608 14119 33554432000 4194304 4196468 140722488729936 140345534404592 140346296285826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6966] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6966/stat : 6966 (java) S 6904 6907 1929 0 -1 1077944384 13 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246788608 14119 33554432000 4194304 4196468 140722488729936 140345035711392 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6967] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6967/stat : 6967 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246788608 14119 33554432000 4194304 4196468 140722488729936 140344834384880 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6968] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6968/stat : 6968 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246788608 14119 33554432000 4194304 4196468 140722488729936 140344526985424 140346296293275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6969] ppid=6904 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6907/task/6969/stat : 6969 (java) S 6904 6907 1929 0 -1 1077944384 540 12954 0 0 1 0 4 3 20 0 15 0 229791118 11246788608 14119 33554432000 4194304 4196468 140722488729936 140345533352432 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6970] ppid=6904 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6907/task/6970/stat : 6970 (java) S 6904 6907 1929 0 -1 1077944384 66 12954 0 0 1 0 4 3 20 0 15 0 229791118 11246788608 14119 33554432000 4194304 4196468 140722488729936 140345532299888 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6971] ppid=6904 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6907/task/6971/stat : 6971 (java) S 6904 6907 1929 0 -1 1077944384 623 12954 0 0 5 0 4 3 20 0 15 0 229791118 11246788608 14119 33554432000 4194304 4196468 140722488729936 140345531247344 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6972] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6972/stat : 6972 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246788608 14119 33554432000 4194304 4196468 140722488729936 140344096189536 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6973] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6973/stat : 6973 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246788608 14119 33554432000 4194304 4196468 140722488729936 140345530194224 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56476 KiB

[startup+0.700683 s]
/proc/loadavg: 1.45 1.38 1.39 3/216 6973
/proc/meminfo: memFree=27905968/32770624 swapFree=67108804/67108860
[pid=6907] ppid=6904 vsize=10983192 memory=88612 CPUtime=0.99 cores=0,2,4,6
/proc/6907/stat : 6907 (java) S 6904 6907 1929 0 -1 1077944320 16775 12954 0 0 88 4 4 3 20 0 15 0 229791103 11246788608 22153 33554432000 4194304 4196468 140722488729936 140722488712480 140346296274679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
/proc/6907/statm: 2745798 22153 3238 1 0 2708109 0
[pid=6907/tid=6960] ppid=6904 vsize=10983192 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 12233 12954 0 0 56 3 4 3 20 0 15 0 229791112 11246788608 22153 33554432000 4194304 4196468 140722488729936 140346268095504 140346280355166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=10983192 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246788608 22153 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246788608 22153 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 2 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246788608 22153 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791113 11246788608 22153 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6965] ppid=6904 vsize=10983192 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6965/stat : 6965 (java) S 6904 6907 1929 0 -1 1077944384 6 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246788608 22153 33554432000 4194304 4196468 140722488729936 140345534404592 140346296285826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6966] ppid=6904 vsize=10983192 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6966/stat : 6966 (java) S 6904 6907 1929 0 -1 1077944384 13 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246788608 22153 33554432000 4194304 4196468 140722488729936 140345035711392 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6967] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6967/stat : 6967 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791115 11246788608 22153 33554432000 4194304 4196468 140722488729936 140344834384880 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6968] ppid=6904 vsize=10983192 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6968/stat : 6968 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246788608 22153 33554432000 4194304 4196468 140722488729936 140344526985424 140346296293275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6969] ppid=6904 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/6907/task/6969/stat : 6969 (java) S 6904 6907 1929 0 -1 1077944384 1215 12954 0 0 10 0 4 3 20 0 15 0 229791118 11246788608 22153 33554432000 4194304 4196468 140722488729936 140345533352432 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6970] ppid=6904 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6907/task/6970/stat : 6970 (java) S 6904 6907 1929 0 -1 1077944384 432 12954 0 0 6 0 4 3 20 0 15 0 229791118 11246788608 22153 33554432000 4194304 4196468 140722488729936 140345532299888 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6971] ppid=6904 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/6907/task/6971/stat : 6971 (java) R 6904 6907 1929 0 -1 4202560 675 12954 0 0 13 0 4 3 20 0 15 0 229791118 11246788608 22153 33554432000 4194304 4196468 140722488729936 140345531247344 140346296286614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6972] ppid=6904 vsize=10983192 memory=279857787306224 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6972/stat : 6972 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246788608 22153 33554432000 4194304 4196468 140722488729936 140344096189536 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6973] ppid=6904 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6973/stat : 6973 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791118 11246788608 22153 33554432000 4194304 4196468 140722488729936 140345530194224 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88612 KiB

[startup+1.50116 s]
/proc/loadavg: 1.45 1.38 1.39 4/216 6973
/proc/meminfo: memFree=27862244/32770624 swapFree=67108804/67108860
[pid=6907] ppid=6904 vsize=10998092 memory=180096 CPUtime=2.34 cores=0,2,4,6
/proc/6907/stat : 6907 (java) S 6904 6907 1929 0 -1 1077944320 24098 12954 0 0 217 10 4 3 20 0 15 0 229791103 11262046208 45024 33554432000 4194304 4196468 140722488729936 140722488712480 140346296274679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
/proc/6907/statm: 2749523 45024 3473 1 0 2711181 0
[pid=6907/tid=6960] ppid=6904 vsize=10998092 memory=9 CPUtime=1.42 cores=0,2,4,6
/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 17747 12954 0 0 129 6 4 3 20 0 15 0 229791112 11262046208 45024 33554432000 4194304 4196468 140722488729936 140346268091920 140346274538401 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=10998092 memory=20 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 16 12954 0 0 0 0 4 3 20 0 15 0 229791113 11262046208 45024 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 31 12954 0 0 1 0 4 3 20 0 15 0 229791113 11262046208 45024 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 70 12954 0 0 1 0 4 3 20 0 15 0 229791113 11262046208 45024 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=10998092 memory=102336 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 222 12954 0 0 0 0 4 3 20 0 15 0 229791113 11262046208 45024 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6965] ppid=6904 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6907/task/6965/stat : 6965 (java) S 6904 6907 1929 0 -1 1077944384 48 12954 0 0 1 0 4 3 20 0 15 0 229791115 11262046208 45024 33554432000 4194304 4196468 140722488729936 140345534404592 140346296285826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6966] ppid=6904 vsize=10998092 memory=7014751519734192482 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6966/stat : 6966 (java) S 6904 6907 1929 0 -1 1077944384 14 12954 0 0 0 0 4 3 20 0 15 0 229791115 11262046208 45024 33554432000 4194304 4196468 140722488729936 140345035711456 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6967] ppid=6904 vsize=10998092 memory=7590080986309553237 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6967/stat : 6967 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791115 11262046208 45024 33554432000 4194304 4196468 140722488729936 140344834384896 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6968] ppid=6904 vsize=10998092 memory=7523377996616591718 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6968/stat : 6968 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11262046208 45024 33554432000 4194304 4196468 140722488729936 140344526985424 140346296293275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6969] ppid=6904 vsize=10998092 memory=5571041044932483173 CPUtime=0.3 cores=0,2,4,6
/proc/6907/task/6969/stat : 6969 (java) S 6904 6907 1929 0 -1 1077944384 1381 12954 0 0 23 0 4 3 20 0 15 0 229791118 11262046208 45024 33554432000 4194304 4196468 140722488729936 140345533352432 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6970] ppid=6904 vsize=10998092 memory=7590936367516640107 CPUtime=0.3 cores=0,2,4,6
/proc/6907/task/6970/stat : 6970 (java) S 6904 6907 1929 0 -1 1077944384 1076 12954 0 0 23 0 4 3 20 0 15 0 229791118 11262046208 45024 33554432000 4194304 4196468 140722488729936 140345532299888 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6971] ppid=6904 vsize=10998092 memory=4639948313719891052 CPUtime=0.41 cores=0,2,4,6
/proc/6907/task/6971/stat : 6971 (java) S 6904 6907 1929 0 -1 1077944384 1298 12954 0 0 34 0 4 3 20 0 15 0 229791118 11262046208 45024 33554432000 4194304 4196468 140722488729936 140345531247344 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6972] ppid=6904 vsize=10998092 memory=4638778402844725328 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6972/stat : 6972 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11262046208 45024 33554432000 4194304 4196468 140722488729936 140344096189536 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6973] ppid=6904 vsize=10998092 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6973/stat : 6973 (java) S 6904 6907 1929 0 -1 1077944384 1 12954 0 0 0 0 4 3 20 0 15 0 229791118 11262046208 45024 33554432000 4194304 4196468 140722488729936 140345530194224 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10998092 KiB

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

/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 81085 12954 0 0 230216 39 4 3 20 0 15 0 229791112 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346268108784 140345870551340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.31 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 14787 12954 0 0 780 44 4 3 20 0 15 0 229791113 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=11077984 memory=3708 CPUtime=8.3 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 10300 12954 0 0 780 43 4 3 20 0 15 0 229791113 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.27 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 11037 12954 0 0 775 45 4 3 20 0 15 0 229791113 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.31 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 7370 12954 0 0 783 41 4 3 20 0 15 0 229791113 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6965] ppid=6904 vsize=11077984 memory=0 CPUtime=7.96 cores=0,2,4,6
/proc/6907/task/6965/stat : 6965 (java) S 6904 6907 1929 0 -1 1077944384 11665 12954 0 0 749 40 4 3 20 0 15 0 229791115 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345534404592 140346296285826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6966] ppid=6904 vsize=11077984 memory=697248 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6966/stat : 6966 (java) S 6904 6907 1929 0 -1 1077944384 15 12954 0 0 0 0 4 3 20 0 15 0 229791115 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345035711520 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6967] ppid=6904 vsize=11077984 memory=697248 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6967/stat : 6967 (java) S 6904 6907 1929 0 -1 1077944384 4 12954 0 0 0 0 4 3 20 0 15 0 229791115 11343855616 174312 33554432000 4194304 4196468 140722488729936 140344834384896 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6968] ppid=6904 vsize=11077984 memory=279857788154048 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6968/stat : 6968 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140344526985424 140346296293275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6969] ppid=6904 vsize=11077984 memory=697248 CPUtime=3.8 cores=0,2,4,6
/proc/6907/task/6969/stat : 6969 (java) S 6904 6907 1929 0 -1 1077944384 27573 12954 0 0 370 3 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345533352432 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6970] ppid=6904 vsize=11077984 memory=697248 CPUtime=3.71 cores=0,2,4,6
/proc/6907/task/6970/stat : 6970 (java) S 6904 6907 1929 0 -1 1077944384 28540 12954 0 0 361 3 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345532299888 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6971] ppid=6904 vsize=11077984 memory=697248 CPUtime=1.71 cores=0,2,4,6
/proc/6907/task/6971/stat : 6971 (java) S 6904 6907 1929 0 -1 1077944384 16305 12954 0 0 160 4 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345531247344 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6972] ppid=6904 vsize=11077984 memory=697248 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6972/stat : 6972 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140344096189536 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6973] ppid=6904 vsize=11077984 memory=697248 CPUtime=1.4 cores=0,2,4,6
/proc/6907/task/6973/stat : 6973 (java) S 6904 6907 1929 0 -1 1077944384 1306 12954 0 0 67 66 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345530194224 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 2353.85 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 697248 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.41 1.40 3/216 7162
/proc/meminfo: memFree=27224888/32770624 swapFree=67108804/67108860
[pid=6907] ppid=6904 vsize=11077984 memory=697248 CPUtime=2414.46 cores=0,2,4,6
/proc/6907/stat : 6907 (java) S 6904 6907 1929 0 -1 1077944320 213049 12954 0 0 241159 280 4 3 20 0 15 0 229791103 11343855616 174312 33554432000 4194304 4196468 140722488729936 140722488712480 140346296274679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
/proc/6907/statm: 2769496 174312 3520 1 0 2731149 0
[pid=6907/tid=6960] ppid=6904 vsize=11077984 memory=6296683642736693604 CPUtime=2362.1 cores=0,2,4,6
/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 81528 12954 0 0 236164 39 4 3 20 0 15 0 229791112 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346268108576 140345863318512 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.53 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 15069 12954 0 0 801 45 4 3 20 0 15 0 229791113 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.53 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 10340 12954 0 0 801 45 4 3 20 0 15 0 229791113 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.49 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 11051 12954 0 0 795 47 4 3 20 0 15 0 229791113 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.52 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 7428 12954 0 0 804 41 4 3 20 0 15 0 229791113 11343855616 174312 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6965] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.16 cores=0,2,4,6
/proc/6907/task/6965/stat : 6965 (java) S 6904 6907 1929 0 -1 1077944384 11693 12954 0 0 768 41 4 3 20 0 15 0 229791115 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345534404592 140346296285826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6966] ppid=6904 vsize=11077984 memory=697248 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6966/stat : 6966 (java) S 6904 6907 1929 0 -1 1077944384 15 12954 0 0 0 0 4 3 20 0 15 0 229791115 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345035711520 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6967] ppid=6904 vsize=11077984 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6967/stat : 6967 (java) S 6904 6907 1929 0 -1 1077944384 4 12954 0 0 0 0 4 3 20 0 15 0 229791115 11343855616 174312 33554432000 4194304 4196468 140722488729936 140344834384896 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6968] ppid=6904 vsize=11077984 memory=697248 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6968/stat : 6968 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140344526985424 140346296293275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6969] ppid=6904 vsize=11077984 memory=1784 CPUtime=3.8 cores=0,2,4,6
/proc/6907/task/6969/stat : 6969 (java) S 6904 6907 1929 0 -1 1077944384 27573 12954 0 0 370 3 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345533352432 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6970] ppid=6904 vsize=11077984 memory=697248 CPUtime=3.71 cores=0,2,4,6
/proc/6907/task/6970/stat : 6970 (java) S 6904 6907 1929 0 -1 1077944384 28540 12954 0 0 361 3 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345532299888 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6971] ppid=6904 vsize=11077984 memory=3708 CPUtime=1.71 cores=0,2,4,6
/proc/6907/task/6971/stat : 6971 (java) S 6904 6907 1929 0 -1 1077944384 16305 12954 0 0 160 4 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345531247344 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6972] ppid=6904 vsize=11077984 memory=2604 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6972/stat : 6972 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140344096189536 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6973] ppid=6904 vsize=11077984 memory=2604 CPUtime=1.43 cores=0,2,4,6
/proc/6907/task/6973/stat : 6973 (java) S 6904 6907 1929 0 -1 1077944384 1310 12954 0 0 69 67 4 3 20 0 15 0 229791118 11343855616 174312 33554432000 4194304 4196468 140722488729936 140345530194224 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 2414.46 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 697248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.40 1.39 3/216 7163
/proc/meminfo: memFree=27211400/32770624 swapFree=67108804/67108860
[pid=6907] ppid=6904 vsize=11077984 memory=699296 CPUtime=2475.1 cores=0,2,4,6
/proc/6907/stat : 6907 (java) S 6904 6907 1929 0 -1 1077944320 214069 12954 0 0 247217 286 4 3 20 0 15 0 229791103 11343855616 174824 33554432000 4194304 4196468 140722488729936 140722488712480 140346296274679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
/proc/6907/statm: 2769496 174824 3520 1 0 2731149 0
[pid=6907/tid=6960] ppid=6904 vsize=11077984 memory=697248 CPUtime=2421.56 cores=0,2,4,6
/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 82203 12954 0 0 242109 40 4 3 20 0 15 0 229791112 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346268108688 140345871229214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.76 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 15085 12954 0 0 823 46 4 3 20 0 15 0 229791113 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.76 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 10411 12954 0 0 823 46 4 3 20 0 15 0 229791113 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.73 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 11076 12954 0 0 818 48 4 3 20 0 15 0 229791113 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.76 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 7456 12954 0 0 826 43 4 3 20 0 15 0 229791113 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6965] ppid=6904 vsize=11077984 memory=697248 CPUtime=8.38 cores=0,2,4,6
/proc/6907/task/6965/stat : 6965 (java) S 6904 6907 1929 0 -1 1077944384 11874 12954 0 0 789 42 4 3 20 0 15 0 229791115 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345534404592 140346296285826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6966] ppid=6904 vsize=11077984 memory=699296 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6966/stat : 6966 (java) S 6904 6907 1929 0 -1 1077944384 15 12954 0 0 0 0 4 3 20 0 15 0 229791115 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345035711520 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6967] ppid=6904 vsize=11077984 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6967/stat : 6967 (java) S 6904 6907 1929 0 -1 1077944384 4 12954 0 0 0 0 4 3 20 0 15 0 229791115 11343855616 174824 33554432000 4194304 4196468 140722488729936 140344834384896 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6968] ppid=6904 vsize=11077984 memory=697248 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6968/stat : 6968 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140344526985424 140346296293275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6969] ppid=6904 vsize=11077984 memory=697248 CPUtime=3.8 cores=0,2,4,6
/proc/6907/task/6969/stat : 6969 (java) S 6904 6907 1929 0 -1 1077944384 27575 12954 0 0 370 3 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345533352432 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6970] ppid=6904 vsize=11077984 memory=697248 CPUtime=3.71 cores=0,2,4,6
/proc/6907/task/6970/stat : 6970 (java) S 6904 6907 1929 0 -1 1077944384 28542 12954 0 0 361 3 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345532299888 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6971] ppid=6904 vsize=11077984 memory=697248 CPUtime=1.71 cores=0,2,4,6
/proc/6907/task/6971/stat : 6971 (java) S 6904 6907 1929 0 -1 1077944384 16307 12954 0 0 160 4 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345531247344 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6972] ppid=6904 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6972/stat : 6972 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140344096189536 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6973] ppid=6904 vsize=11077984 memory=697248 CPUtime=1.47 cores=0,2,4,6
/proc/6907/task/6973/stat : 6973 (java) S 6904 6907 1929 0 -1 1077944384 1328 12954 0 0 71 69 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345530194224 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 2475.1 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 699296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.8 s]
/proc/loadavg: 1.34 1.38 1.39 3/216 7206
/proc/meminfo: memFree=27207056/32770624 swapFree=67108804/67108860
[pid=6907] ppid=6904 vsize=11077984 memory=699296 CPUtime=2520.05 cores=0,2,4,6
/proc/6907/stat : 6907 (java) S 6904 6907 1929 0 -1 1077944320 215225 12954 0 0 251706 292 4 3 20 0 15 0 229791103 11343855616 174824 33554432000 4194304 4196468 140722488729936 140722488712480 140346296274679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
/proc/6907/statm: 2769496 174824 3520 1 0 2731149 0
[pid=6907/tid=6960] ppid=6904 vsize=11077984 memory=3296 CPUtime=2465.67 cores=0,2,4,6
/proc/6907/task/6960/stat : 6960 (java) R 6904 6907 1929 0 -1 4202560 82689 12954 0 0 246520 40 4 3 20 0 15 0 229791112 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346268108688 140345861465898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6961] ppid=6904 vsize=11077984 memory=8112282956445269571 CPUtime=8.93 cores=0,2,4,6
/proc/6907/task/6961/stat : 6961 (java) S 6904 6907 1929 0 -1 1077944384 15377 12954 0 0 838 48 4 3 20 0 15 0 229791113 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346300517136 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6962] ppid=6904 vsize=11077984 memory=4104 CPUtime=8.92 cores=0,2,4,6
/proc/6907/task/6962/stat : 6962 (java) S 6904 6907 1929 0 -1 1077944384 10486 12954 0 0 839 46 4 3 20 0 15 0 229791113 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346181782416 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6963] ppid=6904 vsize=11077984 memory=-6733704525061579059 CPUtime=8.89 cores=0,2,4,6
/proc/6907/task/6963/stat : 6963 (java) S 6904 6907 1929 0 -1 1077944384 11101 12954 0 0 833 49 4 3 20 0 15 0 229791113 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346180729872 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6964] ppid=6904 vsize=11077984 memory=4126316290023845779 CPUtime=8.92 cores=0,2,4,6
/proc/6907/task/6964/stat : 6964 (java) S 6904 6907 1929 0 -1 1077944384 7524 12954 0 0 841 44 4 3 20 0 15 0 229791113 11343855616 174824 33554432000 4194304 4196468 140722488729936 140346179677328 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6965] ppid=6904 vsize=11077984 memory=699296 CPUtime=8.53 cores=0,2,4,6
/proc/6907/task/6965/stat : 6965 (java) S 6904 6907 1929 0 -1 1077944384 12072 12954 0 0 803 43 4 3 20 0 15 0 229791115 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345534404592 140346296285826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6966] ppid=6904 vsize=11077984 memory=1736 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6966/stat : 6966 (java) S 6904 6907 1929 0 -1 1077944384 15 12954 0 0 0 0 4 3 20 0 15 0 229791115 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345035711520 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6967] ppid=6904 vsize=11077984 memory=752 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6967/stat : 6967 (java) S 6904 6907 1929 0 -1 1077944384 4 12954 0 0 0 0 4 3 20 0 15 0 229791115 11343855616 174824 33554432000 4194304 4196468 140722488729936 140344834384896 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6968] ppid=6904 vsize=11077984 memory=699296 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6968/stat : 6968 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140344526985424 140346296293275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6969] ppid=6904 vsize=11077984 memory=8112282956445269571 CPUtime=3.8 cores=0,2,4,6
/proc/6907/task/6969/stat : 6969 (java) S 6904 6907 1929 0 -1 1077944384 27577 12954 0 0 370 3 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345533352432 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6970] ppid=6904 vsize=11077984 memory=7593720348270612566 CPUtime=3.71 cores=0,2,4,6
/proc/6907/task/6970/stat : 6970 (java) S 6904 6907 1929 0 -1 1077944384 28544 12954 0 0 361 3 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345532299888 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6971] ppid=6904 vsize=11077984 memory=7084817988072980580 CPUtime=1.71 cores=0,2,4,6
/proc/6907/task/6971/stat : 6971 (java) S 6904 6907 1929 0 -1 1077944384 16309 12954 0 0 160 4 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345531247344 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6972] ppid=6904 vsize=11077984 memory=699296 CPUtime=0.07 cores=0,2,4,6
/proc/6907/task/6972/stat : 6972 (java) S 6904 6907 1929 0 -1 1077944384 3 12954 0 0 0 0 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140344096189536 140346296284885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
[pid=6907/tid=6973] ppid=6904 vsize=11077984 memory=3984 CPUtime=1.49 cores=0,2,4,6
/proc/6907/task/6973/stat : 6973 (java) S 6904 6907 1929 0 -1 1077944384 1334 12954 0 0 72 70 4 3 20 0 15 0 229791118 11343855616 174824 33554432000 4194304 4196468 140722488729936 140345530194224 140346296285826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15831040 140722488732269 140722488735068 140722488735068 140722488737743 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 699296 KiB

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

[startup+2486.82 s]
# the end of solver process 6907 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.13 s, system=2.96639 s

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

Child status: 143
Real time (s): 2486.83
CPU time (s): 2520.09
CPU user time (s): 2517.13
CPU system time (s): 2.96639
CPU usage (%): 101.338
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 699296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.13
system time used= 2.96639
maximum resident set size= 701680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229337
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 238498
involuntary context switches= 9622


# summary of solver processes directly reported to runsolver:
#   pid: 6907
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.13
#   total CPU system time (s): 2.96639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8985 second user time and 23.4867 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 03:04:39
IDJOB=4305151
IDBENCH=141499
IDSOLVER=2780
FILE ID=node105/4305151-1534122279
RUNJOBID= node105-1534099504-1960
PBS_JOBID= 21037006
Free space on /tmp= 40896 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g10-g23_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305151-1534122279/watcher-4305151-1534122279 -o /tmp/evaluation-result-4305151-1534122279/solver-4305151-1534122279 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1960 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=680823533 HOME/instance-4305151-1534122279.xml

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

MD5SUM BENCH= 5bb458afb57028f2eacd8dc69366d90c
RANDOM SEED=680823533

node105.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.32
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.32
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.32
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.32
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:        27959164 kB
MemAvailable:   31421844 kB
Buffers:          160824 kB
Cached:          3558312 kB
SwapCached:           16 kB
Active:          2372860 kB
Inactive:        1884864 kB
Active(anon):     490216 kB
Inactive(anon):   100532 kB
Active(file):    1882644 kB
Inactive(file):  1784332 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26672 kB
Writeback:             0 kB
AnonPages:        545112 kB
Mapped:            64304 kB
Shmem:             49780 kB
Slab:             250784 kB
SReclaimable:     223080 kB
SUnreclaim:        27704 kB
KernelStack:        3552 kB
PageTables:         6680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1728324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-13 03:46:06