Trace number 4402685

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.11 2467.67

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-m039.xml
MD5SUMcf7d41cb48e0c265061ebe127338815d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"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":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"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":45}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402685-1568978720/watcher-4402685-1568978720 -o /tmp/evaluation-result-4402685-1568978720/solver-4402685-1568978720 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1048661505 HOME/instance-4402685-1568978720.xml 

running on 4 cores: 4-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=17652, runsolver pid=17649

[startup+0.100035 s]*
/proc/loadavg: 1.32 1.44 1.44 3/215 17705
/proc/meminfo: memFree=3803524/32770688 swapFree=66927192/67108860
[pid=17652] ppid=17649 vsize=9972712 memory=16292 CPUtime=0.1 cores=4-7
/proc/17652/stat : 17652 (java) S 17649 17652 13981 0 -1 1077944320 4313 12957 0 0 1 1 5 3 20 0 6 0 473878249 10212057088 4073 33554432000 4194304 4196468 140737438702800 140737438685344 140394534608631 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
/proc/17652/statm: 2493178 4073 1920 1 0 2481616 0
[pid=17652/tid=17705] ppid=17649 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=4-7
/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 2113 12957 0 0 0 0 5 3 20 0 6 0 473878259 10212057088 4073 33554432000 4194304 4196468 140737438702800 140394506445392 140394534630557 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 6 0 473878260 10212057088 4073 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=9972712 memory=140558380459648 CPUtime=0.08 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 6 0 473878260 10212057088 4073 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 6 0 473878260 10212057088 4073 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 6 0 473878260 10212057088 4073 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16292 KiB

[startup+0.211302 s]*
/proc/loadavg: 1.32 1.44 1.44 4/228 17718
/proc/meminfo: memFree=3782248/32770688 swapFree=66927192/67108860
[pid=17652] ppid=17649 vsize=10819716 memory=38428 CPUtime=0.26 cores=4-7
/proc/17652/stat : 17652 (java) S 17649 17652 13981 0 -1 1077944320 7140 12957 0 0 16 2 5 3 20 0 15 0 473878249 11079389184 9607 33554432000 4194304 4196468 140737438702800 140737438685344 140394534608631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
/proc/17652/statm: 2704929 9607 3178 1 0 2667149 0
[pid=17652/tid=17705] ppid=17649 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=4-7
/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 3630 12957 0 0 10 1 5 3 20 0 15 0 473878259 11079389184 9607 33554432000 4194304 4196468 140737438702800 140394506441096 140394534620566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=10819716 memory=364 CPUtime=0.08 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878260 11079389184 9607 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=10819716 memory=3833039420774835872 CPUtime=0.08 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878260 11079389184 9607 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 473878260 11079389184 9607 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 473878260 11079389184 9607 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17710] ppid=17649 vsize=10819716 memory=140558380459648 CPUtime=0.08 cores=4-7
/proc/17652/task/17710/stat : 17710 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 473878261 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393993501552 140394534619778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17711] ppid=17649 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/17652/task/17711/stat : 17711 (java) S 17649 17652 13981 0 -1 1077944384 33 12957 0 0 0 0 5 3 20 0 15 0 473878262 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393992447520 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17712] ppid=17649 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17712/stat : 17712 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878262 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393421202800 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17713] ppid=17649 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17713/stat : 17713 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393113803088 140394534627227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17714] ppid=17649 vsize=10819716 memory=0 CPUtime=0.09 cores=4-7
/proc/17652/task/17714/stat : 17714 (java) S 17649 17652 13981 0 -1 1077944384 470 12957 0 0 1 0 5 3 20 0 15 0 473878265 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393501944176 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17715] ppid=17649 vsize=10819716 memory=-1 CPUtime=0.09 cores=4-7
/proc/17652/task/17715/stat : 17715 (java) S 17649 17652 13981 0 -1 1077944384 183 12957 0 0 1 0 5 3 20 0 15 0 473878265 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393500891376 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17716] ppid=17649 vsize=10819716 memory=140558380459648 CPUtime=0.11 cores=4-7
/proc/17652/task/17716/stat : 17716 (java) R 17649 17652 13981 0 -1 4202560 597 12957 0 0 3 0 5 3 20 0 15 0 473878265 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393499838576 140394518789417 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17717] ppid=17649 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/17652/task/17717/stat : 17717 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393080244448 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17718] ppid=17649 vsize=10819716 memory=140558380459648 CPUtime=0.08 cores=4-7
/proc/17652/task/17718/stat : 17718 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878265 11079389184 9607 33554432000 4194304 4196468 140737438702800 140393498786992 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 38428 KiB

