Trace number 4387000

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.10? (TO) 2520.14 2471.23

General information on the benchmark

NameStripPacking/StripPacking-m1-series1/
StripPacking-C3P2.xml
MD5SUMec554133dcdc77f0ded322158f487a65
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark226.379
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints88
Number of domains30
Minimum domain size1
Maximum domain size60
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":83},{"size":30,"count":29},{"size":60,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":29},{"degree":2,"count":58},{"degree":3,"count":58}]
Minimum constraint arity2
Maximum constraint arity116
Distribution of constraint arities[{"arity":2,"count":58},{"arity":3,"count":29},{"arity":116,"count":1}]
Number of extensional constraints29
Number of intensional constraints58
Distribution of constraint types[{"type":"extension","count":29},{"type":"intension","count":58},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.64/0.58	c Concrete v3.10.1560635388952 running
2520.08/2471.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2471.21		at concrete.MAC.mac(MAC.scala:189)
2520.08/2471.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.08/2471.21		at scala.util.Try$.apply(Try.scala:212)
2520.08/2471.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2471.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2471.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2471.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2471.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2471.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2471.21		at concrete.ProblemState.map(ProblemState.scala:228)
2520.08/2471.21		at concrete.ProblemState.map(ProblemState.scala:210)
2520.08/2471.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2471.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2471.21		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.08/2471.21		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.08/2471.21		at concrete.Solver.nextOption(Solver.scala:67)
2520.08/2471.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.08/2471.21		at scala.util.Success.map(Try.scala:264)
2520.08/2471.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.08/2471.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2471.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2471.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2471.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2471.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2471.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2471.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2471.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2471.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2471.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2471.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2471.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2471.21		at scala.App.main(App.scala:75)
2520.08/2471.21		at scala.App.main$(App.scala:73)
2520.08/2471.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2471.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2471.21	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387000-1568287081/watcher-4387000-1568287081 -o /tmp/evaluation-result-4387000-1568287081/solver-4387000-1568287081 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1534895209 HOME/instance-4387000-1568287081.xml 

running on 4 cores: 0,2,4,6

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=6874, runsolver pid=6871
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 1.08 1.05 1.33 6/225 6951
/proc/meminfo: memFree=22430760/32770624 swapFree=66977596/67108860
[pid=6874] ppid=6871 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/6874/stat : 6874 (bash) S 6871 6874 5836 0 -1 4202496 889 5696 0 1 0 0 0 1 20 0 1 0 404965520 115974144 403 33554432000 4194304 5098028 140730874100688 140730874094696 140079188057088 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 13864960 140730874102804 140730874102929 140730874102929 140730874105838 0
/proc/6874/statm: 28314 403 320 221 0 119 0
[pid=6926] ppid=6874 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/6926/stat : 6926 (bash) S 6874 6874 5836 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 1 0 404965524 115974144 176 33554432000 4194304 5098028 140730874100688 140730874093368 140079187882620 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13864960 140730874102804 140730874102929 140730874102929 140730874105838 0
/proc/6926/statm: 28314 176 93 221 0 119 0
[pid=6930] ppid=6926 vsize=113492 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/6930/stat : 6930 (awk) S 6926 6874 5836 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 404965524 116215808 308 33554432000 4194304 4609284 140735296629280 140735296628456 140500633181184 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 31985664 140735296631996 140735296632026 140735296632026 140735296634863 0
/proc/6930/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3548 KiB

[startup+0.210785 s]*
/proc/loadavg: 1.08 1.05 1.33 8/227 7005
/proc/meminfo: memFree=22415016/32770624 swapFree=66977596/67108860
[pid=6874] ppid=6871 vsize=10818900 memory=33208 CPUtime=0.19 cores=0,2,4,6
/proc/6874/stat : 6874 (java) S 6871 6874 5836 0 -1 1077944320 6688 13430 0 1 11 1 5 2 20 0 15 0 404965520 11078553600 8302 33554432000 4194304 4196468 140722947067664 140722947050208 140502301527799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
/proc/6874/statm: 2704725 8302 2905 1 0 2667149 0
[pid=6874/tid=6979] ppid=6871 vsize=10818900 memory=7022364594140610616 CPUtime=0.15 cores=0,2,4,6
/proc/6874/task/6979/stat : 6979 (java) R 6871 6874 5836 0 -1 4202560 3263 13430 0 1 7 1 5 2 20 0 15 0 404965532 11078553600 8302 33554432000 4194304 4196468 140722947067664 140502273360672 140501886004304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6984] ppid=6871 vsize=10818900 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6984/stat : 6984 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11078553600 8302 33554432000 4194304 4196468 140722947067664 140502305770384 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6985] ppid=6871 vsize=10818900 memory=140302417125979 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6985/stat : 6985 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11078553600 8302 33554432000 4194304 4196468 140722947067664 140502209973008 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6986] ppid=6871 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6986/stat : 6986 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965533 11078553600 8302 33554432000 4194304 4196468 140722947067664 140502208920720 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6987] ppid=6871 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6987/stat : 6987 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11078553600 8302 33554432000 4194304 4196468 140722947067664 140502207867920 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6989] ppid=6871 vsize=10818900 memory=140302417118848 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6989/stat : 6989 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965534 11078553600 8302 33554432000 4194304 4196468 140722947067664 140501759977584 140502301538946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6992] ppid=6871 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6992/stat : 6992 (java) S 6871 6874 5836 0 -1 1077944384 13 13430 0 1 0 0 5 2 20 0 15 0 404965535 11078553600 8302 33554432000 4194304 4196468 140722947067664 140501667799840 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6993] ppid=6871 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6993/stat : 6993 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965535 11078553600 8302 33554432000 4194304 4196468 140722947067664 140501063820400 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6999] ppid=6871 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6999/stat : 6999 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11078553600 8302 33554432000 4194304 4196468 140722947067664 140500823529552 140502301546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7000] ppid=6871 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7000/stat : 7000 (java) R 6871 6874 5836 0 -1 1077944384 256 13430 0 1 0 0 5 2 20 0 15 0 404965538 11078553600 8302 33554432000 4194304 4196468 140722947067664 140501758925424 140502301538946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7001] ppid=6871 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6874/task/7001/stat : 7001 (java) R 6871 6874 5836 0 -1 4202560 327 13430 0 1 1 0 5 2 20 0 15 0 404965538 11078553600 8302 33554432000 4194304 4196468 140722947067664 140501757872624 140502287591070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7002] ppid=6871 vsize=10818900 memory=140302417118848 CPUtime=0.08 cores=0,2,4,6
/proc/6874/task/7002/stat : 7002 (java) R 6871 6874 5836 0 -1 4202560 610 13430 0 1 1 0 5 2 20 0 15 0 404965538 11078553600 8302 33554432000 4194304 4196468 140722947067664 140501756816704 140502293764926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7004] ppid=6871 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7004/stat : 7004 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11078553600 8302 33554432000 4194304 4196468 140722947067664 140500789971936 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7005] ppid=6871 vsize=10818900 memory=140302417118848 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7005/stat : 7005 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965538 11078553600 8302 33554432000 4194304 4196468 140722947067664 140501755767216 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 33208 KiB

