Trace number 4402649

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.12 2460.23

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-07-0080.xml
MD5SUM9b203975fed1c25a0b87c4f345706814
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 benchmark139.896
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402649-1568978786/watcher-4402649-1568978786 -o /var/tmp/evaluation-result-4402649-1568978786/solver-4402649-1568978786 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402649-1568978786.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=30576, runsolver pid=30573

[startup+0.101326 s]*
/proc/loadavg: 1.54 1.52 1.54 3/223 30633
/proc/meminfo: memFree=10267036/32770624 swapFree=67001832/67108860
[pid=30576] ppid=30573 vsize=9972712 memory=17224 CPUtime=0.09 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 26338 0 -1 1077944320 4553 13304 0 0 1 1 5 2 20 0 6 0 474118173 10212057088 4306 33554432000 4194304 4196468 140727621252928 140727621235472 140702593982199 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
/proc/30576/statm: 2493178 4306 1934 1 0 2481616 0
[pid=30576/tid=30629] ppid=30573 vsize=9972712 memory=4279135703980081038 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 2350 13304 0 0 0 0 5 2 20 0 6 0 474118182 10212057088 4306 33554432000 4194304 4196468 140727621252928 140702565818960 140702594004125 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 6 0 474118183 10212057088 4306 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=9972712 memory=140074676983424 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 6 0 474118183 10212057088 4306 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 6 0 474118183 10212057088 4306 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 6 0 474118183 10212057088 4306 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17224 KiB

[startup+0.210481 s]*
/proc/loadavg: 1.54 1.52 1.54 5/232 30642
/proc/meminfo: memFree=10246828/32770624 swapFree=67001832/67108860
[pid=30576] ppid=30573 vsize=10821220 memory=40444 CPUtime=0.27 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 26338 0 -1 1077944320 7410 13304 0 0 18 2 5 2 20 0 15 0 474118173 11080929280 10045 33554432000 4194304 4196468 140727621252928 140727621235472 140702593982199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
/proc/30576/statm: 2705305 10045 3311 1 0 2667405 0
[pid=30576/tid=30629] ppid=30573 vsize=10821220 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 4007 13304 0 0 10 1 5 2 20 0 15 0 474118182 11080929280 10177 33554432000 4194304 4196468 140727621252928 140702565794560 140702586661917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=10821220 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 474118183 11080929280 10177 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=10821220 memory=140074676983424 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30634] ppid=30573 vsize=10821220 memory=140074676983424 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 26338 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 474118185 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702052764016 140702593993346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30635] ppid=30573 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 26338 0 -1 1077944384 33 13304 0 0 0 0 5 2 20 0 15 0 474118185 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702051709984 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30636] ppid=30573 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118185 11080929280 10243 33554432000 4194304 4196468 140727621252928 140701450888048 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30637] ppid=30573 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11080929280 10243 33554432000 4194304 4196468 140727621252928 140701143488336 140702594000795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30638] ppid=30573 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 26338 0 -1 1077944384 472 13304 0 0 1 0 5 2 20 0 15 0 474118188 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702018153328 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30639] ppid=30573 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) R 30573 30576 26338 0 -1 4202560 185 13304 0 0 1 0 5 2 20 0 15 0 474118188 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702017100528 140702577478987 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30640] ppid=30573 vsize=10821220 memory=140074676983424 CPUtime=0.1 cores=1,3,5,7
/proc/30576/task/30640/stat : 30640 (java) S 30573 30576 26338 0 -1 1077944384 620 13304 0 0 3 0 5 2 20 0 15 0 474118188 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702016047728 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30641] ppid=30573 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30641/stat : 30641 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11080929280 10243 33554432000 4194304 4196468 140727621252928 140701109930720 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30642] ppid=30573 vsize=10821220 memory=140074676983424 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30642/stat : 30642 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118188 11080929280 10243 33554432000 4194304 4196468 140727621252928 140702014995120 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 40444 KiB

