Trace number 4304840

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.08 2501.42

General information on the benchmark

NameColouredQueens/
ColouredQueens-10_c18.xml
MD5SUMdd9b438f7b2aa476e711f04952c9024a
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 variables100
Number of constraints54
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":100}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":96}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":22}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":54}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304840-1534038702/watcher-4304840-1534038702 -o /tmp/evaluation-result-4304840-1534038702/solver-4304840-1534038702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534038702-32059 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=54387709 -superng HOME/instance-4304840-1534038702.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
solver pid=32087, runsolver pid=32082
Current StackSize limit: 8192 KiB


[startup+0.105995 s]*
/proc/loadavg: 1.79 1.97 2.03 4/216 32164
/proc/meminfo: memFree=18260084/32770624 swapFree=67108688/67108860
[pid=32087] ppid=32082 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/32087/stat : 32087 (bash) S 32082 32087 30627 0 -1 4202496 882 5682 1 1 0 0 0 1 20 0 1 0 221433425 115974144 403 33554432000 4194304 5098028 140723285068288 140723285062296 140593963281408 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 2 0 0 7196144 7232144 14790656 140723285075108 140723285075240 140723285075240 140723285077998 0
/proc/32087/statm: 28314 403 319 221 0 119 0
[pid=32144] ppid=32087 vsize=113256 memory=716 CPUtime=0 cores=1,3,5,7
/proc/32144/stat : 32144 (bash) S 32087 32087 30627 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 221433431 115974144 179 33554432000 4194304 5098028 140723285068288 140723285060968 140593963106940 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14790656 140723285075108 140723285075240 140723285075240 140723285077998 0
/proc/32144/statm: 28314 179 95 221 0 119 0
[pid=32147] ppid=32144 vsize=10260324 memory=21700 CPUtime=0.04 cores=1,3,5,7
/proc/32147/stat : 32147 (java) S 32144 32087 30627 0 -1 1077944320 4199 0 0 0 3 1 0 0 20 0 9 0 221433431 10506571776 5425 33554432000 4194304 4196468 140731084212368 140731084194912 139994235911927 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
/proc/32147/statm: 2565081 5425 2193 1 0 2527622 0
[pid=32147/tid=32149] ppid=32144 vsize=10260324 memory=7751702667093440019 CPUtime=0.03 cores=1,3,5,7
/proc/32147/task/32149/stat : 32149 (java) R 32144 32087 30627 0 -1 4202560 2855 0 0 0 3 0 0 0 20 0 9 0 221433432 10506571776 5425 33554432000 4194304 4196468 140731084212368 139994240147320 139994219991844 0 4 0 16800971 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
[pid=32147/tid=32153] ppid=32144 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32147/task/32153/stat : 32153 (java) S 32144 32087 30627 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221433432 10506571776 5425 33554432000 4194304 4196468 140731084212368 139994192464656 139994235922133 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
[pid=32147/tid=32155] ppid=32144 vsize=10260324 memory=140704207980160 CPUtime=0 cores=1,3,5,7
/proc/32147/task/32155/stat : 32155 (java) S 32144 32087 30627 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221433432 10506571776 5425 33554432000 4194304 4196468 140731084212368 139993841326992 139994235922133 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
[pid=32147/tid=32157] ppid=32144 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32147/task/32157/stat : 32157 (java) S 32144 32087 30627 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221433432 10506571776 5425 33554432000 4194304 4196468 140731084212368 139993840274448 139994235922133 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
[pid=32147/tid=32158] ppid=32144 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32147/task/32158/stat : 32158 (java) S 32144 32087 30627 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 221433433 10506571776 5425 33554432000 4194304 4196468 140731084212368 139993839221904 139994235922133 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
[pid=32147/tid=32159] ppid=32144 vsize=10260324 memory=140704207980160 CPUtime=0 cores=1,3,5,7
/proc/32147/task/32159/stat : 32159 (java) S 32144 32087 30627 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 221433434 10506571776 5425 33554432000 4194304 4196468 140731084212368 139993795102704 139994235923074 0 0 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
[pid=32147/tid=32161] ppid=32144 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32147/task/32161/stat : 32161 (java) S 32144 32087 30627 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 221433434 10506571776 5425 33554432000 4194304 4196468 140731084212368 139993794048928 139994235922133 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
[pid=32147/tid=32164] ppid=32144 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32147/task/32164/stat : 32164 (java) S 32144 32087 30627 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 221433434 10506571776 5425 33554432000 4194304 4196468 140731084212368 139993792996336 139994235922133 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38744064 140731084215587 140731084215601 140731084215601 140731084218319 0
[pid=32148] ppid=32144 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/32148/stat : 32148 (awk) S 32144 32087 30627 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 221433431 116211712 243 33554432000 4194304 4609284 140735376692528 140735376691704 139654365670400 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 11186176 140735376696659 140735376696689 140735376696689 140735376699375 0
/proc/32148/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 25000 KiB

