Trace number 4296031

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.22 2349.22

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-3-0_c18.xml
MD5SUM9618cadca64f3323a562113cce1d17af
Bench CategoryCOP (optimization 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 variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":24,"count":111},{"size":38,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296031-1532607235/watcher-4296031-1532607235 -o /tmp/evaluation-result-4296031-1532607235/solver-4296031-1532607235 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3955 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=947862081 -superng HOME/instance-4296031-1532607235.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=6345, runsolver pid=6342
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 2.03 1.76 1.70 3/210 6402
/proc/meminfo: memFree=21328800/32770624 swapFree=67108860/67108860
[pid=6345] ppid=6342 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/6345/stat : 6345 (java) S 6342 6345 2275 0 -1 1077944320 4401 12993 0 0 1 1 4 3 20 0 6 0 78286638 10212057088 4269 33554432000 4194304 4196468 140730530075088 140730530057632 140033217273591 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
/proc/6345/statm: 2493178 4269 1934 1 0 2481616 0
[pid=6345/tid=6398] ppid=6342 vsize=9972712 memory=-8530506832973971393 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6398/stat : 6398 (java) R 6342 6345 2275 0 -1 4202560 2251 12993 0 0 0 0 4 3 20 0 6 0 78286647 10212057088 4269 33554432000 4194304 4196468 140730530075088 140033189110352 140033202396528 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6399] ppid=6342 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6399/stat : 6399 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 6 0 78286647 10212057088 4269 33554432000 4194304 4196468 140730530075088 140033221516304 140033217283797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6400] ppid=6342 vsize=9972712 memory=139852178691712 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6400/stat : 6400 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 6 0 78286648 10212057088 4269 33554432000 4194304 4196468 140730530075088 140033120406672 140033217283797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6401] ppid=6342 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6401/stat : 6401 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 6 0 78286648 10212057088 4269 33554432000 4194304 4196468 140730530075088 140033119353616 140033217283797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6402] ppid=6342 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 6 0 78286648 10212057088 4269 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210056 s]*
/proc/loadavg: 2.02 1.76 1.70 3/219 6411
/proc/meminfo: memFree=21308936/32770624 swapFree=67108860/67108860
[pid=6345] ppid=6342 vsize=10818936 memory=45604 CPUtime=0.26 cores=1,3,5,7
/proc/6345/stat : 6345 (java) S 6342 6345 2275 0 -1 1077944320 9282 12993 0 0 17 2 4 3 20 0 15 0 78286638 11078590464 11401 33554432000 4194304 4196468 140730530075088 140730530057632 140033217273591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
/proc/6345/statm: 2704734 11401 2927 1 0 2667157 0
[pid=6345/tid=6398] ppid=6342 vsize=10818936 memory=8514701219931451533 CPUtime=0.18 cores=1,3,5,7
/proc/6345/task/6398/stat : 6398 (java) R 6342 6345 2275 0 -1 4202560 6072 12993 0 0 10 1 4 3 20 0 15 0 78286647 11078590464 11520 33554432000 4194304 4196468 140730530075088 140033189098400 140033209953309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6399] ppid=6342 vsize=10818936 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6399/stat : 6399 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286647 11078590464 11520 33554432000 4194304 4196468 140730530075088 140033221516304 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6400] ppid=6342 vsize=10818936 memory=139852178691712 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6400/stat : 6400 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286648 11078590464 11520 33554432000 4194304 4196468 140730530075088 140033120406672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6401] ppid=6342 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6401/stat : 6401 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286648 11078590464 11520 33554432000 4194304 4196468 140730530075088 140033119353616 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6402] ppid=6342 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286648 11078557696 11520 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6403] ppid=6342 vsize=10818904 memory=139852178691712 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6403/stat : 6403 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286649 11078557696 11520 33554432000 4194304 4196468 140730530075088 140032676219120 140033217284738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6404] ppid=6342 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6404/stat : 6404 (java) S 6342 6345 2275 0 -1 1077944384 13 12993 0 0 0 0 4 3 20 0 15 0 78286649 11078557696 11520 33554432000 4194304 4196468 140730530075088 140032107078816 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6405] ppid=6342 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6405/stat : 6405 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286650 11078557696 11520 33554432000 4194304 4196468 140730530075088 140031972860656 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6406] ppid=6342 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6406/stat : 6406 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286652 11078557696 11520 33554432000 4194304 4196468 140730530075088 140031732570064 140033217292187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6407] ppid=6342 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6345/task/6407/stat : 6407 (java) S 6342 6345 2275 0 -1 1077944384 528 12993 0 0 1 0 4 3 20 0 15 0 78286652 11078557696 11520 33554432000 4194304 4196468 140730530075088 140032675166960 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6408] ppid=6342 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6408/stat : 6408 (java) S 6342 6345 2275 0 -1 1077944384 52 12993 0 0 0 0 4 3 20 0 15 0 78286652 11078590464 11520 33554432000 4194304 4196468 140730530075088 140032674114416 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6409] ppid=6342 vsize=10818936 memory=139852178691712 CPUtime=0.1 cores=1,3,5,7
/proc/6345/task/6409/stat : 6409 (java) S 6342 6345 2275 0 -1 1077944384 545 12993 0 0 3 0 4 3 20 0 15 0 78286652 11078590464 11520 33554432000 4194304 4196468 140730530075088 140032673061360 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6410] ppid=6342 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6410/stat : 6410 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286653 11078590464 11520 33554432000 4194304 4196468 140730530075088 140031699012448 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6411] ppid=6342 vsize=10818936 memory=139852178691712 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6411/stat : 6411 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286653 11078590464 11520 33554432000 4194304 4196468 140730530075088 140032672008752 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 45604 KiB

