Trace number 4387486

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.14 2499.83

General information on the benchmark

NameCrossword/Crossword-m1c-lex-herald/
Crossword-m1c-lex-h2101.xml
MD5SUM1a4f6c91eaadca249c448c828860eb66
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark193.944
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints138
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":373}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":68},{"degree":2,"count":373}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":10},{"arity":4,"count":40},{"arity":5,"count":50},{"arity":6,"count":10},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":2},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":2}]
Number of extensional constraints138
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":138}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387486-1568307546/watcher-4387486-1568307546 -o /tmp/evaluation-result-4387486-1568307546/solver-4387486-1568307546 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-553 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1291069089 HOME/instance-4387486-1568307546.xml 

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

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


[startup+0.100132 s]*
/proc/loadavg: 1.73 1.63 1.50 3/218 5749
/proc/meminfo: memFree=29295244/32770624 swapFree=66979256/67108860
[pid=5692] ppid=5689 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5689 5692 32244 0 -1 1077944320 4439 12994 0 0 1 0 5 3 20 0 6 0 407017276 10212057088 4204 33554432000 4194304 4196468 140721009035104 140721009017648 140512059596535 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
/proc/5692/statm: 2493178 4204 1935 1 0 2481616 0
[pid=5692/tid=5745] ppid=5689 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5745/stat : 5745 (java) R 5689 5692 32244 0 -1 4202560 2260 12994 0 0 0 0 5 3 20 0 6 0 407017285 10212057088 4204 33554432000 4194304 4196468 140721009035104 140512031433296 140512045279027 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=9972712 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 6 0 407017286 10212057088 4204 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=9972712 memory=140517729824108 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 6 0 407017286 10212057088 4204 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 6 0 407017286 10212057088 4204 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 6 0 407017286 10212057088 4204 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209957 s]*
/proc/loadavg: 1.73 1.63 1.50 3/227 5758
/proc/meminfo: memFree=29273496/32770624 swapFree=66979256/67108860
[pid=5692] ppid=5689 vsize=10818940 memory=40888 CPUtime=0.26 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5689 5692 32244 0 -1 1077944320 7020 12994 0 0 16 2 5 3 20 0 15 0 407017276 11078594560 10222 33554432000 4194304 4196468 140721009035104 140721009017648 140512059596535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
/proc/5692/statm: 2704735 10222 2980 1 0 2667149 0
[pid=5692/tid=5745] ppid=5689 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5692/task/5745/stat : 5745 (java) R 5689 5692 32244 0 -1 4202560 3518 12994 0 0 10 1 5 3 20 0 15 0 407017285 11078594560 10231 33554432000 4194304 4196468 140721009035104 140512031436816 140512043677022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=10818940 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017286 11078594560 10231 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=10818940 memory=140517729824108 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017286 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017286 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017286 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5750] ppid=5689 vsize=10818940 memory=140517729814144 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5750/stat : 5750 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017288 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511518067568 140512059607682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5751] ppid=5689 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5751/stat : 5751 (java) S 5689 5692 32244 0 -1 1077944384 33 12994 0 0 0 0 5 3 20 0 15 0 407017288 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511517013536 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5752] ppid=5689 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5752/stat : 5752 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017288 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511398585712 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5753] ppid=5689 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5753/stat : 5753 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017291 11078594560 10231 33554432000 4194304 4196468 140721009035104 140510794606928 140512059615131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5754] ppid=5689 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5754/stat : 5754 (java) S 5689 5692 32244 0 -1 1077944384 485 12994 0 0 1 0 5 3 20 0 15 0 407017291 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511483455856 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5755] ppid=5689 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5755/stat : 5755 (java) S 5689 5692 32244 0 -1 1077944384 159 12994 0 0 1 0 5 3 20 0 15 0 407017291 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511482403056 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5756] ppid=5689 vsize=10818940 memory=140517729814144 CPUtime=0.11 cores=0,2,4,6
/proc/5692/task/5756/stat : 5756 (java) S 5689 5692 32244 0 -1 1077944384 618 12994 0 0 3 0 5 3 20 0 15 0 407017291 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511481350256 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5757] ppid=5689 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5757/stat : 5757 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017291 11078594560 10231 33554432000 4194304 4196468 140721009035104 140510324844768 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5758] ppid=5689 vsize=10818940 memory=140517729814144 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5758/stat : 5758 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017292 11078594560 10231 33554432000 4194304 4196468 140721009035104 140511480298672 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40888 KiB