[startup+0.311642 s]*
/proc/loadavg: 1.32 1.44 1.44 4/228 17718
/proc/meminfo: memFree=3769544/32770688 swapFree=66927192/67108860
[pid=17652] ppid=17649 vsize=10820196 memory=49372 CPUtime=0.4 cores=4-7
/proc/17652/stat : 17652 (java) S 17649 17652 13981 0 -1 1077944320 10783 12957 0 0 29 3 5 3 20 0 15 0 473878249 11079880704 12343 33554432000 4194304 4196468 140737438702800 140737438685344 140394534608631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
/proc/17652/statm: 2705049 12343 3306 1 0 2667149 0
[pid=17652/tid=17705] ppid=17649 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 7257 12957 0 0 19 2 5 3 20 0 15 0 473878259 11079880704 12343 33554432000 4194304 4196468 140737438702800 140394506417552 140394518689118 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878260 11079880704 12343 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878260 11079880704 12343 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 473878260 11079880704 12343 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 473878260 11079880704 12343 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17710] ppid=17649 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17710/stat : 17710 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 473878261 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393993501552 140394534619778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17711] ppid=17649 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/17652/task/17711/stat : 17711 (java) S 17649 17652 13981 0 -1 1077944384 33 12957 0 0 0 0 5 3 20 0 15 0 473878262 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393992447520 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17712] ppid=17649 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17712/stat : 17712 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878262 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393421202800 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17713] ppid=17649 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17713/stat : 17713 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393113803088 140394534627227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17714] ppid=17649 vsize=10820196 memory=0 CPUtime=0.09 cores=4-7
/proc/17652/task/17714/stat : 17714 (java) S 17649 17652 13981 0 -1 1077944384 470 12957 0 0 1 0 5 3 20 0 15 0 473878265 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393501944176 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17715] ppid=17649 vsize=10820196 memory=-1 CPUtime=0.1 cores=4-7
/proc/17652/task/17715/stat : 17715 (java) S 17649 17652 13981 0 -1 1077944384 193 12957 0 0 2 0 5 3 20 0 15 0 473878265 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393500891376 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17716] ppid=17649 vsize=10820196 memory=140558380459648 CPUtime=0.13 cores=4-7
/proc/17652/task/17716/stat : 17716 (java) R 17649 17652 13981 0 -1 4202560 604 12957 0 0 5 0 5 3 20 0 15 0 473878265 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393499838576 140394513743114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17717] ppid=17649 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/17652/task/17717/stat : 17717 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393080244448 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17718] ppid=17649 vsize=10820196 memory=140558380459648 CPUtime=0.08 cores=4-7
/proc/17652/task/17718/stat : 17718 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878265 11079880704 12343 33554432000 4194304 4196468 140737438702800 140393498786992 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49372 KiB