[startup+0.310638 s]*
/proc/loadavg: 2.02 1.76 1.70 4/219 6411
/proc/meminfo: memFree=21295680/32770624 swapFree=67108860/67108860
[pid=6345] ppid=6342 vsize=10819352 memory=54220 CPUtime=0.38 cores=1,3,5,7
/proc/6345/stat : 6345 (java) S 6342 6345 2275 0 -1 1077944320 10621 12993 0 0 29 2 4 3 20 0 15 0 78286638 11079016448 13555 33554432000 4194304 4196468 140730530075088 140730530057632 140033217273591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
/proc/6345/statm: 2704838 13555 3087 1 0 2667149 0
[pid=6345/tid=6398] ppid=6342 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/6345/task/6398/stat : 6398 (java) R 6342 6345 2275 0 -1 4202560 7272 12993 0 0 19 2 4 3 20 0 15 0 78286647 11079016448 13555 33554432000 4194304 4196468 140730530075088 140033189086024 140033200460382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6399] ppid=6342 vsize=10819352 memory=7446810115687206992 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6399/stat : 6399 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286647 11079016448 13555 33554432000 4194304 4196468 140730530075088 140033221516304 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6400] ppid=6342 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6400/stat : 6400 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286648 11079016448 13555 33554432000 4194304 4196468 140730530075088 140033120406672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6401] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6401/stat : 6401 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286648 11079016448 13555 33554432000 4194304 4196468 140730530075088 140033119353616 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6402] ppid=6342 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286648 11079016448 13555 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6403] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6403/stat : 6403 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286649 11079016448 13555 33554432000 4194304 4196468 140730530075088 140032676219120 140033217284738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6404] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6404/stat : 6404 (java) S 6342 6345 2275 0 -1 1077944384 13 12993 0 0 0 0 4 3 20 0 15 0 78286649 11079016448 13555 33554432000 4194304 4196468 140730530075088 140032107078816 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6405] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6405/stat : 6405 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286650 11079016448 13555 33554432000 4194304 4196468 140730530075088 140031972860656 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6406] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6406/stat : 6406 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286652 11079016448 13555 33554432000 4194304 4196468 140730530075088 140031732570064 140033217292187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6407] ppid=6342 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6345/task/6407/stat : 6407 (java) S 6342 6345 2275 0 -1 1077944384 529 12993 0 0 2 0 4 3 20 0 15 0 78286652 11079016448 13555 33554432000 4194304 4196468 140730530075088 140032675166960 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6408] ppid=6342 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6345/task/6408/stat : 6408 (java) S 6342 6345 2275 0 -1 1077944384 52 12993 0 0 1 0 4 3 20 0 15 0 78286652 11079016448 13555 33554432000 4194304 4196468 140730530075088 140032674114416 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6409] ppid=6342 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6345/task/6409/stat : 6409 (java) S 6342 6345 2275 0 -1 1077944384 557 12993 0 0 5 0 4 3 20 0 15 0 78286652 11079016448 13555 33554432000 4194304 4196468 140730530075088 140032673061360 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6410] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6410/stat : 6410 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286653 11079016448 13555 33554432000 4194304 4196468 140730530075088 140031699012448 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6411] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6411/stat : 6411 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286653 11079016448 13555 33554432000 4194304 4196468 140730530075088 140032672008752 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54220 KiB

