Trace number 4295925

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.13 2470.43

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295925-1532602448/watcher-4295925-1532602448 -o /tmp/evaluation-result-4295925-1532602448/solver-4295925-1532602448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=200845253 HOME/instance-4295925-1532602448.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=560, runsolver pid=557

[startup+0.100118 s]*
/proc/loadavg: 1.24 1.42 1.41 3/206 640
/proc/meminfo: memFree=12147900/32770624 swapFree=67108852/67108860
[pid=560] ppid=557 vsize=9972712 memory=16684 CPUtime=0.08 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 29230 0 -1 1077944320 4356 12975 0 0 1 0 5 2 20 0 6 0 77808004 10212057088 4171 33554432000 4194304 4196468 140720541816624 140720541799168 140416110464759 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
/proc/560/statm: 2493178 4171 1932 1 0 2481616 0
[pid=560/tid=636] ppid=557 vsize=9988792 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 2307 12975 0 0 1 0 5 2 20 0 6 0 77808013 10228523008 4880 33554432000 4194304 4196468 140720541816624 140416082301520 140416102706149 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=9989820 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 7 0 77808014 10229575680 4880 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=9989820 memory=140600820412875 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 7 0 77808014 10229575680 4880 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 7 0 77808014 10229575680 4880 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=9989820 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 7 0 77808014 10229575680 4880 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=9989820 memory=140600820016768 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) R 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 7 0 77808015 10229575680 4880 33554432000 4194304 4196468 140720541816624 140415382236128 140416110474965 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16684 KiB

[startup+0.209853 s]*
/proc/loadavg: 1.24 1.42 1.41 3/215 649
/proc/meminfo: memFree=12128476/32770624 swapFree=67108852/67108860
[pid=560] ppid=557 vsize=10818904 memory=41632 CPUtime=0.24 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 29230 0 -1 1077944320 7610 12975 0 0 16 1 5 2 20 0 15 0 77808004 11078557696 10408 33554432000 4194304 4196468 140720541816624 140720541799168 140416110464759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
/proc/560/statm: 2704726 10408 2949 1 0 2667149 0
[pid=560/tid=636] ppid=557 vsize=10818904 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 5161 12975 0 0 11 1 5 2 20 0 15 0 77808013 11078557696 10756 33554432000 4194304 4196468 140720541816624 140416082289568 140416103143981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=10818936 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11078590464 10756 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=10818936 memory=140600820412875 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11078590464 10756 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 77808014 11078590464 10756 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11078590464 10756 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=10818936 memory=140600820016768 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 29230 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 77808015 11078590464 10821 33554432000 4194304 4196468 140720541816624 140415382235504 140416110475906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=642] ppid=557 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 29230 0 -1 1077944384 13 12975 0 0 0 0 5 2 20 0 15 0 77808016 11078590464 10821 33554432000 4194304 4196468 140720541816624 140415298692128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=643] ppid=557 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808016 11078590464 10887 33554432000 4194304 4196468 140720541816624 140415164474224 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=644] ppid=557 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11078590464 10887 33554432000 4194304 4196468 140720541816624 140414655747920 140416110483355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=645] ppid=557 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 29230 0 -1 1077944384 364 12975 0 0 1 0 5 2 20 0 15 0 77808019 11078590464 10887 33554432000 4194304 4196468 140720541816624 140415381183344 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=646] ppid=557 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 29230 0 -1 1077944384 245 12975 0 0 0 0 5 2 20 0 15 0 77808019 11078590464 10953 33554432000 4194304 4196468 140720541816624 140415380130544 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=647] ppid=557 vsize=10818936 memory=140600820016768 CPUtime=0.1 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 29230 0 -1 1077944384 613 12975 0 0 3 0 5 2 20 0 15 0 77808019 11078590464 10953 33554432000 4194304 4196468 140720541816624 140415379077744 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=648] ppid=557 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11078590464 10953 33554432000 4194304 4196468 140720541816624 140414622190304 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=649] ppid=557 vsize=10818936 memory=140600820016768 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808019 11078590464 10953 33554432000 4194304 4196468 140720541816624 140415378025136 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41632 KiB

