Trace number 4402653

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.06 2472.25

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-050-05-mul.xml
MD5SUM0dc4c2f273d2e82d82a6e1c594dd299c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.9722
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1485
Number of domains2
Minimum domain size50
Maximum domain size2500
Distribution of domain sizes[{"size":50,"count":50},{"size":2500,"count":5}]
Minimum variable degree54
Maximum variable degree54
Distribution of variable degrees[{"degree":54,"count":55}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1485}]
Number of extensional constraints0
Number of intensional constraints1485
Distribution of constraint types[{"type":"intension","count":1485}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.00/2472.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2472.21		at concrete.MAC.mac(MAC.scala:192)
2520.00/2472.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2472.21		at scala.util.Try$.apply(Try.scala:210)
2520.00/2472.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2472.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2472.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2472.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2472.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2472.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.00/2472.21		at concrete.ProblemState.map(ProblemState.scala:238)
2520.00/2472.21		at concrete.ProblemState.map(ProblemState.scala:212)
2520.00/2472.21		at concrete.MAC.nextSolution(MAC.scala:348)
2520.00/2472.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2472.21		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.00/2472.21		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.00/2472.21		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2472.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.00/2472.21		at scala.util.Success.map(Try.scala:262)
2520.00/2472.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2472.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2472.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2472.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2472.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2472.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2472.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2472.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2472.21		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2472.21		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2472.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2472.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2472.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2472.21		at scala.App.main(App.scala:73)
2520.00/2472.21		at scala.App.main$(App.scala:71)
2520.00/2472.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2472.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2472.22	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 (274 MiB free)
  memory of node 1: 16384 MiB (1346 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402653-1568970101/watcher-4402653-1568970101 -o /var/tmp/evaluation-result-4402653-1568970101/solver-4402653-1568970101 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1941630186 HOME/instance-4402653-1568970101.xml 

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

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

solver pid=6022, runsolver pid=6019

[startup+0.10017 s]*
/proc/loadavg: 1.79 1.67 1.56 2/214 6075
/proc/meminfo: memFree=1656008/32770624 swapFree=67001716/67108860
[pid=6022] ppid=6019 vsize=9972712 memory=16284 CPUtime=0.08 cores=1,3,5,7
/proc/6022/stat : 6022 (java) S 6019 6022 5532 0 -1 1077944320 4309 13092 0 2 1 0 4 3 20 0 6 0 472924096 10212057088 4071 33554432000 4194304 4196468 140731378023072 140731378005616 140172106759927 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
/proc/6022/statm: 2493178 4071 1919 1 0 2481616 0
[pid=6022/tid=6075] ppid=6019 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6075/stat : 6075 (java) R 6019 6022 5532 0 -1 4202560 2151 13092 0 2 0 0 4 3 20 0 6 0 472924106 10212057088 4137 33554432000 4194304 4196468 140731378023072 140172078596688 140172090840444 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 6 0 472924106 10212057088 4137 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=9972712 memory=139755725846144 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 6 0 472924106 10212057088 4137 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 2 13092 0 2 0 0 4 3 20 0 6 0 472924106 10212057088 4137 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 6 0 472924106 10212057088 4137 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16284 KiB

[startup+0.210116 s]*
/proc/loadavg: 1.79 1.67 1.56 4/227 6088
/proc/meminfo: memFree=1633512/32770624 swapFree=67001716/67108860
[pid=6022] ppid=6019 vsize=10820196 memory=42592 CPUtime=0.25 cores=1,3,5,7
/proc/6022/stat : 6022 (java) S 6019 6022 5532 0 -1 1077944320 7405 13092 0 2 17 1 4 3 20 0 15 0 472924096 11079880704 10648 33554432000 4194304 4196468 140731378023072 140731378005616 140172106759927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
/proc/6022/statm: 2705049 10648 3316 1 0 2667149 0
[pid=6022/tid=6075] ppid=6019 vsize=10820196 memory=5450916389569530688 CPUtime=0.18 cores=1,3,5,7
/proc/6022/task/6075/stat : 6075 (java) R 6019 6022 5532 0 -1 4202560 3897 13092 0 2 10 1 4 3 20 0 15 0 472924106 11079880704 10648 33554432000 4194304 4196468 140731378023072 140172078574112 140171710448896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11079880704 10648 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=10820196 memory=139755725846144 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 2 13092 0 2 0 0 4 3 20 0 15 0 472924106 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6080] ppid=6019 vsize=10820196 memory=139755725846144 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6080/stat : 6080 (java) S 6019 6022 5532 0 -1 1077944384 2 13092 0 2 0 0 4 3 20 0 15 0 472924108 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171633404528 140172106771074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6081] ppid=6019 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6081/stat : 6081 (java) S 6019 6022 5532 0 -1 1077944384 13 13092 0 2 0 0 4 3 20 0 15 0 472924108 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171559298336 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6082] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6082/stat : 6082 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924108 11079880704 10648 33554432000 4194304 4196468 140731378023072 140170955318896 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6083] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6083/stat : 6083 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11079880704 10648 33554432000 4194304 4196468 140731378023072 140170647919184 140172106778523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6084] ppid=6019 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6022/task/6084/stat : 6084 (java) S 6019 6022 5532 0 -1 1077944384 347 13092 0 2 1 0 4 3 20 0 15 0 472924111 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171632351344 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6085] ppid=6019 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6022/task/6085/stat : 6085 (java) S 6019 6022 5532 0 -1 1077944384 330 13092 0 2 1 0 4 3 20 0 15 0 472924111 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171631298544 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6086] ppid=6019 vsize=10820196 memory=139755725846144 CPUtime=0.1 cores=1,3,5,7
/proc/6022/task/6086/stat : 6086 (java) S 6019 6022 5532 0 -1 1077944384 598 13092 0 2 3 0 4 3 20 0 15 0 472924111 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171630246256 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6087] ppid=6019 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6087/stat : 6087 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11079880704 10648 33554432000 4194304 4196468 140731378023072 140170614360544 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6088] ppid=6019 vsize=10820196 memory=139755725846144 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6088/stat : 6088 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924112 11079880704 10648 33554432000 4194304 4196468 140731378023072 140171629194160 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42592 KiB

