Trace number 4295926

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-SuperNG 2018-06-13? (TO) 2520.09 2482.34

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-16_c18.xml
MD5SUMe7fed86d91a4783730bc3bb5ac61f990
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables512
Number of constraints482
Number of domains2
Minimum domain size16
Maximum domain size256
Distribution of domain sizes[{"size":16,"count":256},{"size":256,"count":240}]
Minimum variable degree0
Maximum variable degree243
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":240},{"degree":242,"count":16},{"degree":243,"count":240}]
Minimum constraint arity3
Maximum constraint arity257
Distribution of constraint arities[{"arity":3,"count":240},{"arity":16,"count":1},{"arity":256,"count":1},{"arity":257,"count":240}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":240}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295926-1532599699/watcher-4295926-1532599699 -o /tmp/evaluation-result-4295926-1532599699/solver-4295926-1532599699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1574389672 -superng HOME/instance-4295926-1532599699.xml 

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

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

solver pid=5022, runsolver pid=5019

[startup+0.100198 s]*
/proc/loadavg: 1.04 1.29 1.40 3/209 5079
/proc/meminfo: memFree=21222156/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 2275 0 -1 1077944320 4397 12910 0 0 1 1 5 2 20 0 6 0 77533097 10212057088 4269 33554432000 4194304 4196468 140721874202704 140721874185248 140096288108279 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
/proc/5022/statm: 2493178 4269 1934 1 0 2481616 0
[pid=5022/tid=5075] ppid=5019 vsize=9972712 memory=-8530506832973971393 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 2228 12910 0 0 1 0 5 2 20 0 6 0 77533106 10212057088 4269 33554432000 4194304 4196468 140721874202704 140096259945040 140096272188796 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 6 0 77533107 10212057088 4269 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=9972712 memory=139788635289216 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 6 0 77533107 10212057088 4269 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 6 0 77533107 10212057088 4269 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 6 0 77533107 10212057088 4269 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210188 s]*
/proc/loadavg: 1.04 1.29 1.40 3/218 5088
/proc/meminfo: memFree=21200160/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10818936 memory=46528 CPUtime=0.26 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 2275 0 -1 1077944320 9464 12910 0 0 17 2 5 2 20 0 15 0 77533097 11078590464 11579 33554432000 4194304 4196468 140721874202704 140721874185248 140096288108279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
/proc/5022/statm: 2704734 11632 2965 1 0 2667157 0
[pid=5022/tid=5075] ppid=5019 vsize=10818936 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 6127 12910 0 0 10 1 5 2 20 0 15 0 77533106 11078590464 11632 33554432000 4194304 4196468 140721874202704 140096259933088 140096280787997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=10818936 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11078590464 11632 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=10818936 memory=139788635289216 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11078590464 11632 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11078590464 11632 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 77533107 11078590464 11632 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5080] ppid=5019 vsize=10818936 memory=139788635289216 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 2275 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 77533109 11078590464 11632 33554432000 4194304 4196468 140721874202704 140095814802032 140096288119426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5081] ppid=5019 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 2275 0 -1 1077944384 13 12910 0 0 0 0 5 2 20 0 15 0 77533109 11078590464 11632 33554432000 4194304 4196468 140721874202704 140095726282016 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5082] ppid=5019 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533109 11078590464 11632 33554432000 4194304 4196468 140721874202704 140095122302576 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5083] ppid=5019 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11078557696 11632 33554432000 4194304 4196468 140721874202704 140094814902864 140096288126875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5084] ppid=5019 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 2275 0 -1 1077944384 529 12910 0 0 1 0 5 2 20 0 15 0 77533112 11078557696 11632 33554432000 4194304 4196468 140721874202704 140095813748848 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5085] ppid=5019 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 2275 0 -1 1077944384 54 12910 0 0 0 0 5 2 20 0 15 0 77533112 11078557696 11632 33554432000 4194304 4196468 140721874202704 140095812696048 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5086] ppid=5019 vsize=10818904 memory=139788635289216 CPUtime=0.1 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 2275 0 -1 1077944384 550 12910 0 0 3 0 5 2 20 0 15 0 77533112 11078557696 11632 33554432000 4194304 4196468 140721874202704 140095811643760 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5087] ppid=5019 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11078557696 11632 33554432000 4194304 4196468 140721874202704 140094781344224 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5088] ppid=5019 vsize=10818904 memory=139788635289216 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533112 11078557696 11632 33554432000 4194304 4196468 140721874202704 140095810591664 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 46528 KiB

