Trace number 4304962

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.1 2454.55

General information on the benchmark

NameBibd/
Bibd-sum-34-085-30-12-10_c18.xml
MD5SUMb8a3101f481aadf5580b66257c4acd87
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 variables2890
Number of constraints681
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2890}]
Minimum variable degree36
Maximum variable degree36
Distribution of variable degrees[{"degree":36,"count":2890}]
Minimum constraint arity34
Maximum constraint arity2890
Distribution of constraint arities[{"arity":34,"count":85},{"arity":85,"count":34},{"arity":170,"count":561},{"arity":2890,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":680}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304962-1534097135/watcher-4304962-1534097135 -o /tmp/evaluation-result-4304962-1534097135/solver-4304962-1534097135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534097135-27929 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1567206441 -superng HOME/instance-4304962-1534097135.xml 

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

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


[startup+0.100082 s]*
/proc/loadavg: 1.00 1.01 1.05 5/193 28044
/proc/meminfo: memFree=25003536/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=113256 memory=1612 CPUtime=0.08 cores=1,3,5,7
/proc/27957/stat : 27957 (bash) R 27951 27957 20606 0 -1 4202496 973 12470 0 1 0 0 5 3 20 0 1 0 227276739 115974144 403 33554432000 4194304 5098028 140734629165472 140734629158456 140711847711872 0 0 4100 65536 0 0 0 17 5 0 0 0 0 0 7196144 7232144 18964480 140734629172386 140734629172520 140734629172520 140734629175278 0
/proc/27957/statm: 28314 403 319 221 0 119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+0.209938 s]*
/proc/loadavg: 1.00 1.01 1.05 7/216 28089
/proc/meminfo: memFree=24958852/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=10982744 memory=39616 CPUtime=0.23 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27951 27957 20606 0 -1 1077944320 6632 13160 0 1 13 2 5 3 20 0 15 0 227276739 11246329856 9904 33554432000 4194304 4196468 140725419331680 140725419314224 139787276087031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
/proc/27957/statm: 2745686 9904 2957 1 0 2708109 0
[pid=27957/tid=28063] ppid=27951 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/27957/task/28063/stat : 28063 (java) R 27951 27957 20606 0 -1 4202560 3165 13160 0 1 8 1 5 3 20 0 15 0 227276751 11246329856 9904 33554432000 4194304 4196468 140725419331680 139787247911448 139787260167518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28064] ppid=27951 vsize=10982744 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28064/stat : 28064 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246329856 9904 33554432000 4194304 4196468 140725419331680 139787280329232 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28065] ppid=27951 vsize=10982744 memory=288370492113966720 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28065/stat : 28065 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246329856 9904 33554432000 4194304 4196468 140725419331680 139787161594512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28066] ppid=27951 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28066/stat : 28066 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786814413072 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28067] ppid=27951 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28067/stat : 28067 (java) S 27951 27957 20606 0 -1 1077944384 2 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786813360528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28072] ppid=27951 vsize=10982744 memory=140115962254976 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28072/stat : 28072 (java) S 27951 27957 20606 0 -1 1077944384 2 13160 0 1 0 0 5 3 20 0 15 0 227276753 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786769107696 139787276098178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28074] ppid=27951 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28074/stat : 28074 (java) S 27951 27957 20606 0 -1 1077944384 13 13160 0 1 0 0 5 3 20 0 15 0 227276753 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786085983904 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28076] ppid=27951 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28076/stat : 28076 (java) S 27951 27957 20606 0 -1 1077944384 21 13160 0 1 0 0 5 3 20 0 15 0 227276754 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786018870512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28078] ppid=27951 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28078/stat : 28078 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11246329856 9904 33554432000 4194304 4196468 140725419331680 139785711475152 139787276105627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28079] ppid=27951 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27957/task/28079/stat : 28079 (java) S 27951 27957 20606 0 -1 1077944384 547 13160 0 1 1 0 5 3 20 0 15 0 227276756 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786768054512 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28080] ppid=27951 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28080/stat : 28080 (java) S 27951 27957 20606 0 -1 1077944384 61 13160 0 1 0 0 5 3 20 0 15 0 227276756 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786767001968 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28081] ppid=27951 vsize=10982744 memory=140115962254976 CPUtime=0.1 cores=1,3,5,7
/proc/27957/task/28081/stat : 28081 (java) R 27951 27957 20606 0 -1 4202560 620 13160 0 1 2 0 5 3 20 0 15 0 227276756 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786765948912 139787256413856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28086] ppid=27951 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28086/stat : 28086 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11246329856 9904 33554432000 4194304 4196468 140725419331680 139785280678240 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28088] ppid=27951 vsize=10982744 memory=140115962254976 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28088/stat : 28088 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276757 11246329856 9904 33554432000 4194304 4196468 140725419331680 139786764897328 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 39616 KiB

