Trace number 4295916

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.8 2018-06-13? (TO) 2520.08 2478.53

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-10_c18.xml
MD5SUM527aaa9849fb01578545f5f3ea53e2c8
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 benchmark1431.43
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints182
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":190}]
Minimum variable degree0
Maximum variable degree21
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":20,"count":10},{"degree":21,"count":90}]
Minimum constraint arity10
Maximum constraint arity100
Distribution of constraint arities[{"arity":10,"count":1},{"arity":12,"count":180},{"arity":100,"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":180}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295916-1532601835/watcher-4295916-1532601835 -o /tmp/evaluation-result-4295916-1532601835/solver-4295916-1532601835 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8939 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1674471561 HOME/instance-4295916-1532601835.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=9937, runsolver pid=9934


[startup+0.101878 s]*
/proc/loadavg: 1.45 1.44 1.43 2/207 9994
/proc/meminfo: memFree=12104140/32770624 swapFree=67108860/67108860
[pid=9937] ppid=9934 vsize=9972712 memory=17800 CPUtime=0.07 cores=1,3,5,7
/proc/9937/stat : 9937 (java) S 9934 9937 6157 0 -1 1077944320 4098 13152 0 0 0 0 4 3 20 0 6 0 77746701 10212057088 4450 33554432000 4194304 4196468 140736133092464 140736133075008 140331191459575 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
/proc/9937/statm: 2493178 4450 1832 1 0 2481616 0
[pid=9937/tid=9990] ppid=9934 vsize=9972712 memory=4718545630382498451 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 1989 13152 0 0 0 0 4 3 20 0 6 0 77746710 10212057088 4516 33554432000 4194304 4196468 140736133092464 140331163296336 140331177142101 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=9972712 memory=5793855024518236601 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 6 0 77746711 10212057088 4516 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=9972712 memory=139773508343424 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 6 0 77746711 10212057088 4516 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 6 0 77746711 10212057088 4516 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 6 0 77746711 10212057088 4516 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17800 KiB

[startup+0.210173 s]*
/proc/loadavg: 1.45 1.44 1.43 3/216 10003
/proc/meminfo: memFree=12084188/32770624 swapFree=67108860/67108860
[pid=9937] ppid=9934 vsize=10818904 memory=43088 CPUtime=0.25 cores=1,3,5,7
/proc/9937/stat : 9937 (java) S 9934 9937 6157 0 -1 1077944320 6963 13152 0 0 16 2 4 3 20 0 15 0 77746701 11078557696 10772 33554432000 4194304 4196468 140736133092464 140736133075008 140331191459575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
/proc/9937/statm: 2704726 10772 2952 1 0 2667149 0
[pid=9937/tid=9990] ppid=9934 vsize=10818904 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 3504 13152 0 0 10 1 4 3 20 0 15 0 77746710 11078557696 10772 33554432000 4194304 4196468 140736133092464 140331163237536 140331171735427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=10818904 memory=4211973499713133962 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11078557696 10772 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=10818904 memory=139773508343424 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11078557696 10772 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11078557696 10772 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746711 11078557696 10772 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9995] ppid=9934 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9995/stat : 9995 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746713 11078557696 10772 33554432000 4194304 4196468 140736133092464 140330650237168 140331191470722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9996] ppid=9934 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9996/stat : 9996 (java) S 9934 9937 6157 0 -1 1077944384 33 13152 0 0 0 0 4 3 20 0 15 0 77746713 11078557696 10772 33554432000 4194304 4196468 140736133092464 140330649183392 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9997] ppid=9934 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9997/stat : 9997 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746714 11078557696 10772 33554432000 4194304 4196468 140736133092464 140330540196592 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9998] ppid=9934 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9998/stat : 9998 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746716 11078557696 10772 33554432000 4194304 4196468 140736133092464 140329936218064 140331191478171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9999] ppid=9934 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9999/stat : 9999 (java) S 9934 9937 6157 0 -1 1077944384 424 13152 0 0 0 0 4 3 20 0 15 0 77746716 11078557696 10772 33554432000 4194304 4196468 140736133092464 140330615626480 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10000] ppid=9934 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9937/task/10000/stat : 10000 (java) S 9934 9937 6157 0 -1 1077944384 190 13152 0 0 1 0 4 3 20 0 15 0 77746716 11078557696 10772 33554432000 4194304 4196468 140736133092464 140330614573936 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10001] ppid=9934 vsize=10818904 memory=139773508343424 CPUtime=0.1 cores=1,3,5,7
/proc/9937/task/10001/stat : 10001 (java) S 9934 9937 6157 0 -1 1077944384 609 13152 0 0 3 0 4 3 20 0 15 0 77746716 11078557696 10772 33554432000 4194304 4196468 140736133092464 140330613520880 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10002] ppid=9934 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10002/stat : 10002 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11078557696 10772 33554432000 4194304 4196468 140736133092464 140329466456928 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10003] ppid=9934 vsize=10818904 memory=139773508343424 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10003/stat : 10003 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746717 11078557696 10772 33554432000 4194304 4196468 140736133092464 140330612468272 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43088 KiB