[startup+0.315329 s]*
/proc/loadavg: 1.08 1.05 1.33 6/227 7005
/proc/meminfo: memFree=22384520/32770624 swapFree=66977596/67108860
[pid=6874] ppid=6871 vsize=10819084 memory=47072 CPUtime=0.35 cores=0,2,4,6
/proc/6874/stat : 6874 (java) S 6871 6874 5836 0 -1 1077944320 10309 13430 0 1 25 3 5 2 20 0 15 0 404965520 11078742016 11768 33554432000 4194304 4196468 140722947067664 140722947050208 140502301527799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
/proc/6874/statm: 2704771 11768 3033 1 0 2667149 0
[pid=6874/tid=6979] ppid=6871 vsize=10819084 memory=6944656592455097440 CPUtime=0.25 cores=0,2,4,6
/proc/6874/task/6979/stat : 6979 (java) R 6871 6874 5836 0 -1 4202560 6833 13430 0 1 16 2 5 2 20 0 15 0 404965532 11078742016 11768 33554432000 4194304 4196468 140722947067664 140502273309696 140502281803133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6984] ppid=6871 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6984/stat : 6984 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11078742016 11768 33554432000 4194304 4196468 140722947067664 140502305770384 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6985] ppid=6871 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6985/stat : 6985 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11078742016 11768 33554432000 4194304 4196468 140722947067664 140502209973008 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6986] ppid=6871 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6986/stat : 6986 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965533 11078742016 11768 33554432000 4194304 4196468 140722947067664 140502208920720 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6987] ppid=6871 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6987/stat : 6987 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11078742016 11768 33554432000 4194304 4196468 140722947067664 140502207867920 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6989] ppid=6871 vsize=10819084 memory=140302417118848 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6989/stat : 6989 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965534 11078742016 11768 33554432000 4194304 4196468 140722947067664 140501759977584 140502301538946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6992] ppid=6871 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6992/stat : 6992 (java) S 6871 6874 5836 0 -1 1077944384 13 13430 0 1 0 0 5 2 20 0 15 0 404965535 11078742016 11768 33554432000 4194304 4196468 140722947067664 140501667799840 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6993] ppid=6871 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6993/stat : 6993 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965535 11078742016 11768 33554432000 4194304 4196468 140722947067664 140501063820400 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6999] ppid=6871 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6999/stat : 6999 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11078742016 11768 33554432000 4194304 4196468 140722947067664 140500823529552 140502301546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7000] ppid=6871 vsize=10819084 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6874/task/7000/stat : 7000 (java) S 6871 6874 5836 0 -1 1077944384 268 13430 0 1 1 0 5 2 20 0 15 0 404965538 11078742016 11768 33554432000 4194304 4196468 140722947067664 140501758925424 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7001] ppid=6871 vsize=10819084 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6874/task/7001/stat : 7001 (java) S 6871 6874 5836 0 -1 1077944384 337 13430 0 1 2 0 5 2 20 0 15 0 404965538 11078742016 11768 33554432000 4194304 4196468 140722947067664 140501757872624 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7002] ppid=6871 vsize=10819084 memory=140302417118848 CPUtime=0.12 cores=0,2,4,6
/proc/6874/task/7002/stat : 7002 (java) S 6871 6874 5836 0 -1 1077944384 636 13430 0 1 5 0 5 2 20 0 15 0 404965538 11078742016 11768 33554432000 4194304 4196468 140722947067664 140501756820336 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7004] ppid=6871 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7004/stat : 7004 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11078742016 11768 33554432000 4194304 4196468 140722947067664 140500789971936 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7005] ppid=6871 vsize=10819084 memory=140302417118848 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7005/stat : 7005 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965538 11078742016 11768 33554432000 4194304 4196468 140722947067664 140501755767216 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 47072 KiB

