Trace number 4305247

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.14 2473.33

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-20_c18.xml
MD5SUM5f66fd9d375fc47cd589a0d8fc089b8f
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 variables800
Number of constraints762
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":780}]
Minimum variable degree0
Maximum variable degree41
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":40,"count":20},{"degree":41,"count":380}]
Minimum constraint arity20
Maximum constraint arity400
Distribution of constraint arities[{"arity":20,"count":1},{"arity":22,"count":760},{"arity":400,"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":760}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13581 MiB free)
  memory of node 1: 16384 MiB (13717 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305247-1534141811/watcher-4305247-1534141811 -o /tmp/evaluation-result-4305247-1534141811/solver-4305247-1534141811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534136767-2524 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=868699969 HOME/instance-4305247-1534141811.xml 

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

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

solver pid=3563, runsolver pid=3560

[startup+0.100062 s]*
/proc/loadavg: 1.29 1.34 1.33 3/206 3620
/proc/meminfo: memFree=27948596/32770624 swapFree=67030660/67108860
[pid=3563] ppid=3560 vsize=10005480 memory=16544 CPUtime=0.08 cores=1,3,5,7
/proc/3563/stat : 3563 (java) S 3560 3563 1776 0 -1 1077944320 4296 13153 0 0 1 0 4 3 20 0 6 0 231744251 10245611520 4136 33554432000 4194304 4196468 140722665885232 140722665867776 139687759384311 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
/proc/3563/statm: 2501370 4136 1932 1 0 2489808 0
[pid=3563/tid=3616] ppid=3560 vsize=10005480 memory=-8745273339715829699 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 2158 13153 0 0 0 0 4 3 20 0 6 0 231744260 10245611520 4202 33554432000 4194304 4196468 140722665885232 139687731221072 139687743464798 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 6 0 231744261 10245611520 4202 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=10005480 memory=139697879332480 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 6 0 231744261 10245611520 4202 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 6 0 231744261 10245611520 4202 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 6 0 231744261 10245611520 4202 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16544 KiB

[startup+0.20991 s]*
/proc/loadavg: 1.29 1.34 1.33 3/215 3629
/proc/meminfo: memFree=27924616/32770624 swapFree=67030660/67108860
[pid=3563] ppid=3560 vsize=10982744 memory=43684 CPUtime=0.25 cores=1,3,5,7
/proc/3563/stat : 3563 (java) S 3560 3563 1776 0 -1 1077944320 7650 13153 0 0 16 2 4 3 20 0 15 0 231744251 11246329856 10921 33554432000 4194304 4196468 140722665885232 140722665867776 139687759384311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
/proc/3563/statm: 2745686 10921 2954 1 0 2708109 0
[pid=3563/tid=3616] ppid=3560 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 4456 13153 0 0 10 1 4 3 20 0 15 0 231744260 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687731180352 139687739660018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=10982744 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=10982744 memory=139697879343781 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3621] ppid=3560 vsize=10982744 memory=139697879332480 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3621/stat : 3621 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687252510704 139687759395458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3622] ppid=3560 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3622/stat : 3622 (java) S 3560 3563 1776 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246329856 11185 33554432000 4194304 4196468 140722665885232 139686577169312 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3623] ppid=3560 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3623/stat : 3623 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246329856 11185 33554432000 4194304 4196468 140722665885232 139686429320176 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3624] ppid=3560 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3624/stat : 3624 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246329856 11185 33554432000 4194304 4196468 140722665885232 139686121920720 139687759402907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3625] ppid=3560 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3625/stat : 3625 (java) S 3560 3563 1776 0 -1 1077944384 414 13153 0 0 1 0 4 3 20 0 15 0 231744266 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687251458544 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3626] ppid=3560 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3626/stat : 3626 (java) S 3560 3563 1776 0 -1 1077944384 194 13153 0 0 1 0 4 3 20 0 15 0 231744266 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687250406000 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3627] ppid=3560 vsize=10982744 memory=139697879332480 CPUtime=0.1 cores=1,3,5,7
/proc/3563/task/3627/stat : 3627 (java) S 3560 3563 1776 0 -1 1077944384 609 13153 0 0 3 0 4 3 20 0 15 0 231744266 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687249353456 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3628] ppid=3560 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3628/stat : 3628 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246329856 11185 33554432000 4194304 4196468 140722665885232 139685691124832 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3629] ppid=3560 vsize=10982744 memory=139697879332480 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3629/stat : 3629 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246329856 11185 33554432000 4194304 4196468 140722665885232 139687248300336 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43684 KiB