[startup+0.312373 s]*
/proc/loadavg: 1.73 1.63 1.50 3/227 5758
/proc/meminfo: memFree=29263336/32770624 swapFree=66979256/67108860
[pid=5692] ppid=5689 vsize=10820096 memory=52076 CPUtime=0.41 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5689 5692 32244 0 -1 1077944320 10757 12994 0 0 29 4 5 3 20 0 15 0 407017276 11079778304 13019 33554432000 4194304 4196468 140721009035104 140721009017648 140512059596535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
/proc/5692/statm: 2705024 13019 3234 1 0 2667149 0
[pid=5692/tid=5745] ppid=5689 vsize=10820096 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/5692/task/5745/stat : 5745 (java) R 5689 5692 32244 0 -1 4202560 7224 12994 0 0 19 2 5 3 20 0 15 0 407017285 11079778304 13019 33554432000 4194304 4196468 140721009035104 140512031416352 140511616795847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=10820096 memory=9047914855943115630 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017286 11079778304 13019 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=10820096 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017286 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017286 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017286 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5750] ppid=5689 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5750/stat : 5750 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017288 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511518067568 140512059607682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5751] ppid=5689 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5751/stat : 5751 (java) S 5689 5692 32244 0 -1 1077944384 33 12994 0 0 0 0 5 3 20 0 15 0 407017288 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511517013536 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5752] ppid=5689 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5752/stat : 5752 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017288 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511398585712 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5753] ppid=5689 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5753/stat : 5753 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017291 11079778304 13019 33554432000 4194304 4196468 140721009035104 140510794606928 140512059615131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5754] ppid=5689 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5754/stat : 5754 (java) S 5689 5692 32244 0 -1 1077944384 487 12994 0 0 1 0 5 3 20 0 15 0 407017291 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511483455856 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5755] ppid=5689 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5755/stat : 5755 (java) S 5689 5692 32244 0 -1 1077944384 159 12994 0 0 1 0 5 3 20 0 15 0 407017291 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511482403056 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5756] ppid=5689 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5756/stat : 5756 (java) S 5689 5692 32244 0 -1 1077944384 627 12994 0 0 5 0 5 3 20 0 15 0 407017291 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511481350256 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5757] ppid=5689 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5757/stat : 5757 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017291 11079778304 13019 33554432000 4194304 4196468 140721009035104 140510324844768 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5758] ppid=5689 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5758/stat : 5758 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017292 11079778304 13019 33554432000 4194304 4196468 140721009035104 140511480298672 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52076 KiB