[startup+0.310308 s]*
/proc/loadavg: 1.45 1.44 1.43 3/216 10003
/proc/meminfo: memFree=12071412/32770624 swapFree=67108860/67108860
[pid=9937] ppid=9934 vsize=10819352 memory=55744 CPUtime=0.37 cores=1,3,5,7
/proc/9937/stat : 9937 (java) S 9934 9937 6157 0 -1 1077944320 9996 13152 0 0 27 3 4 3 20 0 15 0 77746701 11079016448 13936 33554432000 4194304 4196468 140736133092464 140736133075008 140331191459575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
/proc/9937/statm: 2704838 13936 3071 1 0 2667149 0
[pid=9937/tid=9990] ppid=9934 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 6729 13152 0 0 19 2 4 3 20 0 15 0 77746710 11079016448 14134 33554432000 4194304 4196468 140736133092464 140331163271584 140331171735282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11079016448 14134 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11079016448 14134 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11079016448 14134 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746711 11079016448 14134 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9995] ppid=9934 vsize=10819352 memory=139773508343423 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9995/stat : 9995 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746713 11079016448 14134 33554432000 4194304 4196468 140736133092464 140330650237168 140331191470722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9996] ppid=9934 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9996/stat : 9996 (java) S 9934 9937 6157 0 -1 1077944384 33 13152 0 0 0 0 4 3 20 0 15 0 77746713 11079016448 14134 33554432000 4194304 4196468 140736133092464 140330649183392 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9997] ppid=9934 vsize=10819352 memory=139773508343424 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9997/stat : 9997 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746714 11079016448 14134 33554432000 4194304 4196468 140736133092464 140330540196592 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9998] ppid=9934 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9998/stat : 9998 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746716 11079016448 14134 33554432000 4194304 4196468 140736133092464 140329936218064 140331191478171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9999] ppid=9934 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9937/task/9999/stat : 9999 (java) S 9934 9937 6157 0 -1 1077944384 426 13152 0 0 1 0 4 3 20 0 15 0 77746716 11079016448 14200 33554432000 4194304 4196468 140736133092464 140330615626480 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10000] ppid=9934 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9937/task/10000/stat : 10000 (java) S 9934 9937 6157 0 -1 1077944384 190 13152 0 0 1 0 4 3 20 0 15 0 77746716 11079016448 14200 33554432000 4194304 4196468 140736133092464 140330614573936 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10001] ppid=9934 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9937/task/10001/stat : 10001 (java) S 9934 9937 6157 0 -1 1077944384 619 13152 0 0 5 0 4 3 20 0 15 0 77746716 11079016448 14200 33554432000 4194304 4196468 140736133092464 140330613520880 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10002] ppid=9934 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10002/stat : 10002 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11079016448 14200 33554432000 4194304 4196468 140736133092464 140329466456928 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10003] ppid=9934 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10003/stat : 10003 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746717 11079016448 14200 33554432000 4194304 4196468 140736133092464 140330612468272 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55744 KiB

