Trace number 4387398

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2520.13 2459.3

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c1w2b.xml
MD5SUMd888f3c6414640c595bd57a6b8e70245
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of constraints795
Number of domains2
Minimum domain size82
Maximum domain size397
Distribution of domain sizes[{"size":82,"count":1980},{"size":397,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1584},{"degree":5,"count":396}]
Minimum constraint arity5
Maximum constraint arity1980
Distribution of constraint arities[{"arity":5,"count":792},{"arity":397,"count":1},{"arity":1980,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":396},{"type":"lex","count":1},{"type":"sum","count":396},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
2520.01/2459.28	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2459.28		at concrete.MAC.mac(MAC.scala:189)
2520.01/2459.28		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2459.28		at scala.util.Try$.apply(Try.scala:212)
2520.01/2459.28		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2459.28		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2459.28		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2459.28		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2459.28		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2459.28		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2459.28		at concrete.ProblemState.map(ProblemState.scala:228)
2520.01/2459.28		at concrete.ProblemState.map(ProblemState.scala:210)
2520.01/2459.28		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2459.28		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2459.28		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2459.28		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2459.28		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2459.28		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.01/2459.28		at scala.util.Success.map(Try.scala:264)
2520.01/2459.28		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2459.28		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2459.28		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2459.28		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2459.28		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2459.28		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2459.28		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2459.28		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2459.28		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2459.28		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2459.28		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2459.28		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2459.28		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2459.28		at scala.App.main(App.scala:75)
2520.01/2459.28		at scala.App.main$(App.scala:73)
2520.01/2459.28		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2459.28		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2459.28	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 (14820 MiB free)
  memory of node 1: 16384 MiB (14373 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387398-1568302752/watcher-4387398-1568302752 -o /tmp/evaluation-result-4387398-1568302752/solver-4387398-1568302752 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6447 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1555757697 HOME/instance-4387398-1568302752.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
Current StackSize limit: 8192 KiB

solver pid=11694, runsolver pid=11691

[startup+0.100103 s]*
/proc/loadavg: 1.23 1.37 1.44 3/217 11751
/proc/meminfo: memFree=29886580/32770624 swapFree=66996068/67108860
[pid=11694] ppid=11691 vsize=9972712 memory=19124 CPUtime=0.09 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 5684 0 -1 1077944320 4518 13014 0 0 1 0 5 3 20 0 6 0 406529970 10212057088 4781 33554432000 4194304 4196468 140730356612896 140730356595440 140694757551863 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
/proc/11694/statm: 2493178 4781 1937 1 0 2481616 0
[pid=11694/tid=11747] ppid=11691 vsize=9988792 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 2338 13014 0 0 1 0 5 3 20 0 6 0 406529979 10228523008 4781 33554432000 4194304 4196468 140730356612896 140694729388624 140694738674912 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=9988792 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 406529980 10228523008 4847 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=9988792 memory=140305400333952 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 406529980 10228523008 4847 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=9988792 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 406529980 10228523008 4847 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=9988792 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 6 0 406529980 10228523008 4847 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19124 KiB

[startup+0.209776 s]*
/proc/loadavg: 1.23 1.37 1.44 4/226 11760
/proc/meminfo: memFree=29865240/32770624 swapFree=66996068/67108860
[pid=11694] ppid=11691 vsize=10819964 memory=43424 CPUtime=0.27 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 5684 0 -1 1077944320 7178 13014 0 0 17 2 5 3 20 0 15 0 406529970 11079643136 10856 33554432000 4194304 4196468 140730356612896 140730356595440 140694757551863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
/proc/11694/statm: 2704991 10856 2978 1 0 2667405 0
[pid=11694/tid=11747] ppid=11691 vsize=10820924 memory=7100839852556125036 CPUtime=0.2 cores=0,2,4,6
/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 3734 13014 0 0 11 1 5 3 20 0 15 0 406529979 11080626176 10922 33554432000 4194304 4196468 140730356612896 140694729376672 140694749842304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=10820924 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11080626176 10922 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=10820924 memory=140305400333952 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11080626176 10922 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=10820924 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11080626176 10922 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529980 11080626176 10922 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11752] ppid=11691 vsize=10820924 memory=140305400333952 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11752/stat : 11752 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529981 11080626176 10922 33554432000 4194304 4196468 140730356612896 140694284192368 140694757563010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11753] ppid=11691 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11753/stat : 11753 (java) S 11691 11694 5684 0 -1 1077944384 13 13014 0 0 0 0 5 3 20 0 15 0 406529982 11080626176 10922 33554432000 4194304 4196468 140730356612896 140694203131168 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11754] ppid=11691 vsize=10820924 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11754/stat : 11754 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529982 11080626176 10922 33554432000 4194304 4196468 140730356612896 140694068913776 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11755] ppid=11691 vsize=10820924 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11755/stat : 11755 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529984 11080626176 10988 33554432000 4194304 4196468 140730356612896 140693464934992 140694757570459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11756] ppid=11691 vsize=10820924 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11756/stat : 11756 (java) S 11691 11694 5684 0 -1 1077944384 473 13014 0 0 1 0 5 3 20 0 15 0 406529984 11080626176 10988 33554432000 4194304 4196468 140730356612896 140694283139184 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11757] ppid=11691 vsize=10820924 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11757/stat : 11757 (java) S 11691 11694 5684 0 -1 1077944384 172 13014 0 0 1 0 5 3 20 0 15 0 406529984 11080626176 10988 33554432000 4194304 4196468 140730356612896 140694282086384 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11758] ppid=11691 vsize=10820924 memory=140305400333952 CPUtime=0.11 cores=0,2,4,6
/proc/11694/task/11758/stat : 11758 (java) S 11691 11694 5684 0 -1 1077944384 640 13014 0 0 3 0 5 3 20 0 15 0 406529984 11080626176 11054 33554432000 4194304 4196468 140730356612896 140694281034096 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11759] ppid=11691 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11759/stat : 11759 (java) S 11691 11694 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 406529985 11080626176 11054 33554432000 4194304 4196468 140730356612896 140692995172832 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11760] ppid=11691 vsize=10820924 memory=140305400333952 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11760/stat : 11760 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529985 11080626176 11054 33554432000 4194304 4196468 140730356612896 140694279982000 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 43424 KiB