[startup+0.705198 s]
/proc/loadavg: 1.73 1.63 1.50 5/227 5758
/proc/meminfo: memFree=29247136/32770624 swapFree=66979256/67108860
[pid=5692] ppid=5689 vsize=10824340 memory=82548 CPUtime=1.15 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5689 5692 32244 0 -1 1077944320 14888 12994 0 0 101 6 5 3 20 0 15 0 407017276 11084124160 20637 33554432000 4194304 4196468 140721009035104 140721009017648 140512059596535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
/proc/5692/statm: 2706085 20637 3497 1 0 2668173 0
[pid=5692/tid=5745] ppid=5689 vsize=10824340 memory=7019257425709197167 CPUtime=0.68 cores=0,2,4,6
/proc/5692/task/5745/stat : 5745 (java) D 5689 5692 32244 0 -1 1077944384 10525 12994 0 0 56 4 5 3 20 0 15 0 407017285 11084124160 20637 33554432000 4194304 4196468 140721009035104 140512031423728 140512059620413 0 4 0 16800975 18446744072101748260 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=10824340 memory=4294972985 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017286 11084124160 20637 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=10824340 memory=140517572610844 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017286 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=10824340 memory=281035145234736 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017286 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=10824340 memory=140517729813009 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017286 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5750] ppid=5689 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5750/stat : 5750 (java) S 5689 5692 32244 0 -1 1077944384 5 12994 0 0 0 0 5 3 20 0 15 0 407017288 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511518067568 140512059607682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5751] ppid=5689 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5751/stat : 5751 (java) S 5689 5692 32244 0 -1 1077944384 33 12994 0 0 0 0 5 3 20 0 15 0 407017288 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511517013536 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5752] ppid=5689 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5752/stat : 5752 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017288 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511398585712 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5753] ppid=5689 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5753/stat : 5753 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017291 11084124160 20637 33554432000 4194304 4196468 140721009035104 140510794606928 140512059615131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5754] ppid=5689 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5692/task/5754/stat : 5754 (java) S 5689 5692 32244 0 -1 1077944384 707 12994 0 0 12 0 5 3 20 0 15 0 407017291 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511483455856 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5755] ppid=5689 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/5692/task/5755/stat : 5755 (java) S 5689 5692 32244 0 -1 1077944384 569 12994 0 0 15 0 5 3 20 0 15 0 407017291 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511482403056 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5756] ppid=5689 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5692/task/5756/stat : 5756 (java) S 5689 5692 32244 0 -1 1077944384 824 12994 0 0 17 0 5 3 20 0 15 0 407017291 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511481350256 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5757] ppid=5689 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5757/stat : 5757 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017291 11084124160 20637 33554432000 4194304 4196468 140721009035104 140510324844768 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5758] ppid=5689 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5758/stat : 5758 (java) S 5689 5692 32244 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 407017292 11084124160 20637 33554432000 4194304 4196468 140721009035104 140511480298672 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82548 KiB

[startup+1.50067 s]
/proc/loadavg: 1.73 1.63 1.50 5/227 5758
/proc/meminfo: memFree=29181284/32770624 swapFree=66979256/67108860
[pid=5692] ppid=5689 vsize=10834656 memory=213460 CPUtime=2.95 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5689 5692 32244 0 -1 1077944320 23841 12994 0 0 275 12 5 3 20 0 15 0 407017276 11094687744 53365 33554432000 4194304 4196468 140721009035104 140721009017648 140512059596535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
/proc/5692/statm: 2708664 53365 3576 1 0 2670733 0
[pid=5692/tid=5745] ppid=5689 vsize=10834656 memory=7682475212697322260 CPUtime=1.42 cores=0,2,4,6
/proc/5692/task/5745/stat : 5745 (java) R 5689 5692 32244 0 -1 4202560 15518 12994 0 0 128 6 5 3 20 0 15 0 407017285 11094687744 53365 33554432000 4194304 4196468 140721009035104 140512031426336 140512041180999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=10834656 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 89 12994 0 0 1 0 5 3 20 0 15 0 407017286 11094687744 53365 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=10834656 memory=-7966001967256153990 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 47 12994 0 0 1 0 5 3 20 0 15 0 407017286 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 303 12994 0 0 1 0 5 3 20 0 15 0 407017286 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 37 12994 0 0 1 0 5 3 20 0 15 0 407017286 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5750] ppid=5689 vsize=10834656 memory=140517575909199 CPUtime=0.09 cores=0,2,4,6
/proc/5692/task/5750/stat : 5750 (java) S 5689 5692 32244 0 -1 1077944384 1265 12994 0 0 1 0 5 3 20 0 15 0 407017288 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511518067568 140512059607682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5751] ppid=5689 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5751/stat : 5751 (java) S 5689 5692 32244 0 -1 1077944384 33 12994 0 0 0 0 5 3 20 0 15 0 407017288 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511517013600 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5752] ppid=5689 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5752/stat : 5752 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017288 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511398585728 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5753] ppid=5689 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5753/stat : 5753 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017291 11094687744 53365 33554432000 4194304 4196468 140721009035104 140510794606928 140512059615131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5754] ppid=5689 vsize=10834656 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/5692/task/5754/stat : 5754 (java) S 5689 5692 32244 0 -1 1077944384 1434 12994 0 0 46 0 5 3 20 0 15 0 407017291 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511483455856 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5755] ppid=5689 vsize=10834656 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/5692/task/5755/stat : 5755 (java) S 5689 5692 32244 0 -1 1077944384 1425 12994 0 0 54 1 5 3 20 0 15 0 407017291 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511482403056 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5756] ppid=5689 vsize=10834656 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/5692/task/5756/stat : 5756 (java) S 5689 5692 32244 0 -1 1077944384 1469 12994 0 0 37 0 5 3 20 0 15 0 407017291 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511481350256 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5757] ppid=5689 vsize=10834656 memory=-2247047206204966736 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5757/stat : 5757 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017291 11094687744 53365 33554432000 4194304 4196468 140721009035104 140510324844768 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5758] ppid=5689 vsize=10834656 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5758/stat : 5758 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017292 11094687744 53365 33554432000 4194304 4196468 140721009035104 140511480298672 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10834656 KiB

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

