Trace number 4400879

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.12.2? (TO) 2520.08 2472.43

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-187.xml
MD5SUMf424b0c660fb274e22953efd38d29301
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 variables50
Number of constraints53
Number of domains1
Minimum domain size575
Maximum domain size575
Distribution of domain sizes[{"size":575,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
2520.03/2472.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2472.41		at concrete.MAC.mac(MAC.scala:192)
2520.03/2472.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.03/2472.41		at scala.util.Try$.apply(Try.scala:212)
2520.03/2472.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2472.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2472.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2472.41		at concrete.MAC.oneRun(MAC.scala:265)
2520.03/2472.41		at concrete.MAC.nextSolution(MAC.scala:284)
2520.03/2472.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.03/2472.41		at concrete.ProblemState.map(ProblemState.scala:238)
2520.03/2472.41		at concrete.ProblemState.map(ProblemState.scala:212)
2520.03/2472.41		at concrete.MAC.nextSolution(MAC.scala:348)
2520.03/2472.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2472.41		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.03/2472.41		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.03/2472.41		at concrete.Solver.nextOption(Solver.scala:67)
2520.03/2472.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.03/2472.41		at scala.util.Success.map(Try.scala:264)
2520.03/2472.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2472.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2472.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2472.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2472.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2472.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2472.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2472.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2472.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2472.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2472.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2472.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2472.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2472.41		at scala.App.main(App.scala:75)
2520.03/2472.41		at scala.App.main$(App.scala:73)
2520.03/2472.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2472.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2472.41	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400879-1568681915/watcher-4400879-1568681915 -o /tmp/evaluation-result-4400879-1568681915/solver-4400879-1568681915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4400879-1568681915.xml 

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

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

solver pid=21465, runsolver pid=21462

[startup+0.100118 s]*
/proc/loadavg: 1.54 2.35 2.48 4/220 21522
/proc/meminfo: memFree=29144720/32770624 swapFree=66917056/67108860
[pid=21465] ppid=21462 vsize=9972712 memory=15180 CPUtime=0.09 cores=1,3,5,7
/proc/21465/stat : 21465 (java) S 21462 21465 18193 0 -1 1077944320 4568 13321 0 0 1 1 5 2 20 0 6 0 444105350 10212057088 3795 33554432000 4194304 4196468 140734590613936 140734590596480 140207793581815 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
/proc/21465/statm: 2493178 3795 1935 1 0 2481616 0
[pid=21465/tid=21518] ppid=21462 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 2365 13321 0 0 0 0 5 2 20 0 6 0 444105359 10212057088 3795 33554432000 4194304 4196468 140734590613936 140207765418576 140207778704752 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=9972712 memory=5793855000114993593 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 6 0 444105360 10212057088 3795 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=9972712 memory=139749105100416 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 6 0 444105360 10212057088 3795 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 6 0 444105360 10212057088 3795 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 6 0 444105360 10212057088 3795 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.210184 s]*
/proc/loadavg: 1.54 2.35 2.48 4/229 21531
/proc/meminfo: memFree=29127112/32770624 swapFree=66917056/67108860
[pid=21465] ppid=21462 vsize=10820196 memory=39400 CPUtime=0.26 cores=1,3,5,7
/proc/21465/stat : 21465 (java) S 21462 21465 18193 0 -1 1077944320 7731 13321 0 0 17 2 5 2 20 0 15 0 444105350 11079880704 9850 33554432000 4194304 4196468 140734590613936 140734590596480 140207793581815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
/proc/21465/statm: 2705049 9850 3258 1 0 2667149 0
[pid=21465/tid=21518] ppid=21462 vsize=10820196 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 4143 13321 0 0 10 1 5 2 20 0 15 0 444105359 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207765387040 140207779264336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=10820196 memory=4211973475309890954 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=10820196 memory=139749105100416 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 444105360 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21523] ppid=21462 vsize=10820196 memory=139749105100416 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21523/stat : 21523 (java) S 21462 21465 18193 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 444105361 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207252793584 140207793592962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21524] ppid=21462 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21524/stat : 21524 (java) S 21462 21465 18193 0 -1 1077944384 33 13321 0 0 0 0 5 2 20 0 15 0 444105362 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207251739808 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21525] ppid=21462 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21525/stat : 21525 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105362 11079880704 9850 33554432000 4194304 4196468 140734590613936 140206657233648 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21526] ppid=21462 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21526/stat : 21526 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11079880704 9850 33554432000 4194304 4196468 140734590613936 140206349834192 140207793600411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21527] ppid=21462 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21465/task/21527/stat : 21527 (java) R 21462 21465 18193 0 -1 4202560 502 13321 0 0 1 0 5 2 20 0 15 0 444105365 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207218182896 140207771377707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21528] ppid=21462 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21528/stat : 21528 (java) S 21462 21465 18193 0 -1 1077944384 172 13321 0 0 0 0 5 2 20 0 15 0 444105365 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207217130352 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21529] ppid=21462 vsize=10820196 memory=139749105100416 CPUtime=0.1 cores=1,3,5,7
/proc/21465/task/21529/stat : 21529 (java) S 21462 21465 18193 0 -1 1077944384 669 13321 0 0 3 0 5 2 20 0 15 0 444105365 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207216077296 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21530] ppid=21462 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21530/stat : 21530 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11079880704 9850 33554432000 4194304 4196468 140734590613936 140206316276576 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21531] ppid=21462 vsize=10820196 memory=139749105100416 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21531/stat : 21531 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105365 11079880704 9850 33554432000 4194304 4196468 140734590613936 140207215024688 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39400 KiB