[startup+0.310898 s]*
/proc/loadavg: 1.54 1.52 1.54 3/232 30642
/proc/meminfo: memFree=10237172/32770624 swapFree=67001832/67108860
[pid=30576] ppid=30573 vsize=10820196 memory=48144 CPUtime=0.41 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 26338 0 -1 1077944320 10834 13304 0 0 30 4 5 2 20 0 15 0 474118173 11079880704 12036 33554432000 4194304 4196468 140727621252928 140727621235472 140702593982199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
/proc/30576/statm: 2705049 12036 3322 1 0 2667149 0
[pid=30576/tid=30629] ppid=30573 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 7280 13304 0 0 19 2 5 2 20 0 15 0 474118182 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702565791120 140702577182768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=10820196 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 474118183 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=10820196 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30634] ppid=30573 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 26338 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 474118185 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702052764016 140702593993346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30635] ppid=30573 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 26338 0 -1 1077944384 33 13304 0 0 0 0 5 2 20 0 15 0 474118185 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702051709984 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30636] ppid=30573 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118185 11079880704 12036 33554432000 4194304 4196468 140727621252928 140701450888048 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30637] ppid=30573 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11079880704 12036 33554432000 4194304 4196468 140727621252928 140701143488336 140702594000795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30638] ppid=30573 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 26338 0 -1 1077944384 473 13304 0 0 2 0 5 2 20 0 15 0 474118188 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702018153328 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30639] ppid=30573 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 26338 0 -1 1077944384 194 13304 0 0 2 0 5 2 20 0 15 0 474118188 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702017100528 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30640] ppid=30573 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30576/task/30640/stat : 30640 (java) S 30573 30576 26338 0 -1 1077944384 638 13304 0 0 5 0 5 2 20 0 15 0 474118188 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702016047728 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30641] ppid=30573 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30641/stat : 30641 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11079880704 12036 33554432000 4194304 4196468 140727621252928 140701109930720 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30642] ppid=30573 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30642/stat : 30642 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118188 11079880704 12036 33554432000 4194304 4196468 140727621252928 140702014995120 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48144 KiB

[startup+0.701718 s]
/proc/loadavg: 1.54 1.52 1.54 3/232 30642
/proc/meminfo: memFree=10221396/32770624 swapFree=67001832/67108860
[pid=30576] ppid=30573 vsize=10824364 memory=81412 CPUtime=1.15 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 26338 0 -1 1077944320 15078 13304 0 0 103 5 5 2 20 0 15 0 474118173 11084148736 20353 33554432000 4194304 4196468 140727621252928 140727621235472 140702593982199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
/proc/30576/statm: 2706091 20353 3505 1 0 2668173 0
[pid=30576/tid=30629] ppid=30573 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 10443 13304 0 0 56 4 5 2 20 0 15 0 474118182 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702565798864 140702578061669 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 474118183 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=10824364 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118183 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30634] ppid=30573 vsize=10824364 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 26338 0 -1 1077944384 5 13304 0 0 0 0 5 2 20 0 15 0 474118185 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702052764016 140702593993346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30635] ppid=30573 vsize=10824364 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 26338 0 -1 1077944384 33 13304 0 0 0 0 5 2 20 0 15 0 474118185 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702051709984 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30636] ppid=30573 vsize=10824364 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118185 11084148736 20353 33554432000 4194304 4196468 140727621252928 140701450888048 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30637] ppid=30573 vsize=10824364 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11084148736 20353 33554432000 4194304 4196468 140727621252928 140701143488336 140702594000795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30638] ppid=30573 vsize=10824364 memory=13252 CPUtime=0.23 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 26338 0 -1 1077944384 1023 13304 0 0 16 0 5 2 20 0 15 0 474118188 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702018153328 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30639] ppid=30573 vsize=10824364 memory=15460 CPUtime=0.19 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) R 30573 30576 26338 0 -1 4202560 604 13304 0 0 12 0 5 2 20 0 15 0 474118188 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702017100528 140702572004981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30640] ppid=30573 vsize=10824364 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/30576/task/30640/stat : 30640 (java) S 30573 30576 26338 0 -1 1077944384 755 13304 0 0 17 0 5 2 20 0 15 0 474118188 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702016047728 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30641] ppid=30573 vsize=10824364 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30641/stat : 30641 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11084148736 20353 33554432000 4194304 4196468 140727621252928 140701109930720 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30642] ppid=30573 vsize=10824364 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30642/stat : 30642 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118188 11084148736 20353 33554432000 4194304 4196468 140727621252928 140702014995120 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81412 KiB