[startup+0.310344 s]*
/proc/loadavg: 1.23 1.37 1.44 4/226 11760
/proc/meminfo: memFree=29854868/32770624 swapFree=66996068/67108860
[pid=11694] ppid=11691 vsize=10820244 memory=54048 CPUtime=0.4 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 5684 0 -1 1077944320 10680 13014 0 0 29 3 5 3 20 0 15 0 406529970 11079929856 13512 33554432000 4194304 4196468 140730356612896 140730356595440 140694757551863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
/proc/11694/statm: 2705061 13512 3292 1 0 2667149 0
[pid=11694/tid=11747] ppid=11691 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 7138 13014 0 0 19 2 5 3 20 0 15 0 406529979 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694729355952 140694741632350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=10820244 memory=6370458648117864037 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=10820244 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=10820244 memory=7649539680999327681 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529980 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11752] ppid=11691 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11752/stat : 11752 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529981 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694284192368 140694757563010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11753] ppid=11691 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11753/stat : 11753 (java) S 11691 11694 5684 0 -1 1077944384 13 13014 0 0 0 0 5 3 20 0 15 0 406529982 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694203131168 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11754] ppid=11691 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11754/stat : 11754 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529982 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694068913776 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11755] ppid=11691 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11755/stat : 11755 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529984 11079929856 13512 33554432000 4194304 4196468 140730356612896 140693464934992 140694757570459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11756] ppid=11691 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11756/stat : 11756 (java) R 11691 11694 5684 0 -1 4202560 475 13014 0 0 1 0 5 3 20 0 15 0 406529984 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694283139184 140694742447022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11757] ppid=11691 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11757/stat : 11757 (java) S 11691 11694 5684 0 -1 1077944384 172 13014 0 0 1 0 5 3 20 0 15 0 406529984 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694282086384 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11758] ppid=11691 vsize=10820244 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/11694/task/11758/stat : 11758 (java) S 11691 11694 5684 0 -1 1077944384 667 13014 0 0 5 0 5 3 20 0 15 0 406529984 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694281034096 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11759] ppid=11691 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11759/stat : 11759 (java) S 11691 11694 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 406529985 11079929856 13512 33554432000 4194304 4196468 140730356612896 140692995172832 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11760] ppid=11691 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11760/stat : 11760 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529985 11079929856 13512 33554432000 4194304 4196468 140730356612896 140694279982000 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 54048 KiB