[startup+0.310509 s]*
/proc/loadavg: 1.54 2.35 2.48 3/229 21531
/proc/meminfo: memFree=29115388/32770624 swapFree=66917056/67108860
[pid=21465] ppid=21462 vsize=10820196 memory=47716 CPUtime=0.4 cores=1,3,5,7
/proc/21465/stat : 21465 (java) S 21462 21465 18193 0 -1 1077944320 11245 13321 0 0 29 4 5 2 20 0 15 0 444105350 11079880704 11929 33554432000 4194304 4196468 140734590613936 140734590596480 140207793581815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
/proc/21465/statm: 2705049 11929 3307 1 0 2667149 0
[pid=21465/tid=21518] ppid=21462 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 7602 13321 0 0 19 3 5 2 20 0 15 0 444105359 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207765387184 140207779276800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 444105360 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21523] ppid=21462 vsize=10820196 memory=139749105100415 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21523/stat : 21523 (java) S 21462 21465 18193 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 444105361 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207252793584 140207793592962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21524] ppid=21462 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21524/stat : 21524 (java) S 21462 21465 18193 0 -1 1077944384 33 13321 0 0 0 0 5 2 20 0 15 0 444105362 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207251739808 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21525] ppid=21462 vsize=10820196 memory=139749105100416 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21525/stat : 21525 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105362 11079880704 11929 33554432000 4194304 4196468 140734590613936 140206657233648 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21526] ppid=21462 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21526/stat : 21526 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11079880704 11929 33554432000 4194304 4196468 140734590613936 140206349834192 140207793600411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21527] ppid=21462 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21465/task/21527/stat : 21527 (java) S 21462 21465 18193 0 -1 1077944384 515 13321 0 0 2 0 5 2 20 0 15 0 444105365 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207218182896 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21528] ppid=21462 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21465/task/21528/stat : 21528 (java) S 21462 21465 18193 0 -1 1077944384 175 13321 0 0 1 0 5 2 20 0 15 0 444105365 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207217130352 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21529] ppid=21462 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21465/task/21529/stat : 21529 (java) S 21462 21465 18193 0 -1 1077944384 700 13321 0 0 5 0 5 2 20 0 15 0 444105365 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207216077296 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21530] ppid=21462 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21530/stat : 21530 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11079880704 11929 33554432000 4194304 4196468 140734590613936 140206316276576 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21531] ppid=21462 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21531/stat : 21531 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105365 11079880704 11929 33554432000 4194304 4196468 140734590613936 140207215024688 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47716 KiB