[startup+0.310203 s]*
/proc/loadavg: 1.24 1.42 1.41 3/215 649
/proc/meminfo: memFree=12115824/32770624 swapFree=67108852/67108860
[pid=560] ppid=557 vsize=10819352 memory=53484 CPUtime=0.37 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 29230 0 -1 1077944320 10435 12975 0 0 28 2 5 2 20 0 15 0 77808004 11079016448 13371 33554432000 4194304 4196468 140720541816624 140720541799168 140416110464759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
/proc/560/statm: 2704838 13371 3068 1 0 2667149 0
[pid=560/tid=636] ppid=557 vsize=10819352 memory=1398720917958146503 CPUtime=0.29 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 7006 12975 0 0 20 2 5 2 20 0 15 0 77808013 11079016448 13371 33554432000 4194304 4196468 140720541816624 140416082276768 140416110486685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11079016448 13371 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 77808014 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 29230 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 77808015 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415382235504 140416110475906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=642] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 29230 0 -1 1077944384 13 12975 0 0 0 0 5 2 20 0 15 0 77808016 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415298692128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=643] ppid=557 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808016 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415164474224 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=644] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11079016448 13371 33554432000 4194304 4196468 140720541816624 140414655747920 140416110483355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=645] ppid=557 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 29230 0 -1 1077944384 365 12975 0 0 1 0 5 2 20 0 15 0 77808019 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415381183344 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=646] ppid=557 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 29230 0 -1 1077944384 245 12975 0 0 1 0 5 2 20 0 15 0 77808019 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415380130544 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=647] ppid=557 vsize=10819352 memory=140600820016768 CPUtime=0.11 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) R 557 560 29230 0 -1 4202560 620 12975 0 0 4 0 5 2 20 0 15 0 77808019 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415379077744 140416094545246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=648] ppid=557 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11079016448 13371 33554432000 4194304 4196468 140720541816624 140414622190304 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=649] ppid=557 vsize=10819352 memory=140600820016768 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808019 11079016448 13371 33554432000 4194304 4196468 140720541816624 140415378025136 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53484 KiB

[startup+0.70073 s]
/proc/loadavg: 1.24 1.42 1.41 4/215 649
/proc/meminfo: memFree=12105184/32770624 swapFree=67108852/67108860
[pid=560] ppid=557 vsize=10819352 memory=86284 CPUtime=0.98 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 29230 0 -1 1077944320 16746 12975 0 0 87 4 5 2 20 0 15 0 77808004 11079016448 21571 33554432000 4194304 4196468 140720541816624 140720541799168 140416110464759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
/proc/560/statm: 2704838 21571 3237 1 0 2667149 0
[pid=560/tid=636] ppid=557 vsize=10819352 memory=1300 CPUtime=0.66 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 12228 12975 0 0 56 3 5 2 20 0 15 0 77808013 11079016448 21571 33554432000 4194304 4196468 140720541816624 140416082285584 140416110486685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=10819352 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11079016448 21571 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=10819352 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11079016448 21571 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=10819352 memory=2400 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 2 12975 0 0 0 0 5 2 20 0 15 0 77808014 11079016448 21571 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=10819352 memory=63312 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808014 11079016448 21571 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=10819352 memory=140600820015649 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 29230 0 -1 1077944384 5 12975 0 0 0 0 5 2 20 0 15 0 77808015 11079016448 21635 33554432000 4194304 4196468 140720541816624 140415382235504 140416110475906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=642] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 29230 0 -1 1077944384 13 12975 0 0 0 0 5 2 20 0 15 0 77808016 11079016448 21635 33554432000 4194304 4196468 140720541816624 140415298692128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=643] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808016 11079016448 21635 33554432000 4194304 4196468 140720541816624 140415164474224 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=644] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11079016448 21635 33554432000 4194304 4196468 140720541816624 140414655747920 140416110483355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=645] ppid=557 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 29230 0 -1 1077944384 971 12975 0 0 10 0 5 2 20 0 15 0 77808019 11079016448 21635 33554432000 4194304 4196468 140720541816624 140415381183344 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=646] ppid=557 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 29230 0 -1 1077944384 617 12975 0 0 6 0 5 2 20 0 15 0 77808019 11079016448 21635 33554432000 4194304 4196468 140720541816624 140415380130544 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=647] ppid=557 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) R 557 560 29230 0 -1 4202560 706 12975 0 0 13 0 5 2 20 0 15 0 77808019 11079016448 21635 33554432000 4194304 4196468 140720541816624 140415379077744 140416094712639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=648] ppid=557 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11079016448 21635 33554432000 4194304 4196468 140720541816624 140414622190304 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=649] ppid=557 vsize=10819352 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808019 11079016448 21635 33554432000 4194304 4196468 140720541816624 140415378025136 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86284 KiB