/proc/5692/task/5745/stat : 5745 (java) R 5689 5692 32244 0 -1 4202560 50425 12994 0 0 231464 26 5 3 20 0 15 0 407017285 11105193984 161004 33554432000 4194304 4196468 140721009035104 140512031428256 140511625094566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=10844916 memory=644016 CPUtime=2.97 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 13501 12994 0 0 269 20 5 3 20 0 15 0 407017286 11105193984 161004 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=10844916 memory=644016 CPUtime=3.01 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 13587 12994 0 0 276 17 5 3 20 0 15 0 407017286 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=10844916 memory=644016 CPUtime=2.99 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 12509 12994 0 0 272 19 5 3 20 0 15 0 407017286 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=10844916 memory=643988 CPUtime=2.98 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 12907 12994 0 0 270 20 5 3 20 0 15 0 407017286 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5750] ppid=5689 vsize=10844916 memory=643988 CPUtime=2.88 cores=0,2,4,6
/proc/5692/task/5750/stat : 5750 (java) S 5689 5692 32244 0 -1 1077944384 12252 12994 0 0 264 16 5 3 20 0 15 0 407017288 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511518067568 140512059607682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5751] ppid=5689 vsize=10844916 memory=643988 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5751/stat : 5751 (java) S 5689 5692 32244 0 -1 1077944384 39 12994 0 0 0 0 5 3 20 0 15 0 407017288 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511517013664 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5752] ppid=5689 vsize=10844916 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5752/stat : 5752 (java) S 5689 5692 32244 0 -1 1077944384 7 12994 0 0 0 0 5 3 20 0 15 0 407017288 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511398585728 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5753] ppid=5689 vsize=10844916 memory=644016 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5753/stat : 5753 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017291 11105193984 161004 33554432000 4194304 4196468 140721009035104 140510794606928 140512059615131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5754] ppid=5689 vsize=10844916 memory=644016 CPUtime=4.09 cores=0,2,4,6
/proc/5692/task/5754/stat : 5754 (java) S 5689 5692 32244 0 -1 1077944384 20394 12994 0 0 396 5 5 3 20 0 15 0 407017291 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511483455856 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5755] ppid=5689 vsize=10844916 memory=644016 CPUtime=4.25 cores=0,2,4,6
/proc/5692/task/5755/stat : 5755 (java) S 5689 5692 32244 0 -1 1077944384 20821 12994 0 0 411 6 5 3 20 0 15 0 407017291 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511482403056 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5756] ppid=5689 vsize=10844916 memory=644016 CPUtime=3.26 cores=0,2,4,6
/proc/5692/task/5756/stat : 5756 (java) S 5689 5692 32244 0 -1 1077944384 26863 12994 0 0 312 6 5 3 20 0 15 0 407017291 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511481350256 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5757] ppid=5689 vsize=10844916 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5757/stat : 5757 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017291 11105193984 161004 33554432000 4194304 4196468 140721009035104 140510324844768 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5758] ppid=5689 vsize=10844916 memory=8112282956445269571 CPUtime=1.22 cores=0,2,4,6
/proc/5692/task/5758/stat : 5758 (java) S 5689 5692 32244 0 -1 1077944384 920 12994 0 0 62 52 5 3 20 0 15 0 407017292 11105193984 161004 33554432000 4194304 4196468 140721009035104 140511480298672 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 2342 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 644016 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.40 1.41 3/229 6257
/proc/meminfo: memFree=30146300/32770624 swapFree=66979320/67108860
[pid=5692] ppid=5689 vsize=10844916 memory=644032 CPUtime=2402.23 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5689 5692 32244 0 -1 1077944320 186938 12994 0 0 240054 161 5 3 20 0 15 0 407017276 11105193984 161008 33554432000 4194304 4196468 140721009035104 140721009017648 140512059596535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
/proc/5692/statm: 2711229 161008 3617 1 0 2673293 0
[pid=5692/tid=5745] ppid=5689 vsize=10844916 memory=644032 CPUtime=2374.77 cores=0,2,4,6
/proc/5692/task/5745/stat : 5745 (java) R 5689 5692 32244 0 -1 4202560 50729 12994 0 0 237443 26 5 3 20 0 15 0 407017285 11105193984 161008 33554432000 4194304 4196468 140721009035104 140512031429504 140511629770411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=10844916 memory=644016 CPUtime=3.05 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 13546 12994 0 0 277 20 5 3 20 0 15 0 407017286 11105193984 161008 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=10844916 memory=644032 CPUtime=3.09 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 13695 12994 0 0 284 17 5 3 20 0 15 0 407017286 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=10844916 memory=644032 CPUtime=3.08 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 12519 12994 0 0 280 20 5 3 20 0 15 0 407017286 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=10844916 memory=644032 CPUtime=3.07 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 12913 12994 0 0 279 20 5 3 20 0 15 0 407017286 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5750] ppid=5689 vsize=10844916 memory=1164 CPUtime=2.95 cores=0,2,4,6
/proc/5692/task/5750/stat : 5750 (java) S 5689 5692 32244 0 -1 1077944384 12273 12994 0 0 271 16 5 3 20 0 15 0 407017288 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511518067568 140512059607682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5751] ppid=5689 vsize=10844916 memory=644016 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5751/stat : 5751 (java) S 5689 5692 32244 0 -1 1077944384 39 12994 0 0 0 0 5 3 20 0 15 0 407017288 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511517013664 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5752] ppid=5689 vsize=10844916 memory=644032 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5752/stat : 5752 (java) S 5689 5692 32244 0 -1 1077944384 7 12994 0 0 0 0 5 3 20 0 15 0 407017288 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511398585728 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5753] ppid=5689 vsize=10844916 memory=644016 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5753/stat : 5753 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017291 11105193984 161008 33554432000 4194304 4196468 140721009035104 140510794606928 140512059615131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5754] ppid=5689 vsize=10844916 memory=644032 CPUtime=4.09 cores=0,2,4,6
/proc/5692/task/5754/stat : 5754 (java) S 5689 5692 32244 0 -1 1077944384 20394 12994 0 0 396 5 5 3 20 0 15 0 407017291 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511483455856 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5755] ppid=5689 vsize=10844916 memory=644032 CPUtime=4.25 cores=0,2,4,6
/proc/5692/task/5755/stat : 5755 (java) S 5689 5692 32244 0 -1 1077944384 20821 12994 0 0 411 6 5 3 20 0 15 0 407017291 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511482403056 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5756] ppid=5689 vsize=10844916 memory=644032 CPUtime=3.26 cores=0,2,4,6
/proc/5692/task/5756/stat : 5756 (java) S 5689 5692 32244 0 -1 1077944384 26863 12994 0 0 312 6 5 3 20 0 15 0 407017291 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511481350256 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5757] ppid=5689 vsize=10844916 memory=644032 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5757/stat : 5757 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017291 11105193984 161008 33554432000 4194304 4196468 140721009035104 140510324844768 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5758] ppid=5689 vsize=10844916 memory=644032 CPUtime=1.25 cores=0,2,4,6
/proc/5692/task/5758/stat : 5758 (java) S 5689 5692 32244 0 -1 1077944384 924 12994 0 0 64 53 5 3 20 0 15 0 407017292 11105193984 161008 33554432000 4194304 4196468 140721009035104 140511480298672 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 2402.23 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 644032 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.45 1.42 3/229 6261
/proc/meminfo: memFree=30135416/32770624 swapFree=66979320/67108860
[pid=5692] ppid=5689 vsize=10844916 memory=655456 CPUtime=2462.43 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5689 5692 32244 0 -1 1077944320 188309 12994 0 0 246070 165 5 3 20 0 15 0 407017276 11105193984 163864 33554432000 4194304 4196468 140721009035104 140721009017648 140512059596535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
/proc/5692/statm: 2711229 163864 3617 1 0 2673293 0
[pid=5692/tid=5745] ppid=5689 vsize=10844916 memory=1028 CPUtime=2434.56 cores=0,2,4,6
/proc/5692/task/5745/stat : 5745 (java) R 5689 5692 32244 0 -1 4202560 51196 12994 0 0 243422 26 5 3 20 0 15 0 407017285 11105193984 163864 33554432000 4194304 4196468 140721009035104 140512031429072 140511629770433 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=10844916 memory=655456 CPUtime=3.13 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 13594 12994 0 0 284 21 5 3 20 0 15 0 407017286 11105193984 163864 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=10844916 memory=655456 CPUtime=3.16 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 13779 12994 0 0 290 18 5 3 20 0 15 0 407017286 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=10844916 memory=655456 CPUtime=3.15 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 12977 12994 0 0 286 21 5 3 20 0 15 0 407017286 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=10844916 memory=655456 CPUtime=3.14 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 12920 12994 0 0 286 20 5 3 20 0 15 0 407017286 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5750] ppid=5689 vsize=10844916 memory=655456 CPUtime=3.03 cores=0,2,4,6
/proc/5692/task/5750/stat : 5750 (java) S 5689 5692 32244 0 -1 1077944384 12551 12994 0 0 278 17 5 3 20 0 15 0 407017288 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511518067568 140512059607682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5751] ppid=5689 vsize=10844916 memory=655456 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5751/stat : 5751 (java) S 5689 5692 32244 0 -1 1077944384 39 12994 0 0 0 0 5 3 20 0 15 0 407017288 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511517013664 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5752] ppid=5689 vsize=10844916 memory=655456 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5752/stat : 5752 (java) S 5689 5692 32244 0 -1 1077944384 7 12994 0 0 0 0 5 3 20 0 15 0 407017288 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511398585728 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5753] ppid=5689 vsize=10844916 memory=644032 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5753/stat : 5753 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017291 11105193984 163864 33554432000 4194304 4196468 140721009035104 140510794606928 140512059615131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5754] ppid=5689 vsize=10844916 memory=655456 CPUtime=4.1 cores=0,2,4,6
/proc/5692/task/5754/stat : 5754 (java) S 5689 5692 32244 0 -1 1077944384 20397 12994 0 0 396 6 5 3 20 0 15 0 407017291 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511483455856 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5755] ppid=5689 vsize=10844916 memory=3620 CPUtime=4.25 cores=0,2,4,6
/proc/5692/task/5755/stat : 5755 (java) S 5689 5692 32244 0 -1 1077944384 20823 12994 0 0 411 6 5 3 20 0 15 0 407017291 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511482403056 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5756] ppid=5689 vsize=10844916 memory=1764 CPUtime=3.26 cores=0,2,4,6
/proc/5692/task/5756/stat : 5756 (java) S 5689 5692 32244 0 -1 1077944384 26865 12994 0 0 312 6 5 3 20 0 15 0 407017291 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511481350256 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5757] ppid=5689 vsize=10844916 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5757/stat : 5757 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017291 11105193984 163864 33554432000 4194304 4196468 140721009035104 140510324844768 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5758] ppid=5689 vsize=10844916 memory=655456 CPUtime=1.28 cores=0,2,4,6
/proc/5692/task/5758/stat : 5758 (java) S 5689 5692 32244 0 -1 1077944384 946 12994 0 0 66 54 5 3 20 0 15 0 407017292 11105193984 163864 33554432000 4194304 4196468 140721009035104 140511480298672 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 2462.43 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 655456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.8 s]
/proc/loadavg: 1.55 1.48 1.43 3/228 6275
/proc/meminfo: memFree=30135076/32770624 swapFree=66979324/67108860
[pid=5692] ppid=5689 vsize=10844916 memory=655480 CPUtime=2520.09 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5689 5692 32244 0 -1 1077944320 189176 12994 0 0 251833 168 5 3 20 0 15 0 407017276 11105193984 163870 33554432000 4194304 4196468 140721009035104 140721009017648 140512059596535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
/proc/5692/statm: 2711229 163870 3617 1 0 2673293 0
[pid=5692/tid=5745] ppid=5689 vsize=10844916 memory=512 CPUtime=2491.85 cores=0,2,4,6
/proc/5692/task/5745/stat : 5745 (java) R 5689 5692 32244 0 -1 4202560 51485 12994 0 0 249151 26 5 3 20 0 15 0 407017285 11105193984 163870 33554432000 4194304 4196468 140721009035104 140512031432400 140511627609096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5746] ppid=5689 vsize=10844916 memory=1564 CPUtime=3.19 cores=0,2,4,6
/proc/5692/task/5746/stat : 5746 (java) S 5689 5692 32244 0 -1 1077944384 13768 12994 0 0 290 21 5 3 20 0 15 0 407017286 11105193984 163870 33554432000 4194304 4196468 140721009035104 140512063838864 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5747] ppid=5689 vsize=10844916 memory=928 CPUtime=3.22 cores=0,2,4,6
/proc/5692/task/5747/stat : 5747 (java) S 5689 5692 32244 0 -1 1077944384 13929 12994 0 0 296 18 5 3 20 0 15 0 407017286 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511952112144 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5748] ppid=5689 vsize=10844916 memory=3772 CPUtime=3.22 cores=0,2,4,6
/proc/5692/task/5748/stat : 5748 (java) S 5689 5692 32244 0 -1 1077944384 12980 12994 0 0 293 21 5 3 20 0 15 0 407017286 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511951059344 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5749] ppid=5689 vsize=10844916 memory=1440 CPUtime=3.21 cores=0,2,4,6
/proc/5692/task/5749/stat : 5749 (java) S 5689 5692 32244 0 -1 1077944384 12948 12994 0 0 292 21 5 3 20 0 15 0 407017286 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511950006544 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5750] ppid=5689 vsize=10844916 memory=920 CPUtime=3.1 cores=0,2,4,6
/proc/5692/task/5750/stat : 5750 (java) S 5689 5692 32244 0 -1 1077944384 12751 12994 0 0 285 17 5 3 20 0 15 0 407017288 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511518067568 140512059607682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5751] ppid=5689 vsize=10844916 memory=1984 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5751/stat : 5751 (java) S 5689 5692 32244 0 -1 1077944384 39 12994 0 0 0 0 5 3 20 0 15 0 407017288 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511517013664 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5752] ppid=5689 vsize=10844916 memory=3360 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5752/stat : 5752 (java) S 5689 5692 32244 0 -1 1077944384 7 12994 0 0 0 0 5 3 20 0 15 0 407017288 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511398585728 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5753] ppid=5689 vsize=10844916 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5753/stat : 5753 (java) S 5689 5692 32244 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 407017291 11105193984 163870 33554432000 4194304 4196468 140721009035104 140510794606928 140512059615131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5754] ppid=5689 vsize=10844916 memory=1028 CPUtime=4.1 cores=0,2,4,6
/proc/5692/task/5754/stat : 5754 (java) S 5689 5692 32244 0 -1 1077944384 20399 12994 0 0 396 6 5 3 20 0 15 0 407017291 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511483455856 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5755] ppid=5689 vsize=10844916 memory=1060 CPUtime=4.25 cores=0,2,4,6
/proc/5692/task/5755/stat : 5755 (java) S 5689 5692 32244 0 -1 1077944384 20825 12994 0 0 411 6 5 3 20 0 15 0 407017291 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511482403056 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5756] ppid=5689 vsize=10844916 memory=2828 CPUtime=3.26 cores=0,2,4,6
/proc/5692/task/5756/stat : 5756 (java) S 5689 5692 32244 0 -1 1077944384 26867 12994 0 0 312 6 5 3 20 0 15 0 407017291 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511481350256 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5757] ppid=5689 vsize=10844916 memory=756 CPUtime=0.08 cores=0,2,4,6
/proc/5692/task/5757/stat : 5757 (java) S 5689 5692 32244 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 407017291 11105193984 163870 33554432000 4194304 4196468 140721009035104 140510324844768 140512059606741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
[pid=5692/tid=5758] ppid=5689 vsize=10844916 memory=1548 CPUtime=1.3 cores=0,2,4,6
/proc/5692/task/5758/stat : 5758 (java) S 5689 5692 32244 0 -1 1077944384 963 12994 0 0 67 55 5 3 20 0 15 0 407017292 11105193984 163870 33554432000 4194304 4196468 140721009035104 140511480298672 140512059607682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8134656 140721009040117 140721009042629 140721009042629 140721009045455 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 655480 KiB

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