[startup+0.701016 s]
/proc/loadavg: 1.54 2.35 2.48 3/229 21531
/proc/meminfo: memFree=29100500/32770624 swapFree=66917056/67108860
[pid=21465] ppid=21462 vsize=10824364 memory=82432 CPUtime=1.1 cores=1,3,5,7
/proc/21465/stat : 21465 (java) S 21462 21465 18193 0 -1 1077944320 15370 13321 0 0 97 6 5 2 20 0 15 0 444105350 11084148736 20608 33554432000 4194304 4196468 140734590613936 140734590596480 140207793581815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
/proc/21465/statm: 2706091 20608 3513 1 0 2668173 0
[pid=21465/tid=21518] ppid=21462 vsize=10824364 memory=47872 CPUtime=0.66 cores=1,3,5,7
/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 10538 13321 0 0 55 4 5 2 20 0 15 0 444105359 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207765406520 140207778747360 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=10824364 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=10824364 memory=139748975092223 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=10824364 memory=139749645878139 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105360 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=10824364 memory=492 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 444105360 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21523] ppid=21462 vsize=10824364 memory=7446532011874995541 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21523/stat : 21523 (java) S 21462 21465 18193 0 -1 1077944384 5 13321 0 0 0 0 5 2 20 0 15 0 444105361 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207252793584 140207793592962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21524] ppid=21462 vsize=10824364 memory=7380106142448641899 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21524/stat : 21524 (java) S 21462 21465 18193 0 -1 1077944384 33 13321 0 0 0 0 5 2 20 0 15 0 444105362 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207251739808 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21525] ppid=21462 vsize=10824364 memory=7301858164987948385 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21525/stat : 21525 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105362 11084148736 20608 33554432000 4194304 4196468 140734590613936 140206657233648 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21526] ppid=21462 vsize=10824364 memory=-5874771483550381280 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21526/stat : 21526 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11084148736 20608 33554432000 4194304 4196468 140734590613936 140206349834192 140207793600411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21527] ppid=21462 vsize=10824364 memory=-7533522213388100735 CPUtime=0.2 cores=1,3,5,7
/proc/21465/task/21527/stat : 21527 (java) R 21462 21465 18193 0 -1 4202560 909 13321 0 0 13 0 5 2 20 0 15 0 444105365 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207218182896 140207771558534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21528] ppid=21462 vsize=10824364 memory=7679937539659563834 CPUtime=0.18 cores=1,3,5,7
/proc/21465/task/21528/stat : 21528 (java) R 21462 21465 18193 0 -1 4202560 643 13321 0 0 11 0 5 2 20 0 15 0 444105365 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207217130352 140207773061991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21529] ppid=21462 vsize=10824364 memory=7682744562830902035 CPUtime=0.24 cores=1,3,5,7
/proc/21465/task/21529/stat : 21529 (java) S 21462 21465 18193 0 -1 1077944384 1024 13321 0 0 17 0 5 2 20 0 15 0 444105365 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207216077296 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21530] ppid=21462 vsize=10824364 memory=4137287014106042739 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21530/stat : 21530 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11084148736 20608 33554432000 4194304 4196468 140734590613936 140206316276576 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21531] ppid=21462 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21531/stat : 21531 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105365 11084148736 20608 33554432000 4194304 4196468 140734590613936 140207215024688 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82432 KiB

