Trace number 4295944

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.11 2459.25

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-20_c18.xml
MD5SUMced38eac701d5b6d60722ead643d09b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints762
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":400},{"size":400,"count":380}]
Minimum variable degree0
Maximum variable degree383
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":382,"count":20},{"degree":383,"count":380}]
Minimum constraint arity3
Maximum constraint arity401
Distribution of constraint arities[{"arity":3,"count":380},{"arity":20,"count":1},{"arity":400,"count":1},{"arity":401,"count":380}]
Number of extensional constraints0
Number of intensional constraints380
Distribution of constraint types[{"type":"intension","count":380},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":380}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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

solver pid=5285, runsolver pid=5282

[startup+0.100065 s]*
/proc/loadavg: 1.45 1.39 1.42 3/204 5337
/proc/meminfo: memFree=20046232/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=392944 memory=5616 CPUtime=0.08 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 2597 12918 0 0 0 0 5 3 20 0 2 0 77545226 402374656 1404 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 98236 1404 1064 1 0 87147 0
[pid=5285/tid=5338] ppid=5282 vsize=392944 memory=-8961165819378974657 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5338/stat : 5338 (java) S 5282 5285 2275 0 -1 1077944384 405 12918 0 0 0 0 5 3 20 0 2 0 77545237 402374656 1404 33554432000 4194304 4196468 140727288093552 139622991829408 139623019997826 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 392944 KiB
Current children cumulated memory: 5616 KiB

[startup+0.209847 s]*
/proc/loadavg: 1.45 1.39 1.42 4/218 5351
/proc/meminfo: memFree=20018692/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=10818904 memory=41612 CPUtime=0.24 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 7093 12918 0 0 15 1 5 3 20 0 15 0 77545226 11078557696 10403 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 2704726 10403 2964 1 0 2667149 0
[pid=5285/tid=5338] ppid=5282 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/5285/task/5338/stat : 5338 (java) R 5282 5285 2275 0 -1 4202560 3905 12918 0 0 9 1 5 3 20 0 15 0 77545237 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622991786592 139623000262493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5339] ppid=5282 vsize=10818904 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5339/stat : 5339 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11078557696 10601 33554432000 4194304 4196468 140727288093552 139623024228880 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5340] ppid=5282 vsize=10818904 memory=140682281171740 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5340/stat : 5340 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622592883344 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5341] ppid=5282 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5341/stat : 5341 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622591830288 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5342] ppid=5282 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5342/stat : 5342 (java) S 5282 5285 2275 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 77545238 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622590777744 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5343] ppid=5282 vsize=10818904 memory=140682281166464 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5343/stat : 5343 (java) S 5282 5285 2275 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 77545239 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622546660080 139623019997826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5344] ppid=5282 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5344/stat : 5344 (java) S 5282 5285 2275 0 -1 1077944384 13 12918 0 0 0 0 5 3 20 0 15 0 77545240 11078557696 10601 33554432000 4194304 4196468 140727288093552 139621937702560 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5345] ppid=5282 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5345/stat : 5345 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545240 11078557696 10601 33554432000 4194304 4196468 140727288093552 139621803484400 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5346] ppid=5282 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5346/stat : 5346 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545242 11078557696 10601 33554432000 4194304 4196468 140727288093552 139621563193808 139623020005275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5347] ppid=5282 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5285/task/5347/stat : 5347 (java) S 5282 5285 2275 0 -1 1077944384 531 12918 0 0 1 0 5 3 20 0 15 0 77545242 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622545606896 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5348] ppid=5282 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5348/stat : 5348 (java) S 5282 5285 2275 0 -1 1077944384 52 12918 0 0 0 0 5 3 20 0 15 0 77545242 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622544554352 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5349] ppid=5282 vsize=10818904 memory=140682281166464 CPUtime=0.11 cores=1,3,5,7
/proc/5285/task/5349/stat : 5349 (java) S 5282 5285 2275 0 -1 1077944384 551 12918 0 0 3 0 5 3 20 0 15 0 77545243 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622543501296 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5350] ppid=5282 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5350/stat : 5350 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545243 11078557696 10601 33554432000 4194304 4196468 140727288093552 139621529635168 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5351] ppid=5282 vsize=10818904 memory=140682281166464 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5351/stat : 5351 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545243 11078557696 10601 33554432000 4194304 4196468 140727288093552 139622018444336 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41612 KiB