[startup+0.310445 s]*
/proc/loadavg: 1.79 1.67 1.56 3/227 6088
/proc/meminfo: memFree=1621676/32770624 swapFree=67001716/67108860
[pid=6022] ppid=6019 vsize=10820196 memory=50880 CPUtime=0.39 cores=1,3,5,7
/proc/6022/stat : 6022 (java) S 6019 6022 5532 0 -1 1077944320 10883 13092 0 2 29 3 4 3 20 0 15 0 472924096 11079880704 12720 33554432000 4194304 4196468 140731378023072 140731378005616 140172106759927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
/proc/6022/statm: 2705049 12720 3335 1 0 2667149 0
[pid=6022/tid=6075] ppid=6019 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/6022/task/6075/stat : 6075 (java) R 6019 6022 5532 0 -1 4202560 7376 13092 0 2 19 2 4 3 20 0 15 0 472924106 11079880704 12720 33554432000 4194304 4196468 140731378023072 140172078570064 140172090840414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=10820196 memory=7014747198981041260 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11079880704 12720 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=10820196 memory=5788339726952981056 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=10820196 memory=7019606843575256774 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 2 13092 0 2 0 0 4 3 20 0 15 0 472924106 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6080] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6080/stat : 6080 (java) S 6019 6022 5532 0 -1 1077944384 2 13092 0 2 0 0 4 3 20 0 15 0 472924108 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171633404528 140172106771074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6081] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6081/stat : 6081 (java) S 6019 6022 5532 0 -1 1077944384 13 13092 0 2 0 0 4 3 20 0 15 0 472924108 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171559298336 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6082] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6082/stat : 6082 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924108 11079880704 12720 33554432000 4194304 4196468 140731378023072 140170955318896 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6083] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6083/stat : 6083 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11079880704 12720 33554432000 4194304 4196468 140731378023072 140170647919184 140172106778523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6084] ppid=6019 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6022/task/6084/stat : 6084 (java) S 6019 6022 5532 0 -1 1077944384 347 13092 0 2 1 0 4 3 20 0 15 0 472924111 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171632351344 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6085] ppid=6019 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6022/task/6085/stat : 6085 (java) S 6019 6022 5532 0 -1 1077944384 331 13092 0 2 2 0 4 3 20 0 15 0 472924111 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171631298544 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6086] ppid=6019 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6022/task/6086/stat : 6086 (java) S 6019 6022 5532 0 -1 1077944384 606 13092 0 2 5 0 4 3 20 0 15 0 472924111 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171630246256 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6087] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6087/stat : 6087 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11079880704 12720 33554432000 4194304 4196468 140731378023072 140170614360544 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6088] ppid=6019 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6088/stat : 6088 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924112 11079880704 12720 33554432000 4194304 4196468 140731378023072 140171629194160 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50880 KiB