[startup+0.700857 s]
/proc/loadavg: 1.32 1.44 1.44 4/228 17718
/proc/meminfo: memFree=3757200/32770688 swapFree=66927192/67108860
[pid=17652] ppid=17649 vsize=10822316 memory=76856 CPUtime=1.09 cores=4-7
/proc/17652/stat : 17652 (java) S 17649 17652 13981 0 -1 1077944320 14703 12957 0 0 96 5 5 3 20 0 15 0 473878249 11082051584 19214 33554432000 4194304 4196468 140737438702800 140737438685344 140394534608631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
/proc/17652/statm: 2705579 19214 3494 1 0 2667661 0
[pid=17652/tid=17705] ppid=17649 vsize=10822316 memory=0 CPUtime=0.66 cores=4-7
/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 10112 12957 0 0 55 3 5 3 20 0 15 0 473878259 11082051584 19214 33554432000 4194304 4196468 140737438702800 140394506424608 140394516193374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878260 11082051584 19214 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878260 11082051584 19214 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=10822316 memory=140558240723152 CPUtime=0.08 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 473878260 11082051584 19214 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=10822316 memory=140561394696795 CPUtime=0.08 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 473878260 11082051584 19214 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17710] ppid=17649 vsize=10822316 memory=980 CPUtime=0.08 cores=4-7
/proc/17652/task/17710/stat : 17710 (java) S 17649 17652 13981 0 -1 1077944384 5 12957 0 0 0 0 5 3 20 0 15 0 473878261 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393993501552 140394534619778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17711] ppid=17649 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=4-7
/proc/17652/task/17711/stat : 17711 (java) S 17649 17652 13981 0 -1 1077944384 33 12957 0 0 0 0 5 3 20 0 15 0 473878262 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393992447520 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17712] ppid=17649 vsize=10822316 memory=6081104596517153130 CPUtime=0.08 cores=4-7
/proc/17652/task/17712/stat : 17712 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878262 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393421202800 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17713] ppid=17649 vsize=10822316 memory=33104 CPUtime=0.08 cores=4-7
/proc/17652/task/17713/stat : 17713 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393113803088 140394534627227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17714] ppid=17649 vsize=10822316 memory=2120 CPUtime=0.2 cores=4-7
/proc/17652/task/17714/stat : 17714 (java) R 17649 17652 13981 0 -1 4202560 951 12957 0 0 12 0 5 3 20 0 15 0 473878265 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393501924448 140394516153168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17715] ppid=17649 vsize=10822316 memory=496 CPUtime=0.18 cores=4-7
/proc/17652/task/17715/stat : 17715 (java) R 17649 17652 13981 0 -1 4202560 619 12957 0 0 10 0 5 3 20 0 15 0 473878265 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393500879728 140394516129913 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17716] ppid=17649 vsize=10822316 memory=1560 CPUtime=0.25 cores=4-7
/proc/17652/task/17716/stat : 17716 (java) S 17649 17652 13981 0 -1 1077944384 758 12957 0 0 17 0 5 3 20 0 15 0 473878265 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393499838576 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17717] ppid=17649 vsize=10822316 memory=928 CPUtime=0.08 cores=4-7
/proc/17652/task/17717/stat : 17717 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393080244448 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17718] ppid=17649 vsize=10822316 memory=1724 CPUtime=0.08 cores=4-7
/proc/17652/task/17718/stat : 17718 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878265 11082051584 19214 33554432000 4194304 4196468 140737438702800 140393498786992 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76856 KiB