[startup+0.310632 s]*
/proc/loadavg: 1.45 1.39 1.42 3/218 5351
/proc/meminfo: memFree=20005544/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=10819352 memory=54228 CPUtime=0.37 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 10088 12918 0 0 27 2 5 3 20 0 15 0 77545226 11079016448 13557 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 2704838 13557 3083 1 0 2667149 0
[pid=5285/tid=5338] ppid=5282 vsize=10819352 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/5285/task/5338/stat : 5338 (java) R 5282 5285 2275 0 -1 4202560 6723 12918 0 0 18 1 5 3 20 0 15 0 77545237 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622991798688 139623005152318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5339] ppid=5282 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5339/stat : 5339 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11079016448 13557 33554432000 4194304 4196468 140727288093552 139623024228880 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5340] ppid=5282 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5340/stat : 5340 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622592883344 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5341] ppid=5282 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5341/stat : 5341 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622591830288 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5342] ppid=5282 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5342/stat : 5342 (java) S 5282 5285 2275 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 77545238 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622590777744 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5343] ppid=5282 vsize=10819352 memory=140682281166464 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5343/stat : 5343 (java) S 5282 5285 2275 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 77545239 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622546660080 139623019997826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5344] ppid=5282 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5344/stat : 5344 (java) S 5282 5285 2275 0 -1 1077944384 13 12918 0 0 0 0 5 3 20 0 15 0 77545240 11079016448 13557 33554432000 4194304 4196468 140727288093552 139621937702560 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5345] ppid=5282 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5345/stat : 5345 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545240 11079016448 13557 33554432000 4194304 4196468 140727288093552 139621803484400 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5346] ppid=5282 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5346/stat : 5346 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545242 11079016448 13557 33554432000 4194304 4196468 140727288093552 139621563193808 139623020005275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5347] ppid=5282 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5285/task/5347/stat : 5347 (java) S 5282 5285 2275 0 -1 1077944384 531 12918 0 0 1 0 5 3 20 0 15 0 77545242 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622545606896 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5348] ppid=5282 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5285/task/5348/stat : 5348 (java) S 5282 5285 2275 0 -1 1077944384 53 12918 0 0 1 0 5 3 20 0 15 0 77545242 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622544554352 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5349] ppid=5282 vsize=10819352 memory=140682281166464 CPUtime=0.13 cores=1,3,5,7
/proc/5285/task/5349/stat : 5349 (java) S 5282 5285 2275 0 -1 1077944384 561 12918 0 0 5 0 5 3 20 0 15 0 77545243 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622543501296 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5350] ppid=5282 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5350/stat : 5350 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545243 11079016448 13557 33554432000 4194304 4196468 140727288093552 139621529635168 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5351] ppid=5282 vsize=10819352 memory=140682281166464 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5351/stat : 5351 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545243 11079016448 13557 33554432000 4194304 4196468 140727288093552 139622018444336 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54228 KiB