[startup+2499.83 s]
# the end of solver process 5692 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.41 s, system=1.72249 s

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

Child status: 143
Real time (s): 2499.83
CPU time (s): 2520.14
CPU user time (s): 2518.41
CPU system time (s): 1.72249
CPU usage (%): 100.812
Max. virtual memory (cumulated for all children) (KiB): 10847656
Max. memory (cumulated for all children) (KiB): 762704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.41
system time used= 1.72249
maximum resident set size= 766800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203267
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131037
involuntary context switches= 8042


# summary of solver processes directly reported to runsolver:
#   pid: 5692
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2518.41
#   total CPU system time (s): 1.72249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3113 second user time and 20.9792 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 18:58:24
IDJOB=4387486
IDBENCH=139804
IDSOLVER=2823
FILE ID=node121/4387486-1568307546
RUNJOBID= node121-1568285922-553
PBS_JOBID= 21701082
Free space on /tmp= 61016 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Crossword/Crossword-m1c-lex-herald/Crossword-m1c-lex-h2101.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387486-1568307546/watcher-4387486-1568307546 -o /tmp/evaluation-result-4387486-1568307546/solver-4387486-1568307546 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-553 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1291069089 HOME/instance-4387486-1568307546.xml

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

MD5SUM BENCH= 1a4f6c91eaadca249c448c828860eb66
RANDOM SEED=1291069089

node121.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.75
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.75
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.75
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.75
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:        29301884 kB
MemAvailable:   29501208 kB
Buffers:          109336 kB
Cached:           385392 kB
SwapCached:        19380 kB
Active:          2686588 kB
Inactive:         244524 kB
Active(anon):    2422096 kB
Inactive(anon):    43112 kB
Active(file):     264492 kB
Inactive(file):   201412 kB
Unevictable:      108836 kB
Mlocked:          108836 kB
SwapTotal:      67108860 kB
SwapFree:       66979256 kB
Dirty:             35684 kB
Writeback:             0 kB
AnonPages:       2526492 kB
Mapped:            44664 kB
Shmem:             20200 kB
Slab:             127516 kB
SReclaimable:      98512 kB
SUnreclaim:        29004 kB
KernelStack:        3680 kB
PageTables:        10636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3561920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2349056 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 /tmp at the end= 60980 MiB
End job on node121 at 2019-09-12 19:40:04