[startup+0.700683 s]
/proc/loadavg: 1.08 1.05 1.33 4/227 7005
/proc/meminfo: memFree=22361996/32770624 swapFree=66977596/67108860
[pid=6874] ppid=6871 vsize=10822292 memory=77796 CPUtime=1.06 cores=0,2,4,6
/proc/6874/stat : 6874 (java) S 6871 6874 5836 0 -1 1077944320 14655 13430 0 1 94 5 5 2 20 0 15 0 404965520 11082027008 19449 33554432000 4194304 4196468 140722947067664 140722947050208 140502301527799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
/proc/6874/statm: 2705573 19449 3494 1 0 2667661 0
[pid=6874/tid=6979] ppid=6871 vsize=10822292 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/6874/task/6979/stat : 6979 (java) R 6871 6874 5836 0 -1 4202560 10374 13430 0 1 52 4 5 2 20 0 15 0 404965532 11082027008 19449 33554432000 4194304 4196468 140722947067664 140502273343712 140502301549725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6984] ppid=6871 vsize=10822292 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6984/stat : 6984 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11082027008 19449 33554432000 4194304 4196468 140722947067664 140502305770384 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6985] ppid=6871 vsize=10822292 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6985/stat : 6985 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11082027008 19449 33554432000 4194304 4196468 140722947067664 140502209973008 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6986] ppid=6871 vsize=10822292 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6986/stat : 6986 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965533 11082027008 19449 33554432000 4194304 4196468 140722947067664 140502208920720 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6987] ppid=6871 vsize=10822292 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6987/stat : 6987 (java) S 6871 6874 5836 0 -1 1077944384 2 13430 0 1 0 0 5 2 20 0 15 0 404965533 11082027008 19449 33554432000 4194304 4196468 140722947067664 140502207867920 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6989] ppid=6871 vsize=10822292 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6989/stat : 6989 (java) S 6871 6874 5836 0 -1 1077944384 5 13430 0 1 0 0 5 2 20 0 15 0 404965534 11082027008 19449 33554432000 4194304 4196468 140722947067664 140501759977584 140502301538946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6992] ppid=6871 vsize=10822292 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6992/stat : 6992 (java) S 6871 6874 5836 0 -1 1077944384 13 13430 0 1 0 0 5 2 20 0 15 0 404965535 11082027008 19449 33554432000 4194304 4196468 140722947067664 140501667799840 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6993] ppid=6871 vsize=10822292 memory=37432 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6993/stat : 6993 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965535 11082027008 19449 33554432000 4194304 4196468 140722947067664 140501063820400 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6999] ppid=6871 vsize=10822292 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6999/stat : 6999 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11082027008 19449 33554432000 4194304 4196468 140722947067664 140500823529552 140502301546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7000] ppid=6871 vsize=10822292 memory=2244 CPUtime=0.19 cores=0,2,4,6
/proc/6874/task/7000/stat : 7000 (java) R 6871 6874 5836 0 -1 1077944384 624 13430 0 1 12 0 5 2 20 0 15 0 404965538 11082027008 19449 33554432000 4194304 4196468 140722947067664 140501758925424 140502301538946 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7001] ppid=6871 vsize=10822292 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/6874/task/7001/stat : 7001 (java) R 6871 6874 5836 0 -1 4202560 597 13430 0 1 12 0 5 2 20 0 15 0 404965538 11082027008 19449 33554432000 4194304 4196468 140722947067664 140501757872624 140502301539734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7002] ppid=6871 vsize=10822292 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6874/task/7002/stat : 7002 (java) S 6871 6874 5836 0 -1 1077944384 822 13430 0 1 17 0 5 2 20 0 15 0 404965538 11082027008 19449 33554432000 4194304 4196468 140722947067664 140501756820336 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7004] ppid=6871 vsize=10822292 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7004/stat : 7004 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11082027008 19449 33554432000 4194304 4196468 140722947067664 140500789971936 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7005] ppid=6871 vsize=10822292 memory=16337 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7005/stat : 7005 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965538 11082027008 19449 33554432000 4194304 4196468 140722947067664 140501755767216 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 77796 KiB