[startup+0.700718 s]
/proc/loadavg: 1.45 1.39 1.42 3/218 5351
/proc/meminfo: memFree=19994636/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=10819352 memory=88440 CPUtime=0.98 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 16707 12918 0 0 86 4 5 3 20 0 15 0 77545226 11079016448 22110 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 2704838 22110 3237 1 0 2667149 0
[pid=5285/tid=5338] ppid=5282 vsize=10819352 memory=7528 CPUtime=0.65 cores=1,3,5,7
/proc/5285/task/5338/stat : 5338 (java) R 5282 5285 2275 0 -1 4202560 12293 12918 0 0 54 3 5 3 20 0 15 0 77545237 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622991814560 139623000262009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5339] ppid=5282 vsize=10819352 memory=832 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5339/stat : 5339 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11079016448 22110 33554432000 4194304 4196468 140727288093552 139623024228880 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5340] ppid=5282 vsize=10819352 memory=2592 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5340/stat : 5340 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622592883344 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5341] ppid=5282 vsize=10819352 memory=2700 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5341/stat : 5341 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545238 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622591830288 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5342] ppid=5282 vsize=10819352 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5342/stat : 5342 (java) S 5282 5285 2275 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 77545238 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622590777744 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5343] ppid=5282 vsize=10819352 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5343/stat : 5343 (java) S 5282 5285 2275 0 -1 1077944384 5 12918 0 0 0 0 5 3 20 0 15 0 77545239 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622546660080 139623019997826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5344] ppid=5282 vsize=10819352 memory=2992 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5344/stat : 5344 (java) S 5282 5285 2275 0 -1 1077944384 13 12918 0 0 0 0 5 3 20 0 15 0 77545240 11079016448 22110 33554432000 4194304 4196468 140727288093552 139621937702560 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5345] ppid=5282 vsize=10819352 memory=2999952 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5345/stat : 5345 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545240 11079016448 22110 33554432000 4194304 4196468 140727288093552 139621803484400 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5346] ppid=5282 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5346/stat : 5346 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545242 11079016448 22110 33554432000 4194304 4196468 140727288093552 139621563193808 139623020005275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5347] ppid=5282 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/5285/task/5347/stat : 5347 (java) S 5282 5285 2275 0 -1 1077944384 1147 12918 0 0 10 0 5 3 20 0 15 0 77545242 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622545606896 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5348] ppid=5282 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/5285/task/5348/stat : 5348 (java) S 5282 5285 2275 0 -1 1077944384 436 12918 0 0 6 0 5 3 20 0 15 0 77545242 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622544554352 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5349] ppid=5282 vsize=10819352 memory=14280 CPUtime=0.21 cores=1,3,5,7
/proc/5285/task/5349/stat : 5349 (java) S 5282 5285 2275 0 -1 1077944384 608 12918 0 0 13 0 5 3 20 0 15 0 77545243 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622543501296 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5350] ppid=5282 vsize=10819352 memory=18292 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5350/stat : 5350 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545243 11079016448 22110 33554432000 4194304 4196468 140727288093552 139621529635168 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5351] ppid=5282 vsize=10819352 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5351/stat : 5351 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545243 11079016448 22110 33554432000 4194304 4196468 140727288093552 139622018444336 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88440 KiB

[startup+1.50072 s]
/proc/loadavg: 1.45 1.39 1.42 3/218 5351
/proc/meminfo: memFree=19950756/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=10834252 memory=204152 CPUtime=2.61 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 23491 12918 0 0 244 9 5 3 20 0 15 0 77545226 11094274048 51038 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 2708563 51038 3475 1 0 2670221 0
[pid=5285/tid=5338] ppid=5282 vsize=10834252 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/5285/task/5338/stat : 5338 (java) R 5282 5285 2275 0 -1 4202560 17030 12918 0 0 127 6 5 3 20 0 15 0 77545237 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622991804176 139623020008605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5339] ppid=5282 vsize=10834252 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5285/task/5339/stat : 5339 (java) S 5282 5285 2275 0 -1 1077944384 19 12918 0 0 2 0 5 3 20 0 15 0 77545238 11094274048 51038 33554432000 4194304 4196468 140727288093552 139623024228880 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5340] ppid=5282 vsize=10834252 memory=7014751519667409507 CPUtime=0.1 cores=1,3,5,7
/proc/5285/task/5340/stat : 5340 (java) S 5282 5285 2275 0 -1 1077944384 194 12918 0 0 2 0 5 3 20 0 15 0 77545238 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622592883344 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5341] ppid=5282 vsize=10834252 memory=6009865039483135587 CPUtime=0.1 cores=1,3,5,7
/proc/5285/task/5341/stat : 5341 (java) S 5282 5285 2275 0 -1 1077944384 20 12918 0 0 2 0 5 3 20 0 15 0 77545238 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622591830288 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5342] ppid=5282 vsize=10834252 memory=7163654097317680749 CPUtime=0.1 cores=1,3,5,7
/proc/5285/task/5342/stat : 5342 (java) S 5282 5285 2275 0 -1 1077944384 60 12918 0 0 2 0 5 3 20 0 15 0 77545238 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622590777744 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5343] ppid=5282 vsize=10834252 memory=7011348500760777560 CPUtime=0.09 cores=1,3,5,7
/proc/5285/task/5343/stat : 5343 (java) S 5282 5285 2275 0 -1 1077944384 58 12918 0 0 1 0 5 3 20 0 15 0 77545239 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622546660080 139623019997826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5344] ppid=5282 vsize=10834252 memory=6946073828752581479 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5344/stat : 5344 (java) S 5282 5285 2275 0 -1 1077944384 13 12918 0 0 0 0 5 3 20 0 15 0 77545240 11094274048 51038 33554432000 4194304 4196468 140727288093552 139621937702624 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5345] ppid=5282 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5345/stat : 5345 (java) S 5282 5285 2275 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 77545240 11094274048 51038 33554432000 4194304 4196468 140727288093552 139621803484416 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5346] ppid=5282 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5346/stat : 5346 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545242 11094274048 51038 33554432000 4194304 4196468 140727288093552 139621563193808 139623020005275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5347] ppid=5282 vsize=10834252 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/5285/task/5347/stat : 5347 (java) S 5282 5285 2275 0 -1 1077944384 1676 12918 0 0 33 0 5 3 20 0 15 0 77545242 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622545606896 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5348] ppid=5282 vsize=10834252 memory=13902809139906 CPUtime=0.38 cores=1,3,5,7
/proc/5285/task/5348/stat : 5348 (java) S 5282 5285 2275 0 -1 1077944384 828 12918 0 0 30 0 5 3 20 0 15 0 77545242 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622544554352 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5349] ppid=5282 vsize=10834252 memory=281363777323128 CPUtime=0.49 cores=1,3,5,7
/proc/5285/task/5349/stat : 5349 (java) S 5282 5285 2275 0 -1 1077944384 1392 12918 0 0 41 0 5 3 20 0 15 0 77545243 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622543501296 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5350] ppid=5282 vsize=10834252 memory=303711724081789230 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5350/stat : 5350 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545243 11094274048 51038 33554432000 4194304 4196468 140727288093552 139621529635168 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5351] ppid=5282 vsize=10834252 memory=14126736686610128 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5351/stat : 5351 (java) S 5282 5285 2275 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 77545243 11094274048 51038 33554432000 4194304 4196468 140727288093552 139622018444336 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 204152 KiB