[startup+0.310157 s]*
/proc/loadavg: 1.29 1.34 1.33 3/215 3629
/proc/meminfo: memFree=27912624/32770624 swapFree=67030660/67108860
[pid=3563] ppid=3560 vsize=10983192 memory=55448 CPUtime=0.38 cores=1,3,5,7
/proc/3563/stat : 3563 (java) S 3560 3563 1776 0 -1 1077944320 10413 13153 0 0 28 3 4 3 20 0 15 0 231744251 11246788608 13862 33554432000 4194304 4196468 140722665885232 140722665867776 139687759384311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
/proc/3563/statm: 2745798 13862 3073 1 0 2708109 0
[pid=3563/tid=3616] ppid=3560 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 6966 13153 0 0 19 2 4 3 20 0 15 0 231744260 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687731196320 139687759406237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3621] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3621/stat : 3621 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687252510704 139687759395458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3622] ppid=3560 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3622/stat : 3622 (java) S 3560 3563 1776 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246788608 13862 33554432000 4194304 4196468 140722665885232 139686577169312 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3623] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3623/stat : 3623 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246788608 13862 33554432000 4194304 4196468 140722665885232 139686429320176 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3624] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3624/stat : 3624 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246788608 13862 33554432000 4194304 4196468 140722665885232 139686121920720 139687759402907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3625] ppid=3560 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3625/stat : 3625 (java) S 3560 3563 1776 0 -1 1077944384 416 13153 0 0 1 0 4 3 20 0 15 0 231744266 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687251458544 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3626] ppid=3560 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3626/stat : 3626 (java) S 3560 3563 1776 0 -1 1077944384 194 13153 0 0 1 0 4 3 20 0 15 0 231744266 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687250406000 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3627] ppid=3560 vsize=10983192 memory=139697879332480 CPUtime=0.12 cores=1,3,5,7
/proc/3563/task/3627/stat : 3627 (java) S 3560 3563 1776 0 -1 1077944384 620 13153 0 0 5 0 4 3 20 0 15 0 231744266 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687249353456 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3628] ppid=3560 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3628/stat : 3628 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246788608 13862 33554432000 4194304 4196468 140722665885232 139685691124832 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3629] ppid=3560 vsize=10983192 memory=139697879332480 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3629/stat : 3629 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246788608 13862 33554432000 4194304 4196468 140722665885232 139687248300336 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55448 KiB