[startup+0.211054 s]*
/proc/loadavg: 1.79 1.97 2.03 4/222 32222
/proc/meminfo: memFree=18245236/32770624 swapFree=67108688/67108860
[pid=32087] ppid=32082 vsize=10982696 memory=32436 CPUtime=0.18 cores=1,3,5,7
/proc/32087/stat : 32087 (java) S 32082 32087 30627 0 -1 1077944320 6422 13202 1 1 9 1 5 3 20 0 15 0 221433425 11246280704 8109 33554432000 4194304 4196468 140721487334880 140721487317424 140564517240567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
/proc/32087/statm: 2745674 8109 2839 1 0 2708109 0
[pid=32087/tid=32196] ppid=32082 vsize=10982696 memory=7022364594140610616 CPUtime=0.14 cores=1,3,5,7
/proc/32087/task/32196/stat : 32196 (java) R 32082 32087 30627 0 -1 4202560 3080 13202 0 1 6 0 5 3 20 0 15 0 221433439 11246280704 8109 33554432000 4194304 4196468 140721487334880 140564489063944 140564087198919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32201] ppid=32082 vsize=10982696 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32201/stat : 32201 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246280704 8109 33554432000 4194304 4196468 140721487334880 140564521482512 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32202] ppid=32082 vsize=10982696 memory=140704208006988 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32202/stat : 32202 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246280704 8109 33554432000 4194304 4196468 140721487334880 140564056615312 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32203] ppid=32082 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32203/stat : 32203 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246280704 8109 33554432000 4194304 4196468 140721487334880 140564055562768 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32204] ppid=32082 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32204/stat : 32204 (java) S 32082 32087 30627 0 -1 1077944384 2 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246280704 8109 33554432000 4194304 4196468 140721487334880 140564054510224 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32206] ppid=32082 vsize=10982696 memory=140704207980160 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32206/stat : 32206 (java) S 32082 32087 30627 0 -1 1077944384 2 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246280704 8109 33554432000 4194304 4196468 140721487334880 140563755452912 140564517251714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32208] ppid=32082 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32208/stat : 32208 (java) S 32082 32087 30627 0 -1 1077944384 13 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246280704 8109 33554432000 4194304 4196468 140721487334880 140563340846496 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32210] ppid=32082 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32210/stat : 32210 (java) S 32082 32087 30627 0 -1 1077944384 21 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246280704 8109 33554432000 4194304 4196468 140721487334880 140563273733616 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32211] ppid=32082 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32211/stat : 32211 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246280704 8109 33554432000 4194304 4196468 140721487334880 140562966338256 140564517259163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32212] ppid=32082 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32212/stat : 32212 (java) R 32082 32087 30627 0 -1 4202560 416 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246280704 8109 33554432000 4194304 4196468 140721487334880 140563754392472 140564500489184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32213] ppid=32082 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32213/stat : 32213 (java) R 32082 32087 30627 0 -1 1077944384 128 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246280704 8109 33554432000 4194304 4196468 140721487334880 140563753347184 140564517251714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32215] ppid=32082 vsize=10982696 memory=140704207980160 CPUtime=0.09 cores=1,3,5,7
/proc/32087/task/32215/stat : 32215 (java) R 32082 32087 30627 0 -1 4202560 576 13202 0 1 1 0 5 3 20 0 15 0 221433444 11246280704 8109 33554432000 4194304 4196468 140721487334880 140563752290424 140564496049301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32219] ppid=32082 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32219/stat : 32219 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246280704 8109 33554432000 4194304 4196468 140721487334880 140562535541344 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32221] ppid=32082 vsize=10982696 memory=140704207980160 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32221/stat : 32221 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433445 11246280704 8109 33554432000 4194304 4196468 140721487334880 140563751242544 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 32436 KiB