[startup+0.700801 s]
/proc/loadavg: 1.45 1.44 1.43 3/216 10003
/proc/meminfo: memFree=12060744/32770624 swapFree=67108860/67108860
[pid=9937] ppid=9934 vsize=10819352 memory=89064 CPUtime=0.97 cores=1,3,5,7
/proc/9937/stat : 9937 (java) S 9934 9937 6157 0 -1 1077944320 16418 13152 0 0 86 4 4 3 20 0 15 0 77746701 11079016448 22266 33554432000 4194304 4196468 140736133092464 140736133075008 140331191459575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
/proc/9937/statm: 2704838 22266 3238 1 0 2667149 0
[pid=9937/tid=9990] ppid=9934 vsize=10819352 memory=23144 CPUtime=0.65 cores=1,3,5,7
/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 11927 13152 0 0 55 3 4 3 20 0 15 0 77746710 11079016448 22266 33554432000 4194304 4196468 140736133092464 140331163275984 140331175540062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11079016448 22266 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=10819352 memory=139773402718705 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11079016448 22266 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=10819352 memory=139775415681913 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746711 11079016448 22266 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=10819352 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746711 11079016448 22266 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9995] ppid=9934 vsize=10819352 memory=7157735280213842257 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9995/stat : 9995 (java) S 9934 9937 6157 0 -1 1077944384 5 13152 0 0 0 0 4 3 20 0 15 0 77746713 11079016448 22266 33554432000 4194304 4196468 140736133092464 140330650237168 140331191470722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9996] ppid=9934 vsize=10819352 memory=7739276948478388840 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9996/stat : 9996 (java) S 9934 9937 6157 0 -1 1077944384 33 13152 0 0 0 0 4 3 20 0 15 0 77746713 11079016448 22266 33554432000 4194304 4196468 140736133092464 140330649183392 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9997] ppid=9934 vsize=10819352 memory=5787216047948386661 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9997/stat : 9997 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746714 11079016448 22266 33554432000 4194304 4196468 140736133092464 140330540196592 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9998] ppid=9934 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9998/stat : 9998 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746716 11079016448 22266 33554432000 4194304 4196468 140736133092464 140329936218064 140331191478171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9999] ppid=9934 vsize=10819352 memory=8326441112149131693 CPUtime=0.16 cores=1,3,5,7
/proc/9937/task/9999/stat : 9999 (java) S 9934 9937 6157 0 -1 1077944384 1008 13152 0 0 9 0 4 3 20 0 15 0 77746716 11079016448 22266 33554432000 4194304 4196468 140736133092464 140330615626480 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10000] ppid=9934 vsize=10819352 memory=-8990767739041718176 CPUtime=0.14 cores=1,3,5,7
/proc/9937/task/10000/stat : 10000 (java) S 9934 9937 6157 0 -1 1077944384 576 13152 0 0 7 0 4 3 20 0 15 0 77746716 11079016448 22266 33554432000 4194304 4196468 140736133092464 140330614573936 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10001] ppid=9934 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=1,3,5,7
/proc/9937/task/10001/stat : 10001 (java) S 9934 9937 6157 0 -1 1077944384 669 13152 0 0 13 0 4 3 20 0 15 0 77746716 11079016448 22266 33554432000 4194304 4196468 140736133092464 140330613520880 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10002] ppid=9934 vsize=10819352 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10002/stat : 10002 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11079016448 22266 33554432000 4194304 4196468 140736133092464 140329466456928 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10003] ppid=9934 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10003/stat : 10003 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746717 11079016448 22266 33554432000 4194304 4196468 140736133092464 140330612468272 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89064 KiB