[startup+0.310599 s]*
/proc/loadavg: 1.00 1.01 1.05 7/216 28089
/proc/meminfo: memFree=24932108/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=10983192 memory=53124 CPUtime=0.37 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27951 27957 20606 0 -1 1077944320 9857 13160 0 1 26 3 5 3 20 0 15 0 227276739 11246788608 13281 33554432000 4194304 4196468 140725419331680 140725419314224 139787276087031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
/proc/27957/statm: 2745798 13281 3076 1 0 2708109 0
[pid=27957/tid=28063] ppid=27951 vsize=10983192 memory=576461178948550685 CPUtime=0.27 cores=1,3,5,7
/proc/27957/task/28063/stat : 28063 (java) R 27951 27957 20606 0 -1 4202560 6374 13160 0 1 17 2 5 3 20 0 15 0 227276751 11246788608 13281 33554432000 4194304 4196468 140725419331680 139787247899040 139787276098966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28064] ppid=27951 vsize=10983192 memory=304274695493255191 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28064/stat : 28064 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246788608 13281 33554432000 4194304 4196468 140725419331680 139787280329232 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28065] ppid=27951 vsize=10983192 memory=297430606173210240 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28065/stat : 28065 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246788608 13281 33554432000 4194304 4196468 140725419331680 139787161594512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28066] ppid=27951 vsize=10983192 memory=8508281403248052365 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28066/stat : 28066 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786814413072 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28067] ppid=27951 vsize=10983192 memory=3472328296227680303 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28067/stat : 28067 (java) S 27951 27957 20606 0 -1 1077944384 2 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786813360528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28072] ppid=27951 vsize=10983192 memory=3472468412189935280 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28072/stat : 28072 (java) S 27951 27957 20606 0 -1 1077944384 2 13160 0 1 0 0 5 3 20 0 15 0 227276753 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786769107696 139787276098178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28074] ppid=27951 vsize=10983192 memory=7378697629483820645 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28074/stat : 28074 (java) S 27951 27957 20606 0 -1 1077944384 13 13160 0 1 0 0 5 3 20 0 15 0 227276753 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786085983904 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28076] ppid=27951 vsize=10983192 memory=-8312670058677691234 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28076/stat : 28076 (java) S 27951 27957 20606 0 -1 1077944384 21 13160 0 1 0 0 5 3 20 0 15 0 227276754 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786018870512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28078] ppid=27951 vsize=10983192 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28078/stat : 28078 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11246788608 13281 33554432000 4194304 4196468 140725419331680 139785711475152 139787276105627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28079] ppid=27951 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27957/task/28079/stat : 28079 (java) S 27951 27957 20606 0 -1 1077944384 549 13160 0 1 2 0 5 3 20 0 15 0 227276756 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786768054512 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28080] ppid=27951 vsize=10983192 memory=8389772264424737328 CPUtime=0.09 cores=1,3,5,7
/proc/27957/task/28080/stat : 28080 (java) S 27951 27957 20606 0 -1 1077944384 64 13160 0 1 1 0 5 3 20 0 15 0 227276756 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786767001968 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28081] ppid=27951 vsize=10983192 memory=140115962254976 CPUtime=0.13 cores=1,3,5,7
/proc/27957/task/28081/stat : 28081 (java) R 27951 27957 20606 0 -1 4202560 628 13160 0 1 5 0 5 3 20 0 15 0 227276756 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786765948912 139787276108378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28086] ppid=27951 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28086/stat : 28086 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11246788608 13281 33554432000 4194304 4196468 140725419331680 139785280678240 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28088] ppid=27951 vsize=10983192 memory=140115962254976 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28088/stat : 28088 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276757 11246788608 13281 33554432000 4194304 4196468 140725419331680 139786764897328 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53124 KiB