[startup+0.701172 s]
/proc/loadavg: 1.23 1.37 1.44 5/226 11760
/proc/meminfo: memFree=29838820/32770624 swapFree=66996068/67108860
[pid=11694] ppid=11691 vsize=10825364 memory=84864 CPUtime=1.15 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 5684 0 -1 1077944320 14897 13014 0 0 101 6 5 3 20 0 15 0 406529970 11085172736 21151 33554432000 4194304 4196468 140730356612896 140730356595440 140694757551863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
/proc/11694/statm: 2706341 21151 3494 1 0 2668429 0
[pid=11694/tid=11747] ppid=11691 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 10527 13014 0 0 55 4 5 3 20 0 15 0 406529979 11084124160 21191 33554432000 4194304 4196468 140730356612896 140694729369824 140694750231085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11084124160 21191 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=10825364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11085172736 21191 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=10825364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529980 11085172736 21191 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=10825364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529980 11085172736 21191 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11752] ppid=11691 vsize=10825364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11752/stat : 11752 (java) S 11691 11694 5684 0 -1 1077944384 5 13014 0 0 0 0 5 3 20 0 15 0 406529981 11085172736 21191 33554432000 4194304 4196468 140730356612896 140694284192368 140694757563010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11753] ppid=11691 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11753/stat : 11753 (java) S 11691 11694 5684 0 -1 1077944384 13 13014 0 0 0 0 5 3 20 0 15 0 406529982 11084124160 21191 33554432000 4194304 4196468 140730356612896 140694203131168 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11754] ppid=11691 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11754/stat : 11754 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529982 11084124160 21191 33554432000 4194304 4196468 140730356612896 140694068913776 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11755] ppid=11691 vsize=10825364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11755/stat : 11755 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529984 11085172736 21191 33554432000 4194304 4196468 140730356612896 140693464934992 140694757570459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11756] ppid=11691 vsize=10825364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/11694/task/11756/stat : 11756 (java) S 11691 11694 5684 0 -1 1077944384 717 13014 0 0 12 0 5 3 20 0 15 0 406529984 11085172736 21191 33554432000 4194304 4196468 140730356612896 140694283139184 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11757] ppid=11691 vsize=10825364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/11694/task/11757/stat : 11757 (java) S 11691 11694 5684 0 -1 1077944384 552 13014 0 0 14 0 5 3 20 0 15 0 406529984 11085172736 21191 33554432000 4194304 4196468 140730356612896 140694282086384 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11758] ppid=11691 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/11694/task/11758/stat : 11758 (java) S 11691 11694 5684 0 -1 1077944384 888 13014 0 0 17 0 5 3 20 0 15 0 406529984 11084124160 21191 33554432000 4194304 4196468 140730356612896 140694281034096 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11759] ppid=11691 vsize=10824340 memory=280610480324848 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11759/stat : 11759 (java) S 11691 11694 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 406529985 11084124160 21191 33554432000 4194304 4196468 140730356612896 140692995172832 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11760] ppid=11691 vsize=10825364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11760/stat : 11760 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529985 11085172736 21191 33554432000 4194304 4196468 140730356612896 140694279982000 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10825364 KiB
Current children cumulated memory: 84864 KiB