[startup+3.11048 s]
/proc/loadavg: 1.57 1.42 1.43 6/218 5351
/proc/meminfo: memFree=19769060/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=10842464 memory=298200 CPUtime=6.56 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 31912 12918 0 0 631 17 5 3 20 0 15 0 77545226 11102683136 74550 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 2710616 74550 3505 1 0 2672269 0

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

/proc/5285/task/5338/stat : 5338 (java) R 5282 5285 2275 0 -1 4202560 211323 12918 0 0 230709 72 5 3 20 0 15 0 77545237 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622991820560 139622642229068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5339] ppid=5282 vsize=10916192 memory=3759268 CPUtime=13.76 cores=1,3,5,7
/proc/5285/task/5339/stat : 5339 (java) S 5282 5285 2275 0 -1 1077944384 26827 12918 0 0 1319 49 5 3 20 0 15 0 77545238 11178180608 939688 33554432000 4194304 4196468 140727288093552 139623024228880 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5340] ppid=5282 vsize=10916192 memory=8 CPUtime=13.78 cores=1,3,5,7
/proc/5285/task/5340/stat : 5340 (java) S 5282 5285 2275 0 -1 1077944384 29514 12918 0 0 1323 47 5 3 20 0 15 0 77545238 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622592883344 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5341] ppid=5282 vsize=10916192 memory=3758752 CPUtime=13.79 cores=1,3,5,7
/proc/5285/task/5341/stat : 5341 (java) S 5282 5285 2275 0 -1 1077944384 26268 12918 0 0 1322 49 5 3 20 0 15 0 77545238 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622591830288 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5342] ppid=5282 vsize=10916192 memory=3758752 CPUtime=13.76 cores=1,3,5,7
/proc/5285/task/5342/stat : 5342 (java) S 5282 5285 2275 0 -1 1077944384 24756 12918 0 0 1318 50 5 3 20 0 15 0 77545238 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622590777744 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5343] ppid=5282 vsize=10916192 memory=3758752 CPUtime=0.64 cores=1,3,5,7
/proc/5285/task/5343/stat : 5343 (java) S 5282 5285 2275 0 -1 1077944384 36746 12918 0 0 47 9 5 3 20 0 15 0 77545239 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622546660080 139623019997826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5344] ppid=5282 vsize=10916192 memory=3758752 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5344/stat : 5344 (java) S 5282 5285 2275 0 -1 1077944384 35 12918 0 0 0 0 5 3 20 0 15 0 77545240 11178180608 939688 33554432000 4194304 4196468 140727288093552 139621937702624 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5345] ppid=5282 vsize=10916192 memory=3758752 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5345/stat : 5345 (java) S 5282 5285 2275 0 -1 1077944384 32 12918 0 0 0 0 5 3 20 0 15 0 77545240 11178180608 939688 33554432000 4194304 4196468 140727288093552 139621803484416 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5346] ppid=5282 vsize=10916192 memory=3759268 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5346/stat : 5346 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545242 11178180608 939688 33554432000 4194304 4196468 140727288093552 139621563193808 139623020005275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5347] ppid=5282 vsize=10916192 memory=3758752 CPUtime=7.49 cores=1,3,5,7
/proc/5285/task/5347/stat : 5347 (java) S 5282 5285 2275 0 -1 1077944384 58495 12918 0 0 734 7 5 3 20 0 15 0 77545242 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622545606896 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5348] ppid=5282 vsize=10916192 memory=3758752 CPUtime=7.26 cores=1,3,5,7
/proc/5285/task/5348/stat : 5348 (java) S 5282 5285 2275 0 -1 1077944384 40569 12918 0 0 713 5 5 3 20 0 15 0 77545242 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622544554352 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5349] ppid=5282 vsize=10916192 memory=1296 CPUtime=2.81 cores=1,3,5,7
/proc/5285/task/5349/stat : 5349 (java) S 5282 5285 2275 0 -1 1077944384 36660 12918 0 0 267 6 5 3 20 0 15 0 77545243 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622543501296 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5350] ppid=5282 vsize=10916192 memory=3758752 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5350/stat : 5350 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545243 11178180608 939688 33554432000 4194304 4196468 140727288093552 139621529635168 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5351] ppid=5282 vsize=10916192 memory=792 CPUtime=1.44 cores=1,3,5,7
/proc/5285/task/5351/stat : 5351 (java) S 5282 5285 2275 0 -1 1077944384 2434 12918 0 0 60 76 5 3 20 0 15 0 77545243 11178180608 939688 33554432000 4194304 4196468 140727288093552 139622018444336 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 2382 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3758752 KiB