[startup+1.50068 s]
/proc/loadavg: 1.54 1.52 1.54 4/232 30642
/proc/meminfo: memFree=10176480/32770624 swapFree=67001832/67108860
[pid=30576] ppid=30573 vsize=10834680 memory=167380 CPUtime=2.48 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 26338 0 -1 1077944320 21794 13304 0 0 230 11 5 2 20 0 15 0 474118173 11094712320 41845 33554432000 4194304 4196468 140727621252928 140727621235472 140702593982199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
/proc/30576/statm: 2708670 41845 3583 1 0 2670733 0
[pid=30576/tid=30629] ppid=30573 vsize=10834680 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 15311 13304 0 0 129 6 5 2 20 0 15 0 474118182 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702565781648 140702594004125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 68 13304 0 0 1 0 5 2 20 0 15 0 474118183 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 41 13304 0 0 1 0 5 2 20 0 15 0 474118183 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 344 13304 0 0 1 0 5 2 20 0 15 0 474118183 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 73 13304 0 0 1 0 5 2 20 0 15 0 474118183 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30634] ppid=30573 vsize=10834680 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 26338 0 -1 1077944384 183 13304 0 0 1 0 5 2 20 0 15 0 474118185 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702052764016 140702593993346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30635] ppid=30573 vsize=10834680 memory=280149039851776 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 26338 0 -1 1077944384 34 13304 0 0 0 0 5 2 20 0 15 0 474118185 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702051710048 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30636] ppid=30573 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118185 11094712320 41845 33554432000 4194304 4196468 140727621252928 140701450888064 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30637] ppid=30573 vsize=10834680 memory=8560 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11094712320 41845 33554432000 4194304 4196468 140727621252928 140701143488336 140702594000795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30638] ppid=30573 vsize=10834680 memory=6132 CPUtime=0.33 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 26338 0 -1 1077944384 1094 13304 0 0 26 0 5 2 20 0 15 0 474118188 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702018153328 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30639] ppid=30573 vsize=10834680 memory=1056 CPUtime=0.32 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 26338 0 -1 1077944384 858 13304 0 0 25 0 5 2 20 0 15 0 474118188 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702017100528 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30640] ppid=30573 vsize=10834680 memory=1540 CPUtime=0.48 cores=1,3,5,7
/proc/30576/task/30640/stat : 30640 (java) R 30573 30576 26338 0 -1 4202560 1578 13304 0 0 41 0 5 2 20 0 15 0 474118188 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702016047856 140702572824973 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30641] ppid=30573 vsize=10834680 memory=728 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30641/stat : 30641 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11094712320 41845 33554432000 4194304 4196468 140727621252928 140701109930720 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30642] ppid=30573 vsize=10834680 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30642/stat : 30642 (java) S 30573 30576 26338 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 474118188 11094712320 41845 33554432000 4194304 4196468 140727621252928 140702014995120 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 223367 13304 0 0 229542 86 5 2 20 0 15 0 474118182 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702565817408 140702208018625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=10849048 memory=610808 CPUtime=14.35 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 25682 13304 0 0 1364 64 5 2 20 0 15 0 474118183 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=10849048 memory=619528 CPUtime=14.34 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 22609 13304 0 0 1370 57 5 2 20 0 15 0 474118183 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=10849048 memory=626236 CPUtime=14.35 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 26895 13304 0 0 1370 58 5 2 20 0 15 0 474118183 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=10849048 memory=623160 CPUtime=14.35 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 25065 13304 0 0 1365 63 5 2 20 0 15 0 474118183 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30634] ppid=30573 vsize=10849048 memory=988 CPUtime=9 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 26338 0 -1 1077944384 12568 13304 0 0 798 95 5 2 20 0 15 0 474118185 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702052764016 140702593993346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30635] ppid=30573 vsize=10849048 memory=614396 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 26338 0 -1 1077944384 45 13304 0 0 0 0 5 2 20 0 15 0 474118185 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702051710112 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30636] ppid=30573 vsize=10849048 memory=613884 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 26338 0 -1 1077944384 12 13304 0 0 0 0 5 2 20 0 15 0 474118185 11109425152 152188 33554432000 4194304 4196468 140727621252928 140701450888064 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30637] ppid=30573 vsize=10849048 memory=609268 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11109425152 152188 33554432000 4194304 4196468 140727621252928 140701143488336 140702594000795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30638] ppid=30573 vsize=10849048 memory=609776 CPUtime=5.41 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 26338 0 -1 1077944384 33805 13304 0 0 527 7 5 2 20 0 15 0 474118188 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702018153328 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30639] ppid=30573 vsize=10849048 memory=617476 CPUtime=5.04 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 26338 0 -1 1077944384 23626 13304 0 0 490 7 5 2 20 0 15 0 474118188 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702017100528 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30640] ppid=30573 vsize=10849048 memory=7 CPUtime=5.2 cores=1,3,5,7
/proc/30576/task/30640/stat : 30640 (java) S 30573 30576 26338 0 -1 1077944384 30869 13304 0 0 505 8 5 2 20 0 15 0 474118188 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702016047728 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30641] ppid=30573 vsize=10849048 memory=612860 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30641/stat : 30641 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11109425152 152188 33554432000 4194304 4196468 140727621252928 140701109930720 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30642] ppid=30573 vsize=10849048 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/30576/task/30642/stat : 30642 (java) S 30573 30576 26338 0 -1 1077944384 825 13304 0 0 67 70 5 2 20 0 15 0 474118188 11109425152 152188 33554432000 4194304 4196468 140727621252928 140702014995120 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 2379.3 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 608752 KiB