[startup+1.50072 s]
/proc/loadavg: 1.45 1.44 1.43 3/216 10003
/proc/meminfo: memFree=12015468/32770624 swapFree=67108860/67108860
[pid=9937] ppid=9934 vsize=10834252 memory=180088 CPUtime=2.29 cores=1,3,5,7
/proc/9937/stat : 9937 (java) S 9934 9937 6157 0 -1 1077944320 24686 13152 0 0 213 9 4 3 20 0 15 0 77746701 11094274048 45022 33554432000 4194304 4196468 140736133092464 140736133075008 140331191459575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
/proc/9937/statm: 2708563 45022 3472 1 0 2670221 0
[pid=9937/tid=9990] ppid=9934 vsize=10834252 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 17481 13152 0 0 129 5 4 3 20 0 15 0 77746710 11094274048 45022 33554432000 4194304 4196468 140736133092464 140331163290944 140331175540062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=10834252 memory=102372 CPUtime=0.08 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 242 13152 0 0 1 0 4 3 20 0 15 0 77746711 11094274048 45022 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 17 13152 0 0 1 0 4 3 20 0 15 0 77746711 11094274048 45022 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 24 13152 0 0 1 0 4 3 20 0 15 0 77746711 11094274048 45022 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 68 13152 0 0 1 0 4 3 20 0 15 0 77746711 11094274048 45022 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9995] ppid=9934 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9937/task/9995/stat : 9995 (java) S 9934 9937 6157 0 -1 1077944384 1120 13152 0 0 1 0 4 3 20 0 15 0 77746713 11094274048 45022 33554432000 4194304 4196468 140736133092464 140330650237168 140331191470722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9996] ppid=9934 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9996/stat : 9996 (java) S 9934 9937 6157 0 -1 1077944384 55 13152 0 0 0 0 4 3 20 0 15 0 77746713 11094274048 45022 33554432000 4194304 4196468 140736133092464 140330649183456 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9997] ppid=9934 vsize=10834252 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9997/stat : 9997 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746714 11094274048 45022 33554432000 4194304 4196468 140736133092464 140330540196592 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9998] ppid=9934 vsize=10834252 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9998/stat : 9998 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746716 11094274048 45022 33554432000 4194304 4196468 140736133092464 140329936218064 140331191478171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9999] ppid=9934 vsize=10834252 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/9937/task/9999/stat : 9999 (java) S 9934 9937 6157 0 -1 1077944384 1147 13152 0 0 21 0 4 3 20 0 15 0 77746716 11094274048 45022 33554432000 4194304 4196468 140736133092464 140330615626480 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10000] ppid=9934 vsize=10834252 memory=182701600595242 CPUtime=0.27 cores=1,3,5,7
/proc/9937/task/10000/stat : 10000 (java) S 9934 9937 6157 0 -1 1077944384 1022 13152 0 0 20 0 4 3 20 0 15 0 77746716 11094274048 45022 33554432000 4194304 4196468 140736133092464 140330614573936 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10001] ppid=9934 vsize=10834252 memory=440234 CPUtime=0.42 cores=1,3,5,7
/proc/9937/task/10001/stat : 10001 (java) S 9934 9937 6157 0 -1 1077944384 1314 13152 0 0 35 0 4 3 20 0 15 0 77746716 11094274048 45022 33554432000 4194304 4196468 140736133092464 140330613520880 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10002] ppid=9934 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10002/stat : 10002 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11094274048 45022 33554432000 4194304 4196468 140736133092464 140329466456928 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10003] ppid=9934 vsize=10834252 memory=4638778402627666016 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10003/stat : 10003 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11094274048 45022 33554432000 4194304 4196468 140736133092464 140330612468272 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 86300 13152 0 0 235875 43 4 3 20 0 15 0 77746710 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331163293168 140330772873984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=10914144 memory=818776 CPUtime=10.9 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 19715 13152 0 0 1026 57 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=10914144 memory=818776 CPUtime=10.89 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 8333 13152 0 0 1029 53 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=10914144 memory=818776 CPUtime=10.89 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 19269 13152 0 0 1024 58 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=10914144 memory=818776 CPUtime=10.83 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 11039 13152 0 0 1021 55 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9995] ppid=9934 vsize=10914144 memory=818776 CPUtime=9.97 cores=1,3,5,7
/proc/9937/task/9995/stat : 9995 (java) S 9934 9937 6157 0 -1 1077944384 14905 13152 0 0 938 52 4 3 20 0 15 0 77746713 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330650237168 140331191470722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9996] ppid=9934 vsize=10914144 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9996/stat : 9996 (java) S 9934 9937 6157 0 -1 1077944384 55 13152 0 0 0 0 4 3 20 0 15 0 77746713 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330649183456 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9997] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9997/stat : 9997 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746714 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330540196608 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9998] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9998/stat : 9998 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140329936218064 140331191478171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9999] ppid=9934 vsize=10914144 memory=818776 CPUtime=3.31 cores=1,3,5,7
/proc/9937/task/9999/stat : 9999 (java) S 9934 9937 6157 0 -1 1077944384 19339 13152 0 0 321 3 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330615626480 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10000] ppid=9934 vsize=10914144 memory=818776 CPUtime=3.83 cores=1,3,5,7
/proc/9937/task/10000/stat : 10000 (java) S 9934 9937 6157 0 -1 1077944384 27495 13152 0 0 372 4 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330614573936 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10001] ppid=9934 vsize=10914144 memory=1296 CPUtime=1.88 cores=1,3,5,7
/proc/9937/task/10001/stat : 10001 (java) S 9934 9937 6157 0 -1 1077944384 24190 13152 0 0 177 4 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330613520880 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10002] ppid=9934 vsize=10914144 memory=2400 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10002/stat : 10002 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11176083456 204694 33554432000 4194304 4196468 140736133092464 140329466456928 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10003] ppid=9934 vsize=10914144 memory=8112282956445269571 CPUtime=1.33 cores=1,3,5,7
/proc/9937/task/10003/stat : 10003 (java) S 9934 9937 6157 0 -1 1077944384 1418 13152 0 0 57 69 4 3 20 0 15 0 77746717 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330612468272 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 2422.54 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 818776 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.40 1.40 3/216 10227
/proc/meminfo: memFree=11554428/32770624 swapFree=67108860/67108860
[pid=9937] ppid=9934 vsize=10914144 memory=818776 CPUtime=2483.36 cores=1,3,5,7
/proc/9937/stat : 9937 (java) S 9934 9937 6157 0 -1 1077944320 235672 13152 0 0 247980 349 4 3 20 0 15 0 77746701 11176083456 204694 33554432000 4194304 4196468 140736133092464 140736133075008 140331191459575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
/proc/9937/statm: 2728536 204694 3520 1 0 2690189 0
[pid=9937/tid=9990] ppid=9934 vsize=10914144 memory=818776 CPUtime=2418.67 cores=1,3,5,7
/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 87010 13152 0 0 241816 44 4 3 20 0 15 0 77746710 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331163293168 140330774599104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.18 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 19790 13152 0 0 1053 58 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.16 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 8644 13152 0 0 1055 54 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.17 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 19321 13152 0 0 1051 59 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.11 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 11059 13152 0 0 1048 56 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9995] ppid=9934 vsize=10914144 memory=818776 CPUtime=10.22 cores=1,3,5,7
/proc/9937/task/9995/stat : 9995 (java) S 9934 9937 6157 0 -1 1077944384 15124 13152 0 0 962 53 4 3 20 0 15 0 77746713 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330650237168 140331191470722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9996] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9996/stat : 9996 (java) S 9934 9937 6157 0 -1 1077944384 55 13152 0 0 0 0 4 3 20 0 15 0 77746713 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330649183456 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9997] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9997/stat : 9997 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746714 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330540196608 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9998] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9998/stat : 9998 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140329936218064 140331191478171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9999] ppid=9934 vsize=10914144 memory=0 CPUtime=3.31 cores=1,3,5,7
/proc/9937/task/9999/stat : 9999 (java) S 9934 9937 6157 0 -1 1077944384 19341 13152 0 0 321 3 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330615626480 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10000] ppid=9934 vsize=10914144 memory=818776 CPUtime=3.83 cores=1,3,5,7
/proc/9937/task/10000/stat : 10000 (java) S 9934 9937 6157 0 -1 1077944384 27497 13152 0 0 372 4 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330614573936 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10001] ppid=9934 vsize=10914144 memory=818776 CPUtime=1.88 cores=1,3,5,7
/proc/9937/task/10001/stat : 10001 (java) S 9934 9937 6157 0 -1 1077944384 24192 13152 0 0 177 4 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330613520880 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10002] ppid=9934 vsize=10914144 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10002/stat : 10002 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11176083456 204694 33554432000 4194304 4196468 140736133092464 140329466456928 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10003] ppid=9934 vsize=10914144 memory=818776 CPUtime=1.37 cores=1,3,5,7
/proc/9937/task/10003/stat : 10003 (java) S 9934 9937 6157 0 -1 1077944384 1444 13152 0 0 59 71 4 3 20 0 15 0 77746717 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330612468272 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 2483.36 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 818776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.5 s]
/proc/loadavg: 1.31 1.38 1.40 3/215 10229
/proc/meminfo: memFree=11552720/32770624 swapFree=67108860/67108860
[pid=9937] ppid=9934 vsize=10914144 memory=818776 CPUtime=2520.03 cores=1,3,5,7
/proc/9937/stat : 9937 (java) S 9934 9937 6157 0 -1 1077944320 236885 13152 0 0 251643 353 4 3 20 0 15 0 77746701 11176083456 204694 33554432000 4194304 4196468 140736133092464 140736133075008 140331191459575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
/proc/9937/statm: 2728536 204694 3520 1 0 2690189 0
[pid=9937/tid=9990] ppid=9934 vsize=10914144 memory=818776 CPUtime=2454.51 cores=1,3,5,7
/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 87555 13152 0 0 245400 44 4 3 20 0 15 0 77746710 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331163293248 140330772846560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.34 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 19882 13152 0 0 1069 58 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.33 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 8702 13152 0 0 1071 55 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.33 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 19336 13152 0 0 1067 59 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.27 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 11340 13152 0 0 1064 56 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9995] ppid=9934 vsize=10914144 memory=818776 CPUtime=10.37 cores=1,3,5,7
/proc/9937/task/9995/stat : 9995 (java) S 9934 9937 6157 0 -1 1077944384 15319 13152 0 0 976 54 4 3 20 0 15 0 77746713 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330650237168 140331191470722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9996] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9996/stat : 9996 (java) S 9934 9937 6157 0 -1 1077944384 55 13152 0 0 0 0 4 3 20 0 15 0 77746713 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330649183456 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9997] ppid=9934 vsize=10914144 memory=279546805569896 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9997/stat : 9997 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746714 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330540196608 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9998] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9998/stat : 9998 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140329936218064 140331191478171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9999] ppid=9934 vsize=10914144 memory=4140 CPUtime=3.31 cores=1,3,5,7
/proc/9937/task/9999/stat : 9999 (java) S 9934 9937 6157 0 -1 1077944384 19343 13152 0 0 321 3 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330615626480 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10000] ppid=9934 vsize=10914144 memory=2340 CPUtime=3.83 cores=1,3,5,7
/proc/9937/task/10000/stat : 10000 (java) S 9934 9937 6157 0 -1 1077944384 27499 13152 0 0 372 4 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330614573936 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10001] ppid=9934 vsize=10914144 memory=2244 CPUtime=1.88 cores=1,3,5,7
/proc/9937/task/10001/stat : 10001 (java) S 9934 9937 6157 0 -1 1077944384 24194 13152 0 0 177 4 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330613520880 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10002] ppid=9934 vsize=10914144 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10002/stat : 10002 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11176083456 204694 33554432000 4194304 4196468 140736133092464 140329466456928 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10003] ppid=9934 vsize=10914144 memory=1712 CPUtime=1.38 cores=1,3,5,7
/proc/9937/task/10003/stat : 10003 (java) S 9934 9937 6157 0 -1 1077944384 1465 13152 0 0 59 72 4 3 20 0 15 0 77746717 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330612468272 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 818776 KiB

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