[startup+0.700797 s]
/proc/loadavg: 2.02 1.76 1.70 3/219 6411
/proc/meminfo: memFree=21286748/32770624 swapFree=67108860/67108860
[pid=6345] ppid=6342 vsize=10819352 memory=86540 CPUtime=0.99 cores=1,3,5,7
/proc/6345/stat : 6345 (java) S 6342 6345 2275 0 -1 1077944320 16746 12993 0 0 87 5 4 3 20 0 15 0 78286638 11079016448 21635 33554432000 4194304 4196468 140730530075088 140730530057632 140033217273591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
/proc/6345/statm: 2704838 21635 3237 1 0 2667149 0
[pid=6345/tid=6398] ppid=6342 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/6345/task/6398/stat : 6398 (java) R 6342 6345 2275 0 -1 4202560 12306 12993 0 0 56 3 4 3 20 0 15 0 78286647 11079016448 21635 33554432000 4194304 4196468 140730530075088 140033189094416 140033197548743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6399] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6399/stat : 6399 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286647 11079016448 21635 33554432000 4194304 4196468 140730530075088 140033221516304 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6400] ppid=6342 vsize=10819352 memory=3828 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6400/stat : 6400 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286648 11079016448 21635 33554432000 4194304 4196468 140730530075088 140033120406672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6401] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6401/stat : 6401 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286648 11079016448 21635 33554432000 4194304 4196468 140730530075088 140033119353616 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6402] ppid=6342 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286648 11079016448 21635 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6403] ppid=6342 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6403/stat : 6403 (java) S 6342 6345 2275 0 -1 1077944384 5 12993 0 0 0 0 4 3 20 0 15 0 78286649 11079016448 21635 33554432000 4194304 4196468 140730530075088 140032676219120 140033217284738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6404] ppid=6342 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6404/stat : 6404 (java) S 6342 6345 2275 0 -1 1077944384 13 12993 0 0 0 0 4 3 20 0 15 0 78286649 11079016448 21635 33554432000 4194304 4196468 140730530075088 140032107078816 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6405] ppid=6342 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6405/stat : 6405 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286650 11079016448 21635 33554432000 4194304 4196468 140730530075088 140031972860656 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6406] ppid=6342 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6406/stat : 6406 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286652 11079016448 21635 33554432000 4194304 4196468 140730530075088 140031732570064 140033217292187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6407] ppid=6342 vsize=10819352 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/6345/task/6407/stat : 6407 (java) S 6342 6345 2275 0 -1 1077944384 904 12993 0 0 7 0 4 3 20 0 15 0 78286652 11079016448 21635 33554432000 4194304 4196468 140730530075088 140032675166960 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6408] ppid=6342 vsize=10819352 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/6345/task/6408/stat : 6408 (java) S 6342 6345 2275 0 -1 1077944384 695 12993 0 0 10 0 4 3 20 0 15 0 78286652 11079016448 21635 33554432000 4194304 4196468 140730530075088 140032674114416 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6409] ppid=6342 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/6345/task/6409/stat : 6409 (java) S 6342 6345 2275 0 -1 1077944384 622 12993 0 0 13 0 4 3 20 0 15 0 78286652 11079016448 21635 33554432000 4194304 4196468 140730530075088 140032673061360 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6410] ppid=6342 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6410/stat : 6410 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286653 11079016448 21635 33554432000 4194304 4196468 140730530075088 140031699012448 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6411] ppid=6342 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6411/stat : 6411 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286653 11079016448 21635 33554432000 4194304 4196468 140730530075088 140032672008752 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86540 KiB