[startup+0.310758 s]*
/proc/loadavg: 1.04 1.29 1.40 4/218 5088
/proc/meminfo: memFree=21187012/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10819352 memory=54408 CPUtime=0.39 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 2275 0 -1 1077944320 10681 12910 0 0 29 3 5 2 20 0 15 0 77533097 11079016448 13602 33554432000 4194304 4196468 140721874202704 140721874185248 140096288108279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
/proc/5022/statm: 2704838 13602 3084 1 0 2667149 0
[pid=5022/tid=5075] ppid=5019 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 7318 12910 0 0 19 2 5 2 20 0 15 0 77533106 11079016448 13602 33554432000 4194304 4196468 140721874202704 140096259920288 140096272188766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=10819352 memory=7229233252929785936 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11079016448 13602 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 77533107 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5080] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 2275 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 77533109 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095814802032 140096288119426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5081] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 2275 0 -1 1077944384 13 12910 0 0 0 0 5 2 20 0 15 0 77533109 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095726282016 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5082] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533109 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095122302576 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5083] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11079016448 13602 33554432000 4194304 4196468 140721874202704 140094814902864 140096288126875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5084] ppid=5019 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 2275 0 -1 1077944384 530 12910 0 0 2 0 5 2 20 0 15 0 77533112 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095813748848 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5085] ppid=5019 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 2275 0 -1 1077944384 54 12910 0 0 1 0 5 2 20 0 15 0 77533112 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095812696048 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5086] ppid=5019 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 2275 0 -1 1077944384 561 12910 0 0 5 0 5 2 20 0 15 0 77533112 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095811643760 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5087] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11079016448 13602 33554432000 4194304 4196468 140721874202704 140094781344224 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5088] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533112 11079016448 13602 33554432000 4194304 4196468 140721874202704 140095810591664 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54408 KiB

[startup+0.700727 s]
/proc/loadavg: 1.04 1.29 1.40 3/218 5088
/proc/meminfo: memFree=21177556/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10819352 memory=86696 CPUtime=0.99 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 2275 0 -1 1077944320 16752 12910 0 0 88 4 5 2 20 0 15 0 77533097 11079016448 21674 33554432000 4194304 4196468 140721874202704 140721874185248 140096288108279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
/proc/5022/statm: 2704838 21674 3237 1 0 2667149 0
[pid=5022/tid=5075] ppid=5019 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 12346 12910 0 0 56 3 5 2 20 0 15 0 77533106 11079016448 21674 33554432000 4194304 4196468 140721874202704 140096259929104 140096269671812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11079016448 21674 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=10819352 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533107 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 77533107 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5080] ppid=5019 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 2275 0 -1 1077944384 5 12910 0 0 0 0 5 2 20 0 15 0 77533109 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095814802032 140096288119426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5081] ppid=5019 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 2275 0 -1 1077944384 13 12910 0 0 0 0 5 2 20 0 15 0 77533109 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095726282016 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5082] ppid=5019 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533109 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095122302576 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5083] ppid=5019 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11079016448 21674 33554432000 4194304 4196468 140721874202704 140094814902864 140096288126875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5084] ppid=5019 vsize=10819352 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 2275 0 -1 1077944384 1152 12910 0 0 10 0 5 2 20 0 15 0 77533112 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095813748848 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5085] ppid=5019 vsize=10819352 memory=15460 CPUtime=0.13 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 2275 0 -1 1077944384 416 12910 0 0 6 0 5 2 20 0 15 0 77533112 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095812696048 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5086] ppid=5019 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 2275 0 -1 1077944384 615 12910 0 0 13 0 5 2 20 0 15 0 77533112 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095811643760 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5087] ppid=5019 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11079016448 21674 33554432000 4194304 4196468 140721874202704 140094781344224 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5088] ppid=5019 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533112 11079016448 21674 33554432000 4194304 4196468 140721874202704 140095810591664 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86696 KiB