[startup+0.310973 s]*
/proc/loadavg: 1.79 1.97 2.03 5/222 32222
/proc/meminfo: memFree=18212088/32770624 swapFree=67108688/67108860
[pid=32087] ppid=32082 vsize=10983192 memory=49108 CPUtime=0.33 cores=1,3,5,7
/proc/32087/stat : 32087 (java) S 32082 32087 30627 0 -1 1077944320 9670 13202 1 1 23 2 5 3 20 0 15 0 221433425 11246788608 12277 33554432000 4194304 4196468 140721487334880 140721487317424 140564517240567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
/proc/32087/statm: 2745798 12277 3100 1 0 2708109 0
[pid=32087/tid=32196] ppid=32082 vsize=10983192 memory=590590619892869555 CPUtime=0.24 cores=1,3,5,7
/proc/32087/task/32196/stat : 32196 (java) R 32082 32087 30627 0 -1 4202560 6202 13202 0 1 15 1 5 3 20 0 15 0 221433439 11246788608 12277 33554432000 4194304 4196468 140721487334880 140564489066624 140564498804148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32201] ppid=32082 vsize=10983192 memory=301741403590098967 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32201/stat : 32201 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246788608 12277 33554432000 4194304 4196468 140721487334880 140564521482512 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32202] ppid=32082 vsize=10983192 memory=302922279082393170 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32202/stat : 32202 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246788608 12277 33554432000 4194304 4196468 140721487334880 140564056615312 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32203] ppid=32082 vsize=10983192 memory=7739556254546945387 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32203/stat : 32203 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246788608 12277 33554432000 4194304 4196468 140721487334880 140564055562768 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32204] ppid=32082 vsize=10983192 memory=3762530105452147762 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32204/stat : 32204 (java) S 32082 32087 30627 0 -1 1077944384 2 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246788608 12277 33554432000 4194304 4196468 140721487334880 140564054510224 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32206] ppid=32082 vsize=10983192 memory=3833040661939353523 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32206/stat : 32206 (java) S 32082 32087 30627 0 -1 1077944384 2 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246788608 12277 33554432000 4194304 4196468 140721487334880 140563755452912 140564517251714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32208] ppid=32082 vsize=10983192 memory=3906372631791088436 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32208/stat : 32208 (java) S 32082 32087 30627 0 -1 1077944384 13 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246788608 12277 33554432000 4194304 4196468 140721487334880 140563340846496 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32210] ppid=32082 vsize=10983192 memory=281408136511744 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32210/stat : 32210 (java) S 32082 32087 30627 0 -1 1077944384 21 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246788608 12277 33554432000 4194304 4196468 140721487334880 140563273733616 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32211] ppid=32082 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32211/stat : 32211 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246788608 12277 33554432000 4194304 4196468 140721487334880 140562966338256 140564517259163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32212] ppid=32082 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32087/task/32212/stat : 32212 (java) S 32082 32087 30627 0 -1 1077944384 463 13202 0 1 1 0 5 3 20 0 15 0 221433444 11246788608 12277 33554432000 4194304 4196468 140721487334880 140563754399728 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32213] ppid=32082 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32213/stat : 32213 (java) S 32082 32087 30627 0 -1 1077944384 152 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246788608 12277 33554432000 4194304 4196468 140721487334880 140563753347184 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32215] ppid=32082 vsize=10983192 memory=140704207980160 CPUtime=0.12 cores=1,3,5,7
/proc/32087/task/32215/stat : 32215 (java) S 32082 32087 30627 0 -1 1077944384 612 13202 0 1 4 0 5 3 20 0 15 0 221433444 11246788608 12277 33554432000 4194304 4196468 140721487334880 140563752294640 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32219] ppid=32082 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32219/stat : 32219 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246788608 12277 33554432000 4194304 4196468 140721487334880 140562535541344 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32221] ppid=32082 vsize=10983192 memory=140704207980160 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32221/stat : 32221 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433445 11246788608 12277 33554432000 4194304 4196468 140721487334880 140563751242544 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 49108 KiB