[startup+1.50066 s]
/proc/loadavg: 1.23 1.37 1.44 3/226 11760
/proc/meminfo: memFree=29792044/32770624 swapFree=66996068/67108860
[pid=11694] ppid=11691 vsize=10834656 memory=186916 CPUtime=2.74 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 5684 0 -1 1077944320 23806 13014 0 0 256 10 5 3 20 0 15 0 406529970 11094687744 46729 33554432000 4194304 4196468 140730356612896 140730356595440 140694757551863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
/proc/11694/statm: 2708664 46729 3577 1 0 2670733 0
[pid=11694/tid=11747] ppid=11691 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 15870 13014 0 0 129 6 5 3 20 0 15 0 406529979 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694729378464 140694741595493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 52 13014 0 0 1 0 5 3 20 0 15 0 406529980 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=10834656 memory=3184238225316433456 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 24 13014 0 0 1 0 5 3 20 0 15 0 406529980 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=10834656 memory=280610480901856 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 326 13014 0 0 1 0 5 3 20 0 15 0 406529980 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 59 13014 0 0 1 0 5 3 20 0 15 0 406529980 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11752] ppid=11691 vsize=10834656 memory=3472468584288278352 CPUtime=0.09 cores=0,2,4,6
/proc/11694/task/11752/stat : 11752 (java) S 11691 11694 5684 0 -1 1077944384 161 13014 0 0 1 0 5 3 20 0 15 0 406529981 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694284192368 140694757563010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11753] ppid=11691 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11753/stat : 11753 (java) S 11691 11694 5684 0 -1 1077944384 14 13014 0 0 0 0 5 3 20 0 15 0 406529982 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694203131232 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11754] ppid=11691 vsize=10834656 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11754/stat : 11754 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529982 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694068913792 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11755] ppid=11691 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11755/stat : 11755 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529984 11094687744 46729 33554432000 4194304 4196468 140730356612896 140693464934992 140694757570459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11756] ppid=11691 vsize=10834656 memory=56 CPUtime=0.43 cores=0,2,4,6
/proc/11694/task/11756/stat : 11756 (java) S 11691 11694 5684 0 -1 1077944384 1719 13014 0 0 35 0 5 3 20 0 15 0 406529984 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694283139184 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11757] ppid=11691 vsize=10834656 memory=2670038 CPUtime=0.45 cores=0,2,4,6
/proc/11694/task/11757/stat : 11757 (java) S 11691 11694 5684 0 -1 1077944384 1379 13014 0 0 37 0 5 3 20 0 15 0 406529984 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694282086384 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11758] ppid=11691 vsize=10834656 memory=2671448 CPUtime=0.52 cores=0,2,4,6
/proc/11694/task/11758/stat : 11758 (java) R 11691 11694 5684 0 -1 4202560 1987 13014 0 0 44 0 5 3 20 0 15 0 406529984 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694281031904 140694757573210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11759] ppid=11691 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11759/stat : 11759 (java) S 11691 11694 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 406529985 11094687744 46729 33554432000 4194304 4196468 140730356612896 140692995172832 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11760] ppid=11691 vsize=10834656 memory=280610480346944 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11760/stat : 11760 (java) S 11691 11694 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 406529985 11094687744 46729 33554432000 4194304 4196468 140730356612896 140694279982000 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10834656 KiB

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