[startup+1.50079 s]
/proc/loadavg: 1.32 1.44 1.44 3/228 17718
/proc/meminfo: memFree=3722396/32770688 swapFree=66927192/67108860
[pid=17652] ppid=17649 vsize=10834680 memory=166396 CPUtime=2.42 cores=4-7
/proc/17652/stat : 17652 (java) S 17649 17652 13981 0 -1 1077944320 21301 12957 0 0 224 10 5 3 20 0 15 0 473878249 11094712320 41599 33554432000 4194304 4196468 140737438702800 140737438685344 140394534608631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
/proc/17652/statm: 2708670 41599 3580 1 0 2670733 0
[pid=17652/tid=17705] ppid=17649 vsize=10834680 memory=163044 CPUtime=1.43 cores=4-7
/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 15138 12957 0 0 130 5 5 3 20 0 15 0 473878259 11094712320 41599 33554432000 4194304 4196468 140737438702800 140394506434256 140394109211469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=10834680 memory=1444 CPUtime=0.09 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 314 12957 0 0 1 0 5 3 20 0 15 0 473878260 11094712320 41599 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=10834680 memory=1764 CPUtime=0.08 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 31 12957 0 0 0 0 5 3 20 0 15 0 473878260 11094712320 41599 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=10834680 memory=0 CPUtime=0.09 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 29 12957 0 0 1 0 5 3 20 0 15 0 473878260 11094712320 41599 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=10834680 memory=-6154581634397065563 CPUtime=0.09 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 75 12957 0 0 1 0 5 3 20 0 15 0 473878260 11094712320 41599 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17710] ppid=17649 vsize=10834680 memory=3833724587141655355 CPUtime=0.09 cores=4-7
/proc/17652/task/17710/stat : 17710 (java) S 17649 17652 13981 0 -1 1077944384 159 12957 0 0 1 0 5 3 20 0 15 0 473878261 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393993501552 140394534619778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17711] ppid=17649 vsize=10834680 memory=-6944103529398779036 CPUtime=0.08 cores=4-7
/proc/17652/task/17711/stat : 17711 (java) S 17649 17652 13981 0 -1 1077944384 34 12957 0 0 0 0 5 3 20 0 15 0 473878262 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393992447584 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17712] ppid=17649 vsize=10834680 memory=-6005673638262905286 CPUtime=0.08 cores=4-7
/proc/17652/task/17712/stat : 17712 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878262 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393421202816 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17713] ppid=17649 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/17652/task/17713/stat : 17713 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393113803088 140394534627227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17714] ppid=17649 vsize=10834680 memory=0 CPUtime=0.33 cores=4-7
/proc/17652/task/17714/stat : 17714 (java) S 17649 17652 13981 0 -1 1077944384 1066 12957 0 0 25 0 5 3 20 0 15 0 473878265 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393501944176 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17715] ppid=17649 vsize=10834680 memory=4580 CPUtime=0.33 cores=4-7
/proc/17652/task/17715/stat : 17715 (java) S 17649 17652 13981 0 -1 1077944384 993 12957 0 0 25 0 5 3 20 0 15 0 473878265 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393500891376 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17716] ppid=17649 vsize=10834680 memory=7158300437426230352 CPUtime=0.44 cores=4-7
/proc/17652/task/17716/stat : 17716 (java) S 17649 17652 13981 0 -1 1077944384 1243 12957 0 0 36 0 5 3 20 0 15 0 473878265 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393499838576 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17717] ppid=17649 vsize=10834680 memory=7516883056593232704 CPUtime=0.08 cores=4-7
/proc/17652/task/17717/stat : 17717 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393080244448 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17718] ppid=17649 vsize=10834680 memory=8245076551338124375 CPUtime=0.08 cores=4-7
/proc/17652/task/17718/stat : 17718 (java) S 17649 17652 13981 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 473878265 11094712320 41599 33554432000 4194304 4196468 140737438702800 140393498786992 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834680 KiB

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