[startup+0.70069 s]
/proc/loadavg: 1.79 1.97 2.03 3/222 32222
/proc/meminfo: memFree=18188600/32770624 swapFree=67108688/67108860
[pid=32087] ppid=32082 vsize=10983192 memory=83172 CPUtime=0.88 cores=1,3,5,7
/proc/32087/stat : 32087 (java) S 32082 32087 30627 0 -1 1077944320 16426 13202 1 1 76 4 5 3 20 0 15 0 221433425 11246788608 20793 33554432000 4194304 4196468 140721487334880 140721487317424 140564517240567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
/proc/32087/statm: 2745798 20793 3235 1 0 2708109 0
[pid=32087/tid=32196] ppid=32082 vsize=10983192 memory=281408136486392 CPUtime=0.6 cores=1,3,5,7
/proc/32087/task/32196/stat : 32196 (java) R 32082 32087 30627 0 -1 4202560 12139 13202 0 1 50 2 5 3 20 0 15 0 221433439 11246788608 20793 33554432000 4194304 4196468 140721487334880 140564489054464 140564517252502 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32201] ppid=32082 vsize=10983192 memory=1937969776129 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32201/stat : 32201 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246788608 20793 33554432000 4194304 4196468 140721487334880 140564521482512 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32202] ppid=32082 vsize=10983192 memory=2187077879297 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32202/stat : 32202 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246788608 20793 33554432000 4194304 4196468 140721487334880 140564056615312 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32203] ppid=32082 vsize=10983192 memory=3824 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32203/stat : 32203 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246788608 20793 33554432000 4194304 4196468 140721487334880 140564055562768 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32204] ppid=32082 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32204/stat : 32204 (java) S 32082 32087 30627 0 -1 1077944384 2 13202 0 1 0 0 5 3 20 0 15 0 221433439 11246788608 20793 33554432000 4194304 4196468 140721487334880 140564054510224 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32206] ppid=32082 vsize=10983192 memory=140704068170560 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32206/stat : 32206 (java) S 32082 32087 30627 0 -1 1077944384 5 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246788608 20793 33554432000 4194304 4196468 140721487334880 140563755452912 140564517251714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32208] ppid=32082 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32208/stat : 32208 (java) S 32082 32087 30627 0 -1 1077944384 13 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246788608 20793 33554432000 4194304 4196468 140721487334880 140563340846496 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32210] ppid=32082 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32210/stat : 32210 (java) S 32082 32087 30627 0 -1 1077944384 21 13202 0 1 0 0 5 3 20 0 15 0 221433441 11246788608 20793 33554432000 4194304 4196468 140721487334880 140563273733616 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32211] ppid=32082 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32211/stat : 32211 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246788608 20793 33554432000 4194304 4196468 140721487334880 140562966338256 140564517259163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32212] ppid=32082 vsize=10983192 memory=7809523229951467576 CPUtime=0.15 cores=1,3,5,7
/proc/32087/task/32212/stat : 32212 (java) R 32082 32087 30627 0 -1 4202560 815 13202 0 1 7 0 5 3 20 0 15 0 221433444 11246788608 20793 33554432000 4194304 4196468 140721487334880 140563754399728 140564502122177 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32213] ppid=32082 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/32087/task/32213/stat : 32213 (java) R 32082 32087 30627 0 -1 1077944384 539 13202 0 1 6 0 5 3 20 0 15 0 221433444 11246788608 20793 33554432000 4194304 4196468 140721487334880 140563753347184 140564517251714 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32215] ppid=32082 vsize=10983192 memory=-3472574513799858008 CPUtime=0.2 cores=1,3,5,7
/proc/32087/task/32215/stat : 32215 (java) R 32082 32087 30627 0 -1 4202560 689 13202 0 1 12 0 5 3 20 0 15 0 221433444 11246788608 20793 33554432000 4194304 4196468 140721487334880 140563752294640 140564495850614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32219] ppid=32082 vsize=10983192 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32219/stat : 32219 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11246788608 20793 33554432000 4194304 4196468 140721487334880 140562535541344 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32221] ppid=32082 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32221/stat : 32221 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433445 11246788608 20793 33554432000 4194304 4196468 140721487334880 140563751242544 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 83172 KiB

[startup+1.50076 s]
/proc/loadavg: 1.79 1.97 2.03 1/222 32222
/proc/meminfo: memFree=18109148/32770624 swapFree=67108688/67108860
[pid=32087] ppid=32082 vsize=10996044 memory=133840 CPUtime=1.91 cores=1,3,5,7
/proc/32087/stat : 32087 (java) S 32082 32087 30627 0 -1 1077944320 22471 13202 1 1 176 7 5 3 20 0 15 0 221433425 11259949056 33460 33554432000 4194304 4196468 140721487334880 140721487317424 140564517240567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
/proc/32087/statm: 2749011 33460 3440 1 0 2710669 0
[pid=32087/tid=32196] ppid=32082 vsize=10996044 memory=281408136855056 CPUtime=1.21 cores=1,3,5,7
/proc/32087/task/32196/stat : 32196 (java) R 32082 32087 30627 0 -1 4202560 16947 13202 0 1 109 4 5 3 20 0 15 0 221433439 11259949056 33460 33554432000 4194304 4196468 140721487334880 140564489035656 140564501294619 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32201] ppid=32082 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32201/stat : 32201 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11259949056 33460 33554432000 4194304 4196468 140721487334880 140564521482512 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32202] ppid=32082 vsize=10996044 memory=281408136350240 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32202/stat : 32202 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11259949056 33460 33554432000 4194304 4196468 140721487334880 140564056615312 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32203] ppid=32082 vsize=10996044 memory=-9110635228796802480 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32203/stat : 32203 (java) S 32082 32087 30627 0 -1 1077944384 1 13202 0 1 0 0 5 3 20 0 15 0 221433439 11259949056 33460 33554432000 4194304 4196468 140721487334880 140564055562768 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32204] ppid=32082 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32204/stat : 32204 (java) S 32082 32087 30627 0 -1 1077944384 2 13202 0 1 0 0 5 3 20 0 15 0 221433439 11259949056 33460 33554432000 4194304 4196468 140721487334880 140564054510224 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32206] ppid=32082 vsize=10996044 memory=25 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32206/stat : 32206 (java) S 32082 32087 30627 0 -1 1077944384 5 13202 0 1 0 0 5 3 20 0 15 0 221433441 11259949056 33460 33554432000 4194304 4196468 140721487334880 140563755452912 140564517251714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32208] ppid=32082 vsize=10996044 memory=4 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32208/stat : 32208 (java) S 32082 32087 30627 0 -1 1077944384 13 13202 0 1 0 0 5 3 20 0 15 0 221433441 11259949056 33460 33554432000 4194304 4196468 140721487334880 140563340846496 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32210] ppid=32082 vsize=10996044 memory=281408136612736 CPUtime=0.08 cores=1,3,5,7

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