/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 146384 13014 0 0 229831 76 5 3 20 0 15 0 406529979 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694729386752 140694366322297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=10846964 memory=483740 CPUtime=12.63 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 21352 13014 0 0 1202 53 5 3 20 0 15 0 406529980 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=10846964 memory=482200 CPUtime=12.63 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 19182 13014 0 0 1202 53 5 3 20 0 15 0 406529980 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=10846964 memory=484256 CPUtime=12.61 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 23965 13014 0 0 1198 55 5 3 20 0 15 0 406529980 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=10846964 memory=495088 CPUtime=12.58 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 20061 13014 0 0 1198 52 5 3 20 0 15 0 406529980 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11752] ppid=11691 vsize=10846964 memory=495612 CPUtime=8.31 cores=0,2,4,6
/proc/11694/task/11752/stat : 11752 (java) S 11691 11694 5684 0 -1 1077944384 16383 13014 0 0 749 74 5 3 20 0 15 0 406529981 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694284192368 140694757563010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11753] ppid=11691 vsize=10846964 memory=478072 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11753/stat : 11753 (java) S 11691 11694 5684 0 -1 1077944384 21 13014 0 0 0 0 5 3 20 0 15 0 406529982 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694203131296 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11754] ppid=11691 vsize=10846964 memory=497660 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11754/stat : 11754 (java) S 11691 11694 5684 0 -1 1077944384 5 13014 0 0 0 0 5 3 20 0 15 0 406529982 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694068913792 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11755] ppid=11691 vsize=10846964 memory=495612 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11755/stat : 11755 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529984 11107291136 124283 33554432000 4194304 4196468 140730356612896 140693464934992 140694757570459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11756] ppid=11691 vsize=10846964 memory=3624 CPUtime=9.17 cores=0,2,4,6
/proc/11694/task/11756/stat : 11756 (java) S 11691 11694 5684 0 -1 1077944384 43186 13014 0 0 902 7 5 3 20 0 15 0 406529984 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694283139184 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11757] ppid=11691 vsize=10846964 memory=22608 CPUtime=8.56 cores=0,2,4,6
/proc/11694/task/11757/stat : 11757 (java) S 11691 11694 5684 0 -1 1077944384 35324 13014 0 0 841 7 5 3 20 0 15 0 406529984 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694282086384 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11758] ppid=11691 vsize=10846964 memory=497644 CPUtime=4.18 cores=0,2,4,6
/proc/11694/task/11758/stat : 11758 (java) S 11691 11694 5684 0 -1 1077944384 26989 13014 0 0 403 7 5 3 20 0 15 0 406529984 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694281034096 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11759] ppid=11691 vsize=10846964 memory=499184 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11759/stat : 11759 (java) S 11691 11694 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 406529985 11107291136 124283 33554432000 4194304 4196468 140730356612896 140692995172832 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11760] ppid=11691 vsize=10846964 memory=2116 CPUtime=1.29 cores=0,2,4,6
/proc/11694/task/11760/stat : 11760 (java) S 11691 11694 5684 0 -1 1077944384 1599 13014 0 0 60 61 5 3 20 0 15 0 406529985 11107291136 124283 33554432000 4194304 4196468 140730356612896 140694279982000 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 2380.49 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 497132 KiB

[startup+2382.3 s]
/proc/loadavg: 1.42 1.30 1.31 3/226 12131
/proc/meminfo: memFree=29523624/32770624 swapFree=66996104/67108860
[pid=11694] ppid=11691 vsize=10846964 memory=494092 CPUtime=2441.65 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 5684 0 -1 1077944320 368782 13014 0 0 243742 415 5 3 20 0 15 0 406529970 11107291136 123523 33554432000 4194304 4196468 140730356612896 140730356595440 140694757551863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
/proc/11694/statm: 2711741 123523 3629 1 0 2673805 0
[pid=11694/tid=11747] ppid=11691 vsize=10846964 memory=494608 CPUtime=2358.46 cores=0,2,4,6
/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 155391 13014 0 0 235760 78 5 3 20 0 15 0 406529979 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694729386752 140694740073434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=10846964 memory=984 CPUtime=13.04 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 22082 13014 0 0 1241 55 5 3 20 0 15 0 406529980 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=10846964 memory=498712 CPUtime=13.03 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 19850 13014 0 0 1240 55 5 3 20 0 15 0 406529980 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=10846964 memory=490932 CPUtime=13.01 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 24709 13014 0 0 1236 57 5 3 20 0 15 0 406529980 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=10846964 memory=467740 CPUtime=12.98 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 20734 13014 0 0 1236 54 5 3 20 0 15 0 406529980 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11752] ppid=11691 vsize=10846964 memory=503244 CPUtime=8.52 cores=0,2,4,6
/proc/11694/task/11752/stat : 11752 (java) S 11691 11694 5684 0 -1 1077944384 16656 13014 0 0 767 77 5 3 20 0 15 0 406529981 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694284192368 140694757563010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11753] ppid=11691 vsize=10846964 memory=493580 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11753/stat : 11753 (java) S 11691 11694 5684 0 -1 1077944384 21 13014 0 0 0 0 5 3 20 0 15 0 406529982 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694203131296 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11754] ppid=11691 vsize=10846964 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11754/stat : 11754 (java) S 11691 11694 5684 0 -1 1077944384 5 13014 0 0 0 0 5 3 20 0 15 0 406529982 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694068913792 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11755] ppid=11691 vsize=10846964 memory=494604 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11755/stat : 11755 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529984 11107291136 123523 33554432000 4194304 4196468 140730356612896 140693464934992 140694757570459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11756] ppid=11691 vsize=10846964 memory=493580 CPUtime=9.17 cores=0,2,4,6
/proc/11694/task/11756/stat : 11756 (java) S 11691 11694 5684 0 -1 1077944384 43188 13014 0 0 902 7 5 3 20 0 15 0 406529984 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694283139184 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11757] ppid=11691 vsize=10846964 memory=495632 CPUtime=8.56 cores=0,2,4,6
/proc/11694/task/11757/stat : 11757 (java) S 11691 11694 5684 0 -1 1077944384 35326 13014 0 0 841 7 5 3 20 0 15 0 406529984 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694282086384 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11758] ppid=11691 vsize=10846964 memory=499224 CPUtime=4.18 cores=0,2,4,6
/proc/11694/task/11758/stat : 11758 (java) S 11691 11694 5684 0 -1 1077944384 26991 13014 0 0 403 7 5 3 20 0 15 0 406529984 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694281034096 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11759] ppid=11691 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11759/stat : 11759 (java) S 11691 11694 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 406529985 11107291136 123523 33554432000 4194304 4196468 140730356612896 140692995172832 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11760] ppid=11691 vsize=10846964 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/11694/task/11760/stat : 11760 (java) S 11691 11694 5684 0 -1 1077944384 1616 13014 0 0 61 62 5 3 20 0 15 0 406529985 11107291136 123523 33554432000 4194304 4196468 140730356612896 140694279982000 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 2441.65 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 494092 KiB