[startup+2478.53 s]
# the end of solver process 9937 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.5 s, system=3.58431 s

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

[startup+2478.5 s]
/proc/loadavg: 1.31 1.38 1.40 3/215 10229
/proc/meminfo: memFree=11552720/32770624 swapFree=67108860/67108860
[pid=9937] ppid=9934 vsize=10914144 memory=818776 CPUtime=2520.03 cores=1,3,5,7
/proc/9937/stat : 9937 (java) S 9934 9937 6157 0 -1 1077944320 236885 13152 0 0 251643 353 4 3 20 0 15 0 77746701 11176083456 204694 33554432000 4194304 4196468 140736133092464 140736133075008 140331191459575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
/proc/9937/statm: 2728536 204694 3520 1 0 2690189 0
[pid=9937/tid=9990] ppid=9934 vsize=10914144 memory=818776 CPUtime=2454.51 cores=1,3,5,7
/proc/9937/task/9990/stat : 9990 (java) R 9934 9937 6157 0 -1 4202560 87555 13152 0 0 245400 44 4 3 20 0 15 0 77746710 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331163293248 140330772846560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9991] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.34 cores=1,3,5,7
/proc/9937/task/9991/stat : 9991 (java) S 9934 9937 6157 0 -1 1077944384 19882 13152 0 0 1069 58 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331195702288 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9992] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.33 cores=1,3,5,7
/proc/9937/task/9992/stat : 9992 (java) S 9934 9937 6157 0 -1 1077944384 8702 13152 0 0 1071 55 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331083975824 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9993] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.33 cores=1,3,5,7
/proc/9937/task/9993/stat : 9993 (java) S 9934 9937 6157 0 -1 1077944384 19336 13152 0 0 1067 59 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331082922768 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9994] ppid=9934 vsize=10914144 memory=818776 CPUtime=11.27 cores=1,3,5,7
/proc/9937/task/9994/stat : 9994 (java) S 9934 9937 6157 0 -1 1077944384 11340 13152 0 0 1064 56 4 3 20 0 15 0 77746711 11176083456 204694 33554432000 4194304 4196468 140736133092464 140331081870224 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9995] ppid=9934 vsize=10914144 memory=818776 CPUtime=10.37 cores=1,3,5,7
/proc/9937/task/9995/stat : 9995 (java) S 9934 9937 6157 0 -1 1077944384 15319 13152 0 0 976 54 4 3 20 0 15 0 77746713 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330650237168 140331191470722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9996] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9996/stat : 9996 (java) S 9934 9937 6157 0 -1 1077944384 55 13152 0 0 0 0 4 3 20 0 15 0 77746713 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330649183456 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9997] ppid=9934 vsize=10914144 memory=279546805569896 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9997/stat : 9997 (java) S 9934 9937 6157 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 77746714 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330540196608 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9998] ppid=9934 vsize=10914144 memory=818776 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/9998/stat : 9998 (java) S 9934 9937 6157 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140329936218064 140331191478171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=9999] ppid=9934 vsize=10914144 memory=4140 CPUtime=3.31 cores=1,3,5,7
/proc/9937/task/9999/stat : 9999 (java) S 9934 9937 6157 0 -1 1077944384 19343 13152 0 0 321 3 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330615626480 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10000] ppid=9934 vsize=10914144 memory=2340 CPUtime=3.83 cores=1,3,5,7
/proc/9937/task/10000/stat : 10000 (java) S 9934 9937 6157 0 -1 1077944384 27499 13152 0 0 372 4 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330614573936 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10001] ppid=9934 vsize=10914144 memory=2244 CPUtime=1.88 cores=1,3,5,7
/proc/9937/task/10001/stat : 10001 (java) S 9934 9937 6157 0 -1 1077944384 24194 13152 0 0 177 4 4 3 20 0 15 0 77746716 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330613520880 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10002] ppid=9934 vsize=10914144 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9937/task/10002/stat : 10002 (java) S 9934 9937 6157 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 77746717 11176083456 204694 33554432000 4194304 4196468 140736133092464 140329466456928 140331191469781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
[pid=9937/tid=10003] ppid=9934 vsize=10914144 memory=1712 CPUtime=1.38 cores=1,3,5,7
/proc/9937/task/10003/stat : 10003 (java) S 9934 9937 6157 0 -1 1077944384 1465 13152 0 0 59 72 4 3 20 0 15 0 77746717 11176083456 204694 33554432000 4194304 4196468 140736133092464 140330612468272 140331191470722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33316864 140736133098094 140736133100892 140736133100892 140736133103567 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 818776 KiB