/proc/32087/task/32196/stat : 32196 (java) R 32082 32087 30627 0 -1 4202560 70880 13202 1 1 231286 26 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564489075072 140564099918247 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32201] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.88 cores=1,3,5,7
/proc/32087/task/32201/stat : 32201 (java) S 32082 32087 30627 0 -1 1077944384 9007 13202 0 1 357 23 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564521482512 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32202] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.88 cores=1,3,5,7
/proc/32087/task/32202/stat : 32202 (java) S 32082 32087 30627 0 -1 1077944384 10152 13202 0 1 357 23 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564056615312 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32203] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.87 cores=1,3,5,7
/proc/32087/task/32203/stat : 32203 (java) S 32082 32087 30627 0 -1 1077944384 6884 13202 0 1 357 22 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564055562768 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32204] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.87 cores=1,3,5,7
/proc/32087/task/32204/stat : 32204 (java) S 32082 32087 30627 0 -1 1077944384 9477 13202 0 1 355 24 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564054510224 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32206] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.26 cores=1,3,5,7
/proc/32087/task/32206/stat : 32206 (java) S 32082 32087 30627 0 -1 1077944384 9047 13202 0 1 298 20 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563755452912 140564517251714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32208] ppid=32082 vsize=11077984 memory=1176 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32208/stat : 32208 (java) S 32082 32087 30627 0 -1 1077944384 16 13202 0 1 0 0 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563340846624 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32210] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32210/stat : 32210 (java) S 32082 32087 30627 0 -1 1077944384 44 13202 0 1 0 0 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563273733632 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32211] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32211/stat : 32211 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140562966338256 140564517259163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32212] ppid=32082 vsize=11077984 memory=2316 CPUtime=2.81 cores=1,3,5,7
/proc/32087/task/32212/stat : 32212 (java) S 32082 32087 30627 0 -1 1077944384 11133 13202 0 1 270 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563754399728 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32213] ppid=32082 vsize=11077984 memory=1224 CPUtime=3.11 cores=1,3,5,7
/proc/32087/task/32213/stat : 32213 (java) S 32082 32087 30627 0 -1 1077944384 15417 13202 0 1 300 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563753347184 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32215] ppid=32082 vsize=11077984 memory=1792 CPUtime=1.61 cores=1,3,5,7
/proc/32087/task/32215/stat : 32215 (java) S 32082 32087 30627 0 -1 1077944384 20978 13202 0 1 150 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563752294640 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32219] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32219/stat : 32219 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140562535541344 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32221] ppid=32082 vsize=11077984 memory=512692 CPUtime=1.25 cores=1,3,5,7
/proc/32087/task/32221/stat : 32221 (java) S 32082 32087 30627 0 -1 1077944384 1100 13202 0 1 53 64 5 3 20 0 15 0 221433445 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563751242544 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
Current children cumulated CPU time: 2340.12 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 512692 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.40 1.46 3/221 32329
/proc/meminfo: memFree=17298888/32770624 swapFree=67108688/67108860
[pid=32087] ppid=32082 vsize=11077984 memory=512692 CPUtime=2400.39 cores=1,3,5,7
/proc/32087/stat : 32087 (java) S 32082 32087 30627 0 -1 1077944320 167129 13202 2 1 239847 184 5 3 20 0 15 0 221433425 11343855616 128173 33554432000 4194304 4196468 140721487334880 140721487317424 140564517240567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
/proc/32087/statm: 2769496 128173 3521 1 0 2731149 0
[pid=32087/tid=32196] ppid=32082 vsize=11077984 memory=512692 CPUtime=2373 cores=1,3,5,7
/proc/32087/task/32196/stat : 32196 (java) R 32082 32087 30627 0 -1 4202560 71160 13202 1 1 237266 26 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564489074288 140564100269757 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32201] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.97 cores=1,3,5,7
/proc/32087/task/32201/stat : 32201 (java) S 32082 32087 30627 0 -1 1077944384 9084 13202 0 1 366 23 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564521482512 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32202] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.98 cores=1,3,5,7
/proc/32087/task/32202/stat : 32202 (java) S 32082 32087 30627 0 -1 1077944384 10169 13202 0 1 366 24 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564056615312 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32203] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.96 cores=1,3,5,7
/proc/32087/task/32203/stat : 32203 (java) S 32082 32087 30627 0 -1 1077944384 6894 13202 0 1 366 22 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564055562768 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32204] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.96 cores=1,3,5,7
/proc/32087/task/32204/stat : 32204 (java) S 32082 32087 30627 0 -1 1077944384 9732 13202 0 1 364 24 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564054510224 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32206] ppid=32082 vsize=11077984 memory=1136 CPUtime=3.33 cores=1,3,5,7
/proc/32087/task/32206/stat : 32206 (java) S 32082 32087 30627 0 -1 1077944384 9191 13202 0 1 305 20 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563755452912 140564517251714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32208] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32208/stat : 32208 (java) S 32082 32087 30627 0 -1 1077944384 16 13202 0 1 0 0 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563340846624 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32210] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32210/stat : 32210 (java) S 32082 32087 30627 0 -1 1077944384 44 13202 0 1 0 0 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563273733632 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32211] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32211/stat : 32211 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140562966338256 140564517259163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32212] ppid=32082 vsize=11077984 memory=60364 CPUtime=2.81 cores=1,3,5,7
/proc/32087/task/32212/stat : 32212 (java) S 32082 32087 30627 0 -1 1077944384 11135 13202 0 1 270 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563754399728 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32213] ppid=32082 vsize=11077984 memory=2316 CPUtime=3.11 cores=1,3,5,7
/proc/32087/task/32213/stat : 32213 (java) S 32082 32087 30627 0 -1 1077944384 15419 13202 0 1 300 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563753347184 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32215] ppid=32082 vsize=11077984 memory=1176 CPUtime=1.61 cores=1,3,5,7
/proc/32087/task/32215/stat : 32215 (java) S 32082 32087 30627 0 -1 1077944384 20980 13202 0 1 150 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563752294640 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32219] ppid=32082 vsize=11077984 memory=33304 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32219/stat : 32219 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140562535541344 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32221] ppid=32082 vsize=11077984 memory=512692 CPUtime=1.27 cores=1,3,5,7
/proc/32087/task/32221/stat : 32221 (java) S 32082 32087 30627 0 -1 1077944384 1106 13202 0 1 54 65 5 3 20 0 15 0 221433445 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563751242544 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
Current children cumulated CPU time: 2400.39 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 512692 KiB