[startup+2442.3 s]
/proc/loadavg: 1.08 1.23 1.29 3/226 12135
/proc/meminfo: memFree=29508536/32770624 swapFree=66996104/67108860
[pid=11694] ppid=11691 vsize=10846964 memory=507700 CPUtime=2502.77 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 5684 0 -1 1077944320 378763 13014 0 0 249842 427 5 3 20 0 15 0 406529970 11107291136 126925 33554432000 4194304 4196468 140730356612896 140730356595440 140694757551863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
/proc/11694/statm: 2711741 126925 3629 1 0 2673805 0
[pid=11694/tid=11747] ppid=11691 vsize=10846964 memory=508216 CPUtime=2417.79 cores=0,2,4,6
/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 162897 13014 0 0 241691 80 5 3 20 0 15 0 406529979 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694729386640 140694365042677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=10846964 memory=503860 CPUtime=13.41 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 22703 13014 0 0 1277 56 5 3 20 0 15 0 406529980 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=10846964 memory=509356 CPUtime=13.43 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 20187 13014 0 0 1278 57 5 3 20 0 15 0 406529980 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=10846964 memory=489548 CPUtime=13.4 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 25273 13014 0 0 1273 59 5 3 20 0 15 0 406529980 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=10846964 memory=508844 CPUtime=13.38 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 21464 13014 0 0 1274 56 5 3 20 0 15 0 406529980 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11752] ppid=11691 vsize=10846964 memory=480640 CPUtime=8.71 cores=0,2,4,6
/proc/11694/task/11752/stat : 11752 (java) S 11691 11694 5684 0 -1 1077944384 16866 13014 0 0 784 79 5 3 20 0 15 0 406529981 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694284192368 140694757563010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11753] ppid=11691 vsize=10846964 memory=483704 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11753/stat : 11753 (java) S 11691 11694 5684 0 -1 1077944384 21 13014 0 0 0 0 5 3 20 0 15 0 406529982 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694203131296 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11754] ppid=11691 vsize=10846964 memory=491136 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11754/stat : 11754 (java) S 11691 11694 5684 0 -1 1077944384 5 13014 0 0 0 0 5 3 20 0 15 0 406529982 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694068913792 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11755] ppid=11691 vsize=10846964 memory=513344 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11755/stat : 11755 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529984 11107291136 126925 33554432000 4194304 4196468 140730356612896 140693464934992 140694757570459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11756] ppid=11691 vsize=10846964 memory=510268 CPUtime=9.17 cores=0,2,4,6
/proc/11694/task/11756/stat : 11756 (java) S 11691 11694 5684 0 -1 1077944384 43191 13014 0 0 902 7 5 3 20 0 15 0 406529984 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694283139184 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11757] ppid=11691 vsize=10846964 memory=508216 CPUtime=8.57 cores=0,2,4,6
/proc/11694/task/11757/stat : 11757 (java) S 11691 11694 5684 0 -1 1077944384 35328 13014 0 0 842 7 5 3 20 0 15 0 406529984 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694282086384 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11758] ppid=11691 vsize=10846964 memory=512320 CPUtime=4.18 cores=0,2,4,6
/proc/11694/task/11758/stat : 11758 (java) S 11691 11694 5684 0 -1 1077944384 26993 13014 0 0 403 7 5 3 20 0 15 0 406529984 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694281034096 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11759] ppid=11691 vsize=10846964 memory=507700 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11759/stat : 11759 (java) S 11691 11694 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 406529985 11107291136 126925 33554432000 4194304 4196468 140730356612896 140692995172832 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11760] ppid=11691 vsize=10846964 memory=509240 CPUtime=1.35 cores=0,2,4,6
/proc/11694/task/11760/stat : 11760 (java) S 11691 11694 5684 0 -1 1077944384 1622 13014 0 0 63 64 5 3 20 0 15 0 406529985 11107291136 126925 33554432000 4194304 4196468 140730356612896 140694279982000 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 2502.77 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 507700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.2 s]
/proc/loadavg: 1.13 1.23 1.29 3/226 12139
/proc/meminfo: memFree=29523032/32770624 swapFree=66996104/67108860
[pid=11694] ppid=11691 vsize=10846964 memory=492928 CPUtime=2520.01 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 5684 0 -1 1077944320 380651 13014 0 0 251562 431 5 3 20 0 15 0 406529970 11107291136 123232 33554432000 4194304 4196468 140730356612896 140730356595440 140694757551863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
/proc/11694/statm: 2711741 123232 3629 1 0 2673805 0
[pid=11694/tid=11747] ppid=11691 vsize=10846964 memory=1760 CPUtime=2434.5 cores=0,2,4,6
/proc/11694/task/11747/stat : 11747 (java) R 11691 11694 5684 0 -1 4202560 164559 13014 0 0 243361 81 5 3 20 0 15 0 406529979 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694729387536 140694364570378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11748] ppid=11691 vsize=10846964 memory=1980 CPUtime=13.53 cores=0,2,4,6
/proc/11694/task/11748/stat : 11748 (java) S 11691 11694 5684 0 -1 1077944384 22820 13014 0 0 1288 57 5 3 20 0 15 0 406529980 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694761793936 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11749] ppid=11691 vsize=10846964 memory=2552 CPUtime=13.54 cores=0,2,4,6
/proc/11694/task/11749/stat : 11749 (java) S 11691 11694 5684 0 -1 1077944384 20197 13014 0 0 1289 57 5 3 20 0 15 0 406529980 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694676613392 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11750] ppid=11691 vsize=10846964 memory=1760 CPUtime=13.52 cores=0,2,4,6
/proc/11694/task/11750/stat : 11750 (java) S 11691 11694 5684 0 -1 1077944384 25279 13014 0 0 1284 60 5 3 20 0 15 0 406529980 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694675561104 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11751] ppid=11691 vsize=10846964 memory=628 CPUtime=13.49 cores=0,2,4,6
/proc/11694/task/11751/stat : 11751 (java) S 11691 11694 5684 0 -1 1077944384 21469 13014 0 0 1285 56 5 3 20 0 15 0 406529980 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694674508304 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11752] ppid=11691 vsize=10846964 memory=1056 CPUtime=8.78 cores=0,2,4,6
/proc/11694/task/11752/stat : 11752 (java) S 11691 11694 5684 0 -1 1077944384 16941 13014 0 0 790 80 5 3 20 0 15 0 406529981 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694284192368 140694757563010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11753] ppid=11691 vsize=10846964 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11753/stat : 11753 (java) S 11691 11694 5684 0 -1 1077944384 21 13014 0 0 0 0 5 3 20 0 15 0 406529982 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694203131296 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11754] ppid=11691 vsize=10846964 memory=5908 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11754/stat : 11754 (java) S 11691 11694 5684 0 -1 1077944384 5 13014 0 0 0 0 5 3 20 0 15 0 406529982 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694068913792 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11755] ppid=11691 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11755/stat : 11755 (java) S 11691 11694 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 406529984 11107291136 123232 33554432000 4194304 4196468 140730356612896 140693464934992 140694757570459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11756] ppid=11691 vsize=10846964 memory=1128 CPUtime=9.17 cores=0,2,4,6
/proc/11694/task/11756/stat : 11756 (java) S 11691 11694 5684 0 -1 1077944384 43191 13014 0 0 902 7 5 3 20 0 15 0 406529984 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694283139184 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11757] ppid=11691 vsize=10846964 memory=772 CPUtime=8.57 cores=0,2,4,6
/proc/11694/task/11757/stat : 11757 (java) S 11691 11694 5684 0 -1 1077944384 35328 13014 0 0 842 7 5 3 20 0 15 0 406529984 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694282086384 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11758] ppid=11691 vsize=10846964 memory=4008 CPUtime=4.18 cores=0,2,4,6
/proc/11694/task/11758/stat : 11758 (java) S 11691 11694 5684 0 -1 1077944384 26993 13014 0 0 403 7 5 3 20 0 15 0 406529984 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694281034096 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11759] ppid=11691 vsize=10846964 memory=493440 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11759/stat : 11759 (java) S 11691 11694 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 406529985 11107291136 123232 33554432000 4194304 4196468 140730356612896 140692995172832 140694757562069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
[pid=11694/tid=11760] ppid=11691 vsize=10846964 memory=22608 CPUtime=1.35 cores=0,2,4,6
/proc/11694/task/11760/stat : 11760 (java) S 11691 11694 5684 0 -1 1077944384 1635 13014 0 0 63 64 5 3 20 0 15 0 406529985 11107291136 123232 33554432000 4194304 4196468 140730356612896 140694279982000 140694757563010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32985088 140730356620021 140730356622533 140730356622533 140730356625359 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 492928 KiB

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