[startup+1.5007 s]
/proc/loadavg: 1.08 1.05 1.33 7/227 7005
/proc/meminfo: memFree=22264968/32770624 swapFree=66977596/67108860
[pid=6874] ppid=6871 vsize=10834656 memory=166196 CPUtime=2.45 cores=0,2,4,6
/proc/6874/stat : 6874 (java) S 6871 6874 5836 0 -1 1077944320 21384 13430 0 1 228 10 5 2 20 0 15 0 404965520 11094687744 41549 33554432000 4194304 4196468 140722947067664 140722947050208 140502301527799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
/proc/6874/statm: 2708664 41549 3571 1 0 2670733 0
[pid=6874/tid=6979] ppid=6871 vsize=10834656 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/6874/task/6979/stat : 6979 (java) R 6871 6874 5836 0 -1 4202560 15280 13430 0 1 126 6 5 2 20 0 15 0 404965532 11094687744 41549 33554432000 4194304 4196468 140722947067664 140502273319232 140502301539734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6984] ppid=6871 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6874/task/6984/stat : 6984 (java) S 6871 6874 5836 0 -1 1077944384 394 13430 0 1 1 0 5 2 20 0 15 0 404965533 11094687744 41549 33554432000 4194304 4196468 140722947067664 140502305770384 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6985] ppid=6871 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6874/task/6985/stat : 6985 (java) S 6871 6874 5836 0 -1 1077944384 36 13430 0 1 1 0 5 2 20 0 15 0 404965533 11094687744 41549 33554432000 4194304 4196468 140722947067664 140502209973008 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6986] ppid=6871 vsize=10834656 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/6874/task/6986/stat : 6986 (java) S 6871 6874 5836 0 -1 1077944384 25 13430 0 1 1 0 5 2 20 0 15 0 404965533 11094687744 41549 33554432000 4194304 4196468 140722947067664 140502208920720 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6987] ppid=6871 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6874/task/6987/stat : 6987 (java) S 6871 6874 5836 0 -1 1077944384 74 13430 0 1 1 0 5 2 20 0 15 0 404965533 11094687744 41549 33554432000 4194304 4196468 140722947067664 140502207867920 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6989] ppid=6871 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6874/task/6989/stat : 6989 (java) S 6871 6874 5836 0 -1 1077944384 156 13430 0 1 1 0 5 2 20 0 15 0 404965534 11094687744 41549 33554432000 4194304 4196468 140722947067664 140501759977584 140502301538946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6992] ppid=6871 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6992/stat : 6992 (java) S 6871 6874 5836 0 -1 1077944384 14 13430 0 1 0 0 5 2 20 0 15 0 404965535 11094687744 41549 33554432000 4194304 4196468 140722947067664 140501667799904 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6993] ppid=6871 vsize=10834656 memory=3054156605651173440 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6993/stat : 6993 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965535 11094687744 41549 33554432000 4194304 4196468 140722947067664 140501063820416 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6999] ppid=6871 vsize=10834656 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6999/stat : 6999 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11094687744 41549 33554432000 4194304 4196468 140722947067664 140500823529552 140502301546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7000] ppid=6871 vsize=10834656 memory=-7740096080597194087 CPUtime=0.35 cores=0,2,4,6
/proc/6874/task/7000/stat : 7000 (java) R 6871 6874 5836 0 -1 4202560 862 13430 0 1 28 0 5 2 20 0 15 0 404965538 11094687744 41549 33554432000 4194304 4196468 140722947067664 140501758925424 140502279764185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7001] ppid=6871 vsize=10834656 memory=7230338347964715093 CPUtime=0.32 cores=0,2,4,6
/proc/6874/task/7001/stat : 7001 (java) R 6871 6874 5836 0 -1 1077944384 741 13430 0 1 25 0 5 2 20 0 15 0 404965538 11094687744 41549 33554432000 4194304 4196468 140722947067664 140501757872624 140502301538946 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7002] ppid=6871 vsize=10834656 memory=-6876588628788076935 CPUtime=0.48 cores=0,2,4,6
/proc/6874/task/7002/stat : 7002 (java) R 6871 6874 5836 0 -1 4202560 1605 13430 0 1 41 0 5 2 20 0 15 0 404965538 11094687744 41549 33554432000 4194304 4196468 140722947067664 140501756816016 140502294624635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7004] ppid=6871 vsize=10834656 memory=6944656592455350634 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7004/stat : 7004 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11094687744 41549 33554432000 4194304 4196468 140722947067664 140500789971936 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7005] ppid=6871 vsize=10834656 memory=-9034914462300422079 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7005/stat : 7005 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965538 11094687744 41549 33554432000 4194304 4196468 140722947067664 140501755767216 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 166196 KiB