[startup+0.700737 s]
/proc/loadavg: 1.29 1.34 1.33 3/215 3629
/proc/meminfo: memFree=27901212/32770624 swapFree=67030660/67108860
[pid=3563] ppid=3560 vsize=10983192 memory=88512 CPUtime=0.99 cores=1,3,5,7
/proc/3563/stat : 3563 (java) S 3560 3563 1776 0 -1 1077944320 16750 13153 0 0 88 4 4 3 20 0 15 0 231744251 11246788608 22128 33554432000 4194304 4196468 140722665885232 140722665867776 139687759384311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
/proc/3563/statm: 2745798 22128 3245 1 0 2708109 0
[pid=3563/tid=3616] ppid=3560 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 12226 13153 0 0 56 3 4 3 20 0 15 0 231744260 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687731205136 139687742571120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 231744261 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3621] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3621/stat : 3621 (java) S 3560 3563 1776 0 -1 1077944384 6 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687252510704 139687759395458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3622] ppid=3560 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3622/stat : 3622 (java) S 3560 3563 1776 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246788608 22128 33554432000 4194304 4196468 140722665885232 139686577169312 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3623] ppid=3560 vsize=10983192 memory=139697770869520 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3623/stat : 3623 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744263 11246788608 22128 33554432000 4194304 4196468 140722665885232 139686429320176 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3624] ppid=3560 vsize=10983192 memory=139698106270281 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3624/stat : 3624 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246788608 22128 33554432000 4194304 4196468 140722665885232 139686121920720 139687759402907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3625] ppid=3560 vsize=10983192 memory=752 CPUtime=0.14 cores=1,3,5,7
/proc/3563/task/3625/stat : 3625 (java) S 3560 3563 1776 0 -1 1077944384 804 13153 0 0 7 0 4 3 20 0 15 0 231744266 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687251458544 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3626] ppid=3560 vsize=10983192 memory=7014751519650764113 CPUtime=0.16 cores=1,3,5,7
/proc/3563/task/3626/stat : 3626 (java) S 3560 3563 1776 0 -1 1077944384 791 13153 0 0 9 0 4 3 20 0 15 0 231744266 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687250406000 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3627] ppid=3560 vsize=10983192 memory=6082220498109819240 CPUtime=0.2 cores=1,3,5,7
/proc/3563/task/3627/stat : 3627 (java) S 3560 3563 1776 0 -1 1077944384 708 13153 0 0 13 0 4 3 20 0 15 0 231744266 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687249353456 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3628] ppid=3560 vsize=10983192 memory=3544 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3628/stat : 3628 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246788608 22128 33554432000 4194304 4196468 140722665885232 139685691124832 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3629] ppid=3560 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3629/stat : 3629 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744266 11246788608 22128 33554432000 4194304 4196468 140722665885232 139687248300336 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88512 KiB

[startup+1.50072 s]
/proc/loadavg: 1.35 1.35 1.34 3/215 3629
/proc/meminfo: memFree=27855004/32770624 swapFree=67030660/67108860
[pid=3563] ppid=3560 vsize=10998092 memory=192476 CPUtime=2.75 cores=1,3,5,7
/proc/3563/stat : 3563 (java) S 3560 3563 1776 0 -1 1077944320 24469 13153 0 0 257 11 4 3 20 0 15 0 231744251 11262046208 48119 33554432000 4194304 4196468 140722665885232 140722665867776 139687759384311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
/proc/3563/statm: 2749523 48119 3474 1 0 2711181 0
[pid=3563/tid=3616] ppid=3560 vsize=10998092 memory=9169 CPUtime=1.41 cores=1,3,5,7
/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 17039 13153 0 0 129 5 4 3 20 0 15 0 231744260 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687731201840 139687759406237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=10998092 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 59 13153 0 0 1 0 4 3 20 0 15 0 231744261 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 23 13153 0 0 1 0 4 3 20 0 15 0 231744261 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=10998092 memory=2912 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 170 13153 0 0 1 0 4 3 20 0 15 0 231744261 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=10998092 memory=88512 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 22 13153 0 0 1 0 4 3 20 0 15 0 231744261 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3621] ppid=3560 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3563/task/3621/stat : 3621 (java) S 3560 3563 1776 0 -1 1077944384 53 13153 0 0 1 0 4 3 20 0 15 0 231744263 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687252510704 139687759395458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3622] ppid=3560 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3622/stat : 3622 (java) S 3560 3563 1776 0 -1 1077944384 14 13153 0 0 0 0 4 3 20 0 15 0 231744263 11262046208 48119 33554432000 4194304 4196468 140722665885232 139686577169376 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3623] ppid=3560 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3623/stat : 3623 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744263 11262046208 48119 33554432000 4194304 4196468 140722665885232 139686429320192 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3624] ppid=3560 vsize=10998092 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3624/stat : 3624 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11262046208 48119 33554432000 4194304 4196468 140722665885232 139686121920720 139687759402907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3625] ppid=3560 vsize=10998092 memory=4638778398332698720 CPUtime=0.41 cores=1,3,5,7
/proc/3563/task/3625/stat : 3625 (java) R 3560 3563 1776 0 -1 4202560 1303 13153 0 0 33 1 4 3 20 0 15 0 231744266 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687251458544 139687737109344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3626] ppid=3560 vsize=10998092 memory=279395542014848 CPUtime=0.49 cores=1,3,5,7
/proc/3563/task/3626/stat : 3626 (java) S 3560 3563 1776 0 -1 1077944384 1971 13153 0 0 41 1 4 3 20 0 15 0 231744266 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687250406000 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3627] ppid=3560 vsize=10998092 memory=6944656425123290226 CPUtime=0.51 cores=1,3,5,7
/proc/3563/task/3627/stat : 3627 (java) S 3560 3563 1776 0 -1 1077944384 1619 13153 0 0 44 0 4 3 20 0 15 0 231744266 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687249353456 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3628] ppid=3560 vsize=10998092 memory=-7233780906022716832 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3628/stat : 3628 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11262046208 48119 33554432000 4194304 4196468 140722665885232 139685691124832 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3629] ppid=3560 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3629/stat : 3629 (java) S 3560 3563 1776 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 231744266 11262046208 48119 33554432000 4194304 4196468 140722665885232 139687248300336 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 10998092 KiB

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