[startup+1.50075 s]
/proc/loadavg: 1.04 1.29 1.40 3/218 5088
/proc/meminfo: memFree=21132472/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10834252 memory=186392 CPUtime=2.46 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 2275 0 -1 1077944320 23601 12910 0 0 229 10 5 2 20 0 15 0 77533097 11094274048 46598 33554432000 4194304 4196468 140721874202704 140721874185248 140096288108279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
/proc/5022/statm: 2708563 46598 3474 1 0 2670221 0
[pid=5022/tid=5075] ppid=5019 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 17411 12910 0 0 129 6 5 2 20 0 15 0 77533106 11094274048 46598 33554432000 4194304 4196468 140721874202704 140096259914000 140096268383601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 22 12910 0 0 1 0 5 2 20 0 15 0 77533107 11094274048 46598 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 177 12910 0 0 1 0 5 2 20 0 15 0 77533107 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=10834252 memory=3683998604062831409 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 21 12910 0 0 1 0 5 2 20 0 15 0 77533107 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 64 12910 0 0 1 0 5 2 20 0 15 0 77533107 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5080] ppid=5019 vsize=10834252 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 2275 0 -1 1077944384 60 12910 0 0 1 0 5 2 20 0 15 0 77533109 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095814802032 140096288119426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5081] ppid=5019 vsize=10834252 memory=279577003895040 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 2275 0 -1 1077944384 14 12910 0 0 0 0 5 2 20 0 15 0 77533109 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095726282080 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5082] ppid=5019 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533109 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095122302592 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5083] ppid=5019 vsize=10834252 memory=1948 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11094274048 46598 33554432000 4194304 4196468 140721874202704 140094814902864 140096288126875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5084] ppid=5019 vsize=10834252 memory=5524 CPUtime=0.38 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 2275 0 -1 1077944384 1645 12910 0 0 31 0 5 2 20 0 15 0 77533112 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095813748848 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5085] ppid=5019 vsize=10834252 memory=1444 CPUtime=0.29 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 2275 0 -1 1077944384 676 12910 0 0 22 0 5 2 20 0 15 0 77533112 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095812696048 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5086] ppid=5019 vsize=10834252 memory=1200 CPUtime=0.45 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 2275 0 -1 1077944384 1311 12910 0 0 38 0 5 2 20 0 15 0 77533112 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095811643760 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5087] ppid=5019 vsize=10834252 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11094274048 46598 33554432000 4194304 4196468 140721874202704 140094781344224 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5088] ppid=5019 vsize=10834252 memory=12040 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 2275 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 77533112 11094274048 46598 33554432000 4194304 4196468 140721874202704 140095810591664 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834252 KiB

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