[startup+3.11006 s]
/proc/loadavg: 1.08 1.05 1.33 6/227 7005

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

/proc/6874/task/6979/stat : 6979 (java) S 6871 6874 5836 0 -1 1077944384 81313 13430 1 1 229365 56 5 2 20 0 15 0 404965532 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502273362880 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6984] ppid=6871 vsize=10849012 memory=8112282956445269571 CPUtime=12.39 cores=0,2,4,6
/proc/6874/task/6984/stat : 6984 (java) S 6871 6874 5836 0 -1 1077944384 26042 13430 0 1 1167 65 5 2 20 0 15 0 404965533 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502305770384 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6985] ppid=6871 vsize=10849012 memory=1149932 CPUtime=12.37 cores=0,2,4,6
/proc/6874/task/6985/stat : 6985 (java) R 6871 6874 5836 0 -1 1077944384 21581 13430 0 1 1173 57 5 2 20 0 15 0 404965533 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502209973008 140502301538005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6986] ppid=6871 vsize=10849012 memory=1149932 CPUtime=12.36 cores=0,2,4,6
/proc/6874/task/6986/stat : 6986 (java) S 6871 6874 5836 0 -1 1077944384 22550 13430 0 1 1167 62 5 2 20 0 15 0 404965533 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502208920720 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6987] ppid=6871 vsize=10849012 memory=1149932 CPUtime=12.37 cores=0,2,4,6
/proc/6874/task/6987/stat : 6987 (java) S 6871 6874 5836 0 -1 1077944384 27056 13430 0 1 1165 65 5 2 20 0 15 0 404965533 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502207867920 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6989] ppid=6871 vsize=10849012 memory=280604575596304 CPUtime=11.11 cores=0,2,4,6
/proc/6874/task/6989/stat : 6989 (java) S 6871 6874 5836 0 -1 1077944384 21529 13430 0 1 1047 57 5 2 20 0 15 0 404965534 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501759976096 140502301538005 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6992] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6992/stat : 6992 (java) S 6871 6874 5836 0 -1 1077944384 16 13430 0 1 0 0 5 2 20 0 15 0 404965535 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501667799968 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6993] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6993/stat : 6993 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965535 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501063820416 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6999] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6999/stat : 6999 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140500823529552 140502301546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7000] ppid=6871 vsize=10849012 memory=1149932 CPUtime=4.47 cores=0,2,4,6
/proc/6874/task/7000/stat : 7000 (java) S 6871 6874 5836 0 -1 1077944384 22012 13430 0 1 429 11 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501758925424 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7001] ppid=6871 vsize=10849012 memory=1149932 CPUtime=4.91 cores=0,2,4,6
/proc/6874/task/7001/stat : 7001 (java) S 6871 6874 5836 0 -1 1077944384 15989 13430 0 1 480 4 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501757872624 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7002] ppid=6871 vsize=10849012 memory=1149932 CPUtime=3.57 cores=0,2,4,6
/proc/6874/task/7002/stat : 7002 (java) S 6871 6874 5836 0 -1 1077944384 25986 13430 0 1 343 7 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501756820336 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7004] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7004/stat : 7004 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140500789971936 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7005] ppid=6871 vsize=10849012 memory=1149932 CPUtime=1.57 cores=0,2,4,6
/proc/6874/task/7005/stat : 7005 (java) S 6871 6874 5836 0 -1 1077944384 1157 13430 0 1 71 79 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501755767216 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
Current children cumulated CPU time: 2368.85 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1149932 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.60 1.51 4/226 7223
/proc/meminfo: memFree=18738404/32770624 swapFree=66977596/67108860
[pid=6874] ppid=6871 vsize=10849012 memory=1149932 CPUtime=2429.76 cores=0,2,4,6
/proc/6874/stat : 6874 (java) S 6871 6874 5836 0 -1 1077944320 271053 13430 1 1 242575 394 5 2 20 0 15 0 404965520 11109388288 287483 33554432000 4194304 4196468 140722947067664 140722947050208 140502301527799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
/proc/6874/statm: 2712253 287483 3622 1 0 2674317 0
[pid=6874/tid=6979] ppid=6871 vsize=10849012 memory=1149932 CPUtime=2353.5 cores=0,2,4,6
/proc/6874/task/6979/stat : 6979 (java) R 6871 6874 5836 0 -1 4202560 82501 13430 1 1 235286 57 5 2 20 0 15 0 404965532 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502273362912 140501899539186 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6984] ppid=6871 vsize=10849012 memory=1149932 CPUtime=12.73 cores=0,2,4,6
/proc/6874/task/6984/stat : 6984 (java) S 6871 6874 5836 0 -1 1077944384 26194 13430 0 1 1199 67 5 2 20 0 15 0 404965533 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502305770384 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6985] ppid=6871 vsize=10849012 memory=1145792 CPUtime=12.71 cores=0,2,4,6
/proc/6874/task/6985/stat : 6985 (java) S 6871 6874 5836 0 -1 1077944384 22664 13430 0 1 1205 59 5 2 20 0 15 0 404965533 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502209973008 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6986] ppid=6871 vsize=10849012 memory=1149932 CPUtime=12.69 cores=0,2,4,6
/proc/6874/task/6986/stat : 6986 (java) S 6871 6874 5836 0 -1 1077944384 23281 13430 0 1 1199 63 5 2 20 0 15 0 404965533 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502208920720 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6987] ppid=6871 vsize=10849012 memory=1149932 CPUtime=12.7 cores=0,2,4,6
/proc/6874/task/6987/stat : 6987 (java) S 6871 6874 5836 0 -1 1077944384 27104 13430 0 1 1197 66 5 2 20 0 15 0 404965533 11109388288 287483 33554432000 4194304 4196468 140722947067664 140502207867920 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6989] ppid=6871 vsize=10849012 memory=1149932 CPUtime=11.41 cores=0,2,4,6
/proc/6874/task/6989/stat : 6989 (java) S 6871 6874 5836 0 -1 1077944384 21906 13430 0 1 1075 59 5 2 20 0 15 0 404965534 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501759977584 140502301538946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6992] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6992/stat : 6992 (java) S 6871 6874 5836 0 -1 1077944384 16 13430 0 1 0 0 5 2 20 0 15 0 404965535 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501667799968 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6993] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6993/stat : 6993 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965535 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501063820416 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6999] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6999/stat : 6999 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140500823529552 140502301546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7000] ppid=6871 vsize=10849012 memory=1248 CPUtime=4.47 cores=0,2,4,6
/proc/6874/task/7000/stat : 7000 (java) S 6871 6874 5836 0 -1 1077944384 22015 13430 0 1 429 11 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501758925424 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7001] ppid=6871 vsize=10849012 memory=3616 CPUtime=4.91 cores=0,2,4,6
/proc/6874/task/7001/stat : 7001 (java) S 6871 6874 5836 0 -1 1077944384 15992 13430 0 1 480 4 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501757872624 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7002] ppid=6871 vsize=10849012 memory=37476 CPUtime=3.57 cores=0,2,4,6
/proc/6874/task/7002/stat : 7002 (java) S 6871 6874 5836 0 -1 1077944384 25988 13430 0 1 343 7 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501756820336 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7004] ppid=6871 vsize=10849012 memory=3272 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7004/stat : 7004 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140500789971936 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7005] ppid=6871 vsize=10849012 memory=1408 CPUtime=1.61 cores=0,2,4,6
/proc/6874/task/7005/stat : 7005 (java) S 6871 6874 5836 0 -1 1077944384 1180 13430 0 1 73 81 5 2 20 0 15 0 404965538 11109388288 287483 33554432000 4194304 4196468 140722947067664 140501755767216 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
Current children cumulated CPU time: 2429.76 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1149932 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.54 1.49 4/226 7227
/proc/meminfo: memFree=18736984/32770624 swapFree=66977604/67108860
[pid=6874] ppid=6871 vsize=10849012 memory=1151980 CPUtime=2490.73 cores=0,2,4,6
/proc/6874/stat : 6874 (java) S 6871 6874 5836 0 -1 1077944320 275999 13430 1 1 248662 404 5 2 20 0 15 0 404965520 11109388288 287995 33554432000 4194304 4196468 140722947067664 140722947050208 140502301527799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
/proc/6874/statm: 2712253 287995 3622 1 0 2674317 0
[pid=6874/tid=6979] ppid=6871 vsize=10849012 memory=1151980 CPUtime=2412.76 cores=0,2,4,6
/proc/6874/task/6979/stat : 6979 (java) R 6871 6874 5836 0 -1 4202560 83790 13430 1 1 241211 58 5 2 20 0 15 0 404965532 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502273363024 140501901369325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6984] ppid=6871 vsize=10849012 memory=1151980 CPUtime=13.07 cores=0,2,4,6
/proc/6874/task/6984/stat : 6984 (java) S 6871 6874 5836 0 -1 1077944384 26385 13430 0 1 1232 68 5 2 20 0 15 0 404965533 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502305770384 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6985] ppid=6871 vsize=10849012 memory=1151980 CPUtime=13.05 cores=0,2,4,6
/proc/6874/task/6985/stat : 6985 (java) S 6871 6874 5836 0 -1 1077944384 22868 13430 0 1 1238 60 5 2 20 0 15 0 404965533 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502209973008 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6986] ppid=6871 vsize=10849012 memory=1149932 CPUtime=13.03 cores=0,2,4,6
/proc/6874/task/6986/stat : 6986 (java) S 6871 6874 5836 0 -1 1077944384 24375 13430 0 1 1231 65 5 2 20 0 15 0 404965533 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502208920720 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6987] ppid=6871 vsize=10849012 memory=1149932 CPUtime=13.04 cores=0,2,4,6
/proc/6874/task/6987/stat : 6987 (java) S 6871 6874 5836 0 -1 1077944384 28826 13430 0 1 1228 69 5 2 20 0 15 0 404965533 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502207867920 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6989] ppid=6871 vsize=10849012 memory=1149932 CPUtime=11.7 cores=0,2,4,6
/proc/6874/task/6989/stat : 6989 (java) S 6871 6874 5836 0 -1 1077944384 22322 13430 0 1 1103 60 5 2 20 0 15 0 404965534 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501759977584 140502301538946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6992] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6992/stat : 6992 (java) S 6871 6874 5836 0 -1 1077944384 16 13430 0 1 0 0 5 2 20 0 15 0 404965535 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501667799968 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6993] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6993/stat : 6993 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965535 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501063820416 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6999] ppid=6871 vsize=10849012 memory=1149932 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6999/stat : 6999 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140500823529552 140502301546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7000] ppid=6871 vsize=10849012 memory=1149932 CPUtime=4.47 cores=0,2,4,6
/proc/6874/task/7000/stat : 7000 (java) S 6871 6874 5836 0 -1 1077944384 22017 13430 0 1 429 11 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501758925424 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7001] ppid=6871 vsize=10849012 memory=1149932 CPUtime=4.91 cores=0,2,4,6
/proc/6874/task/7001/stat : 7001 (java) S 6871 6874 5836 0 -1 1077944384 15995 13430 0 1 480 4 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501757872624 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7002] ppid=6871 vsize=10849012 memory=1151980 CPUtime=3.57 cores=0,2,4,6
/proc/6874/task/7002/stat : 7002 (java) S 6871 6874 5836 0 -1 1077944384 25990 13430 0 1 343 7 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501756820336 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7004] ppid=6871 vsize=10849012 memory=1151980 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7004/stat : 7004 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140500789971936 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7005] ppid=6871 vsize=10849012 memory=3616 CPUtime=1.64 cores=0,2,4,6
/proc/6874/task/7005/stat : 7005 (java) S 6871 6874 5836 0 -1 1077944384 1203 13430 0 1 75 82 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501755767216 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
Current children cumulated CPU time: 2490.73 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1151980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.2 s]
/proc/loadavg: 1.50 1.55 1.50 4/226 7231
/proc/meminfo: memFree=18736552/32770624 swapFree=66977604/67108860
[pid=6874] ppid=6871 vsize=10849012 memory=1151980 CPUtime=2520.08 cores=0,2,4,6
/proc/6874/stat : 6874 (java) S 6871 6874 5836 0 -1 1077944320 277832 13430 1 1 251593 408 5 2 20 0 15 0 404965520 11109388288 287995 33554432000 4194304 4196468 140722947067664 140722947050208 140502301527799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
/proc/6874/statm: 2712253 287995 3622 1 0 2674317 0
[pid=6874/tid=6979] ppid=6871 vsize=10849012 memory=1151980 CPUtime=2441.3 cores=0,2,4,6
/proc/6874/task/6979/stat : 6979 (java) R 6871 6874 5836 0 -1 4202560 84479 13430 1 1 244064 59 5 2 20 0 15 0 404965532 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502273362880 140501893669041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6984] ppid=6871 vsize=10849012 memory=1263 CPUtime=13.23 cores=0,2,4,6
/proc/6874/task/6984/stat : 6984 (java) S 6871 6874 5836 0 -1 1077944384 27018 13430 0 1 1247 69 5 2 20 0 15 0 404965533 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502305770384 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6985] ppid=6871 vsize=10849012 memory=1262 CPUtime=13.22 cores=0,2,4,6
/proc/6874/task/6985/stat : 6985 (java) S 6871 6874 5836 0 -1 1077944384 22933 13430 0 1 1254 61 5 2 20 0 15 0 404965533 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502209973008 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6986] ppid=6871 vsize=10849012 memory=2832 CPUtime=13.2 cores=0,2,4,6
/proc/6874/task/6986/stat : 6986 (java) S 6871 6874 5836 0 -1 1077944384 24460 13430 0 1 1247 66 5 2 20 0 15 0 404965533 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502208920720 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6987] ppid=6871 vsize=10849012 memory=1084 CPUtime=13.21 cores=0,2,4,6
/proc/6874/task/6987/stat : 6987 (java) S 6871 6874 5836 0 -1 1077944384 28851 13430 0 1 1244 70 5 2 20 0 15 0 404965533 11109388288 287995 33554432000 4194304 4196468 140722947067664 140502207867920 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6989] ppid=6871 vsize=10849012 memory=14012 CPUtime=11.84 cores=0,2,4,6
/proc/6874/task/6989/stat : 6989 (java) S 6871 6874 5836 0 -1 1077944384 22643 13430 0 1 1116 61 5 2 20 0 15 0 404965534 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501759977584 140502301538946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6992] ppid=6871 vsize=10849012 memory=1151980 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6992/stat : 6992 (java) S 6871 6874 5836 0 -1 1077944384 16 13430 0 1 0 0 5 2 20 0 15 0 404965535 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501667799968 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6993] ppid=6871 vsize=10849012 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6993/stat : 6993 (java) S 6871 6874 5836 0 -1 1077944384 1 13430 0 1 0 0 5 2 20 0 15 0 404965535 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501063820416 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=6999] ppid=6871 vsize=10849012 memory=1151980 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/6999/stat : 6999 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140500823529552 140502301546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7000] ppid=6871 vsize=10849012 memory=8112282956445269571 CPUtime=4.47 cores=0,2,4,6
/proc/6874/task/7000/stat : 7000 (java) S 6871 6874 5836 0 -1 1077944384 22019 13430 0 1 429 11 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501758925424 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7001] ppid=6871 vsize=10849012 memory=1728 CPUtime=4.91 cores=0,2,4,6
/proc/6874/task/7001/stat : 7001 (java) S 6871 6874 5836 0 -1 1077944384 15998 13430 0 1 480 4 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501757872624 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7002] ppid=6871 vsize=10849012 memory=704 CPUtime=3.57 cores=0,2,4,6
/proc/6874/task/7002/stat : 7002 (java) S 6871 6874 5836 0 -1 1077944384 25992 13430 0 1 343 7 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501756820336 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7004] ppid=6871 vsize=10849012 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/6874/task/7004/stat : 7004 (java) S 6871 6874 5836 0 -1 1077944384 3 13430 0 1 0 0 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140500789971936 140502301538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
[pid=6874/tid=7005] ppid=6871 vsize=10849012 memory=1440 CPUtime=1.66 cores=0,2,4,6
/proc/6874/task/7005/stat : 7005 (java) S 6871 6874 5836 0 -1 1077944384 1211 13430 0 1 75 84 5 2 20 0 15 0 404965538 11109388288 287995 33554432000 4194304 4196468 140722947067664 140501755767216 140502301538946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39100416 140722947074805 140722947077317 140722947077317 140722947080143 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1151980 KiB

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