/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 84841 13153 0 0 235942 46 4 3 20 0 15 0 231744260 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687731217792 139687327499398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.55 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 15356 13153 0 0 1104 44 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.52 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 16362 13153 0 0 1096 49 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=11077984 memory=279395542068576 CPUtime=11.53 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 15095 13153 0 0 1103 43 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=11077984 memory=1013648 CPUtime=11.53 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 17029 13153 0 0 1098 48 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3621] ppid=3560 vsize=11077984 memory=1013648 CPUtime=8.44 cores=1,3,5,7
/proc/3563/task/3621/stat : 3621 (java) S 3560 3563 1776 0 -1 1077944384 15638 13153 0 0 789 48 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687252510704 139687759395458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3622] ppid=3560 vsize=11077984 memory=1013648 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3622/stat : 3622 (java) S 3560 3563 1776 0 -1 1077944384 16 13153 0 0 0 0 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686577169440 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3623] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3623/stat : 3623 (java) S 3560 3563 1776 0 -1 1077944384 5 13153 0 0 0 0 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686429320192 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3624] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3624/stat : 3624 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686121920720 139687759402907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3625] ppid=3560 vsize=11077984 memory=1015696 CPUtime=4.94 cores=1,3,5,7
/proc/3563/task/3625/stat : 3625 (java) S 3560 3563 1776 0 -1 1077944384 31412 13153 0 0 483 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687251458544 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3626] ppid=3560 vsize=11077984 memory=7 CPUtime=4.99 cores=1,3,5,7
/proc/3563/task/3626/stat : 3626 (java) S 3560 3563 1776 0 -1 1077944384 31540 13153 0 0 488 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687250406000 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3627] ppid=3560 vsize=11077984 memory=1996 CPUtime=2.4 cores=1,3,5,7
/proc/3563/task/3627/stat : 3627 (java) S 3560 3563 1776 0 -1 1077944384 30355 13153 0 0 229 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687249353456 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3628] ppid=3560 vsize=11077984 memory=2428 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3628/stat : 3628 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139685691124832 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3629] ppid=3560 vsize=11077984 memory=1015696 CPUtime=1.43 cores=1,3,5,7
/proc/3563/task/3629/stat : 3629 (java) S 3560 3563 1776 0 -1 1077944384 2670 13153 0 0 63 73 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687248300336 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 2427.75 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1015696 KiB