[startup+2382.3 s]
/proc/loadavg: 1.29 1.37 1.36 3/233 31021
/proc/meminfo: memFree=7569432/32770624 swapFree=67001836/67108860
[pid=30576] ppid=30573 vsize=10849048 memory=602656 CPUtime=2440.52 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 26338 0 -1 1077944320 436268 13304 0 0 243574 471 5 2 20 0 15 0 474118173 11109425152 150664 33554432000 4194304 4196468 140727621252928 140727621235472 140702593982199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
/proc/30576/statm: 2712262 150664 3636 1 0 2674317 0
[pid=30576/tid=30629] ppid=30573 vsize=10849048 memory=600112 CPUtime=2355.63 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 229861 13304 0 0 235469 87 5 2 20 0 15 0 474118182 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702565817536 140702208727744 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=10849048 memory=600624 CPUtime=14.77 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 26093 13304 0 0 1405 65 5 2 20 0 15 0 474118183 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=10849048 memory=601136 CPUtime=14.76 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 23138 13304 0 0 1411 58 5 2 20 0 15 0 474118183 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=10849048 memory=605476 CPUtime=14.77 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 27278 13304 0 0 1412 58 5 2 20 0 15 0 474118183 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=10849048 memory=599056 CPUtime=14.78 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 25657 13304 0 0 1406 65 5 2 20 0 15 0 474118183 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30634] ppid=30573 vsize=10849048 memory=604216 CPUtime=9.21 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 26338 0 -1 1077944384 12827 13304 0 0 817 97 5 2 20 0 15 0 474118185 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702052764016 140702593993346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30635] ppid=30573 vsize=10849048 memory=610324 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 26338 0 -1 1077944384 45 13304 0 0 0 0 5 2 20 0 15 0 474118185 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702051710112 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30636] ppid=30573 vsize=10849048 memory=603188 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 26338 0 -1 1077944384 12 13304 0 0 0 0 5 2 20 0 15 0 474118185 11109425152 150664 33554432000 4194304 4196468 140727621252928 140701450888064 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30637] ppid=30573 vsize=10849048 memory=613172 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11109425152 150664 33554432000 4194304 4196468 140727621252928 140701143488336 140702594000795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30638] ppid=30573 vsize=10849048 memory=600112 CPUtime=5.41 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 26338 0 -1 1077944384 33808 13304 0 0 527 7 5 2 20 0 15 0 474118188 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702018153328 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30639] ppid=30573 vsize=10849048 memory=600736 CPUtime=5.04 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 26338 0 -1 1077944384 23628 13304 0 0 490 7 5 2 20 0 15 0 474118188 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702017100528 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30640] ppid=30573 vsize=10849048 memory=614396 CPUtime=5.2 cores=1,3,5,7
/proc/30576/task/30640/stat : 30640 (java) S 30573 30576 26338 0 -1 1077944384 30871 13304 0 0 505 8 5 2 20 0 15 0 474118188 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702016047728 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30641] ppid=30573 vsize=10849048 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30641/stat : 30641 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11109425152 150664 33554432000 4194304 4196468 140727621252928 140701109930720 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30642] ppid=30573 vsize=10849048 memory=111628 CPUtime=1.48 cores=1,3,5,7
/proc/30576/task/30642/stat : 30642 (java) S 30573 30576 26338 0 -1 1077944384 842 13304 0 0 69 72 5 2 20 0 15 0 474118188 11109425152 150664 33554432000 4194304 4196468 140727621252928 140702014995120 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 2440.52 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 602656 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.33 1.35 3/232 31025
/proc/meminfo: memFree=7629392/32770624 swapFree=67001836/67108860
[pid=30576] ppid=30573 vsize=10849048 memory=620040 CPUtime=2501.78 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 26338 0 -1 1077944320 445567 13304 0 0 249690 481 5 2 20 0 15 0 474118173 11109425152 155010 33554432000 4194304 4196468 140727621252928 140727621235472 140702593982199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
/proc/30576/statm: 2712262 155010 3636 1 0 2674317 0
[pid=30576/tid=30629] ppid=30573 vsize=10849048 memory=599892 CPUtime=2414.92 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 237480 13304 0 0 241395 90 5 2 20 0 15 0 474118182 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702565817600 140702209194701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=10849048 memory=594944 CPUtime=15.2 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 26701 13304 0 0 1447 66 5 2 20 0 15 0 474118183 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=10849048 memory=597508 CPUtime=15.19 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 23367 13304 0 0 1453 59 5 2 20 0 15 0 474118183 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=10849048 memory=596484 CPUtime=15.2 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 27672 13304 0 0 1454 59 5 2 20 0 15 0 474118183 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=10849048 memory=599048 CPUtime=15.21 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 25879 13304 0 0 1448 66 5 2 20 0 15 0 474118183 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30634] ppid=30573 vsize=10849048 memory=599196 CPUtime=9.42 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 26338 0 -1 1077944384 13042 13304 0 0 836 99 5 2 20 0 15 0 474118185 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702052764016 140702593993346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30635] ppid=30573 vsize=10849048 memory=600112 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 26338 0 -1 1077944384 45 13304 0 0 0 0 5 2 20 0 15 0 474118185 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702051710112 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30636] ppid=30573 vsize=10849048 memory=604104 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 26338 0 -1 1077944384 12 13304 0 0 0 0 5 2 20 0 15 0 474118185 11109425152 155010 33554432000 4194304 4196468 140727621252928 140701450888064 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30637] ppid=30573 vsize=10849048 memory=605864 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11109425152 155010 33554432000 4194304 4196468 140727621252928 140701143488336 140702594000795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30638] ppid=30573 vsize=10849048 memory=615984 CPUtime=5.41 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 26338 0 -1 1077944384 33810 13304 0 0 527 7 5 2 20 0 15 0 474118188 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702018153328 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30639] ppid=30573 vsize=10849048 memory=605652 CPUtime=5.04 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 26338 0 -1 1077944384 23630 13304 0 0 490 7 5 2 20 0 15 0 474118188 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702017100528 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30640] ppid=30573 vsize=10849048 memory=618036 CPUtime=5.2 cores=1,3,5,7
/proc/30576/task/30640/stat : 30640 (java) S 30573 30576 26338 0 -1 1077944384 30873 13304 0 0 505 8 5 2 20 0 15 0 474118188 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702016047728 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30641] ppid=30573 vsize=10849048 memory=599564 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30641/stat : 30641 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11109425152 155010 33554432000 4194304 4196468 140727621252928 140701109930720 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30642] ppid=30573 vsize=10849048 memory=618484 CPUtime=1.52 cores=1,3,5,7
/proc/30576/task/30642/stat : 30642 (java) S 30573 30576 26338 0 -1 1077944384 848 13304 0 0 71 74 5 2 20 0 15 0 474118188 11109425152 155010 33554432000 4194304 4196468 140727621252928 140702014995120 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 2501.78 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 620040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.2 s]
/proc/loadavg: 1.21 1.33 1.35 3/232 31025
/proc/meminfo: memFree=7655792/32770624 swapFree=67001836/67108860
[pid=30576] ppid=30573 vsize=10849048 memory=611764 CPUtime=2520.07 cores=1,3,5,7
/proc/30576/stat : 30576 (java) S 30573 30576 26338 0 -1 1077944320 446496 13304 0 0 251517 483 5 2 20 0 15 0 474118173 11109425152 152941 33554432000 4194304 4196468 140727621252928 140727621235472 140702593982199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
/proc/30576/statm: 2712262 152941 3636 1 0 2674317 0
[pid=30576/tid=30629] ppid=30573 vsize=10849048 memory=1056 CPUtime=2432.6 cores=1,3,5,7
/proc/30576/task/30629/stat : 30629 (java) R 30573 30576 26338 0 -1 4202560 237591 13304 0 0 243163 90 5 2 20 0 15 0 474118182 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702565817568 140702209458002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30630] ppid=30573 vsize=10849048 memory=6791534058613427641 CPUtime=15.34 cores=1,3,5,7
/proc/30576/task/30630/stat : 30630 (java) S 30573 30576 26338 0 -1 1077944384 26894 13304 0 0 1461 66 5 2 20 0 15 0 474118183 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702598225040 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30631] ppid=30573 vsize=10849048 memory=728 CPUtime=15.32 cores=1,3,5,7
/proc/30576/task/30631/stat : 30631 (java) S 30573 30576 26338 0 -1 1077944384 23605 13304 0 0 1466 59 5 2 20 0 15 0 474118183 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702525705232 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30632] ppid=30573 vsize=10849048 memory=3612 CPUtime=15.34 cores=1,3,5,7
/proc/30576/task/30632/stat : 30632 (java) S 30573 30576 26338 0 -1 1077944384 27841 13304 0 0 1467 60 5 2 20 0 15 0 474118183 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702166657936 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30633] ppid=30573 vsize=10849048 memory=2832 CPUtime=15.33 cores=1,3,5,7
/proc/30576/task/30633/stat : 30633 (java) S 30573 30576 26338 0 -1 1077944384 26045 13304 0 0 1460 66 5 2 20 0 15 0 474118183 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702165605136 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30634] ppid=30573 vsize=10849048 memory=1212 CPUtime=9.49 cores=1,3,5,7
/proc/30576/task/30634/stat : 30634 (java) S 30573 30576 26338 0 -1 1077944384 13082 13304 0 0 842 100 5 2 20 0 15 0 474118185 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702052764016 140702593993346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30635] ppid=30573 vsize=10849048 memory=1036 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30635/stat : 30635 (java) S 30573 30576 26338 0 -1 1077944384 45 13304 0 0 0 0 5 2 20 0 15 0 474118185 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702051710112 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30636] ppid=30573 vsize=10849048 memory=14008 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30636/stat : 30636 (java) S 30573 30576 26338 0 -1 1077944384 12 13304 0 0 0 0 5 2 20 0 15 0 474118185 11109425152 152941 33554432000 4194304 4196468 140727621252928 140701450888064 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30637] ppid=30573 vsize=10849048 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30637/stat : 30637 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11109425152 152941 33554432000 4194304 4196468 140727621252928 140701143488336 140702594000795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30638] ppid=30573 vsize=10849048 memory=2116 CPUtime=5.41 cores=1,3,5,7
/proc/30576/task/30638/stat : 30638 (java) S 30573 30576 26338 0 -1 1077944384 33811 13304 0 0 527 7 5 2 20 0 15 0 474118188 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702018153328 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30639] ppid=30573 vsize=10849048 memory=29108 CPUtime=5.04 cores=1,3,5,7
/proc/30576/task/30639/stat : 30639 (java) S 30573 30576 26338 0 -1 1077944384 23630 13304 0 0 490 7 5 2 20 0 15 0 474118188 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702017100528 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30640] ppid=30573 vsize=10849048 memory=496 CPUtime=5.2 cores=1,3,5,7
/proc/30576/task/30640/stat : 30640 (java) S 30573 30576 26338 0 -1 1077944384 30873 13304 0 0 505 8 5 2 20 0 15 0 474118188 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702016047728 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30641] ppid=30573 vsize=10849048 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/30576/task/30641/stat : 30641 (java) S 30573 30576 26338 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 474118188 11109425152 152941 33554432000 4194304 4196468 140727621252928 140701109930720 140702593992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
[pid=30576/tid=30642] ppid=30573 vsize=10849048 memory=928 CPUtime=1.53 cores=1,3,5,7
/proc/30576/task/30642/stat : 30642 (java) S 30573 30576 26338 0 -1 1077944384 859 13304 0 0 72 74 5 2 20 0 15 0 474118188 11109425152 152941 33554432000 4194304 4196468 140727621252928 140702014995120 140702593993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20430848 140727621257827 140727621260469 140727621260469 140727621263311 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 611764 KiB

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