[startup+2459.3 s]
# the end of solver process 11694 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.78 s, system=4.35555 s

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

Child status: 143
Real time (s): 2459.3
CPU time (s): 2520.13
CPU user time (s): 2515.78
CPU system time (s): 4.35555
CPU usage (%): 102.474
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2273124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.78
system time used= 4.35555
maximum resident set size= 2275204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 230553
involuntary context switches= 9759


# summary of solver processes directly reported to runsolver:
#   pid: 11694
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.78
#   total CPU system time (s): 4.35555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0727 second user time and 22.9556 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 16:37:56
IDJOB=4387398
IDBENCH=136273
IDSOLVER=2823
FILE ID=node106/4387398-1568302752
RUNJOBID= node106-1568282287-6447
PBS_JOBID= 21701088
Free space on /tmp= 56700 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c1w2b.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387398-1568302752/watcher-4387398-1568302752 -o /tmp/evaluation-result-4387398-1568302752/solver-4387398-1568302752 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6447 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1555757697 HOME/instance-4387398-1568302752.xml

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

MD5SUM BENCH= d888f3c6414640c595bd57a6b8e70245
RANDOM SEED=1555757697

node106.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.79
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.79
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.79
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.79
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:        29894796 kB
MemAvailable:   30926776 kB
Buffers:          113156 kB
Cached:          1215208 kB
SwapCached:        10380 kB
Active:          1371556 kB
Inactive:         966540 kB
Active(anon):    1008392 kB
Inactive(anon):    33760 kB
Active(file):     363164 kB
Inactive(file):   932780 kB
Unevictable:      107340 kB
Mlocked:          107340 kB
SwapTotal:      67108860 kB
SwapFree:       66996068 kB
Dirty:             34836 kB
Writeback:             0 kB
AnonPages:       1107928 kB
Mapped:            48572 kB
Shmem:             23696 kB
Slab:             131644 kB
SReclaimable:     103740 kB
SUnreclaim:        27904 kB
KernelStack:        3680 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2213740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1001472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56664 MiB
End job on node106 at 2019-09-12 17:18:55