[startup+2382.3 s]
/proc/loadavg: 1.49 1.56 1.58 3/220 5556
/proc/meminfo: memFree=18697124/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=10916192 memory=3770160 CPUtime=2442.32 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 506455 12918 0 0 243858 366 5 3 20 0 15 0 77545226 11178180608 942540 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 2729048 942540 3531 1 0 2690701 0
[pid=5285/tid=5338] ppid=5282 vsize=10916192 memory=3758752 CPUtime=2367.78 cores=1,3,5,7
/proc/5285/task/5338/stat : 5338 (java) R 5282 5285 2275 0 -1 4202560 215524 12918 0 0 236697 73 5 3 20 0 15 0 77545237 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622991820560 139622644137845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5339] ppid=5282 vsize=10916192 memory=3770160 CPUtime=13.85 cores=1,3,5,7
/proc/5285/task/5339/stat : 5339 (java) S 5282 5285 2275 0 -1 1077944384 27558 12918 0 0 1328 49 5 3 20 0 15 0 77545238 11178180608 942540 33554432000 4194304 4196468 140727288093552 139623024228880 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5340] ppid=5282 vsize=10916192 memory=3770160 CPUtime=13.88 cores=1,3,5,7
/proc/5285/task/5340/stat : 5340 (java) S 5282 5285 2275 0 -1 1077944384 30146 12918 0 0 1332 48 5 3 20 0 15 0 77545238 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622592883344 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5341] ppid=5282 vsize=10916192 memory=3770160 CPUtime=13.88 cores=1,3,5,7
/proc/5285/task/5341/stat : 5341 (java) S 5282 5285 2275 0 -1 1077944384 26962 12918 0 0 1331 49 5 3 20 0 15 0 77545238 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622591830288 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5342] ppid=5282 vsize=10916192 memory=3770160 CPUtime=13.85 cores=1,3,5,7
/proc/5285/task/5342/stat : 5342 (java) S 5282 5285 2275 0 -1 1077944384 26566 12918 0 0 1327 50 5 3 20 0 15 0 77545238 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622590777744 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5343] ppid=5282 vsize=10916192 memory=3770160 CPUtime=0.64 cores=1,3,5,7
/proc/5285/task/5343/stat : 5343 (java) S 5282 5285 2275 0 -1 1077944384 37104 12918 0 0 47 9 5 3 20 0 15 0 77545239 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622546660080 139623019997826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5344] ppid=5282 vsize=10916192 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5344/stat : 5344 (java) S 5282 5285 2275 0 -1 1077944384 35 12918 0 0 0 0 5 3 20 0 15 0 77545240 11178180608 942540 33554432000 4194304 4196468 140727288093552 139621937702624 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5345] ppid=5282 vsize=10916192 memory=3759784 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5345/stat : 5345 (java) S 5282 5285 2275 0 -1 1077944384 32 12918 0 0 0 0 5 3 20 0 15 0 77545240 11178180608 942540 33554432000 4194304 4196468 140727288093552 139621803484416 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5346] ppid=5282 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5346/stat : 5346 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545242 11178180608 942540 33554432000 4194304 4196468 140727288093552 139621563193808 139623020005275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5347] ppid=5282 vsize=10916192 memory=3758756 CPUtime=7.49 cores=1,3,5,7
/proc/5285/task/5347/stat : 5347 (java) S 5282 5285 2275 0 -1 1077944384 58499 12918 0 0 734 7 5 3 20 0 15 0 77545242 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622545606896 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5348] ppid=5282 vsize=10916192 memory=1228 CPUtime=7.27 cores=1,3,5,7
/proc/5285/task/5348/stat : 5348 (java) S 5282 5285 2275 0 -1 1077944384 41410 12918 0 0 714 5 5 3 20 0 15 0 77545242 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622544554352 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5349] ppid=5282 vsize=10916192 memory=3759784 CPUtime=2.82 cores=1,3,5,7
/proc/5285/task/5349/stat : 5349 (java) S 5282 5285 2275 0 -1 1077944384 37943 12918 0 0 268 6 5 3 20 0 15 0 77545243 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622543501296 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5350] ppid=5282 vsize=10916192 memory=3759784 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5350/stat : 5350 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545243 11178180608 942540 33554432000 4194304 4196468 140727288093552 139621529635168 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5351] ppid=5282 vsize=10916192 memory=3770160 CPUtime=1.48 cores=1,3,5,7
/proc/5285/task/5351/stat : 5351 (java) S 5282 5285 2275 0 -1 1077944384 2478 12918 0 0 61 79 5 3 20 0 15 0 77545243 11178180608 942540 33554432000 4194304 4196468 140727288093552 139622018444336 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 2442.32 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3770160 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.58 1.59 3/219 5557
/proc/meminfo: memFree=18512376/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=10916192 memory=3770616 CPUtime=2502.92 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 512903 12918 0 0 249915 369 5 3 20 0 15 0 77545226 11178180608 942654 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 2729048 942654 3531 1 0 2690701 0
[pid=5285/tid=5338] ppid=5282 vsize=10916192 memory=3770616 CPUtime=2427.57 cores=1,3,5,7
/proc/5285/task/5338/stat : 5338 (java) R 5282 5285 2275 0 -1 4202560 218651 12918 0 0 242675 74 5 3 20 0 15 0 77545237 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622991820304 139622628296080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5339] ppid=5282 vsize=10916192 memory=3770616 CPUtime=14.05 cores=1,3,5,7
/proc/5285/task/5339/stat : 5339 (java) S 5282 5285 2275 0 -1 1077944384 28339 12918 0 0 1348 49 5 3 20 0 15 0 77545238 11178180608 942654 33554432000 4194304 4196468 140727288093552 139623024228880 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5340] ppid=5282 vsize=10916192 memory=3770616 CPUtime=14.08 cores=1,3,5,7
/proc/5285/task/5340/stat : 5340 (java) S 5282 5285 2275 0 -1 1077944384 30538 12918 0 0 1352 48 5 3 20 0 15 0 77545238 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622592883344 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5341] ppid=5282 vsize=10916192 memory=3770616 CPUtime=14.07 cores=1,3,5,7
/proc/5285/task/5341/stat : 5341 (java) S 5282 5285 2275 0 -1 1077944384 28103 12918 0 0 1350 49 5 3 20 0 15 0 77545238 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622591830288 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5342] ppid=5282 vsize=10916192 memory=0 CPUtime=14.05 cores=1,3,5,7
/proc/5285/task/5342/stat : 5342 (java) S 5282 5285 2275 0 -1 1077944384 27170 12918 0 0 1346 51 5 3 20 0 15 0 77545238 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622590777744 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5343] ppid=5282 vsize=10916192 memory=3770616 CPUtime=0.65 cores=1,3,5,7
/proc/5285/task/5343/stat : 5343 (java) S 5282 5285 2275 0 -1 1077944384 37468 12918 0 0 48 9 5 3 20 0 15 0 77545239 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622546660080 139623019997826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5344] ppid=5282 vsize=10916192 memory=3770616 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5344/stat : 5344 (java) S 5282 5285 2275 0 -1 1077944384 35 12918 0 0 0 0 5 3 20 0 15 0 77545240 11178180608 942654 33554432000 4194304 4196468 140727288093552 139621937702624 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5345] ppid=5282 vsize=10916192 memory=3770616 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5345/stat : 5345 (java) S 5282 5285 2275 0 -1 1077944384 32 12918 0 0 0 0 5 3 20 0 15 0 77545240 11178180608 942654 33554432000 4194304 4196468 140727288093552 139621803484416 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5346] ppid=5282 vsize=10916192 memory=3770616 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5346/stat : 5346 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545242 11178180608 942654 33554432000 4194304 4196468 140727288093552 139621563193808 139623020005275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5347] ppid=5282 vsize=10916192 memory=3770616 CPUtime=7.49 cores=1,3,5,7
/proc/5285/task/5347/stat : 5347 (java) S 5282 5285 2275 0 -1 1077944384 58508 12918 0 0 734 7 5 3 20 0 15 0 77545242 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622545606896 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5348] ppid=5282 vsize=10916192 memory=3770616 CPUtime=7.27 cores=1,3,5,7
/proc/5285/task/5348/stat : 5348 (java) S 5282 5285 2275 0 -1 1077944384 41415 12918 0 0 714 5 5 3 20 0 15 0 77545242 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622544554352 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5349] ppid=5282 vsize=10916192 memory=3770160 CPUtime=2.82 cores=1,3,5,7
/proc/5285/task/5349/stat : 5349 (java) S 5282 5285 2275 0 -1 1077944384 37947 12918 0 0 268 6 5 3 20 0 15 0 77545243 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622543501296 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5350] ppid=5282 vsize=10916192 memory=3770616 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5350/stat : 5350 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545243 11178180608 942654 33554432000 4194304 4196468 140727288093552 139621529635168 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5351] ppid=5282 vsize=10916192 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/5285/task/5351/stat : 5351 (java) S 5282 5285 2275 0 -1 1077944384 2499 12918 0 0 62 81 5 3 20 0 15 0 77545243 11178180608 942654 33554432000 4194304 4196468 140727288093552 139622018444336 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 2502.92 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3770616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.2 s]
/proc/loadavg: 1.71 1.60 1.60 3/219 5557
/proc/meminfo: memFree=18549848/32770624 swapFree=67108860/67108860
[pid=5285] ppid=5282 vsize=10916192 memory=3770184 CPUtime=2520.05 cores=1,3,5,7
/proc/5285/stat : 5285 (java) S 5282 5285 2275 0 -1 1077944320 518059 12918 0 0 251627 370 5 3 20 0 15 0 77545226 11178180608 942546 33554432000 4194304 4196468 140727288093552 140727288076096 139623019986679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
/proc/5285/statm: 2729048 942546 3531 1 0 2690701 0
[pid=5285/tid=5338] ppid=5282 vsize=10916192 memory=3770184 CPUtime=2444.39 cores=1,3,5,7
/proc/5285/task/5338/stat : 5338 (java) R 5282 5285 2275 0 -1 4202560 220687 12918 0 0 244357 74 5 3 20 0 15 0 77545237 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622991820896 139622631971776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5339] ppid=5282 vsize=10916192 memory=3770184 CPUtime=14.13 cores=1,3,5,7
/proc/5285/task/5339/stat : 5339 (java) S 5282 5285 2275 0 -1 1077944384 29634 12918 0 0 1355 50 5 3 20 0 15 0 77545238 11178180608 942546 33554432000 4194304 4196468 140727288093552 139623024228880 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5340] ppid=5282 vsize=10916192 memory=1728 CPUtime=14.15 cores=1,3,5,7
/proc/5285/task/5340/stat : 5340 (java) S 5282 5285 2275 0 -1 1077944384 30668 12918 0 0 1359 48 5 3 20 0 15 0 77545238 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622592883344 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5341] ppid=5282 vsize=10916192 memory=792 CPUtime=14.14 cores=1,3,5,7
/proc/5285/task/5341/stat : 5341 (java) S 5282 5285 2275 0 -1 1077944384 28845 12918 0 0 1357 49 5 3 20 0 15 0 77545238 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622591830288 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5342] ppid=5282 vsize=10916192 memory=1228 CPUtime=14.12 cores=1,3,5,7
/proc/5285/task/5342/stat : 5342 (java) S 5282 5285 2275 0 -1 1077944384 27767 12918 0 0 1353 51 5 3 20 0 15 0 77545238 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622590777744 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5343] ppid=5282 vsize=10916192 memory=1296 CPUtime=0.65 cores=1,3,5,7
/proc/5285/task/5343/stat : 5343 (java) S 5282 5285 2275 0 -1 1077944384 37784 12918 0 0 48 9 5 3 20 0 15 0 77545239 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622546660080 139623019997826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5344] ppid=5282 vsize=10916192 memory=2448 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5344/stat : 5344 (java) S 5282 5285 2275 0 -1 1077944384 35 12918 0 0 0 0 5 3 20 0 15 0 77545240 11178180608 942546 33554432000 4194304 4196468 140727288093552 139621937702624 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5345] ppid=5282 vsize=10916192 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5345/stat : 5345 (java) S 5282 5285 2275 0 -1 1077944384 32 12918 0 0 0 0 5 3 20 0 15 0 77545240 11178180608 942546 33554432000 4194304 4196468 140727288093552 139621803484416 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5346] ppid=5282 vsize=10916192 memory=23260 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5346/stat : 5346 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545242 11178180608 942546 33554432000 4194304 4196468 140727288093552 139621563193808 139623020005275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5347] ppid=5282 vsize=10916192 memory=1296 CPUtime=7.49 cores=1,3,5,7
/proc/5285/task/5347/stat : 5347 (java) S 5282 5285 2275 0 -1 1077944384 58514 12918 0 0 734 7 5 3 20 0 15 0 77545242 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622545606896 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5348] ppid=5282 vsize=10916192 memory=2448 CPUtime=7.27 cores=1,3,5,7
/proc/5285/task/5348/stat : 5348 (java) S 5282 5285 2275 0 -1 1077944384 41418 12918 0 0 714 5 5 3 20 0 15 0 77545242 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622544554352 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5349] ppid=5282 vsize=10916192 memory=3770184 CPUtime=2.82 cores=1,3,5,7
/proc/5285/task/5349/stat : 5349 (java) S 5282 5285 2275 0 -1 1077944384 37954 12918 0 0 268 6 5 3 20 0 15 0 77545243 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622543501296 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5350] ppid=5282 vsize=10916192 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/5285/task/5350/stat : 5350 (java) S 5282 5285 2275 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 77545243 11178180608 942546 33554432000 4194304 4196468 140727288093552 139621529635168 139623019996885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
[pid=5285/tid=5351] ppid=5282 vsize=10916192 memory=8112282956445269571 CPUtime=1.51 cores=1,3,5,7
/proc/5285/task/5351/stat : 5351 (java) S 5282 5285 2275 0 -1 1077944384 2523 12918 0 0 62 81 5 3 20 0 15 0 77545243 11178180608 942546 33554432000 4194304 4196468 140727288093552 139622018444336 139623019997826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140727288096939 140727288100188 140727288100188 140727288102863 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3770184 KiB

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