[startup+2442.31 s]
/proc/loadavg: 1.48 1.36 1.35 3/215 3854
/proc/meminfo: memFree=27264908/32770624 swapFree=67030660/67108860
[pid=3563] ppid=3560 vsize=11077984 memory=1015696 CPUtime=2488.64 cores=1,3,5,7
/proc/3563/stat : 3563 (java) S 3560 3563 1776 0 -1 1077944320 263875 13153 0 0 248534 323 4 3 20 0 15 0 231744251 11343855616 253924 33554432000 4194304 4196468 140722665885232 140722665867776 139687759384311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
/proc/3563/statm: 2769496 253924 3527 1 0 2731149 0
[pid=3563/tid=3616] ppid=3560 vsize=11077984 memory=1015696 CPUtime=2419.38 cores=1,3,5,7
/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 85426 13153 0 0 241885 46 4 3 20 0 15 0 231744260 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687731217872 139687339311763 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.85 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 15467 13153 0 0 1132 46 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.82 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 16660 13153 0 0 1125 50 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.84 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 15189 13153 0 0 1133 44 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.83 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 17073 13153 0 0 1126 50 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3621] ppid=3560 vsize=11077984 memory=2924 CPUtime=8.65 cores=1,3,5,7
/proc/3563/task/3621/stat : 3621 (java) S 3560 3563 1776 0 -1 1077944384 15846 13153 0 0 809 49 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687252510704 139687759395458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3622] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3622/stat : 3622 (java) S 3560 3563 1776 0 -1 1077944384 16 13153 0 0 0 0 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686577169440 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3623] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3623/stat : 3623 (java) S 3560 3563 1776 0 -1 1077944384 5 13153 0 0 0 0 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686429320192 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3624] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3624/stat : 3624 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686121920720 139687759402907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3625] ppid=3560 vsize=11077984 memory=7 CPUtime=4.94 cores=1,3,5,7
/proc/3563/task/3625/stat : 3625 (java) S 3560 3563 1776 0 -1 1077944384 31414 13153 0 0 483 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687251458544 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3626] ppid=3560 vsize=11077984 memory=1015696 CPUtime=4.99 cores=1,3,5,7
/proc/3563/task/3626/stat : 3626 (java) S 3560 3563 1776 0 -1 1077944384 31542 13153 0 0 488 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687250406000 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3627] ppid=3560 vsize=11077984 memory=1876 CPUtime=2.4 cores=1,3,5,7
/proc/3563/task/3627/stat : 3627 (java) S 3560 3563 1776 0 -1 1077944384 30357 13153 0 0 229 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687249353456 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3628] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3628/stat : 3628 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139685691124832 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3629] ppid=3560 vsize=11077984 memory=1015696 CPUtime=1.46 cores=1,3,5,7
/proc/3563/task/3629/stat : 3629 (java) S 3560 3563 1776 0 -1 1077944384 2686 13153 0 0 64 75 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687248300336 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 2488.64 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1015696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.3 s]
/proc/loadavg: 1.32 1.34 1.34 6/215 3854
/proc/meminfo: memFree=27271660/32770624 swapFree=67030660/67108860
[pid=3563] ppid=3560 vsize=11077984 memory=1015696 CPUtime=2520.08 cores=1,3,5,7
/proc/3563/stat : 3563 (java) S 3560 3563 1776 0 -1 1077944320 264108 13153 0 0 251674 327 4 3 20 0 15 0 231744251 11343855616 253924 33554432000 4194304 4196468 140722665885232 140722665867776 139687759384311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
/proc/3563/statm: 2769496 253924 3527 1 0 2731149 0
[pid=3563/tid=3616] ppid=3560 vsize=11077984 memory=6944656592455360604 CPUtime=2450.08 cores=1,3,5,7
/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 85616 13153 0 0 244955 46 4 3 20 0 15 0 231744260 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687731217952 139687326920363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=11077984 memory=1015696 CPUtime=12.01 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 15493 13153 0 0 1147 47 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.97 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 16662 13153 0 0 1140 50 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.99 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 15193 13153 0 0 1147 45 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.99 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 17076 13153 0 0 1141 51 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3621] ppid=3560 vsize=11077984 memory=1015696 CPUtime=8.76 cores=1,3,5,7
/proc/3563/task/3621/stat : 3621 (java) S 3560 3563 1776 0 -1 1077944384 15852 13153 0 0 820 49 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687252510704 139687759395458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3622] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3622/stat : 3622 (java) S 3560 3563 1776 0 -1 1077944384 16 13153 0 0 0 0 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686577169440 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3623] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3623/stat : 3623 (java) S 3560 3563 1776 0 -1 1077944384 5 13153 0 0 0 0 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686429320192 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3624] ppid=3560 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3624/stat : 3624 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686121920720 139687759402907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3625] ppid=3560 vsize=11077984 memory=1015696 CPUtime=4.94 cores=1,3,5,7
/proc/3563/task/3625/stat : 3625 (java) S 3560 3563 1776 0 -1 1077944384 31414 13153 0 0 483 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687251458544 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3626] ppid=3560 vsize=11077984 memory=595916 CPUtime=4.99 cores=1,3,5,7
/proc/3563/task/3626/stat : 3626 (java) S 3560 3563 1776 0 -1 1077944384 31542 13153 0 0 488 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687250406000 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3627] ppid=3560 vsize=11077984 memory=8112282956445269571 CPUtime=2.4 cores=1,3,5,7
/proc/3563/task/3627/stat : 3627 (java) S 3560 3563 1776 0 -1 1077944384 30357 13153 0 0 229 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687249353456 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3628] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3628/stat : 3628 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139685691124832 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3629] ppid=3560 vsize=11077984 memory=1015696 CPUtime=1.48 cores=1,3,5,7
/proc/3563/task/3629/stat : 3629 (java) S 3560 3563 1776 0 -1 1077944384 2688 13153 0 0 65 76 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687248300336 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1015696 KiB

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