/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 138698 12910 0 0 237082 69 5 2 20 0 15 0 77533106 11178180608 301854 33554432000 4194304 4196468 140721874202704 140096259941696 140095899600953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=10916192 memory=139788635289216 CPUtime=7.44 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 13680 12910 0 0 703 34 5 2 20 0 15 0 77533107 11178180608 301854 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=10916192 memory=1199220 CPUtime=7.45 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 14365 12910 0 0 701 37 5 2 20 0 15 0 77533107 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=10916192 memory=1176552 CPUtime=7.44 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 13961 12910 0 0 701 36 5 2 20 0 15 0 77533107 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=10916192 memory=1182752 CPUtime=7.45 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 13476 12910 0 0 704 34 5 2 20 0 15 0 77533107 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5080] ppid=5019 vsize=10916192 memory=1207416 CPUtime=2.02 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 2275 0 -1 1077944384 24192 12910 0 0 175 20 5 2 20 0 15 0 77533109 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095814802032 140096288119426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5081] ppid=5019 vsize=10916192 memory=1156008 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 2275 0 -1 1077944384 21 12910 0 0 0 0 5 2 20 0 15 0 77533109 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095726282080 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5082] ppid=5019 vsize=10916192 memory=1142772 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 2275 0 -1 1077944384 10 12910 0 0 0 0 5 2 20 0 15 0 77533109 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095122302592 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5083] ppid=5019 vsize=10916192 memory=1148972 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11178180608 301854 33554432000 4194304 4196468 140721874202704 140094814902864 140096288126875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5084] ppid=5019 vsize=10916192 memory=1143284 CPUtime=6.1 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 2275 0 -1 1077944384 34658 12910 0 0 596 7 5 2 20 0 15 0 77533112 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095813748848 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5085] ppid=5019 vsize=10916192 memory=1146876 CPUtime=6.4 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 2275 0 -1 1077944384 30167 12910 0 0 629 4 5 2 20 0 15 0 77533112 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095812696048 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5086] ppid=5019 vsize=10916192 memory=3828 CPUtime=2.67 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 2275 0 -1 1077944384 21359 12910 0 0 255 5 5 2 20 0 15 0 77533112 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095811643760 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5087] ppid=5019 vsize=10916192 memory=23256 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11178180608 301854 33554432000 4194304 4196468 140721874202704 140094781344224 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5088] ppid=5019 vsize=10916192 memory=1148932 CPUtime=1.47 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 2275 0 -1 1077944384 1518 12910 0 0 71 69 5 2 20 0 15 0 77533112 11178180608 301854 33554432000 4194304 4196468 140721874202704 140095810591664 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 2419.49 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1207416 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.56 1.58 3/219 5419
/proc/meminfo: memFree=18036680/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10916192 memory=1255624 CPUtime=2479.79 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 2275 0 -1 1077944320 316489 12910 0 0 247668 304 5 2 20 0 15 0 77533097 11178180608 313906 33554432000 4194304 4196468 140721874202704 140721874185248 140096288108279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
/proc/5022/statm: 2729048 313906 3533 1 0 2690701 0
[pid=5022/tid=5075] ppid=5019 vsize=10916192 memory=1255624 CPUtime=2431.45 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 145702 12910 0 0 243068 70 5 2 20 0 15 0 77533106 11178180608 313906 33554432000 4194304 4196468 140721874202704 140096259941952 140095886460312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=10916192 memory=1263832 CPUtime=7.53 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 13882 12910 0 0 711 35 5 2 20 0 15 0 77533107 11178180608 313906 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=10916192 memory=1260752 CPUtime=7.54 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 14515 12910 0 0 709 38 5 2 20 0 15 0 77533107 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=10916192 memory=1267424 CPUtime=7.53 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 14090 12910 0 0 709 37 5 2 20 0 15 0 77533107 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=10916192 memory=1263832 CPUtime=7.53 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 13920 12910 0 0 712 34 5 2 20 0 15 0 77533107 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5080] ppid=5019 vsize=10916192 memory=1258188 CPUtime=2.04 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 2275 0 -1 1077944384 24425 12910 0 0 177 20 5 2 20 0 15 0 77533109 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095814802032 140096288119426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5081] ppid=5019 vsize=10916192 memory=1255624 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 2275 0 -1 1077944384 21 12910 0 0 0 0 5 2 20 0 15 0 77533109 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095726282080 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5082] ppid=5019 vsize=10916192 memory=1255624 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 2275 0 -1 1077944384 10 12910 0 0 0 0 5 2 20 0 15 0 77533109 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095122302592 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5083] ppid=5019 vsize=10916192 memory=1258188 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11178180608 313906 33554432000 4194304 4196468 140721874202704 140094814902864 140096288126875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5084] ppid=5019 vsize=10916192 memory=1255624 CPUtime=6.1 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 2275 0 -1 1077944384 34660 12910 0 0 596 7 5 2 20 0 15 0 77533112 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095813748848 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5085] ppid=5019 vsize=10916192 memory=2700 CPUtime=6.4 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 2275 0 -1 1077944384 30169 12910 0 0 629 4 5 2 20 0 15 0 77533112 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095812696048 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5086] ppid=5019 vsize=10916192 memory=8112282956445269571 CPUtime=2.67 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 2275 0 -1 1077944384 21361 12910 0 0 255 5 5 2 20 0 15 0 77533112 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095811643760 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5087] ppid=5019 vsize=10916192 memory=1255624 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11178180608 313906 33554432000 4194304 4196468 140721874202704 140094781344224 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5088] ppid=5019 vsize=10916192 memory=1255624 CPUtime=1.5 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 2275 0 -1 1077944384 1536 12910 0 0 72 71 5 2 20 0 15 0 77533112 11178180608 313906 33554432000 4194304 4196468 140721874202704 140095810591664 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 2479.79 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1255624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.3 s]
/proc/loadavg: 1.66 1.60 1.60 3/219 5420
/proc/meminfo: memFree=18048392/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10916192 memory=1243308 CPUtime=2520.03 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 2275 0 -1 1077944320 317419 12910 0 0 251691 305 5 2 20 0 15 0 77533097 11178180608 310827 33554432000 4194304 4196468 140721874202704 140721874185248 140096288108279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
/proc/5022/statm: 2729048 310827 3533 1 0 2690701 0
[pid=5022/tid=5075] ppid=5019 vsize=10916192 memory=1243820 CPUtime=2471.34 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 146075 12910 0 0 247057 70 5 2 20 0 15 0 77533106 11178180608 310827 33554432000 4194304 4196468 140721874202704 140096259942768 140095899600953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=10916192 memory=1246388 CPUtime=7.61 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 14190 12910 0 0 719 35 5 2 20 0 15 0 77533107 11178180608 310827 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=10916192 memory=1245872 CPUtime=7.62 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 14535 12910 0 0 717 38 5 2 20 0 15 0 77533107 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=10916192 memory=1244332 CPUtime=7.6 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 14098 12910 0 0 716 37 5 2 20 0 15 0 77533107 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=10916192 memory=1243308 CPUtime=7.61 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 13986 12910 0 0 719 35 5 2 20 0 15 0 77533107 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5080] ppid=5019 vsize=10916192 memory=1243820 CPUtime=2.07 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 2275 0 -1 1077944384 24570 12910 0 0 180 20 5 2 20 0 15 0 77533109 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095814802032 140096288119426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5081] ppid=5019 vsize=10916192 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 2275 0 -1 1077944384 21 12910 0 0 0 0 5 2 20 0 15 0 77533109 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095726282080 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5082] ppid=5019 vsize=10916192 memory=1244848 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 2275 0 -1 1077944384 10 12910 0 0 0 0 5 2 20 0 15 0 77533109 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095122302592 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5083] ppid=5019 vsize=10916192 memory=1244332 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140094814902864 140096288126875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5084] ppid=5019 vsize=10916192 memory=1244848 CPUtime=6.1 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 2275 0 -1 1077944384 34662 12910 0 0 596 7 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095813748848 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5085] ppid=5019 vsize=10916192 memory=3828 CPUtime=6.4 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 2275 0 -1 1077944384 30171 12910 0 0 629 4 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095812696048 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5086] ppid=5019 vsize=10916192 memory=1948 CPUtime=2.67 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 2275 0 -1 1077944384 21363 12910 0 0 255 5 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095811643760 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5087] ppid=5019 vsize=10916192 memory=5524 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140094781344224 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5088] ppid=5019 vsize=10916192 memory=1444 CPUtime=1.53 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 2275 0 -1 1077944384 1540 12910 0 0 74 72 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095810591664 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1243308 KiB

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