[startup+2442.3 s]
/proc/loadavg: 2.55 1.71 1.57 3/221 32330
/proc/meminfo: memFree=17299128/32770624 swapFree=67108688/67108860
[pid=32087] ppid=32082 vsize=11077984 memory=512692 CPUtime=2460.66 cores=1,3,5,7
/proc/32087/stat : 32087 (java) S 32082 32087 30627 0 -1 1077944320 167549 13202 2 1 245871 187 5 3 20 0 15 0 221433425 11343855616 128173 33554432000 4194304 4196468 140721487334880 140721487317424 140564517240567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
/proc/32087/statm: 2769496 128173 3521 1 0 2731149 0
[pid=32087/tid=32196] ppid=32082 vsize=11077984 memory=512692 CPUtime=2432.78 cores=1,3,5,7
/proc/32087/task/32196/stat : 32196 (java) R 32082 32087 30627 0 -1 4202560 71408 13202 1 1 243244 26 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564489075152 140564100044274 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32201] ppid=32082 vsize=11077984 memory=512692 CPUtime=4.07 cores=1,3,5,7
/proc/32087/task/32201/stat : 32201 (java) S 32082 32087 30627 0 -1 1077944384 9103 13202 0 1 375 24 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564521482512 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32202] ppid=32082 vsize=11077984 memory=512692 CPUtime=4.07 cores=1,3,5,7
/proc/32087/task/32202/stat : 32202 (java) S 32082 32087 30627 0 -1 1077944384 10208 13202 0 1 375 24 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564056615312 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32203] ppid=32082 vsize=11077984 memory=512692 CPUtime=4.06 cores=1,3,5,7
/proc/32087/task/32203/stat : 32203 (java) S 32082 32087 30627 0 -1 1077944384 6925 13202 0 1 375 23 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564055562768 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32204] ppid=32082 vsize=11077984 memory=3824 CPUtime=4.05 cores=1,3,5,7
/proc/32087/task/32204/stat : 32204 (java) S 32082 32087 30627 0 -1 1077944384 9745 13202 0 1 373 24 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564054510224 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32206] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.42 cores=1,3,5,7
/proc/32087/task/32206/stat : 32206 (java) S 32082 32087 30627 0 -1 1077944384 9245 13202 0 1 313 21 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563755452912 140564517251714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32208] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32208/stat : 32208 (java) S 32082 32087 30627 0 -1 1077944384 16 13202 0 1 0 0 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563340846624 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32210] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32210/stat : 32210 (java) S 32082 32087 30627 0 -1 1077944384 44 13202 0 1 0 0 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563273733632 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32211] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32211/stat : 32211 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140562966338256 140564517259163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32212] ppid=32082 vsize=11077984 memory=512692 CPUtime=2.81 cores=1,3,5,7
/proc/32087/task/32212/stat : 32212 (java) S 32082 32087 30627 0 -1 1077944384 11135 13202 0 1 270 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563754399728 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32213] ppid=32082 vsize=11077984 memory=512692 CPUtime=3.11 cores=1,3,5,7
/proc/32087/task/32213/stat : 32213 (java) S 32082 32087 30627 0 -1 1077944384 15419 13202 0 1 300 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563753347184 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32215] ppid=32082 vsize=11077984 memory=2316 CPUtime=1.61 cores=1,3,5,7
/proc/32087/task/32215/stat : 32215 (java) S 32082 32087 30627 0 -1 1077944384 20980 13202 0 1 150 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563752294640 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32219] ppid=32082 vsize=11077984 memory=512692 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32219/stat : 32219 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140562535541344 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32221] ppid=32082 vsize=11077984 memory=1692 CPUtime=1.31 cores=1,3,5,7
/proc/32087/task/32221/stat : 32221 (java) S 32082 32087 30627 0 -1 1077944384 1122 13202 0 1 56 67 5 3 20 0 15 0 221433445 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563751242544 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
Current children cumulated CPU time: 2460.66 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 512692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.4 s]
/proc/loadavg: 1.95 1.70 1.57 4/220 32459
/proc/meminfo: memFree=17433744/32770624 swapFree=67108688/67108860
[pid=32087] ppid=32082 vsize=11077984 memory=512692 CPUtime=2520.04 cores=1,3,5,7
/proc/32087/stat : 32087 (java) S 32082 32087 30627 0 -1 1077944320 168309 13202 2 1 251805 191 5 3 20 0 15 0 221433425 11343855616 128173 33554432000 4194304 4196468 140721487334880 140721487317424 140564517240567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
/proc/32087/statm: 2769496 128173 3521 1 0 2731149 0
[pid=32087/tid=32196] ppid=32082 vsize=11077984 memory=288230596050944315 CPUtime=2491.69 cores=1,3,5,7
/proc/32087/task/32196/stat : 32196 (java) R 32082 32087 30627 0 -1 4202560 71658 13202 1 1 249134 27 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564489074192 140564098965632 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32201] ppid=32082 vsize=11077984 memory=15538518206188108 CPUtime=4.16 cores=1,3,5,7
/proc/32087/task/32201/stat : 32201 (java) S 32082 32087 30627 0 -1 1077944384 9115 13202 0 1 384 24 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564521482512 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32202] ppid=32082 vsize=11077984 memory=916 CPUtime=4.16 cores=1,3,5,7
/proc/32087/task/32202/stat : 32202 (java) S 32082 32087 30627 0 -1 1077944384 10225 13202 0 1 383 25 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564056615312 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32203] ppid=32082 vsize=11077984 memory=3852 CPUtime=4.14 cores=1,3,5,7
/proc/32087/task/32203/stat : 32203 (java) S 32082 32087 30627 0 -1 1077944384 6999 13202 0 1 383 23 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564055562768 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32204] ppid=32082 vsize=11077984 memory=2304 CPUtime=4.14 cores=1,3,5,7
/proc/32087/task/32204/stat : 32204 (java) S 32082 32087 30627 0 -1 1077944384 9995 13202 0 1 381 25 5 3 20 0 15 0 221433439 11343855616 128173 33554432000 4194304 4196468 140721487334880 140564054510224 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32206] ppid=32082 vsize=11077984 memory=2304 CPUtime=3.49 cores=1,3,5,7
/proc/32087/task/32206/stat : 32206 (java) S 32082 32087 30627 0 -1 1077944384 9390 13202 0 1 320 21 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563755452912 140564517251714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32208] ppid=32082 vsize=11077984 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32208/stat : 32208 (java) S 32082 32087 30627 0 -1 1077944384 16 13202 0 1 0 0 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563340846624 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32210] ppid=32082 vsize=11077984 memory=3248 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32210/stat : 32210 (java) S 32082 32087 30627 0 -1 1077944384 44 13202 0 1 0 0 5 3 20 0 15 0 221433441 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563273733632 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32211] ppid=32082 vsize=11077984 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32211/stat : 32211 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140562966338256 140564517259163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32212] ppid=32082 vsize=11077984 memory=0 CPUtime=2.81 cores=1,3,5,7
/proc/32087/task/32212/stat : 32212 (java) S 32082 32087 30627 0 -1 1077944384 11137 13202 0 1 270 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563754399728 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32213] ppid=32082 vsize=11077984 memory=5860983472778407527 CPUtime=3.11 cores=1,3,5,7
/proc/32087/task/32213/stat : 32213 (java) S 32082 32087 30627 0 -1 1077944384 15421 13202 0 1 300 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563753347184 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32215] ppid=32082 vsize=11077984 memory=7236835344390580328 CPUtime=1.61 cores=1,3,5,7
/proc/32087/task/32215/stat : 32215 (java) S 32082 32087 30627 0 -1 1077944384 20982 13202 0 1 150 3 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563752294640 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32219] ppid=32082 vsize=11077984 memory=7897517683652307531 CPUtime=0.08 cores=1,3,5,7
/proc/32087/task/32219/stat : 32219 (java) S 32082 32087 30627 0 -1 1077944384 3 13202 0 1 0 0 5 3 20 0 15 0 221433444 11343855616 128173 33554432000 4194304 4196468 140721487334880 140562535541344 140564517250773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
[pid=32087/tid=32221] ppid=32082 vsize=11077984 memory=244276 CPUtime=1.33 cores=1,3,5,7
/proc/32087/task/32221/stat : 32221 (java) S 32082 32087 30627 0 -1 1077944384 1128 13202 0 1 57 68 5 3 20 0 15 0 221433445 11343855616 128173 33554432000 4194304 4196468 140721487334880 140563751242544 140564517251714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15507456 140721487338085 140721487340892 140721487340892 140721487343567 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 512692 KiB

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