[startup+1.50076 s]
/proc/loadavg: 1.22 1.41 1.41 4/215 649
/proc/meminfo: memFree=12059224/32770624 swapFree=67108852/67108860
[pid=560] ppid=557 vsize=10834252 memory=187056 CPUtime=2.43 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 29230 0 -1 1077944320 23695 12975 0 0 226 10 5 2 20 0 15 0 77808004 11094274048 46764 33554432000 4194304 4196468 140720541816624 140720541799168 140416110464759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
/proc/560/statm: 2708563 46764 3471 1 0 2670221 0
[pid=560/tid=636] ppid=557 vsize=10834252 memory=281201441250528 CPUtime=1.42 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 17339 12975 0 0 129 6 5 2 20 0 15 0 77808013 11094274048 46764 33554432000 4194304 4196468 140720541816624 140416082281472 140416090740573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=10834252 memory=1300 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 29 12975 0 0 1 0 5 2 20 0 15 0 77808014 11094274048 46764 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=10834252 memory=1732 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 26 12975 0 0 1 0 5 2 20 0 15 0 77808014 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=10834252 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 54 12975 0 0 1 0 5 2 20 0 15 0 77808014 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=10834252 memory=2400 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 208 12975 0 0 1 0 5 2 20 0 15 0 77808014 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=10834252 memory=63312 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 29230 0 -1 1077944384 54 12975 0 0 1 0 5 2 20 0 15 0 77808015 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415382235504 140416110475906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=642] ppid=557 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 29230 0 -1 1077944384 14 12975 0 0 0 0 5 2 20 0 15 0 77808016 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415298692192 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=643] ppid=557 vsize=10834252 memory=-7595754389018307680 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808016 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415164474240 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=644] ppid=557 vsize=10834252 memory=-7606742951091920751 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11094274048 46764 33554432000 4194304 4196468 140720541816624 140414655747920 140416110483355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=645] ppid=557 vsize=10834252 memory=-7316765473029595040 CPUtime=0.31 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 29230 0 -1 1077944384 1244 12975 0 0 24 0 5 2 20 0 15 0 77808019 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415381183344 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=646] ppid=557 vsize=10834252 memory=8475934422147845324 CPUtime=0.33 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 29230 0 -1 1077944384 1159 12975 0 0 26 0 5 2 20 0 15 0 77808019 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415380130544 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=647] ppid=557 vsize=10834252 memory=33 CPUtime=0.44 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 29230 0 -1 1077944384 1367 12975 0 0 37 0 5 2 20 0 15 0 77808019 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415379077744 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=648] ppid=557 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11094274048 46764 33554432000 4194304 4196468 140720541816624 140414622190304 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=649] ppid=557 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 29230 0 -1 1077944384 1 12975 0 0 0 0 5 2 20 0 15 0 77808019 11094274048 46764 33554432000 4194304 4196468 140720541816624 140415378025136 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0

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