[startup+0.703277 s]
/proc/loadavg: 1.79 1.67 1.56 4/227 6088
/proc/meminfo: memFree=1606652/32770624 swapFree=67001716/67108860
[pid=6022] ppid=6019 vsize=10824364 memory=83884 CPUtime=1.15 cores=1,3,5,7
/proc/6022/stat : 6022 (java) S 6019 6022 5532 0 -1 1077944320 15139 13092 0 2 103 5 4 3 20 0 15 0 472924096 11084148736 20971 33554432000 4194304 4196468 140731378023072 140731378005616 140172106759927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
/proc/6022/statm: 2706091 20971 3513 1 0 2668173 0
[pid=6022/tid=6075] ppid=6019 vsize=10824364 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/6022/task/6075/stat : 6075 (java) D 6019 6022 5532 0 -1 1077944384 10509 13092 0 2 56 3 4 3 20 0 15 0 472924106 11084148736 20971 33554432000 4194304 4196468 140731378023072 140172078587088 140172106783805 0 4 0 16800975 18446744072101662244 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11084148736 20971 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 2 13092 0 2 0 0 4 3 20 0 15 0 472924106 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924106 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6080] ppid=6019 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6080/stat : 6080 (java) S 6019 6022 5532 0 -1 1077944384 5 13092 0 2 0 0 4 3 20 0 15 0 472924108 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171633404528 140172106771074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6081] ppid=6019 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6081/stat : 6081 (java) S 6019 6022 5532 0 -1 1077944384 13 13092 0 2 0 0 4 3 20 0 15 0 472924108 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171559298336 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6082] ppid=6019 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6082/stat : 6082 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924108 11084148736 20971 33554432000 4194304 4196468 140731378023072 140170955318896 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6083] ppid=6019 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6083/stat : 6083 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11084148736 20971 33554432000 4194304 4196468 140731378023072 140170647919184 140172106778523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6084] ppid=6019 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/6022/task/6084/stat : 6084 (java) R 6019 6022 5532 0 -1 4202560 794 13092 0 2 13 0 4 3 20 0 15 0 472924111 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171632351344 140172091681876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6085] ppid=6019 vsize=10824364 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/6022/task/6085/stat : 6085 (java) S 6019 6022 5532 0 -1 1077944384 803 13092 0 2 15 0 4 3 20 0 15 0 472924111 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171631298544 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6086] ppid=6019 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/6022/task/6086/stat : 6086 (java) S 6019 6022 5532 0 -1 1077944384 796 13092 0 2 16 0 4 3 20 0 15 0 472924111 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171630246256 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6087] ppid=6019 vsize=10824364 memory=139755618600944 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6087/stat : 6087 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11084148736 20971 33554432000 4194304 4196468 140731378023072 140170614360544 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6088] ppid=6019 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6088/stat : 6088 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924112 11084148736 20971 33554432000 4194304 4196468 140731378023072 140171629194160 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83884 KiB