[startup+1.50063 s]
/proc/loadavg: 1.54 2.35 2.48 3/229 21531
/proc/meminfo: memFree=29053784/32770624 swapFree=66917056/67108860
[pid=21465] ppid=21462 vsize=10834680 memory=170196 CPUtime=2.42 cores=1,3,5,7
/proc/21465/stat : 21465 (java) S 21462 21465 18193 0 -1 1077944320 22213 13321 0 0 224 11 5 2 20 0 15 0 444105350 11094712320 42549 33554432000 4194304 4196468 140734590613936 140734590596480 140207793581815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
/proc/21465/statm: 2708670 42549 3577 1 0 2670733 0
[pid=21465/tid=21518] ppid=21462 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 15445 13321 0 0 129 7 5 2 20 0 15 0 444105359 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207765381904 140207777662302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=10834680 memory=96720 CPUtime=0.08 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 374 13321 0 0 1 0 5 2 20 0 15 0 444105360 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=10834680 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 77 13321 0 0 1 0 5 2 20 0 15 0 444105360 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 11 13321 0 0 0 0 5 2 20 0 15 0 444105360 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 63 13321 0 0 1 0 5 2 20 0 15 0 444105360 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21523] ppid=21462 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21465/task/21523/stat : 21523 (java) S 21462 21465 18193 0 -1 1077944384 137 13321 0 0 1 0 5 2 20 0 15 0 444105361 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207252793584 140207793592962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21524] ppid=21462 vsize=10834680 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21524/stat : 21524 (java) S 21462 21465 18193 0 -1 1077944384 33 13321 0 0 0 0 5 2 20 0 15 0 444105362 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207251739872 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21525] ppid=21462 vsize=10834680 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21525/stat : 21525 (java) S 21462 21465 18193 0 -1 1077944384 2 13321 0 0 0 0 5 2 20 0 15 0 444105362 11094712320 42549 33554432000 4194304 4196468 140734590613936 140206657233664 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21526] ppid=21462 vsize=10834680 memory=1660 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21526/stat : 21526 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11094712320 42549 33554432000 4194304 4196468 140734590613936 140206349834192 140207793600411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21527] ppid=21462 vsize=10834680 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/21465/task/21527/stat : 21527 (java) S 21462 21465 18193 0 -1 1077944384 1221 13321 0 0 25 0 5 2 20 0 15 0 444105365 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207218182896 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21528] ppid=21462 vsize=10834680 memory=232189555968562 CPUtime=0.3 cores=1,3,5,7
/proc/21465/task/21528/stat : 21528 (java) S 21462 21465 18193 0 -1 1077944384 924 13321 0 0 23 0 5 2 20 0 15 0 444105365 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207217130352 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21529] ppid=21462 vsize=10834680 memory=3287012 CPUtime=0.46 cores=1,3,5,7
/proc/21465/task/21529/stat : 21529 (java) S 21462 21465 18193 0 -1 1077944384 1714 13321 0 0 39 0 5 2 20 0 15 0 444105365 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207216077296 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21530] ppid=21462 vsize=10834680 memory=7079764443835427923 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21530/stat : 21530 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11094712320 42549 33554432000 4194304 4196468 140734590613936 140206316276576 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21531] ppid=21462 vsize=10834680 memory=5787213827063244903 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21531/stat : 21531 (java) S 21462 21465 18193 0 -1 1077944384 1 13321 0 0 0 0 5 2 20 0 15 0 444105365 11094712320 42549 33554432000 4194304 4196468 140734590613936 140207215024688 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 86129 13321 0 0 229405 61 5 2 20 0 15 0 444105359 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207765416112 140207399943884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=10846988 memory=0 CPUtime=12.26 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 18797 13321 0 0 1155 64 5 2 20 0 15 0 444105360 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=10846988 memory=1183352 CPUtime=12.3 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 15949 13321 0 0 1163 60 5 2 20 0 15 0 444105360 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=10846988 memory=1183352 CPUtime=12.24 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 21067 13321 0 0 1159 58 5 2 20 0 15 0 444105360 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=10846988 memory=1183352 CPUtime=12.22 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 22489 13321 0 0 1154 61 5 2 20 0 15 0 444105360 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21523] ppid=21462 vsize=10846988 memory=1183352 CPUtime=11.52 cores=1,3,5,7
/proc/21465/task/21523/stat : 21523 (java) S 21462 21465 18193 0 -1 1077944384 18801 13321 0 0 1078 67 5 2 20 0 15 0 444105361 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207252793584 140207793592962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21524] ppid=21462 vsize=10846988 memory=1183352 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21524/stat : 21524 (java) S 21462 21465 18193 0 -1 1077944384 60 13321 0 0 0 0 5 2 20 0 15 0 444105362 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207251739872 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21525] ppid=21462 vsize=10846988 memory=1183352 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21525/stat : 21525 (java) S 21462 21465 18193 0 -1 1077944384 12 13321 0 0 0 0 5 2 20 0 15 0 444105362 11107315712 295846 33554432000 4194304 4196468 140734590613936 140206657233664 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21526] ppid=21462 vsize=10846988 memory=1183352 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21526/stat : 21526 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11107315712 295846 33554432000 4194304 4196468 140734590613936 140206349834192 140207793600411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21527] ppid=21462 vsize=10846988 memory=1183348 CPUtime=4.64 cores=1,3,5,7
/proc/21465/task/21527/stat : 21527 (java) S 21462 21465 18193 0 -1 1077944384 31670 13321 0 0 453 4 5 2 20 0 15 0 444105365 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207218182896 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21528] ppid=21462 vsize=10846988 memory=1183352 CPUtime=4.7 cores=1,3,5,7
/proc/21465/task/21528/stat : 21528 (java) S 21462 21465 18193 0 -1 1077944384 26044 13321 0 0 460 3 5 2 20 0 15 0 444105365 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207217130352 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21529] ppid=21462 vsize=10846988 memory=1183384 CPUtime=1.9 cores=1,3,5,7
/proc/21465/task/21529/stat : 21529 (java) S 21462 21465 18193 0 -1 1077944384 27948 13321 0 0 178 5 5 2 20 0 15 0 444105365 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207216077296 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21530] ppid=21462 vsize=10846988 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21530/stat : 21530 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11107315712 295846 33554432000 4194304 4196468 140734590613936 140206316276576 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21531] ppid=21462 vsize=10846988 memory=1183384 CPUtime=1.57 cores=1,3,5,7
/proc/21465/task/21531/stat : 21531 (java) S 21462 21465 18193 0 -1 1077944384 1218 13321 0 0 68 82 5 2 20 0 15 0 444105365 11107315712 295846 33554432000 4194304 4196468 140734590613936 140207215024688 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 2367.56 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1183384 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.38 1.42 3/228 22066
/proc/meminfo: memFree=26674128/32770624 swapFree=66917056/67108860
[pid=21465] ppid=21462 vsize=10846988 memory=1185544 CPUtime=2428.49 cores=1,3,5,7
/proc/21465/stat : 21465 (java) S 21462 21465 18193 0 -1 1077944320 275004 13321 0 0 242438 404 5 2 20 0 15 0 444105350 11107315712 296386 33554432000 4194304 4196468 140734590613936 140734590596480 140207793581815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
/proc/21465/statm: 2711747 296386 3632 1 0 2673805 0
[pid=21465/tid=21518] ppid=21462 vsize=10846988 memory=1183384 CPUtime=2353.98 cores=1,3,5,7
/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 87266 13321 0 0 235329 62 5 2 20 0 15 0 444105359 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207765417488 140207411939227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=10846988 memory=1185496 CPUtime=12.59 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 19087 13321 0 0 1187 65 5 2 20 0 15 0 444105360 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=10846988 memory=1185496 CPUtime=12.64 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 16300 13321 0 0 1195 62 5 2 20 0 15 0 444105360 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=10846988 memory=1185512 CPUtime=12.58 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 21317 13321 0 0 1191 60 5 2 20 0 15 0 444105360 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=10846988 memory=1185512 CPUtime=12.57 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 22609 13321 0 0 1187 63 5 2 20 0 15 0 444105360 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21523] ppid=21462 vsize=10846988 memory=4040 CPUtime=11.82 cores=1,3,5,7
/proc/21465/task/21523/stat : 21523 (java) S 21462 21465 18193 0 -1 1077944384 19224 13321 0 0 1107 68 5 2 20 0 15 0 444105361 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207252793584 140207793592962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21524] ppid=21462 vsize=10846988 memory=1185496 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21524/stat : 21524 (java) S 21462 21465 18193 0 -1 1077944384 60 13321 0 0 0 0 5 2 20 0 15 0 444105362 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207251739872 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21525] ppid=21462 vsize=10846988 memory=1185512 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21525/stat : 21525 (java) S 21462 21465 18193 0 -1 1077944384 12 13321 0 0 0 0 5 2 20 0 15 0 444105362 11107315712 296386 33554432000 4194304 4196468 140734590613936 140206657233664 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21526] ppid=21462 vsize=10846988 memory=1185512 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21526/stat : 21526 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11107315712 296386 33554432000 4194304 4196468 140734590613936 140206349834192 140207793600411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21527] ppid=21462 vsize=10846988 memory=1185512 CPUtime=4.64 cores=1,3,5,7
/proc/21465/task/21527/stat : 21527 (java) S 21462 21465 18193 0 -1 1077944384 31672 13321 0 0 453 4 5 2 20 0 15 0 444105365 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207218182896 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21528] ppid=21462 vsize=10846988 memory=3512 CPUtime=4.7 cores=1,3,5,7
/proc/21465/task/21528/stat : 21528 (java) S 21462 21465 18193 0 -1 1077944384 26046 13321 0 0 460 3 5 2 20 0 15 0 444105365 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207217130352 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21529] ppid=21462 vsize=10846988 memory=1185512 CPUtime=1.9 cores=1,3,5,7
/proc/21465/task/21529/stat : 21529 (java) S 21462 21465 18193 0 -1 1077944384 27950 13321 0 0 178 5 5 2 20 0 15 0 444105365 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207216077296 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21530] ppid=21462 vsize=10846988 memory=3512 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21530/stat : 21530 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11107315712 296386 33554432000 4194304 4196468 140734590613936 140206316276576 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21531] ppid=21462 vsize=10846988 memory=47920 CPUtime=1.6 cores=1,3,5,7
/proc/21465/task/21531/stat : 21531 (java) S 21462 21465 18193 0 -1 1077944384 1250 13321 0 0 69 84 5 2 20 0 15 0 444105365 11107315712 296386 33554432000 4194304 4196468 140734590613936 140207215024688 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 2428.49 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1185544 KiB