/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 136694 12975 0 0 229965 71 5 2 20 0 15 0 77808013 11178180608 639345 33554432000 4194304 4196468 140720541816624 140416082298688 140415733086660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=10916192 memory=2557380 CPUtime=11.5 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 36368 12975 0 0 1089 54 5 2 20 0 15 0 77808014 11178180608 639345 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=10916192 memory=2557380 CPUtime=11.56 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 37551 12975 0 0 1095 54 5 2 20 0 15 0 77808014 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=10916192 memory=2557380 CPUtime=11.57 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 37621 12975 0 0 1096 54 5 2 20 0 15 0 77808014 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=10916192 memory=2557380 CPUtime=11.58 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 27121 12975 0 0 1102 49 5 2 20 0 15 0 77808014 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=10916192 memory=2557380 CPUtime=8.29 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 29230 0 -1 1077944384 30270 12975 0 0 773 49 5 2 20 0 15 0 77808015 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415382235504 140416110475906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=642] ppid=557 vsize=10916192 memory=2557380 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 29230 0 -1 1077944384 31 12975 0 0 0 0 5 2 20 0 15 0 77808016 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415298692192 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=643] ppid=557 vsize=10916192 memory=2557380 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 29230 0 -1 1077944384 17 12975 0 0 0 0 5 2 20 0 15 0 77808016 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415164474240 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=644] ppid=557 vsize=10916192 memory=2557380 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11178180608 639345 33554432000 4194304 4196468 140720541816624 140414655747920 140416110483355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=645] ppid=557 vsize=10916192 memory=0 CPUtime=5.67 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 29230 0 -1 1077944384 29642 12975 0 0 555 5 5 2 20 0 15 0 77808019 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415381183344 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=646] ppid=557 vsize=10916192 memory=3474072161297119840 CPUtime=5.48 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 29230 0 -1 1077944384 27176 12975 0 0 537 4 5 2 20 0 15 0 77808019 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415380130544 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=647] ppid=557 vsize=10916192 memory=2557380 CPUtime=2.48 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 29230 0 -1 1077944384 32159 12975 0 0 235 6 5 2 20 0 15 0 77808019 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415379077744 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=648] ppid=557 vsize=10916192 memory=2557380 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11178180608 639345 33554432000 4194304 4196468 140720541816624 140414622190304 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=649] ppid=557 vsize=10916192 memory=2557380 CPUtime=1.36 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 29230 0 -1 1077944384 2456 12975 0 0 59 70 5 2 20 0 15 0 77808019 11178180608 639345 33554432000 4194304 4196468 140720541816624 140415378025136 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
Current children cumulated CPU time: 2369.39 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2557380 KiB