[startup+0.700703 s]
/proc/loadavg: 1.00 1.01 1.05 4/216 28089
/proc/meminfo: memFree=24905196/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=10983192 memory=88176 CPUtime=0.97 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27951 27957 20606 0 -1 1077944320 16705 13160 0 1 85 4 5 3 20 0 15 0 227276739 11246788608 22044 33554432000 4194304 4196468 140725419331680 140725419314224 139787276087031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
/proc/27957/statm: 2745798 22044 3237 1 0 2708109 0
[pid=27957/tid=28063] ppid=27951 vsize=10983192 memory=327 CPUtime=0.64 cores=1,3,5,7
/proc/27957/task/28063/stat : 28063 (java) R 27951 27957 20606 0 -1 4202560 12099 13160 0 1 53 3 5 3 20 0 15 0 227276751 11246788608 22044 33554432000 4194304 4196468 140725419331680 139787247909968 139787257460480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28064] ppid=27951 vsize=10983192 memory=8054 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28064/stat : 28064 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246788608 22044 33554432000 4194304 4196468 140725419331680 139787280329232 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28065] ppid=27951 vsize=10983192 memory=239 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28065/stat : 28065 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246788608 22044 33554432000 4194304 4196468 140725419331680 139787161594512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28066] ppid=27951 vsize=10983192 memory=213 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28066/stat : 28066 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786814413072 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28067] ppid=27951 vsize=10983192 memory=4 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28067/stat : 28067 (java) S 27951 27957 20606 0 -1 1077944384 2 13160 0 1 0 0 5 3 20 0 15 0 227276751 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786813360528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28072] ppid=27951 vsize=10983192 memory=83 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28072/stat : 28072 (java) S 27951 27957 20606 0 -1 1077944384 5 13160 0 1 0 0 5 3 20 0 15 0 227276753 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786769107696 139787276098178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28074] ppid=27951 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28074/stat : 28074 (java) S 27951 27957 20606 0 -1 1077944384 13 13160 0 1 0 0 5 3 20 0 15 0 227276753 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786085983904 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28076] ppid=27951 vsize=10983192 memory=4638778398333162340 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28076/stat : 28076 (java) S 27951 27957 20606 0 -1 1077944384 21 13160 0 1 0 0 5 3 20 0 15 0 227276754 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786018870512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28078] ppid=27951 vsize=10983192 memory=6935650355287975249 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28078/stat : 28078 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11246788608 22044 33554432000 4194304 4196468 140725419331680 139785711475152 139787276105627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28079] ppid=27951 vsize=10983192 memory=5936096565992112228 CPUtime=0.18 cores=1,3,5,7
/proc/27957/task/28079/stat : 28079 (java) S 27951 27957 20606 0 -1 1077944384 1206 13160 0 1 10 0 5 3 20 0 15 0 227276756 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786768054512 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28080] ppid=27951 vsize=10983192 memory=7825734864442108491 CPUtime=0.15 cores=1,3,5,7
/proc/27957/task/28080/stat : 28080 (java) S 27951 27957 20606 0 -1 1077944384 440 13160 0 1 7 0 5 3 20 0 15 0 227276756 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786767001968 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28081] ppid=27951 vsize=10983192 memory=4716009337774116214 CPUtime=0.21 cores=1,3,5,7
/proc/27957/task/28081/stat : 28081 (java) S 27951 27957 20606 0 -1 1077944384 715 13160 0 1 13 0 5 3 20 0 15 0 227276756 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786765948912 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28086] ppid=27951 vsize=10983192 memory=-9181546051567709026 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28086/stat : 28086 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11246788608 22044 33554432000 4194304 4196468 140725419331680 139785280678240 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28088] ppid=27951 vsize=10983192 memory=1860 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28088/stat : 28088 (java) S 27951 27957 20606 0 -1 1077944384 1 13160 0 1 0 0 5 3 20 0 15 0 227276757 11246788608 22044 33554432000 4194304 4196468 140725419331680 139786764897328 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88176 KiB