[startup+1.51027 s]
/proc/loadavg: 2.02 1.76 1.70 3/219 6411
/proc/meminfo: memFree=21240416/32770624 swapFree=67108860/67108860
[pid=6345] ppid=6342 vsize=10828108 memory=238872 CPUtime=3.11 cores=1,3,5,7
/proc/6345/stat : 6345 (java) S 6342 6345 2275 0 -1 1077944320 22907 12993 0 0 293 11 4 3 20 0 15 0 78286638 11087982592 59718 33554432000 4194304 4196468 140730530075088 140730530057632 140033217273591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
/proc/6345/statm: 2707027 59718 3466 1 0 2668685 0
[pid=6345/tid=6398] ppid=6342 vsize=10828108 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/6345/task/6398/stat : 6398 (java) R 6342 6345 2275 0 -1 4202560 15064 12993 0 0 130 7 4 3 20 0 15 0 78286647 11087982592 59718 33554432000 4194304 4196468 140730530075088 140033189107600 140033196866186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6399] ppid=6342 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6345/task/6399/stat : 6399 (java) S 6342 6345 2275 0 -1 1077944384 31 12993 0 0 1 0 4 3 20 0 15 0 78286647 11087982592 59718 33554432000 4194304 4196468 140730530075088 140033221516304 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6400] ppid=6342 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6400/stat : 6400 (java) S 6342 6345 2275 0 -1 1077944384 7 12993 0 0 0 0 4 3 20 0 15 0 78286648 11087982592 59718 33554432000 4194304 4196468 140730530075088 140033120406672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6401] ppid=6342 vsize=10828108 memory=3683998604062831409 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6401/stat : 6401 (java) S 6342 6345 2275 0 -1 1077944384 242 12993 0 0 0 0 4 3 20 0 15 0 78286648 11087982592 59718 33554432000 4194304 4196468 140730530075088 140033119353616 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6402] ppid=6342 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 48 12993 0 0 1 0 4 3 20 0 15 0 78286648 11087982592 59718 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6403] ppid=6342 vsize=10828108 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6403/stat : 6403 (java) S 6342 6345 2275 0 -1 1077944384 86 12993 0 0 0 0 4 3 20 0 15 0 78286649 11087982592 59718 33554432000 4194304 4196468 140730530075088 140032676219120 140033217284738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6404] ppid=6342 vsize=10828108 memory=279704108083456 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6404/stat : 6404 (java) S 6342 6345 2275 0 -1 1077944384 14 12993 0 0 0 0 4 3 20 0 15 0 78286649 11087982592 59718 33554432000 4194304 4196468 140730530075088 140032107078816 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6405] ppid=6342 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6405/stat : 6405 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286650 11087982592 59718 33554432000 4194304 4196468 140730530075088 140031972860656 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6406] ppid=6342 vsize=10828108 memory=1948 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6406/stat : 6406 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286652 11087982592 59718 33554432000 4194304 4196468 140730530075088 140031732570064 140033217292187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6407] ppid=6342 vsize=10828108 memory=5524 CPUtime=0.65 cores=1,3,5,7
/proc/6345/task/6407/stat : 6407 (java) R 6342 6345 2275 0 -1 4202560 1859 12993 0 0 58 0 4 3 20 0 15 0 78286652 11087982592 59718 33554432000 4194304 4196468 140730530075088 140032675153056 140033201176662 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6408] ppid=6342 vsize=10828108 memory=1444 CPUtime=0.65 cores=1,3,5,7
/proc/6345/task/6408/stat : 6408 (java) R 6342 6345 2275 0 -1 4202560 2043 12993 0 0 58 0 4 3 20 0 15 0 78286652 11087982592 59718 33554432000 4194304 4196468 140730530075088 140032674101856 140033200757147 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6409] ppid=6342 vsize=10828108 memory=1200 CPUtime=0.47 cores=1,3,5,7
/proc/6345/task/6409/stat : 6409 (java) S 6342 6345 2275 0 -1 1077944384 1317 12993 0 0 40 0 4 3 20 0 15 0 78286652 11087982592 59718 33554432000 4194304 4196468 140730530075088 140032673061360 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6410] ppid=6342 vsize=10828108 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6410/stat : 6410 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286653 11087982592 59718 33554432000 4194304 4196468 140730530075088 140031699012448 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6411] ppid=6342 vsize=10828108 memory=12040 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6411/stat : 6411 (java) S 6342 6345 2275 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 78286653 11087982592 59718 33554432000 4194304 4196468 140730530075088 140032672008752 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10828108 KiB

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