[startup+2482.34 s]
# the end of solver process 5022 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517 s, system=3.09669 s

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

[startup+2482.3 s]
/proc/loadavg: 1.66 1.60 1.60 3/219 5420
/proc/meminfo: memFree=18048392/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10916192 memory=1243308 CPUtime=2520.03 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 2275 0 -1 1077944320 317419 12910 0 0 251691 305 5 2 20 0 15 0 77533097 11178180608 310827 33554432000 4194304 4196468 140721874202704 140721874185248 140096288108279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
/proc/5022/statm: 2729048 310827 3533 1 0 2690701 0
[pid=5022/tid=5075] ppid=5019 vsize=10916192 memory=1243820 CPUtime=2471.34 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 2275 0 -1 4202560 146075 12910 0 0 247057 70 5 2 20 0 15 0 77533106 11178180608 310827 33554432000 4194304 4196468 140721874202704 140096259942768 140095899600953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5076] ppid=5019 vsize=10916192 memory=1246388 CPUtime=7.61 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 2275 0 -1 1077944384 14190 12910 0 0 719 35 5 2 20 0 15 0 77533107 11178180608 310827 33554432000 4194304 4196468 140721874202704 140096292350352 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5077] ppid=5019 vsize=10916192 memory=1245872 CPUtime=7.62 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 2275 0 -1 1077944384 14535 12910 0 0 717 38 5 2 20 0 15 0 77533107 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095861348624 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5078] ppid=5019 vsize=10916192 memory=1244332 CPUtime=7.6 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 2275 0 -1 1077944384 14098 12910 0 0 716 37 5 2 20 0 15 0 77533107 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095860296336 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5079] ppid=5019 vsize=10916192 memory=1243308 CPUtime=7.61 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 2275 0 -1 1077944384 13986 12910 0 0 719 35 5 2 20 0 15 0 77533107 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095859243536 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5080] ppid=5019 vsize=10916192 memory=1243820 CPUtime=2.07 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 2275 0 -1 1077944384 24570 12910 0 0 180 20 5 2 20 0 15 0 77533109 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095814802032 140096288119426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5081] ppid=5019 vsize=10916192 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 2275 0 -1 1077944384 21 12910 0 0 0 0 5 2 20 0 15 0 77533109 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095726282080 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5082] ppid=5019 vsize=10916192 memory=1244848 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 2275 0 -1 1077944384 10 12910 0 0 0 0 5 2 20 0 15 0 77533109 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095122302592 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5083] ppid=5019 vsize=10916192 memory=1244332 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140094814902864 140096288126875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5084] ppid=5019 vsize=10916192 memory=1244848 CPUtime=6.1 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 2275 0 -1 1077944384 34662 12910 0 0 596 7 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095813748848 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5085] ppid=5019 vsize=10916192 memory=3828 CPUtime=6.4 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 2275 0 -1 1077944384 30171 12910 0 0 629 4 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095812696048 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5086] ppid=5019 vsize=10916192 memory=1948 CPUtime=2.67 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 2275 0 -1 1077944384 21363 12910 0 0 255 5 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095811643760 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5087] ppid=5019 vsize=10916192 memory=5524 CPUtime=0.07 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 2275 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140094781344224 140096288118485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
[pid=5022/tid=5088] ppid=5019 vsize=10916192 memory=1444 CPUtime=1.53 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 2275 0 -1 1077944384 1540 12910 0 0 74 72 5 2 20 0 15 0 77533112 11178180608 310827 33554432000 4194304 4196468 140721874202704 140095810591664 140096288119426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 9334784 140721874208939 140721874212188 140721874212188 140721874214863 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1243308 KiB