[startup+2473.33 s]
# the end of solver process 3563 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.82 s, system=3.31659 s

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

[startup+2473.3 s]
/proc/loadavg: 1.32 1.34 1.34 6/215 3854
/proc/meminfo: memFree=27271660/32770624 swapFree=67030660/67108860
[pid=3563] ppid=3560 vsize=11077984 memory=1015696 CPUtime=2520.08 cores=1,3,5,7
/proc/3563/stat : 3563 (java) S 3560 3563 1776 0 -1 1077944320 264108 13153 0 0 251674 327 4 3 20 0 15 0 231744251 11343855616 253924 33554432000 4194304 4196468 140722665885232 140722665867776 139687759384311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
/proc/3563/statm: 2769496 253924 3527 1 0 2731149 0
[pid=3563/tid=3616] ppid=3560 vsize=11077984 memory=6944656592455360604 CPUtime=2450.08 cores=1,3,5,7
/proc/3563/task/3616/stat : 3616 (java) R 3560 3563 1776 0 -1 4202560 85616 13153 0 0 244955 46 4 3 20 0 15 0 231744260 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687731217952 139687326920363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3617] ppid=3560 vsize=11077984 memory=1015696 CPUtime=12.01 cores=1,3,5,7
/proc/3563/task/3617/stat : 3617 (java) S 3560 3563 1776 0 -1 1077944384 15493 13153 0 0 1147 47 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687763626768 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3618] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.97 cores=1,3,5,7
/proc/3563/task/3618/stat : 3618 (java) S 3560 3563 1776 0 -1 1077944384 16662 13153 0 0 1140 50 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687644892048 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3619] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.99 cores=1,3,5,7
/proc/3563/task/3619/stat : 3619 (java) S 3560 3563 1776 0 -1 1077944384 15193 13153 0 0 1147 45 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687643839504 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3620] ppid=3560 vsize=11077984 memory=1015696 CPUtime=11.99 cores=1,3,5,7
/proc/3563/task/3620/stat : 3620 (java) S 3560 3563 1776 0 -1 1077944384 17076 13153 0 0 1141 51 4 3 20 0 15 0 231744261 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687642786960 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3621] ppid=3560 vsize=11077984 memory=1015696 CPUtime=8.76 cores=1,3,5,7
/proc/3563/task/3621/stat : 3621 (java) S 3560 3563 1776 0 -1 1077944384 15852 13153 0 0 820 49 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687252510704 139687759395458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3622] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3622/stat : 3622 (java) S 3560 3563 1776 0 -1 1077944384 16 13153 0 0 0 0 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686577169440 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3623] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3623/stat : 3623 (java) S 3560 3563 1776 0 -1 1077944384 5 13153 0 0 0 0 4 3 20 0 15 0 231744263 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686429320192 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3624] ppid=3560 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3624/stat : 3624 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139686121920720 139687759402907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3625] ppid=3560 vsize=11077984 memory=1015696 CPUtime=4.94 cores=1,3,5,7
/proc/3563/task/3625/stat : 3625 (java) S 3560 3563 1776 0 -1 1077944384 31414 13153 0 0 483 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687251458544 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3626] ppid=3560 vsize=11077984 memory=595916 CPUtime=4.99 cores=1,3,5,7
/proc/3563/task/3626/stat : 3626 (java) S 3560 3563 1776 0 -1 1077944384 31542 13153 0 0 488 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687250406000 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3627] ppid=3560 vsize=11077984 memory=8112282956445269571 CPUtime=2.4 cores=1,3,5,7
/proc/3563/task/3627/stat : 3627 (java) S 3560 3563 1776 0 -1 1077944384 30357 13153 0 0 229 4 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687249353456 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3628] ppid=3560 vsize=11077984 memory=1015696 CPUtime=0.07 cores=1,3,5,7
/proc/3563/task/3628/stat : 3628 (java) S 3560 3563 1776 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139685691124832 139687759394517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
[pid=3563/tid=3629] ppid=3560 vsize=11077984 memory=1015696 CPUtime=1.48 cores=1,3,5,7
/proc/3563/task/3629/stat : 3629 (java) S 3560 3563 1776 0 -1 1077944384 2688 13153 0 0 65 76 4 3 20 0 15 0 231744266 11343855616 253924 33554432000 4194304 4196468 140722665885232 139687248300336 139687759395458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24748032 140722665888365 140722665891164 140722665891164 140722665893839 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1015696 KiB