[pid=6345/tid=6402] ppid=6342 vsize=10852704 memory=6034300 CPUtime=42.48 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 57515 12993 0 0 4146 95 4 3 20 0 15 0 78286648 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6403] ppid=6342 vsize=10852704 memory=6036352 CPUtime=0.93 cores=1,3,5,7
/proc/6345/task/6403/stat : 6403 (java) S 6342 6345 2275 0 -1 1077944384 75051 12993 0 0 75 11 4 3 20 0 15 0 78286649 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140032676219120 140033217284738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6404] ppid=6342 vsize=10852704 memory=6036352 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6404/stat : 6404 (java) S 6342 6345 2275 0 -1 1077944384 23 12993 0 0 0 0 4 3 20 0 15 0 78286649 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140032107078880 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6405] ppid=6342 vsize=10852704 memory=91443702 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6405/stat : 6405 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286650 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140031972860672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6406] ppid=6342 vsize=10852704 memory=6038400 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6406/stat : 6406 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286652 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140031732570064 140033217292187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6407] ppid=6342 vsize=10852704 memory=6038400 CPUtime=18.35 cores=1,3,5,7
/proc/6345/task/6407/stat : 6407 (java) S 6342 6345 2275 0 -1 1077944384 59443 12993 0 0 1818 10 4 3 20 0 15 0 78286652 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140032675166960 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6408] ppid=6342 vsize=10852704 memory=7007712420471858773 CPUtime=18.74 cores=1,3,5,7
/proc/6345/task/6408/stat : 6408 (java) S 6342 6345 2275 0 -1 1077944384 60674 12993 0 0 1860 7 4 3 20 0 15 0 78286652 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140032674114416 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6409] ppid=6342 vsize=10852704 memory=6038400 CPUtime=5.08 cores=1,3,5,7
/proc/6345/task/6409/stat : 6409 (java) S 6342 6345 2275 0 -1 1077944384 61610 12993 0 0 489 12 4 3 20 0 15 0 78286652 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140032673061360 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6410] ppid=6342 vsize=10852704 memory=6038400 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6410/stat : 6410 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286653 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140031699012448 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6411] ppid=6342 vsize=10852704 memory=952 CPUtime=1.42 cores=1,3,5,7
/proc/6345/task/6411/stat : 6411 (java) S 6342 6345 2275 0 -1 1077944384 1106 12993 0 0 60 75 4 3 20 0 15 0 78286653 11113168896 1509600 33554432000 4194304 4196468 140730530075088 140032672008752 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 2372.51 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 6038400 KiB

[startup+2262.3 s]
/proc/loadavg: 1.96 1.97 1.92 3/218 6482
/proc/meminfo: memFree=13662020/32770624 swapFree=67108860/67108860
[pid=6345] ppid=6342 vsize=10852704 memory=6042508 CPUtime=2432.76 cores=1,3,5,7
/proc/6345/stat : 6345 (java) S 6342 6345 2275 0 -1 1077944320 802399 12993 0 0 242694 575 4 3 20 0 15 0 78286638 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140730530057632 140033217273591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
/proc/6345/statm: 2713176 1510627 3537 1 0 2674829 0
[pid=6345/tid=6398] ppid=6342 vsize=10852704 memory=6040460 CPUtime=2218.67 cores=1,3,5,7
/proc/6345/task/6398/stat : 6398 (java) R 6342 6345 2275 0 -1 4202560 315420 12993 0 0 221769 91 4 3 20 0 15 0 78286647 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140033189108016 140032810309689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6399] ppid=6342 vsize=10852704 memory=6040460 CPUtime=42.38 cores=1,3,5,7
/proc/6345/task/6399/stat : 6399 (java) S 6342 6345 2275 0 -1 1077944384 55391 12993 0 0 4133 98 4 3 20 0 15 0 78286647 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140033221516304 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6400] ppid=6342 vsize=10852704 memory=6042508 CPUtime=42.54 cores=1,3,5,7
/proc/6345/task/6400/stat : 6400 (java) S 6342 6345 2275 0 -1 1077944384 50324 12993 0 0 4153 94 4 3 20 0 15 0 78286648 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140033120406672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6401] ppid=6342 vsize=10852704 memory=6042508 CPUtime=42.56 cores=1,3,5,7
/proc/6345/task/6401/stat : 6401 (java) S 6342 6345 2275 0 -1 1077944384 62023 12993 0 0 4154 95 4 3 20 0 15 0 78286648 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140033119353616 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6402] ppid=6342 vsize=10852704 memory=6042508 CPUtime=42.55 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 58731 12993 0 0 4152 96 4 3 20 0 15 0 78286648 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6403] ppid=6342 vsize=10852704 memory=6040460 CPUtime=0.94 cores=1,3,5,7
/proc/6345/task/6403/stat : 6403 (java) S 6342 6345 2275 0 -1 1077944384 75394 12993 0 0 75 12 4 3 20 0 15 0 78286649 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140032676219120 140033217284738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6404] ppid=6342 vsize=10852704 memory=6042508 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6404/stat : 6404 (java) S 6342 6345 2275 0 -1 1077944384 23 12993 0 0 0 0 4 3 20 0 15 0 78286649 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140032107078880 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6405] ppid=6342 vsize=10852704 memory=6042508 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6405/stat : 6405 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286650 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140031972860672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6406] ppid=6342 vsize=10852704 memory=6042508 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6406/stat : 6406 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286652 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140031732570064 140033217292187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6407] ppid=6342 vsize=10852704 memory=6042508 CPUtime=18.35 cores=1,3,5,7
/proc/6345/task/6407/stat : 6407 (java) S 6342 6345 2275 0 -1 1077944384 59454 12993 0 0 1818 10 4 3 20 0 15 0 78286652 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140032675166960 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6408] ppid=6342 vsize=10852704 memory=8112282956445269571 CPUtime=18.74 cores=1,3,5,7
/proc/6345/task/6408/stat : 6408 (java) S 6342 6345 2275 0 -1 1077944384 60681 12993 0 0 1860 7 4 3 20 0 15 0 78286652 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140032674114416 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6409] ppid=6342 vsize=10852704 memory=2448 CPUtime=5.08 cores=1,3,5,7
/proc/6345/task/6409/stat : 6409 (java) S 6342 6345 2275 0 -1 1077944384 61616 12993 0 0 489 12 4 3 20 0 15 0 78286652 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140032673061360 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6410] ppid=6342 vsize=10852704 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6410/stat : 6410 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286653 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140031699012448 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6411] ppid=6342 vsize=10852704 memory=792 CPUtime=1.46 cores=1,3,5,7
/proc/6345/task/6411/stat : 6411 (java) S 6342 6345 2275 0 -1 1077944384 1147 12993 0 0 62 77 4 3 20 0 15 0 78286653 11113168896 1510627 33554432000 4194304 4196468 140730530075088 140032672008752 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 2432.76 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 6042508 KiB