[startup+2382.3 s]
/proc/loadavg: 1.87 1.47 1.42 3/216 1017
/proc/meminfo: memFree=10186660/32770624 swapFree=67108852/67108860
[pid=560] ppid=557 vsize=10916192 memory=2559428 CPUtime=2430.43 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 29230 0 -1 1077944320 402028 12975 0 0 242656 380 5 2 20 0 15 0 77808004 11178180608 639857 33554432000 4194304 4196468 140720541816624 140720541799168 140416110464759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
/proc/560/statm: 2729048 639857 3526 1 0 2690701 0
[pid=560/tid=636] ppid=557 vsize=10916192 memory=2559428 CPUtime=2359.82 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 137843 12975 0 0 235903 72 5 2 20 0 15 0 77808013 11178180608 639857 33554432000 4194304 4196468 140720541816624 140416082298960 140415733087516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=10916192 memory=2559428 CPUtime=11.84 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 36560 12975 0 0 1123 54 5 2 20 0 15 0 77808014 11178180608 639857 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=10916192 memory=2559428 CPUtime=11.9 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 38235 12975 0 0 1128 55 5 2 20 0 15 0 77808014 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=10916192 memory=2557380 CPUtime=11.91 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 37739 12975 0 0 1129 55 5 2 20 0 15 0 77808014 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=10916192 memory=2557380 CPUtime=11.93 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 27272 12975 0 0 1136 50 5 2 20 0 15 0 77808014 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=10916192 memory=2559428 CPUtime=8.53 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 29230 0 -1 1077944384 30657 12975 0 0 796 50 5 2 20 0 15 0 77808015 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415382235504 140416110475906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=642] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 29230 0 -1 1077944384 31 12975 0 0 0 0 5 2 20 0 15 0 77808016 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415298692192 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=643] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 29230 0 -1 1077944384 17 12975 0 0 0 0 5 2 20 0 15 0 77808016 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415164474240 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=644] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140414655747920 140416110483355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=645] ppid=557 vsize=10916192 memory=2559428 CPUtime=5.67 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 29230 0 -1 1077944384 29646 12975 0 0 555 5 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415381183344 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=646] ppid=557 vsize=10916192 memory=2559428 CPUtime=5.48 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 29230 0 -1 1077944384 27180 12975 0 0 537 4 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415380130544 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=647] ppid=557 vsize=10916192 memory=2559428 CPUtime=2.48 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 29230 0 -1 1077944384 32163 12975 0 0 235 6 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415379077744 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=648] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140414622190304 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=649] ppid=557 vsize=10916192 memory=4012 CPUtime=1.4 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 29230 0 -1 1077944384 2486 12975 0 0 61 72 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415378025136 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
Current children cumulated CPU time: 2430.43 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2559428 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.49 1.43 3/216 1018
/proc/meminfo: memFree=10184788/32770624 swapFree=67108852/67108860
[pid=560] ppid=557 vsize=10916192 memory=2559428 CPUtime=2491.48 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 29230 0 -1 1077944320 404769 12975 0 0 248753 388 5 2 20 0 15 0 77808004 11178180608 639857 33554432000 4194304 4196468 140720541816624 140720541799168 140416110464759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
/proc/560/statm: 2729048 639857 3526 1 0 2690701 0
[pid=560/tid=636] ppid=557 vsize=10916192 memory=2559428 CPUtime=2419.18 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 138995 12975 0 0 241838 73 5 2 20 0 15 0 77808013 11178180608 639857 33554432000 4194304 4196468 140720541816624 140416082298256 140415715538240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=10916192 memory=2559428 CPUtime=12.2 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 36787 12975 0 0 1157 56 5 2 20 0 15 0 77808014 11178180608 639857 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=10916192 memory=2557380 CPUtime=12.25 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 38582 12975 0 0 1161 57 5 2 20 0 15 0 77808014 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=10916192 memory=2559428 CPUtime=12.27 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 38211 12975 0 0 1163 57 5 2 20 0 15 0 77808014 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=10916192 memory=2559428 CPUtime=12.28 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 27373 12975 0 0 1170 51 5 2 20 0 15 0 77808014 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=10916192 memory=2559428 CPUtime=8.78 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 29230 0 -1 1077944384 31055 12975 0 0 820 51 5 2 20 0 15 0 77808015 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415382235504 140416110475906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=642] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 29230 0 -1 1077944384 31 12975 0 0 0 0 5 2 20 0 15 0 77808016 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415298692192 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=643] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 29230 0 -1 1077944384 17 12975 0 0 0 0 5 2 20 0 15 0 77808016 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415164474240 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=644] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140414655747920 140416110483355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=645] ppid=557 vsize=10916192 memory=2559428 CPUtime=5.67 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 29230 0 -1 1077944384 29650 12975 0 0 555 5 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415381183344 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=646] ppid=557 vsize=10916192 memory=2559428 CPUtime=5.48 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 29230 0 -1 1077944384 27184 12975 0 0 537 4 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415380130544 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=647] ppid=557 vsize=10916192 memory=2559428 CPUtime=2.48 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 29230 0 -1 1077944384 32167 12975 0 0 235 6 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415379077744 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=648] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140414622190304 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=649] ppid=557 vsize=10916192 memory=2559428 CPUtime=1.43 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 29230 0 -1 1077944384 2518 12975 0 0 62 74 5 2 20 0 15 0 77808019 11178180608 639857 33554432000 4194304 4196468 140720541816624 140415378025136 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
Current children cumulated CPU time: 2491.48 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2559428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.4 s]
/proc/loadavg: 1.73 1.52 1.44 3/215 1018
/proc/meminfo: memFree=10182880/32770624 swapFree=67108852/67108860
[pid=560] ppid=557 vsize=10916192 memory=2561476 CPUtime=2520.08 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 29230 0 -1 1077944320 406123 12975 0 0 251609 392 5 2 20 0 15 0 77808004 11178180608 640369 33554432000 4194304 4196468 140720541816624 140720541799168 140416110464759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
/proc/560/statm: 2729048 640369 3526 1 0 2690701 0
[pid=560/tid=636] ppid=557 vsize=10916192 memory=2559428 CPUtime=2446.97 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 29230 0 -1 4202560 139545 12975 0 0 244617 73 5 2 20 0 15 0 77808013 11178180608 640369 33554432000 4194304 4196468 140720541816624 140416082298496 140415727801846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=637] ppid=557 vsize=10916192 memory=281201443118432 CPUtime=12.36 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 29230 0 -1 1077944384 36803 12975 0 0 1173 56 5 2 20 0 15 0 77808014 11178180608 640369 33554432000 4194304 4196468 140720541816624 140416114707600 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=638] ppid=557 vsize=10916192 memory=6944656592455359580 CPUtime=12.42 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 29230 0 -1 1077944384 38737 12975 0 0 1177 58 5 2 20 0 15 0 77808014 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415683238928 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=639] ppid=557 vsize=10916192 memory=6944656592455359580 CPUtime=12.43 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 29230 0 -1 1077944384 38548 12975 0 0 1179 57 5 2 20 0 15 0 77808014 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415682186128 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=640] ppid=557 vsize=10916192 memory=2559428 CPUtime=12.45 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 29230 0 -1 1077944384 27454 12975 0 0 1186 52 5 2 20 0 15 0 77808014 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415681133328 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=641] ppid=557 vsize=10916192 memory=6947385649911455296 CPUtime=8.89 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 29230 0 -1 1077944384 31250 12975 0 0 831 51 5 2 20 0 15 0 77808015 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415382235504 140416110475906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=642] ppid=557 vsize=10916192 memory=2559428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 29230 0 -1 1077944384 31 12975 0 0 0 0 5 2 20 0 15 0 77808016 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415298692192 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=643] ppid=557 vsize=10916192 memory=2561476 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 29230 0 -1 1077944384 17 12975 0 0 0 0 5 2 20 0 15 0 77808016 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415164474240 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=644] ppid=557 vsize=10916192 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11178180608 640369 33554432000 4194304 4196468 140720541816624 140414655747920 140416110483355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=645] ppid=557 vsize=10916192 memory=5372 CPUtime=5.67 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 29230 0 -1 1077944384 29652 12975 0 0 555 5 5 2 20 0 15 0 77808019 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415381183344 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=646] ppid=557 vsize=10916192 memory=1408 CPUtime=5.48 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 29230 0 -1 1077944384 27186 12975 0 0 537 4 5 2 20 0 15 0 77808019 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415380130544 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=647] ppid=557 vsize=10916192 memory=3260 CPUtime=2.48 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 29230 0 -1 1077944384 32169 12975 0 0 235 6 5 2 20 0 15 0 77808019 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415379077744 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=648] ppid=557 vsize=10916192 memory=311948 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 29230 0 -1 1077944384 3 12975 0 0 0 0 5 2 20 0 15 0 77808019 11178180608 640369 33554432000 4194304 4196468 140720541816624 140414622190304 140416110474965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
[pid=560/tid=649] ppid=557 vsize=10916192 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 29230 0 -1 1077944384 2532 12975 0 0 62 76 5 2 20 0 15 0 77808019 11178180608 640369 33554432000 4194304 4196468 140720541816624 140415378025136 140416110475906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 35033088 140720541821551 140720541824348 140720541824348 140720541827023 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2561476 KiB

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