[startup+1.50078 s]
/proc/loadavg: 1.79 1.67 1.56 5/227 6110
/proc/meminfo: memFree=1560356/32770624 swapFree=67001716/67108860
[pid=6022] ppid=6019 vsize=10834680 memory=186220 CPUtime=2.85 cores=1,3,5,7
/proc/6022/stat : 6022 (java) S 6019 6022 5532 0 -1 1077944320 24084 13092 0 2 268 10 4 3 20 0 15 0 472924096 11094712320 46555 33554432000 4194304 4196468 140731378023072 140731378005616 140172106759927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
/proc/6022/statm: 2708670 46555 3590 1 0 2670733 0
[pid=6022/tid=6075] ppid=6019 vsize=10834680 memory=26 CPUtime=1.42 cores=1,3,5,7
/proc/6022/task/6075/stat : 6075 (java) R 6019 6022 5532 0 -1 4202560 15856 13092 0 2 130 5 4 3 20 0 15 0 472924106 11094712320 46555 33554432000 4194304 4196468 140731378023072 140172078577616 140172106781853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=10834680 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 87 13092 0 2 1 0 4 3 20 0 15 0 472924106 11094712320 46555 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 35 13092 0 2 1 0 4 3 20 0 15 0 472924106 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 328 13092 0 2 1 0 4 3 20 0 15 0 472924106 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=10834680 memory=103432 CPUtime=0.08 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 53 13092 0 2 1 0 4 3 20 0 15 0 472924106 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6080] ppid=6019 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6022/task/6080/stat : 6080 (java) S 6019 6022 5532 0 -1 1077944384 503 13092 0 2 1 0 4 3 20 0 15 0 472924108 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171633404528 140172106771074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6081] ppid=6019 vsize=10834680 memory=7014751519616816486 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6081/stat : 6081 (java) S 6019 6022 5532 0 -1 1077944384 14 13092 0 2 0 0 4 3 20 0 15 0 472924108 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171559298400 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6082] ppid=6019 vsize=10834680 memory=7734482008653129305 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6082/stat : 6082 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924108 11094712320 46555 33554432000 4194304 4196468 140731378023072 140170955318912 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6083] ppid=6019 vsize=10834680 memory=7523933250005527144 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6083/stat : 6083 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11094712320 46555 33554432000 4194304 4196468 140731378023072 140170647919184 140172106778523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6084] ppid=6019 vsize=10834680 memory=5571041044932417637 CPUtime=0.5 cores=1,3,5,7
/proc/6022/task/6084/stat : 6084 (java) S 6019 6022 5532 0 -1 1077944384 1691 13092 0 2 43 0 4 3 20 0 15 0 472924111 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171632351344 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6085] ppid=6019 vsize=10834680 memory=7590650481759380324 CPUtime=0.49 cores=1,3,5,7
/proc/6022/task/6085/stat : 6085 (java) S 6019 6022 5532 0 -1 1077944384 1664 13092 0 2 42 0 4 3 20 0 15 0 472924111 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171631298544 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6086] ppid=6019 vsize=10834680 memory=7014751519616816486 CPUtime=0.51 cores=1,3,5,7
/proc/6022/task/6086/stat : 6086 (java) R 6019 6022 5532 0 -1 4202560 1639 13092 0 2 43 1 4 3 20 0 15 0 472924111 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171630246256 140172085685608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6087] ppid=6019 vsize=10834680 memory=7014751519616816486 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6087/stat : 6087 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11094712320 46555 33554432000 4194304 4196468 140731378023072 140170614360544 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6088] ppid=6019 vsize=10834680 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6088/stat : 6088 (java) S 6019 6022 5532 0 -1 1077944384 1 13092 0 2 0 0 4 3 20 0 15 0 472924112 11094712320 46555 33554432000 4194304 4196468 140731378023072 140171629194160 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10834680 KiB

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