[startup+2460.23 s]
# the end of solver process 30576 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.25 s, system=4.8764 s

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

Child status: 143
Real time (s): 2460.23
CPU time (s): 2520.12
CPU user time (s): 2515.25
CPU system time (s): 4.8764
CPU usage (%): 102.435
Max. virtual memory (cumulated for all children) (KiB): 10853240
Max. memory (cumulated for all children) (KiB): 1017592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.25
system time used= 4.8764
maximum resident set size= 1018112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461818
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 260948
involuntary context switches= 7368


# summary of solver processes directly reported to runsolver:
#   pid: 30576
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.25
#   total CPU system time (s): 4.8764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.347 second user time and 24.4884 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-20 13:25:46
IDJOB=4402649
IDBENCH=133594
IDSOLVER=2861
FILE ID=node133/4402649-1568978786
RUNJOBID= node133-1568967598-26370
PBS_JOBID= 21704620
Free space on /var/tmp= 13456 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-07-0080.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402649-1568978786/watcher-4402649-1568978786 -o /var/tmp/evaluation-result-4402649-1568978786/solver-4402649-1568978786 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402649-1568978786.xml

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

MD5SUM BENCH= 9b203975fed1c25a0b87c4f345706814
RANDOM SEED=1419008473

node133.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.18
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.18
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.18
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.18
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:        10274744 kB
MemAvailable:   31048144 kB
Buffers:          138364 kB
Cached:         20519792 kB
SwapCached:         5396 kB
Active:         11101012 kB
Inactive:       10367884 kB
Active(anon):     807880 kB
Inactive(anon):    49404 kB
Active(file):   10293132 kB
Inactive(file): 10318480 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       67001832 kB
Dirty:             35716 kB
Writeback:             0 kB
AnonPages:       1004596 kB
Mapped:            65196 kB
Shmem:             37672 kB
Slab:             619396 kB
SReclaimable:     590248 kB
SUnreclaim:        29148 kB
KernelStack:        3904 kB
PageTables:         7772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2094432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13420 MiB
End job on node133 at 2019-09-20 14:06:46