[startup+1.50168 s]
/proc/loadavg: 1.00 1.01 1.05 4/216 28089
/proc/meminfo: memFree=24798820/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=10996044 memory=199120 CPUtime=2.59 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27951 27957 20606 0 -1 1077944320 23841 13160 0 1 241 10 5 3 20 0 15 0 227276739 11259949056 49780 33554432000 4194304 4196468 140725419331680 140725419314224 139787276087031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
/proc/27957/statm: 2749011 49780 3448 1 0 2710669 0
[pid=27957/tid=28063] ppid=27951 vsize=10996044 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/27957/task/28063/stat : 28063 (java) S 27951 27957 20606 0 -1 1077944384 16927 13160 0 1 126 5 5 3 20 0 15 0 227276751 11259949056 49780 33554432000 4194304 4196468 140725419331680 139787247899696 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28064] ppid=27951 vsize=10996044 memory=3474862696330166314 CPUtime=0.1 cores=1,3,5,7
/proc/27957/task/28064/stat : 28064 (java) R 27951 27957 20606 0 -1 4202560 186 13160 0 1 2 0 5 3 20 0 15 0 227276751 11259949056 49780 33554432000 4194304 4196468 140725419331680 139787280329232 139787268715239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28065] ppid=27951 vsize=10996044 memory=7661018143487910759 CPUtime=0.09 cores=1,3,5,7
/proc/27957/task/28065/stat : 28065 (java) R 27951 27957 20606 0 -1 4202560 48 13160 0 1 1 0 5 3 20 0 15 0 227276751 11259949056 49780 33554432000 4194304 4196468 140725419331680 139787161594712 139787260787675 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28066] ppid=27951 vsize=10996044 memory=7956005031678667109 CPUtime=0.09 cores=1,3,5,7
/proc/27957/task/28066/stat : 28066 (java) R 27951 27957 20606 0 -1 4202560 13 13160 0 1 1 0 5 3 20 0 15 0 227276751 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786814413072 139787268715239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28067] ppid=27951 vsize=10996044 memory=7661014862199808871 CPUtime=0.09 cores=1,3,5,7
/proc/27957/task/28067/stat : 28067 (java) R 27951 27957 20606 0 -1 4202560 38 13160 0 1 1 0 5 3 20 0 15 0 227276751 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786813360528 139787268715239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28072] ppid=27951 vsize=10996044 memory=7301855991734425442 CPUtime=0.09 cores=1,3,5,7
/proc/27957/task/28072/stat : 28072 (java) S 27951 27957 20606 0 -1 1077944384 43 13160 0 1 1 0 5 3 20 0 15 0 227276753 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786769106208 139787276097237 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28074] ppid=27951 vsize=10996044 memory=7734797396476342168 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28074/stat : 28074 (java) S 27951 27957 20606 0 -1 1077944384 13 13160 0 1 0 0 5 3 20 0 15 0 227276753 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786085983904 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28076] ppid=27951 vsize=10996044 memory=11474065362 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28076/stat : 28076 (java) S 27951 27957 20606 0 -1 1077944384 21 13160 0 1 0 0 5 3 20 0 15 0 227276754 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786018870512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28078] ppid=27951 vsize=10996044 memory=280231718158296 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28078/stat : 28078 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11259949056 49780 33554432000 4194304 4196468 140725419331680 139785711475152 139787276105627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28079] ppid=27951 vsize=10996044 memory=280231718417776 CPUtime=0.4 cores=1,3,5,7
/proc/27957/task/28079/stat : 28079 (java) S 27951 27957 20606 0 -1 1077944384 1768 13160 0 1 32 0 5 3 20 0 15 0 227276756 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786768054512 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28080] ppid=27951 vsize=10996044 memory=6655300316396806240 CPUtime=0.39 cores=1,3,5,7
/proc/27957/task/28080/stat : 28080 (java) S 27951 27957 20606 0 -1 1077944384 1093 13160 0 1 31 0 5 3 20 0 15 0 227276756 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786767001968 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28081] ppid=27951 vsize=10996044 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/27957/task/28081/stat : 28081 (java) S 27951 27957 20606 0 -1 1077944384 1489 13160 0 1 41 0 5 3 20 0 15 0 227276756 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786765948912 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28086] ppid=27951 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28086/stat : 28086 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11259949056 49780 33554432000 4194304 4196468 140725419331680 139785280678240 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28088] ppid=27951 vsize=10996044 memory=14018773256590 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28088/stat : 28088 (java) S 27951 27957 20606 0 -1 1077944384 2 13160 0 1 0 0 5 3 20 0 15 0 227276757 11259949056 49780 33554432000 4194304 4196468 140725419331680 139786764897328 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10996044 KiB
Current children cumulated memory: 199120 KiB

[startup+3.11069 s]
/proc/loadavg: 1.16 1.05 1.06 8/216 28089
/proc/meminfo: memFree=24569140/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=11006304 memory=258020 CPUtime=6.14 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27951 27957 20606 0 -1 1077944320 31968 13160 0 1 591 15 5 3 20 0 15 0 227276739 11270455296 64505 33554432000 4194304 4196468 140725419331680 140725419314224 139787276087031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
/proc/27957/statm: 2751576 64505 3491 1 0 2713229 0
[pid=27957/tid=28063] ppid=27951 vsize=11006304 memory=2241 CPUtime=2.98 cores=1,3,5,7
/proc/27957/task/28063/stat : 28063 (java) R 27951 27957 20606 0 -1 4202560 22074 13160 0 1 282 8 5 3 20 0 15 0 227276751 11270455296 64505 33554432000 4194304 4196468 140725419331680 139787247911904 139787260294704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0

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