/proc/6022/task/6075/stat : 6075 (java) R 6019 6022 5532 0 -1 4202560 385441 13092 0 2 230255 134 4 3 20 0 15 0 472924106 11109412864 488094 33554432000 4194304 4196468 140731378023072 140172078595264 140171711423524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=10849036 memory=1763212 CPUtime=11.31 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 31074 13092 0 2 1075 49 4 3 20 0 15 0 472924106 11109412864 488094 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=10849036 memory=1787500 CPUtime=11.32 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 32355 13092 0 2 1072 53 4 3 20 0 15 0 472924106 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=10849036 memory=1804 CPUtime=11.32 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 41144 13092 0 2 1074 51 4 3 20 0 15 0 472924106 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=10849036 memory=920 CPUtime=11.34 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 37956 13092 0 2 1072 55 4 3 20 0 15 0 472924106 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6080] ppid=6019 vsize=10849036 memory=0 CPUtime=5.36 cores=1,3,5,7
/proc/6022/task/6080/stat : 6080 (java) S 6019 6022 5532 0 -1 1077944384 30623 13092 0 2 490 39 4 3 20 0 15 0 472924108 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171633404528 140172106771074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6081] ppid=6019 vsize=10849036 memory=7596837429359110245 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6081/stat : 6081 (java) S 6019 6022 5532 0 -1 1077944384 17 13092 0 2 0 0 4 3 20 0 15 0 472924108 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171559298464 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6082] ppid=6019 vsize=10849036 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6082/stat : 6082 (java) S 6019 6022 5532 0 -1 1077944384 13 13092 0 2 0 0 4 3 20 0 15 0 472924108 11109412864 488094 33554432000 4194304 4196468 140731378023072 140170955318912 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6083] ppid=6019 vsize=10849036 memory=1802576 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6083/stat : 6083 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11109412864 488094 33554432000 4194304 4196468 140731378023072 140170647919184 140172106778523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6084] ppid=6019 vsize=10849036 memory=165605349011276 CPUtime=5.98 cores=1,3,5,7
/proc/6022/task/6084/stat : 6084 (java) S 6019 6022 5532 0 -1 1077944384 27775 13092 0 2 587 4 4 3 20 0 15 0 472924111 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171632351344 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6085] ppid=6019 vsize=10849036 memory=1952376 CPUtime=5.84 cores=1,3,5,7
/proc/6022/task/6085/stat : 6085 (java) S 6019 6022 5532 0 -1 1077944384 33377 13092 0 2 574 3 4 3 20 0 15 0 472924111 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171631298544 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6086] ppid=6019 vsize=10849036 memory=1948188 CPUtime=2.26 cores=1,3,5,7
/proc/6022/task/6086/stat : 6086 (java) S 6019 6022 5532 0 -1 1077944384 26639 13092 0 2 212 7 4 3 20 0 15 0 472924111 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171630246256 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6087] ppid=6019 vsize=10849036 memory=1948188 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6087/stat : 6087 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11109412864 488094 33554432000 4194304 4196468 140731378023072 140170614360544 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6088] ppid=6019 vsize=10849036 memory=1903120 CPUtime=1.32 cores=1,3,5,7
/proc/6022/task/6088/stat : 6088 (java) S 6019 6022 5532 0 -1 1077944384 2157 13092 0 2 56 69 4 3 20 0 15 0 472924112 11109412864 488094 33554432000 4194304 4196468 140731378023072 140171629194160 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 2369.49 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1952376 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.51 1.54 3/228 6585
/proc/meminfo: memFree=2108992/32770624 swapFree=67001720/67108860
[pid=6022] ppid=6019 vsize=10849036 memory=2423820 CPUtime=2429.77 cores=1,3,5,7
/proc/6022/stat : 6022 (java) S 6019 6022 5532 0 -1 1077944320 666683 13092 0 2 242516 454 4 3 20 0 15 0 472924096 11109412864 605955 33554432000 4194304 4196468 140731378023072 140731378005616 140172106759927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
/proc/6022/statm: 2712259 605955 3637 1 0 2674317 0
[pid=6022/tid=6075] ppid=6019 vsize=10849036 memory=2423820 CPUtime=2363.87 cores=1,3,5,7
/proc/6022/task/6075/stat : 6075 (java) R 6019 6022 5532 0 -1 4202560 399584 13092 0 2 236237 143 4 3 20 0 15 0 472924106 11109412864 605955 33554432000 4194304 4196468 140731378023072 140172078595520 140171718355264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=10849036 memory=2348620 CPUtime=11.38 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 31403 13092 0 2 1080 51 4 3 20 0 15 0 472924106 11109412864 605955 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=10849036 memory=2423820 CPUtime=11.41 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 32569 13092 0 2 1078 56 4 3 20 0 15 0 472924106 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=10849036 memory=2423820 CPUtime=11.39 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 41350 13092 0 2 1079 53 4 3 20 0 15 0 472924106 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=10849036 memory=2423820 CPUtime=11.41 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 38273 13092 0 2 1077 57 4 3 20 0 15 0 472924106 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6080] ppid=6019 vsize=10849036 memory=3616 CPUtime=5.38 cores=1,3,5,7
/proc/6022/task/6080/stat : 6080 (java) S 6019 6022 5532 0 -1 1077944384 31023 13092 0 2 492 39 4 3 20 0 15 0 472924108 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171633404528 140172106771074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6081] ppid=6019 vsize=10849036 memory=2423820 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6081/stat : 6081 (java) S 6019 6022 5532 0 -1 1077944384 17 13092 0 2 0 0 4 3 20 0 15 0 472924108 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171559298464 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6082] ppid=6019 vsize=10849036 memory=279511238337072 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6082/stat : 6082 (java) S 6019 6022 5532 0 -1 1077944384 13 13092 0 2 0 0 4 3 20 0 15 0 472924108 11109412864 605955 33554432000 4194304 4196468 140731378023072 140170955318912 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6083] ppid=6019 vsize=10849036 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6083/stat : 6083 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11109412864 605955 33554432000 4194304 4196468 140731378023072 140170647919184 140172106778523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6084] ppid=6019 vsize=10849036 memory=580 CPUtime=5.98 cores=1,3,5,7
/proc/6022/task/6084/stat : 6084 (java) S 6019 6022 5532 0 -1 1077944384 27777 13092 0 2 587 4 4 3 20 0 15 0 472924111 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171632351344 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6085] ppid=6019 vsize=10849036 memory=1692 CPUtime=5.84 cores=1,3,5,7
/proc/6022/task/6085/stat : 6085 (java) S 6019 6022 5532 0 -1 1077944384 33645 13092 0 2 574 3 4 3 20 0 15 0 472924111 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171631298544 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6086] ppid=6019 vsize=10849036 memory=3616 CPUtime=2.26 cores=1,3,5,7
/proc/6022/task/6086/stat : 6086 (java) S 6019 6022 5532 0 -1 1077944384 26641 13092 0 2 212 7 4 3 20 0 15 0 472924111 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171630246256 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6087] ppid=6019 vsize=10849036 memory=53004 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6087/stat : 6087 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11109412864 605955 33554432000 4194304 4196468 140731378023072 140170614360544 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6088] ppid=6019 vsize=10849036 memory=3616 CPUtime=1.35 cores=1,3,5,7
/proc/6022/task/6088/stat : 6088 (java) S 6019 6022 5532 0 -1 1077944384 2176 13092 0 2 58 70 4 3 20 0 15 0 472924112 11109412864 605955 33554432000 4194304 4196468 140731378023072 140171629194160 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 2429.77 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2423820 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.56 1.55 3/228 6589
/proc/meminfo: memFree=2112880/32770624 swapFree=67001720/67108860
[pid=6022] ppid=6019 vsize=10849036 memory=2400736 CPUtime=2490 cores=1,3,5,7
/proc/6022/stat : 6022 (java) S 6019 6022 5532 0 -1 1077944320 669141 13092 0 2 248536 457 4 3 20 0 15 0 472924096 11109412864 600184 33554432000 4194304 4196468 140731378023072 140731378005616 140172106759927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
/proc/6022/statm: 2712259 600184 3637 1 0 2674317 0
[pid=6022/tid=6075] ppid=6019 vsize=10849036 memory=2400736 CPUtime=2423.78 cores=1,3,5,7
/proc/6022/task/6075/stat : 6075 (java) R 6019 6022 5532 0 -1 4202560 401199 13092 0 2 242228 143 4 3 20 0 15 0 472924106 11109412864 600184 33554432000 4194304 4196468 140731378023072 140172078595776 140171712790221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=10849036 memory=2402276 CPUtime=11.45 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 31585 13092 0 2 1087 51 4 3 20 0 15 0 472924106 11109412864 600184 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=10849036 memory=2405864 CPUtime=11.47 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 32616 13092 0 2 1084 56 4 3 20 0 15 0 472924106 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=10849036 memory=2407916 CPUtime=11.47 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 41688 13092 0 2 1086 54 4 3 20 0 15 0 472924106 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=10849036 memory=2405864 CPUtime=11.48 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 38323 13092 0 2 1083 58 4 3 20 0 15 0 472924106 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6080] ppid=6019 vsize=10849036 memory=2403812 CPUtime=5.4 cores=1,3,5,7
/proc/6022/task/6080/stat : 6080 (java) S 6019 6022 5532 0 -1 1077944384 31225 13092 0 2 494 39 4 3 20 0 15 0 472924108 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171633404528 140172106771074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6081] ppid=6019 vsize=10849036 memory=2403812 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6081/stat : 6081 (java) S 6019 6022 5532 0 -1 1077944384 17 13092 0 2 0 0 4 3 20 0 15 0 472924108 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171559298464 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6082] ppid=6019 vsize=10849036 memory=2400736 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6082/stat : 6082 (java) S 6019 6022 5532 0 -1 1077944384 13 13092 0 2 0 0 4 3 20 0 15 0 472924108 11109412864 600184 33554432000 4194304 4196468 140731378023072 140170955318912 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6083] ppid=6019 vsize=10849036 memory=2405864 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6083/stat : 6083 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11109412864 600184 33554432000 4194304 4196468 140731378023072 140170647919184 140172106778523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6084] ppid=6019 vsize=10849036 memory=2400736 CPUtime=5.98 cores=1,3,5,7
/proc/6022/task/6084/stat : 6084 (java) S 6019 6022 5532 0 -1 1077944384 27779 13092 0 2 587 4 4 3 20 0 15 0 472924111 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171632351344 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6085] ppid=6019 vsize=10849036 memory=2400736 CPUtime=5.84 cores=1,3,5,7
/proc/6022/task/6085/stat : 6085 (java) S 6019 6022 5532 0 -1 1077944384 33647 13092 0 2 574 3 4 3 20 0 15 0 472924111 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171631298544 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6086] ppid=6019 vsize=10849036 memory=2400736 CPUtime=2.26 cores=1,3,5,7
/proc/6022/task/6086/stat : 6086 (java) S 6019 6022 5532 0 -1 1077944384 26643 13092 0 2 212 7 4 3 20 0 15 0 472924111 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171630246256 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6087] ppid=6019 vsize=10849036 memory=2402276 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6087/stat : 6087 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11109412864 600184 33554432000 4194304 4196468 140731378023072 140170614360544 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6088] ppid=6019 vsize=10849036 memory=3616 CPUtime=1.38 cores=1,3,5,7
/proc/6022/task/6088/stat : 6088 (java) S 6019 6022 5532 0 -1 1077944384 2194 13092 0 2 59 72 4 3 20 0 15 0 472924112 11109412864 600184 33554432000 4194304 4196468 140731378023072 140171629194160 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 2490 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2400736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.2 s]
/proc/loadavg: 1.44 1.52 1.54 3/228 6591
/proc/meminfo: memFree=2126324/32770624 swapFree=67001720/67108860
[pid=6022] ppid=6019 vsize=10849036 memory=2386372 CPUtime=2520 cores=1,3,5,7
/proc/6022/stat : 6022 (java) S 6019 6022 5532 0 -1 1077944320 669730 13092 0 2 251535 458 4 3 20 0 15 0 472924096 11109412864 596593 33554432000 4194304 4196468 140731378023072 140731378005616 140172106759927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
/proc/6022/statm: 2712259 596593 3637 1 0 2674317 0
[pid=6022/tid=6075] ppid=6019 vsize=10849036 memory=928 CPUtime=2453.63 cores=1,3,5,7
/proc/6022/task/6075/stat : 6075 (java) R 6019 6022 5532 0 -1 4202560 401718 13092 0 2 245213 143 4 3 20 0 15 0 472924106 11109412864 596593 33554432000 4194304 4196468 140731378023072 140172078595712 140171711423704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6076] ppid=6019 vsize=10849036 memory=1980 CPUtime=11.48 cores=1,3,5,7
/proc/6022/task/6076/stat : 6076 (java) S 6019 6022 5532 0 -1 1077944384 31595 13092 0 2 1090 51 4 3 20 0 15 0 472924106 11109412864 596593 33554432000 4194304 4196468 140731378023072 140172111002000 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6077] ppid=6019 vsize=10849036 memory=1560 CPUtime=11.5 cores=1,3,5,7
/proc/6022/task/6077/stat : 6077 (java) S 6019 6022 5532 0 -1 1077944384 32627 13092 0 2 1087 56 4 3 20 0 15 0 472924106 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171679815952 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6078] ppid=6019 vsize=10849036 memory=2648 CPUtime=11.5 cores=1,3,5,7
/proc/6022/task/6078/stat : 6078 (java) S 6019 6022 5532 0 -1 1077944384 41710 13092 0 2 1089 54 4 3 20 0 15 0 472924106 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171678763664 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6079] ppid=6019 vsize=10849036 memory=896 CPUtime=11.52 cores=1,3,5,7
/proc/6022/task/6079/stat : 6079 (java) S 6019 6022 5532 0 -1 1077944384 38330 13092 0 2 1087 58 4 3 20 0 15 0 472924106 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171677710864 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6080] ppid=6019 vsize=10849036 memory=1440 CPUtime=5.42 cores=1,3,5,7
/proc/6022/task/6080/stat : 6080 (java) S 6019 6022 5532 0 -1 1077944384 31243 13092 0 2 495 40 4 3 20 0 15 0 472924108 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171633404528 140172106771074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6081] ppid=6019 vsize=10849036 memory=1768 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6081/stat : 6081 (java) S 6019 6022 5532 0 -1 1077944384 17 13092 0 2 0 0 4 3 20 0 15 0 472924108 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171559298464 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6082] ppid=6019 vsize=10849036 memory=111636 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6082/stat : 6082 (java) S 6019 6022 5532 0 -1 1077944384 13 13092 0 2 0 0 4 3 20 0 15 0 472924108 11109412864 596593 33554432000 4194304 4196468 140731378023072 140170955318912 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6083] ppid=6019 vsize=10849036 memory=808 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6083/stat : 6083 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11109412864 596593 33554432000 4194304 4196468 140731378023072 140170647919184 140172106778523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6084] ppid=6019 vsize=10849036 memory=1804 CPUtime=5.98 cores=1,3,5,7
/proc/6022/task/6084/stat : 6084 (java) S 6019 6022 5532 0 -1 1077944384 27779 13092 0 2 587 4 4 3 20 0 15 0 472924111 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171632351344 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6085] ppid=6019 vsize=10849036 memory=288230574492221466 CPUtime=5.84 cores=1,3,5,7
/proc/6022/task/6085/stat : 6085 (java) S 6019 6022 5532 0 -1 1077944384 33647 13092 0 2 574 3 4 3 20 0 15 0 472924111 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171631298544 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6086] ppid=6019 vsize=10849036 memory=288230596050944315 CPUtime=2.26 cores=1,3,5,7
/proc/6022/task/6086/stat : 6086 (java) S 6019 6022 5532 0 -1 1077944384 26643 13092 0 2 212 7 4 3 20 0 15 0 472924111 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171630246256 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6087] ppid=6019 vsize=10849036 memory=16106965717748363 CPUtime=0.07 cores=1,3,5,7
/proc/6022/task/6087/stat : 6087 (java) S 6019 6022 5532 0 -1 1077944384 3 13092 0 2 0 0 4 3 20 0 15 0 472924111 11109412864 596593 33554432000 4194304 4196468 140731378023072 140170614360544 140172106770133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
[pid=6022/tid=6088] ppid=6019 vsize=10849036 memory=12028 CPUtime=1.41 cores=1,3,5,7
/proc/6022/task/6088/stat : 6088 (java) S 6019 6022 5532 0 -1 1077944384 2196 13092 0 2 60 74 4 3 20 0 15 0 472924112 11109412864 596593 33554432000 4194304 4196468 140731378023072 140171629194160 140172106771074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13074432 140731378031203 140731378033845 140731378033845 140731378036687 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2386372 KiB

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