[startup+2459.25 s]
# the end of solver process 5285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.34 s, system=3.76218 s

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

Child status: 143
Real time (s): 2459.25
CPU time (s): 2520.11
CPU user time (s): 2516.34
CPU system time (s): 3.76218
CPU usage (%): 102.475
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 3770616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.34
system time used= 3.76218
maximum resident set size= 3774428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69558
involuntary context switches= 2561


# summary of solver processes directly reported to runsolver:
#   pid: 5285
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.34
#   total CPU system time (s): 3.76218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.731 second user time and 25.3523 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 12:10:20
IDJOB=4295944
IDBENCH=141619
IDSOLVER=2751
FILE ID=node135/4295944-1532599820
RUNJOBID= node135-1532594793-3955
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-20_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-4295944-1532599820/watcher-4295944-1532599820 -o /tmp/evaluation-result-4295944-1532599820/solver-4295944-1532599820 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3955 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1574389672 -superng HOME/instance-4295944-1532599820.xml

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

MD5SUM BENCH= ced38eac701d5b6d60722ead643d09b8
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:        20047944 kB
MemAvailable:   28938052 kB
Buffers:          199800 kB
Cached:          8870668 kB
SwapCached:            0 kB
Active:          5538524 kB
Inactive:        6573156 kB
Active(anon):    2990456 kB
Inactive(anon):    78312 kB
Active(file):    2548068 kB
Inactive(file):  6494844 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26512 kB
Writeback:             0 kB
AnonPages:       3048336 kB
Mapped:            53636 kB
Shmem:             25248 kB
Slab:             304328 kB
SReclaimable:     275656 kB
SUnreclaim:        28672 kB
KernelStack:        3600 kB
PageTables:        10816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3855120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2816000 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:51:20