[startup+2322.3 s]
/proc/loadavg: 1.84 1.93 1.91 3/218 6483
/proc/meminfo: memFree=13675468/32770624 swapFree=67108860/67108860
[pid=6345] ppid=6342 vsize=10852704 memory=6042536 CPUtime=2493.03 cores=1,3,5,7
/proc/6345/stat : 6345 (java) S 6342 6345 2275 0 -1 1077944320 826013 12993 0 0 248717 579 4 3 20 0 15 0 78286638 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140730530057632 140033217273591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
/proc/6345/statm: 2713176 1510634 3537 1 0 2674829 0
[pid=6345/tid=6398] ppid=6342 vsize=10852704 memory=6042536 CPUtime=2278.58 cores=1,3,5,7
/proc/6345/task/6398/stat : 6398 (java) R 6342 6345 2275 0 -1 4202560 326249 12993 0 0 227758 93 4 3 20 0 15 0 78286647 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140033189107600 140032819241522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6399] ppid=6342 vsize=10852704 memory=6042536 CPUtime=42.46 cores=1,3,5,7
/proc/6345/task/6399/stat : 6399 (java) S 6342 6345 2275 0 -1 1077944384 59087 12993 0 0 4141 98 4 3 20 0 15 0 78286647 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140033221516304 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6400] ppid=6342 vsize=10852704 memory=6042528 CPUtime=42.62 cores=1,3,5,7
/proc/6345/task/6400/stat : 6400 (java) S 6342 6345 2275 0 -1 1077944384 52743 12993 0 0 4161 94 4 3 20 0 15 0 78286648 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140033120406672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6401] ppid=6342 vsize=10852704 memory=6042536 CPUtime=42.64 cores=1,3,5,7
/proc/6345/task/6401/stat : 6401 (java) S 6342 6345 2275 0 -1 1077944384 66730 12993 0 0 4162 95 4 3 20 0 15 0 78286648 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140033119353616 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6402] ppid=6342 vsize=10852704 memory=6042536 CPUtime=42.63 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 60029 12993 0 0 4160 96 4 3 20 0 15 0 78286648 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6403] ppid=6342 vsize=10852704 memory=6042536 CPUtime=0.95 cores=1,3,5,7
/proc/6345/task/6403/stat : 6403 (java) S 6342 6345 2275 0 -1 1077944384 76024 12993 0 0 76 12 4 3 20 0 15 0 78286649 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140032676219120 140033217284738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6404] ppid=6342 vsize=10852704 memory=6042528 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6404/stat : 6404 (java) S 6342 6345 2275 0 -1 1077944384 23 12993 0 0 0 0 4 3 20 0 15 0 78286649 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140032107078880 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6405] ppid=6342 vsize=10852704 memory=14404 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6405/stat : 6405 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286650 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140031972860672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6406] ppid=6342 vsize=10852704 memory=18292 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6406/stat : 6406 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286652 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140031732570064 140033217292187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6407] ppid=6342 vsize=10852704 memory=6042528 CPUtime=18.35 cores=1,3,5,7
/proc/6345/task/6407/stat : 6407 (java) S 6342 6345 2275 0 -1 1077944384 59456 12993 0 0 1818 10 4 3 20 0 15 0 78286652 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140032675166960 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6408] ppid=6342 vsize=10852704 memory=6042528 CPUtime=18.74 cores=1,3,5,7
/proc/6345/task/6408/stat : 6408 (java) S 6342 6345 2275 0 -1 1077944384 60684 12993 0 0 1860 7 4 3 20 0 15 0 78286652 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140032674114416 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6409] ppid=6342 vsize=10852704 memory=6042536 CPUtime=5.08 cores=1,3,5,7
/proc/6345/task/6409/stat : 6409 (java) S 6342 6345 2275 0 -1 1077944384 61618 12993 0 0 489 12 4 3 20 0 15 0 78286652 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140032673061360 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6410] ppid=6342 vsize=10852704 memory=5524 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6410/stat : 6410 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286653 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140031699012448 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6411] ppid=6342 vsize=10852704 memory=1444 CPUtime=1.49 cores=1,3,5,7
/proc/6345/task/6411/stat : 6411 (java) S 6342 6345 2275 0 -1 1077944384 1175 12993 0 0 63 79 4 3 20 0 15 0 78286653 11113168896 1510634 33554432000 4194304 4196468 140730530075088 140032672008752 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 2493.03 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 6042536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2349.11 s]
/proc/loadavg: 1.89 1.94 1.92 3/218 6484
/proc/meminfo: memFree=13671700/32770624 swapFree=67108860/67108860
[pid=6345] ppid=6342 vsize=10852704 memory=6045592 CPUtime=2520.09 cores=1,3,5,7
/proc/6345/stat : 6345 (java) S 6342 6345 2275 0 -1 1077944320 832311 12993 0 0 251422 580 4 3 20 0 15 0 78286638 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140730530057632 140033217273591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
/proc/6345/statm: 2713176 1511398 3537 1 0 2674829 0
[pid=6345/tid=6398] ppid=6342 vsize=10852704 memory=8112282956445269571 CPUtime=2305.31 cores=1,3,5,7
/proc/6345/task/6398/stat : 6398 (java) R 6342 6345 2275 0 -1 4202560 329492 12993 0 0 230431 93 4 3 20 0 15 0 78286647 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140033189107808 140032805098389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6399] ppid=6342 vsize=10852704 memory=6045592 CPUtime=42.53 cores=1,3,5,7
/proc/6345/task/6399/stat : 6399 (java) S 6342 6345 2275 0 -1 1077944384 59146 12993 0 0 4148 98 4 3 20 0 15 0 78286647 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140033221516304 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6400] ppid=6342 vsize=10852704 memory=6042536 CPUtime=42.69 cores=1,3,5,7
/proc/6345/task/6400/stat : 6400 (java) S 6342 6345 2275 0 -1 1077944384 52866 12993 0 0 4168 94 4 3 20 0 15 0 78286648 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140033120406672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6401] ppid=6342 vsize=10852704 memory=6042536 CPUtime=42.71 cores=1,3,5,7
/proc/6345/task/6401/stat : 6401 (java) S 6342 6345 2275 0 -1 1077944384 66836 12993 0 0 4169 95 4 3 20 0 15 0 78286648 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140033119353616 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6402] ppid=6342 vsize=10852704 memory=6042536 CPUtime=42.71 cores=1,3,5,7
/proc/6345/task/6402/stat : 6402 (java) S 6342 6345 2275 0 -1 1077944384 60149 12993 0 0 4168 96 4 3 20 0 15 0 78286648 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140033118301072 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6403] ppid=6342 vsize=10852704 memory=6045336 CPUtime=0.95 cores=1,3,5,7
/proc/6345/task/6403/stat : 6403 (java) S 6342 6345 2275 0 -1 1077944384 76029 12993 0 0 76 12 4 3 20 0 15 0 78286649 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140032676219120 140033217284738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6404] ppid=6342 vsize=10852704 memory=6045336 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6404/stat : 6404 (java) S 6342 6345 2275 0 -1 1077944384 23 12993 0 0 0 0 4 3 20 0 15 0 78286649 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140032107078880 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6405] ppid=6342 vsize=10852704 memory=6045592 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6405/stat : 6405 (java) S 6342 6345 2275 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 78286650 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140031972860672 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6406] ppid=6342 vsize=10852704 memory=3828 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6406/stat : 6406 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286652 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140031732570064 140033217292187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6407] ppid=6342 vsize=10852704 memory=23472 CPUtime=18.37 cores=1,3,5,7
/proc/6345/task/6407/stat : 6407 (java) S 6342 6345 2275 0 -1 1077944384 60828 12993 0 0 1820 10 4 3 20 0 15 0 78286652 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140032675166960 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6408] ppid=6342 vsize=10852704 memory=6045592 CPUtime=18.74 cores=1,3,5,7
/proc/6345/task/6408/stat : 6408 (java) S 6342 6345 2275 0 -1 1077944384 60684 12993 0 0 1860 7 4 3 20 0 15 0 78286652 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140032674114416 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6409] ppid=6342 vsize=10852704 memory=6045336 CPUtime=5.09 cores=1,3,5,7
/proc/6345/task/6409/stat : 6409 (java) S 6342 6345 2275 0 -1 1077944384 62881 12993 0 0 490 12 4 3 20 0 15 0 78286652 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140032673061360 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6410] ppid=6342 vsize=10852704 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/6345/task/6410/stat : 6410 (java) S 6342 6345 2275 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 78286653 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140031699012448 140033217283797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
[pid=6345/tid=6411] ppid=6342 vsize=10852704 memory=15868 CPUtime=1.51 cores=1,3,5,7
/proc/6345/task/6411/stat : 6411 (java) S 6342 6345 2275 0 -1 1077944384 1182 12993 0 0 64 80 4 3 20 0 15 0 78286653 11113168896 1511398 33554432000 4194304 4196468 140730530075088 140032672008752 140033217284738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17006592 140730530080940 140730530084188 140730530084188 140730530086863 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 6045592 KiB

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