[startup+2472.25 s]
# the end of solver process 6022 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.41 s, system=4.64522 s

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

Child status: 143
Real time (s): 2472.25
CPU time (s): 2520.06
CPU user time (s): 2515.41
CPU system time (s): 4.64522
CPU usage (%): 101.934
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2844840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.41
system time used= 4.64522
maximum resident set size= 2844840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 683684
page faults= 2
swaps= 0
block input operations= 248
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163483
involuntary context switches= 5381


# summary of solver processes directly reported to runsolver:
#   pid: 6022
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.41
#   total CPU system time (s): 4.64522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8008 second user time and 23.6426 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 11:01:00
IDJOB=4402653
IDBENCH=120900
IDSOLVER=2861
FILE ID=node146/4402653-1568970101
RUNJOBID= node146-1568967595-5564
PBS_JOBID= 21704614
Free space on /var/tmp= 13472 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-050-05-mul.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402653-1568970101/watcher-4402653-1568970101 -o /var/tmp/evaluation-result-4402653-1568970101/solver-4402653-1568970101 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1941630186 HOME/instance-4402653-1568970101.xml

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

MD5SUM BENCH= 0dc4c2f273d2e82d82a6e1c594dd299c
RANDOM SEED=1941630186

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:         1660580 kB
MemAvailable:   28177868 kB
Buffers:          135476 kB
Cached:         26308800 kB
SwapCached:         3824 kB
Active:         16281680 kB
Inactive:       13834864 kB
Active(anon):    3192360 kB
Inactive(anon):   527192 kB
Active(file):   13089320 kB
Inactive(file): 13307672 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001716 kB
Dirty:             35380 kB
Writeback:             0 kB
AnonPages:       3781452 kB
Mapped:            65000 kB
Shmem:             38804 kB
Slab:             577476 kB
SReclaimable:     548756 kB
SUnreclaim:        28720 kB
KernelStack:        3776 kB
PageTables:        13360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4930384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1263616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node146 at 2019-09-20 11:42:13