[startup+2442.3 s]
/proc/loadavg: 1.99 1.57 1.48 3/228 22072
/proc/meminfo: memFree=26756144/32770624 swapFree=66917056/67108860
[pid=21465] ppid=21462 vsize=10846988 memory=1185600 CPUtime=2489.44 cores=1,3,5,7
/proc/21465/stat : 21465 (java) S 21462 21465 18193 0 -1 1077944320 276883 13321 0 0 248524 413 5 2 20 0 15 0 444105350 11107315712 296400 33554432000 4194304 4196468 140734590613936 140734590596480 140207793581815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
/proc/21465/statm: 2711747 296400 3632 1 0 2673805 0
[pid=21465/tid=21518] ppid=21462 vsize=10846988 memory=1185600 CPUtime=2413.24 cores=1,3,5,7
/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 88233 13321 0 0 241254 63 5 2 20 0 15 0 444105359 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207765417488 140207411488879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=10846988 memory=1185600 CPUtime=12.92 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 19134 13321 0 0 1219 66 5 2 20 0 15 0 444105360 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=10846988 memory=1185496 CPUtime=12.97 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 16313 13321 0 0 1227 63 5 2 20 0 15 0 444105360 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=10846988 memory=1185552 CPUtime=12.92 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 21617 13321 0 0 1223 62 5 2 20 0 15 0 444105360 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=10846988 memory=457 CPUtime=12.89 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 22883 13321 0 0 1218 64 5 2 20 0 15 0 444105360 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21523] ppid=21462 vsize=10846988 memory=1185592 CPUtime=12.13 cores=1,3,5,7
/proc/21465/task/21523/stat : 21523 (java) S 21462 21465 18193 0 -1 1077944384 19472 13321 0 0 1137 69 5 2 20 0 15 0 444105361 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207252793584 140207793592962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21524] ppid=21462 vsize=10846988 memory=1185592 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21524/stat : 21524 (java) S 21462 21465 18193 0 -1 1077944384 60 13321 0 0 0 0 5 2 20 0 15 0 444105362 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207251739872 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21525] ppid=21462 vsize=10846988 memory=1185600 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21525/stat : 21525 (java) S 21462 21465 18193 0 -1 1077944384 12 13321 0 0 0 0 5 2 20 0 15 0 444105362 11107315712 296400 33554432000 4194304 4196468 140734590613936 140206657233664 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21526] ppid=21462 vsize=10846988 memory=1185600 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21526/stat : 21526 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11107315712 296400 33554432000 4194304 4196468 140734590613936 140206349834192 140207793600411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21527] ppid=21462 vsize=10846988 memory=1185600 CPUtime=4.64 cores=1,3,5,7
/proc/21465/task/21527/stat : 21527 (java) S 21462 21465 18193 0 -1 1077944384 31676 13321 0 0 453 4 5 2 20 0 15 0 444105365 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207218182896 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21528] ppid=21462 vsize=10846988 memory=1185600 CPUtime=4.7 cores=1,3,5,7
/proc/21465/task/21528/stat : 21528 (java) S 21462 21465 18193 0 -1 1077944384 26050 13321 0 0 460 3 5 2 20 0 15 0 444105365 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207217130352 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21529] ppid=21462 vsize=10846988 memory=1185600 CPUtime=1.9 cores=1,3,5,7
/proc/21465/task/21529/stat : 21529 (java) S 21462 21465 18193 0 -1 1077944384 27954 13321 0 0 178 5 5 2 20 0 15 0 444105365 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207216077296 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21530] ppid=21462 vsize=10846988 memory=1185600 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21530/stat : 21530 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11107315712 296400 33554432000 4194304 4196468 140734590613936 140206316276576 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21531] ppid=21462 vsize=10846988 memory=1185600 CPUtime=1.65 cores=1,3,5,7
/proc/21465/task/21531/stat : 21531 (java) S 21462 21465 18193 0 -1 1077944384 1268 13321 0 0 71 87 5 2 20 0 15 0 444105365 11107315712 296400 33554432000 4194304 4196468 140734590613936 140207215024688 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 2489.44 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1185600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.4 s]
/proc/loadavg: 1.70 1.54 1.48 3/228 22073
/proc/meminfo: memFree=26761472/32770624 swapFree=66917056/67108860
[pid=21465] ppid=21462 vsize=10846988 memory=1187696 CPUtime=2520.03 cores=1,3,5,7
/proc/21465/stat : 21465 (java) S 21462 21465 18193 0 -1 1077944320 277705 13321 0 0 251579 417 5 2 20 0 15 0 444105350 11107315712 296924 33554432000 4194304 4196468 140734590613936 140734590596480 140207793581815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
/proc/21465/statm: 2711747 296924 3632 1 0 2673805 0
[pid=21465/tid=21518] ppid=21462 vsize=10846988 memory=14004 CPUtime=2442.99 cores=1,3,5,7
/proc/21465/task/21518/stat : 21518 (java) R 21462 21465 18193 0 -1 4202560 88747 13321 0 0 244228 64 5 2 20 0 15 0 444105359 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207765416112 140207409301093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21519] ppid=21462 vsize=10846988 memory=12040 CPUtime=13.08 cores=1,3,5,7
/proc/21465/task/21519/stat : 21519 (java) S 21462 21465 18193 0 -1 1077944384 19160 13321 0 0 1234 67 5 2 20 0 15 0 444105360 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207797824528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21520] ppid=21462 vsize=10846988 memory=2124 CPUtime=13.14 cores=1,3,5,7
/proc/21465/task/21520/stat : 21520 (java) S 21462 21465 18193 0 -1 1077944384 16344 13321 0 0 1243 64 5 2 20 0 15 0 444105360 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207366442128 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21521] ppid=21462 vsize=10846988 memory=25604 CPUtime=13.09 cores=1,3,5,7
/proc/21465/task/21521/stat : 21521 (java) S 21462 21465 18193 0 -1 1077944384 21640 13321 0 0 1240 62 5 2 20 0 15 0 444105360 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207365389072 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21522] ppid=21462 vsize=10846988 memory=279497951239664 CPUtime=13.07 cores=1,3,5,7
/proc/21465/task/21522/stat : 21522 (java) S 21462 21465 18193 0 -1 1077944384 23076 13321 0 0 1235 65 5 2 20 0 15 0 444105360 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207364336528 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21523] ppid=21462 vsize=10846988 memory=6944656592455097440 CPUtime=12.28 cores=1,3,5,7
/proc/21465/task/21523/stat : 21523 (java) S 21462 21465 18193 0 -1 1077944384 19505 13321 0 0 1151 70 5 2 20 0 15 0 444105361 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207252793584 140207793592962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21524] ppid=21462 vsize=10846988 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21524/stat : 21524 (java) S 21462 21465 18193 0 -1 1077944384 60 13321 0 0 0 0 5 2 20 0 15 0 444105362 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207251739872 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21525] ppid=21462 vsize=10846988 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21525/stat : 21525 (java) S 21462 21465 18193 0 -1 1077944384 12 13321 0 0 0 0 5 2 20 0 15 0 444105362 11107315712 296924 33554432000 4194304 4196468 140734590613936 140206657233664 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21526] ppid=21462 vsize=10846988 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21526/stat : 21526 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11107315712 296924 33554432000 4194304 4196468 140734590613936 140206349834192 140207793600411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21527] ppid=21462 vsize=10846988 memory=6944656575208382560 CPUtime=4.64 cores=1,3,5,7
/proc/21465/task/21527/stat : 21527 (java) S 21462 21465 18193 0 -1 1077944384 31676 13321 0 0 453 4 5 2 20 0 15 0 444105365 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207218182896 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21528] ppid=21462 vsize=10846988 memory=1660 CPUtime=4.7 cores=1,3,5,7
/proc/21465/task/21528/stat : 21528 (java) S 21462 21465 18193 0 -1 1077944384 26050 13321 0 0 460 3 5 2 20 0 15 0 444105365 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207217130352 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21529] ppid=21462 vsize=10846988 memory=111632 CPUtime=1.9 cores=1,3,5,7
/proc/21465/task/21529/stat : 21529 (java) S 21462 21465 18193 0 -1 1077944384 27954 13321 0 0 178 5 5 2 20 0 15 0 444105365 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207216077296 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21530] ppid=21462 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/21465/task/21530/stat : 21530 (java) S 21462 21465 18193 0 -1 1077944384 3 13321 0 0 0 0 5 2 20 0 15 0 444105365 11107315712 296924 33554432000 4194304 4196468 140734590613936 140206316276576 140207793592021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
[pid=21465/tid=21531] ppid=21462 vsize=10846988 memory=13848568834296438 CPUtime=1.67 cores=1,3,5,7
/proc/21465/task/21531/stat : 21531 (java) S 21462 21465 18193 0 -1 1077944384 1270 13321 0 0 72 88 5 2 20 0 15 0 444105365 11107315712 296924 33554432000 4194304 4196468 140734590613936 140207215024688 140207793592962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36720640 140734590618352 140734590620869 140734590620869 140734590623695 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1187696 KiB

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