Child status: 143
Real time (s): 2478.53
CPU time (s): 2520.08
CPU user time (s): 2516.5
CPU system time (s): 3.58431
CPU usage (%): 101.677
Max. virtual memory (cumulated for all children) (KiB): 10917008
Max. memory (cumulated for all children) (KiB): 818776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.5
system time used= 3.58431
maximum resident set size= 822896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250882
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 275305
involuntary context switches= 5741


# summary of solver processes directly reported to runsolver:
#   pid: 9937
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.5
#   total CPU system time (s): 3.58431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7151 second user time and 24.4924 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 12:43:55
IDJOB=4295916
IDBENCH=141616
IDSOLVER=2750
FILE ID=node107/4295916-1532601835
RUNJOBID= node107-1532598730-8939
PBS_JOBID= 21021966
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295916-1532601835/watcher-4295916-1532601835 -o /tmp/evaluation-result-4295916-1532601835/solver-4295916-1532601835 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8939 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1674471561 HOME/instance-4295916-1532601835.xml

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

MD5SUM BENCH= 527aaa9849fb01578545f5f3ea53e2c8
RANDOM SEED=1674471561

node107.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.40
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.40
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.40
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.40
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:        12114716 kB
MemAvailable:   31073804 kB
Buffers:          296392 kB
Cached:         18780844 kB
SwapCached:            0 kB
Active:          5150132 kB
Inactive:       14837944 kB
Active(anon):     913596 kB
Inactive(anon):    25036 kB
Active(file):    4236536 kB
Inactive(file): 14812908 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26536 kB
Writeback:             0 kB
AnonPages:        929780 kB
Mapped:            53984 kB
Shmem:             25228 kB
Slab:             365580 kB
SReclaimable:     338104 kB
SUnreclaim:        27476 kB
KernelStack:        3808 kB
PageTables:         7004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1870984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 13:25:14