[startup+2349.22 s]
# the end of solver process 6345 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.34 s, system=5.87807 s

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

[startup+2349.21 s]*
/proc/loadavg: 1.89 1.94 1.92 3/205 6486
/proc/meminfo: memFree=19430544/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2349.22
CPU time (s): 2520.22
CPU user time (s): 2514.34
CPU system time (s): 5.87807
CPU usage (%): 107.279
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 6045592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.34
system time used= 5.87807
maximum resident set size= 6049836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 848052
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74290
involuntary context switches= 3752


# summary of solver processes directly reported to runsolver:
#   pid: 6345
#   total CPU time (s): 2520.22
#   total CPU user time (s): 2514.34
#   total CPU system time (s): 5.87807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.841 second user time and 18.5802 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 14:13:55
IDJOB=4296031
IDBENCH=141640
IDSOLVER=2751
FILE ID=node135/4296031-1532607235
RUNJOBID= node135-1532594793-3955
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-3-0_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296031-1532607235/watcher-4296031-1532607235 -o /tmp/evaluation-result-4296031-1532607235/solver-4296031-1532607235 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3955 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=947862081 -superng HOME/instance-4296031-1532607235.xml

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

MD5SUM BENCH= 9618cadca64f3323a562113cce1d17af
RANDOM SEED=947862081

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21337272 kB
MemAvailable:   30234940 kB
Buffers:          202932 kB
Cached:          8875552 kB
SwapCached:            0 kB
Active:          4248256 kB
Inactive:        6577072 kB
Active(anon):    1696616 kB
Inactive(anon):    78300 kB
Active(file):    2551640 kB
Inactive(file):  6498772 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27660 kB
Writeback:             0 kB
AnonPages:       1754084 kB
Mapped:            53748 kB
Shmem:             25248 kB
Slab:             304624 kB
SReclaimable:     275716 kB
SUnreclaim:        28908 kB
KernelStack:        3728 kB
PageTables:         8524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3332120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1466368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48312 MiB
End job on node135 at 2018-07-26 14:53:04