/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 420049 12957 0 0 230088 120 5 3 20 0 15 0 473878259 11109425152 691754 33554432000 4194304 4196468 140737438702800 140394506443952 140394121464040 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=10849048 memory=2766196 CPUtime=12.51 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 20298 12957 0 0 1173 70 5 3 20 0 15 0 473878260 11109425152 691754 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=10849048 memory=2766112 CPUtime=12.52 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 16313 12957 0 0 1173 71 5 3 20 0 15 0 473878260 11109425152 691754 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=10849048 memory=2752544 CPUtime=12.55 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 21108 12957 0 0 1176 71 5 3 20 0 15 0 473878260 11109425152 691754 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=10849048 memory=2737656 CPUtime=12.49 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 18832 12957 0 0 1168 73 5 3 20 0 15 0 473878260 11109425152 691754 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17710] ppid=17649 vsize=10849048 memory=0 CPUtime=5.29 cores=4-7
/proc/17652/task/17710/stat : 17710 (java) S 17649 17652 13981 0 -1 1077944384 19059 12957 0 0 449 72 5 3 20 0 15 0 473878261 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393993501552 140394534619778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17711] ppid=17649 vsize=10849048 memory=2738184 CPUtime=0.08 cores=4-7
/proc/17652/task/17711/stat : 17711 (java) S 17649 17652 13981 0 -1 1077944384 39 12957 0 0 0 0 5 3 20 0 15 0 473878262 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393992447648 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17712] ppid=17649 vsize=10849048 memory=2738184 CPUtime=0.08 cores=4-7
/proc/17652/task/17712/stat : 17712 (java) S 17649 17652 13981 0 -1 1077944384 5 12957 0 0 0 0 5 3 20 0 15 0 473878262 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393421202816 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17713] ppid=17649 vsize=10849048 memory=2751564 CPUtime=0.08 cores=4-7
/proc/17652/task/17713/stat : 17713 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393113803088 140394534627227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17714] ppid=17649 vsize=10849048 memory=2722272 CPUtime=5.47 cores=4-7
/proc/17652/task/17714/stat : 17714 (java) S 17649 17652 13981 0 -1 1077944384 27798 12957 0 0 532 7 5 3 20 0 15 0 473878265 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393501944176 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17715] ppid=17649 vsize=10849048 memory=2751772 CPUtime=5.21 cores=4-7
/proc/17652/task/17715/stat : 17715 (java) S 17649 17652 13981 0 -1 1077944384 30110 12957 0 0 506 7 5 3 20 0 15 0 473878265 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393500891376 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17716] ppid=17649 vsize=10849048 memory=2752544 CPUtime=5.5 cores=4-7
/proc/17652/task/17716/stat : 17716 (java) S 17649 17652 13981 0 -1 1077944384 33773 12957 0 0 531 11 5 3 20 0 15 0 473878265 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393499838576 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17717] ppid=17649 vsize=10849048 memory=2767016 CPUtime=0.08 cores=4-7
/proc/17652/task/17717/stat : 17717 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393080244448 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17718] ppid=17649 vsize=10849048 memory=2766196 CPUtime=1.38 cores=4-7
/proc/17652/task/17718/stat : 17718 (java) S 17649 17652 13981 0 -1 1077944384 1128 12957 0 0 56 74 5 3 20 0 15 0 473878265 11109425152 691754 33554432000 4194304 4196468 140737438702800 140393498786992 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 2374.46 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 2767016 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.54 1.44 3/227 18085
/proc/meminfo: memFree=559388/32770688 swapFree=66927192/67108860
[pid=17652] ppid=17649 vsize=10849048 memory=2871972 CPUtime=2434.54 cores=4-7
/proc/17652/stat : 17652 (java) S 17649 17652 13981 0 -1 1077944320 708103 12957 0 0 242903 543 5 3 20 0 15 0 473878249 11109425152 717993 33554432000 4194304 4196468 140737438702800 140737438685344 140394534608631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
/proc/17652/statm: 2712262 717993 3637 1 0 2674317 0
[pid=17652/tid=17705] ppid=17649 vsize=10849048 memory=132 CPUtime=2362.1 cores=4-7
/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 512133 12957 0 0 236075 127 5 3 20 0 15 0 473878259 11109425152 717993 33554432000 4194304 4196468 140737438702800 140394506443872 140394511832784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=10849048 memory=2869156 CPUtime=12.54 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 21512 12957 0 0 1175 71 5 3 20 0 15 0 473878260 11109425152 717993 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=10849048 memory=2869156 CPUtime=12.53 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 17651 12957 0 0 1174 71 5 3 20 0 15 0 473878260 11109425152 717993 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=10849048 memory=2794980 CPUtime=12.57 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 22273 12957 0 0 1178 71 5 3 20 0 15 0 473878260 11109425152 717993 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=10849048 memory=0 CPUtime=12.51 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 20131 12957 0 0 1170 73 5 3 20 0 15 0 473878260 11109425152 717993 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17710] ppid=17649 vsize=10849048 memory=2738184 CPUtime=5.3 cores=4-7
/proc/17652/task/17710/stat : 17710 (java) S 17649 17652 13981 0 -1 1077944384 19310 12957 0 0 450 72 5 3 20 0 15 0 473878261 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393993501552 140394534619778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17711] ppid=17649 vsize=10849048 memory=2751564 CPUtime=0.08 cores=4-7
/proc/17652/task/17711/stat : 17711 (java) S 17649 17652 13981 0 -1 1077944384 39 12957 0 0 0 0 5 3 20 0 15 0 473878262 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393992447648 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17712] ppid=17649 vsize=10849048 memory=2781924 CPUtime=0.08 cores=4-7
/proc/17652/task/17712/stat : 17712 (java) S 17649 17652 13981 0 -1 1077944384 5 12957 0 0 0 0 5 3 20 0 15 0 473878262 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393421202816 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17713] ppid=17649 vsize=10849048 memory=2794012 CPUtime=0.08 cores=4-7
/proc/17652/task/17713/stat : 17713 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393113803088 140394534627227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17714] ppid=17649 vsize=10849048 memory=164 CPUtime=5.47 cores=4-7
/proc/17652/task/17714/stat : 17714 (java) S 17649 17652 13981 0 -1 1077944384 27800 12957 0 0 532 7 5 3 20 0 15 0 473878265 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393501944176 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17715] ppid=17649 vsize=10849048 memory=2822792 CPUtime=5.21 cores=4-7
/proc/17652/task/17715/stat : 17715 (java) S 17649 17652 13981 0 -1 1077944384 30112 12957 0 0 506 7 5 3 20 0 15 0 473878265 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393500891376 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17716] ppid=17649 vsize=10849048 memory=2853264 CPUtime=5.5 cores=4-7
/proc/17652/task/17716/stat : 17716 (java) S 17649 17652 13981 0 -1 1077944384 33775 12957 0 0 531 11 5 3 20 0 15 0 473878265 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393499838576 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17717] ppid=17649 vsize=10849048 memory=2871972 CPUtime=0.08 cores=4-7
/proc/17652/task/17717/stat : 17717 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393080244448 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17718] ppid=17649 vsize=10849048 memory=2869296 CPUtime=1.41 cores=4-7
/proc/17652/task/17718/stat : 17718 (java) S 17649 17652 13981 0 -1 1077944384 1145 12957 0 0 57 76 5 3 20 0 15 0 473878265 11109425152 717993 33554432000 4194304 4196468 140737438702800 140393498786992 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 2434.54 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 2871972 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.53 1.45 3/227 18091
/proc/meminfo: memFree=463120/32770688 swapFree=66927192/67108860
[pid=17652] ppid=17649 vsize=10849048 memory=3037604 CPUtime=2494.67 cores=4-7
/proc/17652/stat : 17652 (java) S 17649 17652 13981 0 -1 1077944320 838332 12957 0 0 248896 563 5 3 20 0 15 0 473878249 11109425152 759401 33554432000 4194304 4196468 140737438702800 140737438685344 140394534608631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
/proc/17652/statm: 2712262 759401 3637 1 0 2674317 0
[pid=17652/tid=17705] ppid=17649 vsize=10849048 memory=2910432 CPUtime=2422.03 cores=4-7
/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 633412 12957 0 0 242053 142 5 3 20 0 15 0 473878259 11109425152 759401 33554432000 4194304 4196468 140737438702800 140394506444208 140394121463860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=10849048 memory=2891592 CPUtime=12.57 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 23760 12957 0 0 1178 71 5 3 20 0 15 0 473878260 11109425152 759401 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=10849048 memory=2794980 CPUtime=12.57 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 19984 12957 0 0 1177 72 5 3 20 0 15 0 473878260 11109425152 759401 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=10849048 memory=2934080 CPUtime=12.61 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 24430 12957 0 0 1181 72 5 3 20 0 15 0 473878260 11109425152 759401 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=10849048 memory=2888568 CPUtime=12.55 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 22033 12957 0 0 1173 74 5 3 20 0 15 0 473878260 11109425152 759401 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17710] ppid=17649 vsize=10849048 memory=2936768 CPUtime=5.31 cores=4-7
/proc/17652/task/17710/stat : 17710 (java) S 17649 17652 13981 0 -1 1077944384 19597 12957 0 0 451 72 5 3 20 0 15 0 473878261 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393993501552 140394534619778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17711] ppid=17649 vsize=10849048 memory=3010596 CPUtime=0.08 cores=4-7
/proc/17652/task/17711/stat : 17711 (java) S 17649 17652 13981 0 -1 1077944384 39 12957 0 0 0 0 5 3 20 0 15 0 473878262 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393992447648 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17712] ppid=17649 vsize=10849048 memory=3012972 CPUtime=0.08 cores=4-7
/proc/17652/task/17712/stat : 17712 (java) S 17649 17652 13981 0 -1 1077944384 5 12957 0 0 0 0 5 3 20 0 15 0 473878262 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393421202816 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17713] ppid=17649 vsize=10849048 memory=3012972 CPUtime=0.08 cores=4-7
/proc/17652/task/17713/stat : 17713 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393113803088 140394534627227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17714] ppid=17649 vsize=10849048 memory=3037604 CPUtime=5.47 cores=4-7
/proc/17652/task/17714/stat : 17714 (java) S 17649 17652 13981 0 -1 1077944384 27802 12957 0 0 532 7 5 3 20 0 15 0 473878265 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393501944176 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17715] ppid=17649 vsize=10849048 memory=3037604 CPUtime=5.21 cores=4-7
/proc/17652/task/17715/stat : 17715 (java) S 17649 17652 13981 0 -1 1077944384 30114 12957 0 0 506 7 5 3 20 0 15 0 473878265 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393500891376 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17716] ppid=17649 vsize=10849048 memory=3037604 CPUtime=5.5 cores=4-7
/proc/17652/task/17716/stat : 17716 (java) S 17649 17652 13981 0 -1 1077944384 33777 12957 0 0 531 11 5 3 20 0 15 0 473878265 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393499838576 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17717] ppid=17649 vsize=10849048 memory=980 CPUtime=0.08 cores=4-7
/proc/17652/task/17717/stat : 17717 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393080244448 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17718] ppid=17649 vsize=10849048 memory=3012972 CPUtime=1.44 cores=4-7
/proc/17652/task/17718/stat : 17718 (java) S 17649 17652 13981 0 -1 1077944384 1162 12957 0 0 58 78 5 3 20 0 15 0 473878265 11109425152 759401 33554432000 4194304 4196468 140737438702800 140393498786992 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 2494.67 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3037604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.6 s]
/proc/loadavg: 1.42 1.51 1.44 3/227 18092
/proc/meminfo: memFree=446860/32770688 swapFree=66927192/67108860
[pid=17652] ppid=17649 vsize=10849048 memory=3109972 CPUtime=2520.01 cores=4-7
/proc/17652/stat : 17652 (java) S 17649 17652 13981 0 -1 1077944320 925130 12957 0 0 251422 571 5 3 20 0 15 0 473878249 11109425152 777493 33554432000 4194304 4196468 140737438702800 140737438685344 140394534608631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
/proc/17652/statm: 2712262 777493 3637 1 0 2674317 0
[pid=17652/tid=17705] ppid=17649 vsize=10849048 memory=3090348 CPUtime=2447.32 cores=4-7
/proc/17652/task/17705/stat : 17705 (java) R 17649 17652 13981 0 -1 4202560 718801 12957 0 0 244575 149 5 3 20 0 15 0 473878259 11109425152 777493 33554432000 4194304 4196468 140737438702800 140394506444000 140394121463868 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17706] ppid=17649 vsize=10849048 memory=-7737621075815351712 CPUtime=12.59 cores=4-7
/proc/17652/task/17706/stat : 17706 (java) S 17649 17652 13981 0 -1 1077944384 24143 12957 0 0 1179 72 5 3 20 0 15 0 473878260 11109425152 777493 33554432000 4194304 4196468 140737438702800 140394538850960 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17707] ppid=17649 vsize=10849048 memory=3090348 CPUtime=12.58 cores=4-7
/proc/17652/task/17707/stat : 17707 (java) S 17649 17652 13981 0 -1 1077944384 20266 12957 0 0 1178 72 5 3 20 0 15 0 473878260 11109425152 777493 33554432000 4194304 4196468 140737438702800 140394437741072 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17708] ppid=17649 vsize=10849048 memory=6791534058613427641 CPUtime=12.62 cores=4-7
/proc/17652/task/17708/stat : 17708 (java) S 17649 17652 13981 0 -1 1077944384 24806 12957 0 0 1181 73 5 3 20 0 15 0 473878260 11109425152 777493 33554432000 4194304 4196468 140737438702800 140394436688272 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17709] ppid=17649 vsize=10849048 memory=2828 CPUtime=12.55 cores=4-7
/proc/17652/task/17709/stat : 17709 (java) S 17649 17652 13981 0 -1 1077944384 22364 12957 0 0 1173 74 5 3 20 0 15 0 473878260 11109425152 777493 33554432000 4194304 4196468 140737438702800 140394435635472 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17710] ppid=17649 vsize=10849048 memory=1176 CPUtime=5.32 cores=4-7
/proc/17652/task/17710/stat : 17710 (java) S 17649 17652 13981 0 -1 1077944384 19632 12957 0 0 452 72 5 3 20 0 15 0 473878261 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393993501552 140394534619778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17711] ppid=17649 vsize=10849048 memory=980 CPUtime=0.08 cores=4-7
/proc/17652/task/17711/stat : 17711 (java) S 17649 17652 13981 0 -1 1077944384 39 12957 0 0 0 0 5 3 20 0 15 0 473878262 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393992447648 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17712] ppid=17649 vsize=10849048 memory=3090348 CPUtime=0.08 cores=4-7
/proc/17652/task/17712/stat : 17712 (java) S 17649 17652 13981 0 -1 1077944384 5 12957 0 0 0 0 5 3 20 0 15 0 473878262 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393421202816 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17713] ppid=17649 vsize=10849048 memory=12028 CPUtime=0.08 cores=4-7
/proc/17652/task/17713/stat : 17713 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393113803088 140394534627227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17714] ppid=17649 vsize=10849048 memory=3090568 CPUtime=5.48 cores=4-7
/proc/17652/task/17714/stat : 17714 (java) S 17649 17652 13981 0 -1 1077944384 27802 12957 0 0 533 7 5 3 20 0 15 0 473878265 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393501944176 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17715] ppid=17649 vsize=10849048 memory=660 CPUtime=5.21 cores=4-7
/proc/17652/task/17715/stat : 17715 (java) S 17649 17652 13981 0 -1 1077944384 30114 12957 0 0 506 7 5 3 20 0 15 0 473878265 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393500891376 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17716] ppid=17649 vsize=10849048 memory=1556 CPUtime=5.5 cores=4-7
/proc/17652/task/17716/stat : 17716 (java) S 17649 17652 13981 0 -1 1077944384 33777 12957 0 0 531 11 5 3 20 0 15 0 473878265 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393499838576 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17717] ppid=17649 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=4-7
/proc/17652/task/17717/stat : 17717 (java) S 17649 17652 13981 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 473878265 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393080244448 140394534618837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
[pid=17652/tid=17718] ppid=17649 vsize=10849048 memory=1712 CPUtime=1.46 cores=4-7
/proc/17652/task/17718/stat : 17718 (java) S 17649 17652 13981 0 -1 1077944384 1164 12957 0 0 59 79 5 3 20 0 15 0 473878265 11109425152 777493 33554432000 4194304 4196468 140737438702800 140393498786992 140394534619778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140737438710511 140737438713029 140737438713029 140737438715855 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3109972 KiB

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