/proc/27957/task/28063/stat : 28063 (java) R 27951 27957 20606 0 -1 4202560 526649 13160 0 1 236876 97 5 3 20 0 15 0 227276751 11345952768 888122 33554432000 4194304 4196468 140725419331680 139787247921488 139786855906593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28064] ppid=27951 vsize=11080032 memory=3550432 CPUtime=11.27 cores=1,3,5,7
/proc/27957/task/28064/stat : 28064 (java) S 27951 27957 20606 0 -1 1077944384 88597 13160 0 1 1056 63 5 3 20 0 15 0 227276751 11345952768 888122 33554432000 4194304 4196468 140725419331680 139787280329232 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28065] ppid=27951 vsize=11080032 memory=3550432 CPUtime=11.27 cores=1,3,5,7
/proc/27957/task/28065/stat : 28065 (java) S 27951 27957 20606 0 -1 1077944384 85490 13160 0 1 1057 62 5 3 20 0 15 0 227276751 11345952768 888122 33554432000 4194304 4196468 140725419331680 139787161594512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28066] ppid=27951 vsize=11080032 memory=3542716 CPUtime=11.29 cores=1,3,5,7
/proc/27957/task/28066/stat : 28066 (java) S 27951 27957 20606 0 -1 1077944384 93740 13160 0 1 1056 65 5 3 20 0 15 0 227276751 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786814413072 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28067] ppid=27951 vsize=11080032 memory=3548384 CPUtime=11.27 cores=1,3,5,7
/proc/27957/task/28067/stat : 28067 (java) S 27951 27957 20606 0 -1 1077944384 86937 13160 0 1 1056 63 5 3 20 0 15 0 227276751 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786813360528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28072] ppid=27951 vsize=11080032 memory=418 CPUtime=1.14 cores=1,3,5,7
/proc/27957/task/28072/stat : 28072 (java) S 27951 27957 20606 0 -1 1077944384 37232 13160 0 1 94 12 5 3 20 0 15 0 227276753 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786769107696 139787276098178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28074] ppid=27951 vsize=11080032 memory=3548384 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28074/stat : 28074 (java) S 27951 27957 20606 0 -1 1077944384 25 13160 0 1 0 0 5 3 20 0 15 0 227276753 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786085983968 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28076] ppid=27951 vsize=11080032 memory=3550432 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28076/stat : 28076 (java) S 27951 27957 20606 0 -1 1077944384 83 13160 0 1 0 0 5 3 20 0 15 0 227276754 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786018870528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28078] ppid=27951 vsize=11080032 memory=3550432 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28078/stat : 28078 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11345952768 888122 33554432000 4194304 4196468 140725419331680 139785711475152 139787276105627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28079] ppid=27951 vsize=11080032 memory=3552488 CPUtime=12.94 cores=1,3,5,7
/proc/27957/task/28079/stat : 28079 (java) S 27951 27957 20606 0 -1 1077944384 31441 13160 0 1 1279 7 5 3 20 0 15 0 227276756 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786768054512 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28080] ppid=27951 vsize=11080032 memory=3552488 CPUtime=13.63 cores=1,3,5,7
/proc/27957/task/28080/stat : 28080 (java) S 27951 27957 20606 0 -1 1077944384 37181 13160 0 1 1348 7 5 3 20 0 15 0 227276756 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786767001968 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28081] ppid=27951 vsize=11080032 memory=3552488 CPUtime=4.26 cores=1,3,5,7
/proc/27957/task/28081/stat : 28081 (java) S 27951 27957 20606 0 -1 1077944384 32660 13160 0 1 410 8 5 3 20 0 15 0 227276756 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786765948912 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28086] ppid=27951 vsize=11080032 memory=3552488 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28086/stat : 28086 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11345952768 888122 33554432000 4194304 4196468 140725419331680 139785280678240 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28088] ppid=27951 vsize=11080032 memory=524 CPUtime=1.43 cores=1,3,5,7
/proc/27957/task/28088/stat : 28088 (java) S 27951 27957 20606 0 -1 1077944384 1393 13160 0 1 59 76 5 3 20 0 15 0 227276757 11345952768 888122 33554432000 4194304 4196468 140725419331680 139786764897328 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
Current children cumulated CPU time: 2447.69 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3552488 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.74 1.65 3/215 28289
/proc/meminfo: memFree=18249544/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=11080032 memory=3562740 CPUtime=2507.8 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27951 27957 20606 0 -1 1077944320 1033686 13160 0 1 250321 451 5 3 20 0 15 0 227276739 11345952768 890685 33554432000 4194304 4196468 140725419331680 140725419314224 139787276087031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
/proc/27957/statm: 2770008 890685 3535 1 0 2731661 0
[pid=27957/tid=28063] ppid=27951 vsize=11080032 memory=3560692 CPUtime=2429.78 cores=1,3,5,7
/proc/27957/task/28063/stat : 28063 (java) R 27951 27957 20606 0 -1 4202560 531123 13160 0 1 242872 98 5 3 20 0 15 0 227276751 11345952768 890685 33554432000 4194304 4196468 140725419331680 139787247921328 139786861012219 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28064] ppid=27951 vsize=11080032 memory=3548384 CPUtime=11.29 cores=1,3,5,7
/proc/27957/task/28064/stat : 28064 (java) S 27951 27957 20606 0 -1 1077944384 90555 13160 0 1 1058 63 5 3 20 0 15 0 227276751 11345952768 890685 33554432000 4194304 4196468 140725419331680 139787280329232 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28065] ppid=27951 vsize=11080032 memory=3558644 CPUtime=11.3 cores=1,3,5,7
/proc/27957/task/28065/stat : 28065 (java) S 27951 27957 20606 0 -1 1077944384 85761 13160 0 1 1060 62 5 3 20 0 15 0 227276751 11345952768 890685 33554432000 4194304 4196468 140725419331680 139787161594512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28066] ppid=27951 vsize=11080032 memory=3560692 CPUtime=11.32 cores=1,3,5,7
/proc/27957/task/28066/stat : 28066 (java) S 27951 27957 20606 0 -1 1077944384 95275 13160 0 1 1058 66 5 3 20 0 15 0 227276751 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786814413072 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28067] ppid=27951 vsize=11080032 memory=3560692 CPUtime=11.31 cores=1,3,5,7
/proc/27957/task/28067/stat : 28067 (java) S 27951 27957 20606 0 -1 1077944384 88540 13160 0 1 1059 64 5 3 20 0 15 0 227276751 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786813360528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28072] ppid=27951 vsize=11080032 memory=3556592 CPUtime=1.15 cores=1,3,5,7
/proc/27957/task/28072/stat : 28072 (java) S 27951 27957 20606 0 -1 1077944384 37422 13160 0 1 94 13 5 3 20 0 15 0 227276753 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786769107696 139787276098178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28074] ppid=27951 vsize=11080032 memory=3560692 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28074/stat : 28074 (java) S 27951 27957 20606 0 -1 1077944384 25 13160 0 1 0 0 5 3 20 0 15 0 227276753 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786085983968 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28076] ppid=27951 vsize=11080032 memory=3558644 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28076/stat : 28076 (java) S 27951 27957 20606 0 -1 1077944384 83 13160 0 1 0 0 5 3 20 0 15 0 227276754 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786018870528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28078] ppid=27951 vsize=11080032 memory=3562740 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28078/stat : 28078 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11345952768 890685 33554432000 4194304 4196468 140725419331680 139785711475152 139787276105627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28079] ppid=27951 vsize=11080032 memory=3560692 CPUtime=12.94 cores=1,3,5,7
/proc/27957/task/28079/stat : 28079 (java) S 27951 27957 20606 0 -1 1077944384 31443 13160 0 1 1279 7 5 3 20 0 15 0 227276756 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786768054512 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28080] ppid=27951 vsize=11080032 memory=3562740 CPUtime=13.63 cores=1,3,5,7
/proc/27957/task/28080/stat : 28080 (java) S 27951 27957 20606 0 -1 1077944384 37184 13160 0 1 1348 7 5 3 20 0 15 0 227276756 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786767001968 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28081] ppid=27951 vsize=11080032 memory=3562740 CPUtime=4.26 cores=1,3,5,7
/proc/27957/task/28081/stat : 28081 (java) S 27951 27957 20606 0 -1 1077944384 32662 13160 0 1 410 8 5 3 20 0 15 0 227276756 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786765948912 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28086] ppid=27951 vsize=11080032 memory=5112 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28086/stat : 28086 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11345952768 890685 33554432000 4194304 4196468 140725419331680 139785280678240 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28088] ppid=27951 vsize=11080032 memory=3560692 CPUtime=1.46 cores=1,3,5,7
/proc/27957/task/28088/stat : 28088 (java) S 27951 27957 20606 0 -1 1077944384 1413 13160 0 1 60 78 5 3 20 0 15 0 227276757 11345952768 890685 33554432000 4194304 4196468 140725419331680 139786764897328 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
Current children cumulated CPU time: 2507.8 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3562740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2454.5 s]
/proc/loadavg: 1.73 1.74 1.66 3/215 28289
/proc/meminfo: memFree=18247372/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=11080032 memory=3564800 CPUtime=2520.03 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27951 27957 20606 0 -1 1077944320 1033838 13160 0 1 251543 452 5 3 20 0 15 0 227276739 11345952768 891200 33554432000 4194304 4196468 140725419331680 140725419314224 139787276087031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
/proc/27957/statm: 2770008 891200 3535 1 0 2731661 0
[pid=27957/tid=28063] ppid=27951 vsize=11080032 memory=3544 CPUtime=2441.97 cores=1,3,5,7
/proc/27957/task/28063/stat : 28063 (java) R 27951 27957 20606 0 -1 4202560 531265 13160 0 1 244091 98 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139787247919056 139786859505385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28064] ppid=27951 vsize=11080032 memory=3564800 CPUtime=11.3 cores=1,3,5,7
/proc/27957/task/28064/stat : 28064 (java) S 27951 27957 20606 0 -1 1077944384 90555 13160 0 1 1059 63 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139787280329232 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28065] ppid=27951 vsize=11080032 memory=3562740 CPUtime=11.3 cores=1,3,5,7
/proc/27957/task/28065/stat : 28065 (java) S 27951 27957 20606 0 -1 1077944384 85761 13160 0 1 1060 62 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139787161594512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28066] ppid=27951 vsize=11080032 memory=3562740 CPUtime=11.33 cores=1,3,5,7
/proc/27957/task/28066/stat : 28066 (java) S 27951 27957 20606 0 -1 1077944384 95275 13160 0 1 1059 66 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786814413072 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28067] ppid=27951 vsize=11080032 memory=3562740 CPUtime=11.31 cores=1,3,5,7
/proc/27957/task/28067/stat : 28067 (java) S 27951 27957 20606 0 -1 1077944384 88540 13160 0 1 1059 64 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786813360528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28072] ppid=27951 vsize=11080032 memory=3558644 CPUtime=1.15 cores=1,3,5,7
/proc/27957/task/28072/stat : 28072 (java) S 27951 27957 20606 0 -1 1077944384 37430 13160 0 1 94 13 5 3 20 0 15 0 227276753 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786769107696 139787276098178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28074] ppid=27951 vsize=11080032 memory=3556592 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28074/stat : 28074 (java) S 27951 27957 20606 0 -1 1077944384 25 13160 0 1 0 0 5 3 20 0 15 0 227276753 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786085983968 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28076] ppid=27951 vsize=11080032 memory=3560692 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28076/stat : 28076 (java) S 27951 27957 20606 0 -1 1077944384 83 13160 0 1 0 0 5 3 20 0 15 0 227276754 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786018870528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28078] ppid=27951 vsize=11080032 memory=3560692 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28078/stat : 28078 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139785711475152 139787276105627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28079] ppid=27951 vsize=11080032 memory=3558644 CPUtime=12.94 cores=1,3,5,7
/proc/27957/task/28079/stat : 28079 (java) S 27951 27957 20606 0 -1 1077944384 31443 13160 0 1 1279 7 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786768054512 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28080] ppid=27951 vsize=11080032 memory=3548384 CPUtime=13.63 cores=1,3,5,7
/proc/27957/task/28080/stat : 28080 (java) S 27951 27957 20606 0 -1 1077944384 37184 13160 0 1 1348 7 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786767001968 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28081] ppid=27951 vsize=11080032 memory=3564800 CPUtime=4.26 cores=1,3,5,7
/proc/27957/task/28081/stat : 28081 (java) S 27951 27957 20606 0 -1 1077944384 32662 13160 0 1 410 8 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786765948912 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28086] ppid=27951 vsize=11080032 memory=3558644 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28086/stat : 28086 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139785280678240 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28088] ppid=27951 vsize=11080032 memory=3172 CPUtime=1.48 cores=1,3,5,7
/proc/27957/task/28088/stat : 28088 (java) S 27951 27957 20606 0 -1 1077944384 1415 13160 0 1 61 79 5 3 20 0 15 0 227276757 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786764897328 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3564800 KiB

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