[startup+2471.23 s]
# the end of solver process 6874 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.01 s, system=4.1302 s

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

Child status: 143
Real time (s): 2471.23
CPU time (s): 2520.14
CPU user time (s): 2516.01
CPU system time (s): 4.1302
CPU usage (%): 101.979
Max. virtual memory (cumulated for all children) (KiB): 10851772
Max. memory (cumulated for all children) (KiB): 1151980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.01
system time used= 4.1302
maximum resident set size= 1156224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296977
page faults= 2
swaps= 0
block input operations= 1336
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 325619
involuntary context switches= 10147


# summary of solver processes directly reported to runsolver:
#   pid: 6874
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.01
#   total CPU system time (s): 4.1302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4899 second user time and 21.7511 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 12:07:45
IDJOB=4387000
IDBENCH=120505
IDSOLVER=2823
FILE ID=node104/4387000-1568287081
RUNJOBID= node104-1568282865-6843
PBS_JOBID= 21701090
Free space on /tmp= 54232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-series1/StripPacking-C3P2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387000-1568287081/watcher-4387000-1568287081 -o /tmp/evaluation-result-4387000-1568287081/solver-4387000-1568287081 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1534895209 HOME/instance-4387000-1568287081.xml

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

MD5SUM BENCH= ec554133dcdc77f0ded322158f487a65
RANDOM SEED=1534895209

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        22461352 kB
MemAvailable:   31829852 kB
Buffers:          115480 kB
Cached:          9427388 kB
SwapCached:        31876 kB
Active:          2338288 kB
Inactive:        7240784 kB
Active(anon):       4496 kB
Inactive(anon):    74116 kB
Active(file):    2333792 kB
Inactive(file):  7166668 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977596 kB
Dirty:             70700 kB
Writeback:             0 kB
AnonPages:        114160 kB
Mapped:            42240 kB
Shmem:             32780 kB
Slab:             326240 kB
SReclaimable:     296500 kB
SUnreclaim:        29740 kB
KernelStack:        3440 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     494648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54160 MiB
End job on node104 at 2019-09-12 12:48:57