Child status: 143
Real time (s): 2482.34
CPU time (s): 2520.09
CPU user time (s): 2517
CPU system time (s): 3.09669
CPU usage (%): 101.521
Max. virtual memory (cumulated for all children) (KiB): 10918904
Max. memory (cumulated for all children) (KiB): 3001036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517
system time used= 3.09669
maximum resident set size= 3001036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331594
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94820
involuntary context switches= 5634


# summary of solver processes directly reported to runsolver:
#   pid: 5022
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517
#   total CPU system time (s): 3.09669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.771 second user time and 22.8502 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 12:08:19
IDJOB=4295926
IDBENCH=141617
IDSOLVER=2751
FILE ID=node135/4295926-1532599699
RUNJOBID= node135-1532594793-3954
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-16_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295926-1532599699/watcher-4295926-1532599699 -o /tmp/evaluation-result-4295926-1532599699/solver-4295926-1532599699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1574389672 -superng HOME/instance-4295926-1532599699.xml

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

MD5SUM BENCH= e7fed86d91a4783730bc3bb5ac61f990
RANDOM SEED=1574389672

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21229056 kB
MemAvailable:   30118976 kB
Buffers:          199668 kB
Cached:          8870888 kB
SwapCached:            0 kB
Active:          4357820 kB
Inactive:        6572788 kB
Active(anon):    1809588 kB
Inactive(anon):    78312 kB
Active(file):    2548232 kB
Inactive(file):  6494476 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26376 kB
Writeback:             0 kB
AnonPages:       1866896 kB
Mapped:            53620 kB
Shmem:             25248 kB
Slab:             303968 kB
SReclaimable:     275672 kB
SUnreclaim:        28296 kB
KernelStack:        3584 kB
PageTables:         9632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2485664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1767424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-26 12:49:42