[startup+2454.55 s]
# the end of solver process 27957 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.51 s, system=4.58356 s

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

[startup+2454.5 s]
/proc/loadavg: 1.73 1.74 1.66 3/215 28289
/proc/meminfo: memFree=18247372/32770624 swapFree=67058900/67108860
[pid=27957] ppid=27951 vsize=11080032 memory=3564800 CPUtime=2520.03 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27951 27957 20606 0 -1 1077944320 1033838 13160 0 1 251543 452 5 3 20 0 15 0 227276739 11345952768 891200 33554432000 4194304 4196468 140725419331680 140725419314224 139787276087031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
/proc/27957/statm: 2770008 891200 3535 1 0 2731661 0
[pid=27957/tid=28063] ppid=27951 vsize=11080032 memory=3544 CPUtime=2441.97 cores=1,3,5,7
/proc/27957/task/28063/stat : 28063 (java) R 27951 27957 20606 0 -1 4202560 531265 13160 0 1 244091 98 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139787247919056 139786859505385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28064] ppid=27951 vsize=11080032 memory=3564800 CPUtime=11.3 cores=1,3,5,7
/proc/27957/task/28064/stat : 28064 (java) S 27951 27957 20606 0 -1 1077944384 90555 13160 0 1 1059 63 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139787280329232 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28065] ppid=27951 vsize=11080032 memory=3562740 CPUtime=11.3 cores=1,3,5,7
/proc/27957/task/28065/stat : 28065 (java) S 27951 27957 20606 0 -1 1077944384 85761 13160 0 1 1060 62 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139787161594512 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28066] ppid=27951 vsize=11080032 memory=3562740 CPUtime=11.33 cores=1,3,5,7
/proc/27957/task/28066/stat : 28066 (java) S 27951 27957 20606 0 -1 1077944384 95275 13160 0 1 1059 66 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786814413072 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28067] ppid=27951 vsize=11080032 memory=3562740 CPUtime=11.31 cores=1,3,5,7
/proc/27957/task/28067/stat : 28067 (java) S 27951 27957 20606 0 -1 1077944384 88540 13160 0 1 1059 64 5 3 20 0 15 0 227276751 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786813360528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28072] ppid=27951 vsize=11080032 memory=3558644 CPUtime=1.15 cores=1,3,5,7
/proc/27957/task/28072/stat : 28072 (java) S 27951 27957 20606 0 -1 1077944384 37430 13160 0 1 94 13 5 3 20 0 15 0 227276753 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786769107696 139787276098178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28074] ppid=27951 vsize=11080032 memory=3556592 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28074/stat : 28074 (java) S 27951 27957 20606 0 -1 1077944384 25 13160 0 1 0 0 5 3 20 0 15 0 227276753 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786085983968 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28076] ppid=27951 vsize=11080032 memory=3560692 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28076/stat : 28076 (java) S 27951 27957 20606 0 -1 1077944384 83 13160 0 1 0 0 5 3 20 0 15 0 227276754 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786018870528 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28078] ppid=27951 vsize=11080032 memory=3560692 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28078/stat : 28078 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139785711475152 139787276105627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28079] ppid=27951 vsize=11080032 memory=3558644 CPUtime=12.94 cores=1,3,5,7
/proc/27957/task/28079/stat : 28079 (java) S 27951 27957 20606 0 -1 1077944384 31443 13160 0 1 1279 7 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786768054512 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28080] ppid=27951 vsize=11080032 memory=3548384 CPUtime=13.63 cores=1,3,5,7
/proc/27957/task/28080/stat : 28080 (java) S 27951 27957 20606 0 -1 1077944384 37184 13160 0 1 1348 7 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786767001968 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28081] ppid=27951 vsize=11080032 memory=3564800 CPUtime=4.26 cores=1,3,5,7
/proc/27957/task/28081/stat : 28081 (java) S 27951 27957 20606 0 -1 1077944384 32662 13160 0 1 410 8 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786765948912 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28086] ppid=27951 vsize=11080032 memory=3558644 CPUtime=0.08 cores=1,3,5,7
/proc/27957/task/28086/stat : 28086 (java) S 27951 27957 20606 0 -1 1077944384 3 13160 0 1 0 0 5 3 20 0 15 0 227276756 11345952768 891200 33554432000 4194304 4196468 140725419331680 139785280678240 139787276097237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
[pid=27957/tid=28088] ppid=27951 vsize=11080032 memory=3172 CPUtime=1.48 cores=1,3,5,7
/proc/27957/task/28088/stat : 28088 (java) S 27951 27957 20606 0 -1 1077944384 1415 13160 0 1 61 79 5 3 20 0 15 0 227276757 11345952768 891200 33554432000 4194304 4196468 140725419331680 139786764897328 139787276098178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35897344 140725419334243 140725419337052 140725419337052 140725419339727 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3564800 KiB