[startup+2470.43 s]
# the end of solver process 560 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.96673 s

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

Child status: 143
Real time (s): 2470.43
CPU time (s): 2520.13
CPU user time (s): 2516.16
CPU system time (s): 3.96673
CPU usage (%): 102.012
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 2911596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.96673
maximum resident set size= 2911620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 420368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 239590
involuntary context switches= 4113


# summary of solver processes directly reported to runsolver:
#   pid: 560
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.96673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4973 second user time and 23.6017 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 12:54:08
IDJOB=4295925
IDBENCH=141617
IDSOLVER=2750
FILE ID=node148/4295925-1532602448
RUNJOBID= node148-1532582651-29262
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295925-1532602448/watcher-4295925-1532602448 -o /tmp/evaluation-result-4295925-1532602448/solver-4295925-1532602448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=200845253 HOME/instance-4295925-1532602448.xml

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

MD5SUM BENCH= e7fed86d91a4783730bc3bb5ac61f990
RANDOM SEED=200845253

node148.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:        12156136 kB
MemAvailable:   31047564 kB
Buffers:          226092 kB
Cached:         18600308 kB
SwapCached:            8 kB
Active:          3298488 kB
Inactive:       16462628 kB
Active(anon):     888480 kB
Inactive(anon):    74280 kB
Active(file):    2410008 kB
Inactive(file): 16388348 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26456 kB
Writeback:             0 kB
AnonPages:        941568 kB
Mapped:            53820 kB
Shmem:             25216 kB
Slab:             550324 kB
SReclaimable:     521532 kB
SUnreclaim:        28792 kB
KernelStack:        3536 kB
PageTables:         7388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1827700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43212 MiB
End job on node148 at 2018-07-26 13:35:19