[startup+2467.67 s]
# the end of solver process 17652 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.31 s, system=5.80314 s

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

Child status: 143
Real time (s): 2467.67
CPU time (s): 2520.11
CPU user time (s): 2514.31
CPU system time (s): 5.80314
CPU usage (%): 102.125
Max. virtual memory (cumulated for all children) (KiB): 10852036
Max. memory (cumulated for all children) (KiB): 3109972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.31
system time used= 5.80314
maximum resident set size= 3113332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169873
involuntary context switches= 5446


# summary of solver processes directly reported to runsolver:
#   pid: 17652
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.31
#   total CPU system time (s): 5.80314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.645 second user time and 27.8224 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 19:45:42
IDJOB=4402685
IDBENCH=133582
IDSOLVER=2861
FILE ID=node120/4402685-1568978720
RUNJOBID= node120-1324482060-14013
PBS_JOBID= 21704627
Free space on /tmp= 23256 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-m039.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402685-1568978720/watcher-4402685-1568978720 -o /tmp/evaluation-result-4402685-1568978720/solver-4402685-1568978720 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1048661505 HOME/instance-4402685-1568978720.xml

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

MD5SUM BENCH= cf7d41cb48e0c265061ebe127338815d
RANDOM SEED=1048661505

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         3807900 kB
MemAvailable:   31151620 kB
Buffers:          112624 kB
Cached:         27191536 kB
SwapCached:        68632 kB
Active:         14271472 kB
Inactive:       13731188 kB
Active(anon):     628872 kB
Inactive(anon):   125436 kB
Active(file):   13642600 kB
Inactive(file): 13605752 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927192 kB
Dirty:             35460 kB
Writeback:             0 kB
AnonPages:        752284 kB
Mapped:            71204 kB
Shmem:             47316 kB
Slab:             553016 kB
SReclaimable:     523828 kB
SUnreclaim:        29188 kB
KernelStack:        3984 kB
PageTables:         7100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1918412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23220 MiB
End job on node120 at 2011-12-21 20:26:50