Child status: 143
Real time (s): 2454.55
CPU time (s): 2520.1
CPU user time (s): 2515.51
CPU system time (s): 4.58356
CPU usage (%): 102.67
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 3810596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.51
system time used= 4.58356
maximum resident set size= 3812644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1048387
page faults= 1
swaps= 0
block input operations= 160
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76700
involuntary context switches= 1582


# summary of solver processes directly reported to runsolver:
#   pid: 27957
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.51
#   total CPU system time (s): 4.58356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4124 second user time and 24.0129 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 20:05:35
IDJOB=4304962
IDBENCH=141332
IDSOLVER=2781
FILE ID=node103/4304962-1534097135
RUNJOBID= node103-1534097135-27929
PBS_JOBID= 21036991
Free space on /tmp= 34688 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Bibd/Bibd-sum-34-085-30-12-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304962-1534097135/watcher-4304962-1534097135 -o /tmp/evaluation-result-4304962-1534097135/solver-4304962-1534097135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534097135-27929 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1567206441 -superng HOME/instance-4304962-1534097135.xml

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

MD5SUM BENCH= b8a3101f481aadf5580b66257c4acd87
RANDOM SEED=1567206441

node103.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.48
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.48
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.48
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.48
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:        25012340 kB
MemAvailable:   31948476 kB
Buffers:          115580 kB
Cached:          7004980 kB
SwapCached:         5364 kB
Active:          3844264 kB
Inactive:        3288112 kB
Active(anon):       2512 kB
Inactive(anon):    60472 kB
Active(file):    3841752 kB
Inactive(file):  3227640 kB
Unevictable:        7796 kB
Mlocked:            7796 kB
SwapTotal:      67108860 kB
SwapFree:       67058900 kB
Dirty:             52696 kB
Writeback:             0 kB
AnonPages:         14128 kB
Mapped:            50228 kB
Shmem:             48632 kB
Slab:             323768 kB
SReclaimable:     295204 kB
SUnreclaim:        28564 kB
KernelStack:        3184 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34636 MiB
End job on node103 at 2018-08-12 20:46:30