Child status: 143
Real time (s): 2473.33
CPU time (s): 2520.14
CPU user time (s): 2516.82
CPU system time (s): 3.31659
CPU usage (%): 101.893
Max. virtual memory (cumulated for all children) (KiB): 11080848
Max. memory (cumulated for all children) (KiB): 1115388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.82
system time used= 3.31659
maximum resident set size= 1117436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278034
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 235570
involuntary context switches= 5106


# summary of solver processes directly reported to runsolver:
#   pid: 3563
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.82
#   total CPU system time (s): 3.31659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5477 second user time and 22.7578 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 08:30:11
IDJOB=4305247
IDBENCH=141608
IDSOLVER=2780
FILE ID=node102/4305247-1534141811
RUNJOBID= node102-1534136767-2524
PBS_JOBID= 21037015
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305247-1534141811/watcher-4305247-1534141811 -o /tmp/evaluation-result-4305247-1534141811/solver-4305247-1534141811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534136767-2524 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=868699969 HOME/instance-4305247-1534141811.xml

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

MD5SUM BENCH= 5f66fd9d375fc47cd589a0d8fc089b8f
RANDOM SEED=868699969

node102.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.51
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.51
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.51
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.51
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:        27954380 kB
MemAvailable:   30969128 kB
Buffers:          165316 kB
Cached:          3097288 kB
SwapCached:        51244 kB
Active:          2579788 kB
Inactive:        1670352 kB
Active(anon):     912312 kB
Inactive(anon):   126908 kB
Active(file):    1667476 kB
Inactive(file):  1543444 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26812 kB
Writeback:             0 kB
AnonPages:        944364 kB
Mapped:            63868 kB
Shmem:             48984 kB
Slab:             261608 kB
SReclaimable:     232288 kB
SUnreclaim:        29320 kB
KernelStack:        3568 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2119496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-13 09:11:24