[startup+2501.42 s]
# the end of solver process 32087 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.12 s, system=1.9556 s

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

Child status: 143
Real time (s): 2501.42
CPU time (s): 2520.08
CPU user time (s): 2518.12
CPU system time (s): 1.9556
CPU usage (%): 100.746
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 729844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.12
system time used= 1.9556
maximum resident set size= 731392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182519
page faults= 3
swaps= 0
block input operations= 6696
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131957
involuntary context switches= 4961


# summary of solver processes directly reported to runsolver:
#   pid: 32087
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.12
#   total CPU system time (s): 1.9556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4609 second user time and 23.0756 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 03:51:42
IDJOB=4304840
IDBENCH=141021
IDSOLVER=2781
FILE ID=node134/4304840-1534038702
RUNJOBID= node134-1534038702-32059
PBS_JOBID= 21036961
Free space on /tmp= 42316 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304840-1534038702/watcher-4304840-1534038702 -o /tmp/evaluation-result-4304840-1534038702/solver-4304840-1534038702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534038702-32059 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=54387709 -superng HOME/instance-4304840-1534038702.xml

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

MD5SUM BENCH= dd9b438f7b2aa476e711f04952c9024a
RANDOM SEED=54387709

node134.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.68
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.68
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.68
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.68
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:        18286784 kB
MemAvailable:   31903196 kB
Buffers:          178284 kB
Cached:         13586764 kB
SwapCached:           52 kB
Active:          4500964 kB
Inactive:        9317868 kB
Active(anon):       3712 kB
Inactive(anon):   103128 kB
Active(file):    4497252 kB
Inactive(file):  9214740 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             52888 kB
Writeback:             0 kB
AnonPages:         61692 kB
Mapped:            53664 kB
Shmem:             49652 kB
Slab:             361524 kB
SReclaimable:     332880 kB
SUnreclaim:        28644 kB
KernelStack:        3232 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42260 MiB
End job on node134 at 2018-08-12 04:33:24