[startup+2472.43 s]
# the end of solver process 21465 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.86 s, system=4.21776 s

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

Child status: 143
Real time (s): 2472.43
CPU time (s): 2520.08
CPU user time (s): 2515.86
CPU system time (s): 4.21776
CPU usage (%): 101.927
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 1187696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.86
system time used= 4.21776
maximum resident set size= 1191908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 315276
involuntary context switches= 7813


# summary of solver processes directly reported to runsolver:
#   pid: 21465
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.86
#   total CPU system time (s): 4.21776

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4556 second user time and 23.2666 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 02:57:52
IDJOB=4400879
IDBENCH=127847
IDSOLVER=2857
FILE ID=node147/4400879-1568681915
RUNJOBID= node147-1568673287-18225
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-187.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400879-1568681915/watcher-4400879-1568681915 -o /tmp/evaluation-result-4400879-1568681915/solver-4400879-1568681915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4400879-1568681915.xml

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

MD5SUM BENCH= f424b0c660fb274e22953efd38d29301
RANDOM SEED=520998890

node147.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.52
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.52
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.52
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.52
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:        29151736 kB
MemAvailable:   30590196 kB
Buffers:           93860 kB
Cached:          1637264 kB
SwapCached:        87660 kB
Active:          2163948 kB
Inactive:         870824 kB
Active(anon):    1219936 kB
Inactive(anon):   133772 kB
Active(file):     944012 kB
Inactive(file):   737052 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:       1337400 kB
Mapped:            62144 kB
Shmem:             40920 kB
Slab:             175708 kB
SReclaimable:     146464 kB
SUnreclaim:        29244 kB
KernelStack:        4016 kB
PageTables:         8224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2488724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1159168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-17 03:39:04