Trace number 4387206

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 2468.04

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-033.xml
MD5SUM273a3a450a7af16ef80dfed9e1af494c
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 benchmark36.4974
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints51
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":48}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":49},{"arity":2,"count":1},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints50
Distribution of constraint types[{"type":"intension","count":50},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387206-1568294325/watcher-4387206-1568294325 -o /tmp/evaluation-result-4387206-1568294325/solver-4387206-1568294325 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5056 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=974609525 HOME/instance-4387206-1568294325.xml 

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

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

solver pid=8297, runsolver pid=8294

[startup+0.100161 s]*
/proc/loadavg: 1.37 1.83 2.20 3/224 8355
/proc/meminfo: memFree=29685764/32770624 swapFree=67008256/67108860
[pid=8297] ppid=8294 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/8297/stat : 8297 (java) S 8294 8297 3137 0 -1 1077944320 4470 12990 0 0 1 1 5 2 20 0 6 0 405355231 10212057088 4204 33554432000 4194304 4196468 140728401611440 140728401593984 139800200142583 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
/proc/8297/statm: 2493178 4204 1935 1 0 2481616 0
[pid=8297/tid=8351] ppid=8294 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 2270 12990 0 0 1 0 5 2 20 0 6 0 405355240 10212057088 4716 33554432000 4194304 4196468 140728401611440 139800171979344 139800200164509 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 6 0 405355240 10212057088 4716 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=9972712 memory=140544915306112 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 6 0 405355240 10212057088 4716 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 6 0 405355240 10212057088 4716 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 6 0 405355240 10212057088 4716 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.211163 s]*
/proc/loadavg: 1.37 1.83 2.20 3/233 8364
/proc/meminfo: memFree=29665784/32770624 swapFree=67008256/67108860
[pid=8297] ppid=8294 vsize=10818940 memory=38320 CPUtime=0.25 cores=0,2,4,6
/proc/8297/stat : 8297 (java) S 8294 8297 3137 0 -1 1077944320 6923 12990 0 0 16 2 5 2 20 0 15 0 405355231 11078594560 9580 33554432000 4194304 4196468 140728401611440 140728401593984 139800200142583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
/proc/8297/statm: 2704735 9580 2982 1 0 2667149 0
[pid=8297/tid=8351] ppid=8294 vsize=10818940 memory=8514726395714820750 CPUtime=0.18 cores=0,2,4,6
/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 3430 12990 0 0 10 1 5 2 20 0 15 0 405355240 11078594560 9580 33554432000 4194304 4196468 140728401611440 139800171930432 139800184223070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=10818940 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355240 11078594560 9645 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=10818940 memory=140544915306112 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355240 11078594560 9645 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355240 11078594560 9645 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355240 11078594560 9645 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8356] ppid=8294 vsize=10818940 memory=140544915306112 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8356/stat : 8356 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355242 11078594560 9645 33554432000 4194304 4196468 140728401611440 139799726831856 139800200153730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8357] ppid=8294 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8357/stat : 8357 (java) S 8294 8297 3137 0 -1 1077944384 13 12990 0 0 0 0 5 2 20 0 15 0 405355242 11078594560 9645 33554432000 4194304 4196468 140728401611440 139799641973920 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8358] ppid=8294 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8358/stat : 8358 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355243 11078594560 9645 33554432000 4194304 4196468 140728401611440 139799037993712 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8359] ppid=8294 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8359/stat : 8359 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11078594560 9645 33554432000 4194304 4196468 140728401611440 139798730594256 139800200161179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8360] ppid=8294 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8297/task/8360/stat : 8360 (java) S 8294 8297 3137 0 -1 1077944384 473 12990 0 0 1 0 5 2 20 0 15 0 405355245 11078594560 9645 33554432000 4194304 4196468 140728401611440 139799725779696 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8361] ppid=8294 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8297/task/8361/stat : 8361 (java) S 8294 8297 3137 0 -1 1077944384 158 12990 0 0 1 0 5 2 20 0 15 0 405355245 11078594560 9645 33554432000 4194304 4196468 140728401611440 139799724727152 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8362] ppid=8294 vsize=10818940 memory=140544915306112 CPUtime=0.1 cores=0,2,4,6
/proc/8297/task/8362/stat : 8362 (java) R 8294 8297 3137 0 -1 4202560 644 12990 0 0 3 0 5 2 20 0 15 0 405355245 11078594560 9645 33554432000 4194304 4196468 140728401611440 139799723674096 139800200163930 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8363] ppid=8294 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8363/stat : 8363 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11078594560 9645 33554432000 4194304 4196468 140728401611440 139798697036640 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8364] ppid=8294 vsize=10818940 memory=140544915306112 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8364/stat : 8364 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355246 11078594560 9645 33554432000 4194304 4196468 140728401611440 139799722621488 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38320 KiB

[startup+0.310824 s]*
/proc/loadavg: 1.37 1.83 2.20 3/233 8364
/proc/meminfo: memFree=29636888/32770624 swapFree=67008256/67108860
[pid=8297] ppid=8294 vsize=10820096 memory=50180 CPUtime=0.4 cores=0,2,4,6
/proc/8297/stat : 8297 (java) S 8294 8297 3137 0 -1 1077944320 10692 12990 0 0 29 4 5 2 20 0 15 0 405355231 11079778304 12545 33554432000 4194304 4196468 140728401611440 140728401593984 139800200142583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
/proc/8297/statm: 2705024 12545 3295 1 0 2667149 0
[pid=8297/tid=8351] ppid=8294 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 7151 12990 0 0 19 3 5 2 20 0 15 0 405355240 11079778304 12545 33554432000 4194304 4196468 140728401611440 139800171963984 139799793007897 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=10820096 memory=7163372592275352161 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355240 11079778304 12545 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=10820096 memory=7450732172549842792 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355240 11079778304 12545 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355240 11079778304 12545 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355240 11079778304 12545 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8356] ppid=8294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8356/stat : 8356 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355242 11079778304 12545 33554432000 4194304 4196468 140728401611440 139799726831856 139800200153730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8357] ppid=8294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8357/stat : 8357 (java) S 8294 8297 3137 0 -1 1077944384 13 12990 0 0 0 0 5 2 20 0 15 0 405355242 11079778304 12545 33554432000 4194304 4196468 140728401611440 139799641973920 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8358] ppid=8294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8358/stat : 8358 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355243 11079778304 12545 33554432000 4194304 4196468 140728401611440 139799037993712 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8359] ppid=8294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8359/stat : 8359 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11079778304 12545 33554432000 4194304 4196468 140728401611440 139798730594256 139800200161179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8360] ppid=8294 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8297/task/8360/stat : 8360 (java) S 8294 8297 3137 0 -1 1077944384 474 12990 0 0 1 0 5 2 20 0 15 0 405355245 11079778304 12545 33554432000 4194304 4196468 140728401611440 139799725779696 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8361] ppid=8294 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8297/task/8361/stat : 8361 (java) S 8294 8297 3137 0 -1 1077944384 160 12990 0 0 2 0 5 2 20 0 15 0 405355245 11079778304 12545 33554432000 4194304 4196468 140728401611440 139799724727152 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8362] ppid=8294 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8297/task/8362/stat : 8362 (java) S 8294 8297 3137 0 -1 1077944384 667 12990 0 0 5 0 5 2 20 0 15 0 405355245 11079778304 12545 33554432000 4194304 4196468 140728401611440 139799723674096 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8363] ppid=8294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8363/stat : 8363 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11079778304 12545 33554432000 4194304 4196468 140728401611440 139798697036640 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8364] ppid=8294 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8364/stat : 8364 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355246 11079778304 12545 33554432000 4194304 4196468 140728401611440 139799722621488 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50180 KiB

[startup+0.700771 s]
/proc/loadavg: 1.37 1.83 2.20 5/233 8364
/proc/meminfo: memFree=29629780/32770624 swapFree=67008256/67108860
[pid=8297] ppid=8294 vsize=10824340 memory=80156 CPUtime=1.14 cores=0,2,4,6
/proc/8297/stat : 8297 (java) S 8294 8297 3137 0 -1 1077944320 14789 12990 0 0 100 7 5 2 20 0 15 0 405355231 11084124160 20039 33554432000 4194304 4196468 140728401611440 140728401593984 139800200142583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
/proc/8297/statm: 2706085 20039 3495 1 0 2668173 0
[pid=8297/tid=8351] ppid=8294 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 10439 12990 0 0 54 5 5 2 20 0 15 0 405355240 11084124160 20039 33554432000 4194304 4196468 140728401611440 139800171969168 139800192379710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355240 11084124160 20039 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=10824340 memory=8751464017575295285 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355240 11084124160 20039 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=10824340 memory=4638797021879231313 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355240 11084124160 20039 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=10824340 memory=7223879631928058176 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355240 11084124160 20039 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8356] ppid=8294 vsize=10824340 memory=3484 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8356/stat : 8356 (java) S 8294 8297 3137 0 -1 1077944384 5 12990 0 0 0 0 5 2 20 0 15 0 405355242 11084124160 20039 33554432000 4194304 4196468 140728401611440 139799726831856 139800200153730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8357] ppid=8294 vsize=10824340 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8357/stat : 8357 (java) S 8294 8297 3137 0 -1 1077944384 13 12990 0 0 0 0 5 2 20 0 15 0 405355242 11084124160 20039 33554432000 4194304 4196468 140728401611440 139799641973920 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8358] ppid=8294 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8358/stat : 8358 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355243 11084124160 20039 33554432000 4194304 4196468 140728401611440 139799037993712 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8359] ppid=8294 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8359/stat : 8359 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11084124160 20039 33554432000 4194304 4196468 140728401611440 139798730594256 139800200161179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8360] ppid=8294 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/8297/task/8360/stat : 8360 (java) S 8294 8297 3137 0 -1 1077944384 766 12990 0 0 13 0 5 2 20 0 15 0 405355245 11084124160 20039 33554432000 4194304 4196468 140728401611440 139799725779696 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8361] ppid=8294 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/8297/task/8361/stat : 8361 (java) S 8294 8297 3137 0 -1 1077944384 495 12990 0 0 14 0 5 2 20 0 15 0 405355245 11084124160 20076 33554432000 4194304 4196468 140728401611440 139799724727152 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8362] ppid=8294 vsize=10824340 memory=19265 CPUtime=0.24 cores=0,2,4,6
/proc/8297/task/8362/stat : 8362 (java) R 8294 8297 3137 0 -1 4202560 847 12990 0 0 17 0 5 2 20 0 15 0 405355245 11084124160 20076 33554432000 4194304 4196468 140728401611440 139799723674096 139800178632225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8363] ppid=8294 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8363/stat : 8363 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11084124160 20076 33554432000 4194304 4196468 140728401611440 139798697036640 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8364] ppid=8294 vsize=10824340 memory=664970774370811551 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8364/stat : 8364 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355246 11084124160 20076 33554432000 4194304 4196468 140728401611440 139799722621488 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80156 KiB

[startup+1.50235 s]
/proc/loadavg: 1.37 1.83 2.20 4/233 8364
/proc/meminfo: memFree=29598864/32770624 swapFree=67008256/67108860
[pid=8297] ppid=8294 vsize=10834656 memory=166348 CPUtime=2.48 cores=0,2,4,6
/proc/8297/stat : 8297 (java) S 8294 8297 3137 0 -1 1077944320 21348 12990 0 0 229 12 5 2 20 0 15 0 405355231 11094687744 41587 33554432000 4194304 4196468 140728401611440 140728401593984 139800200142583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
/proc/8297/statm: 2708664 41587 3576 1 0 2670733 0
[pid=8297/tid=8351] ppid=8294 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 15342 12990 0 0 129 7 5 2 20 0 15 0 405355240 11094687744 41587 33554432000 4194304 4196468 140728401611440 139800171948208 139800181993709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=10834656 memory=2986067541234002793 CPUtime=0.08 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 61 12990 0 0 1 0 5 2 20 0 15 0 405355240 11094687744 41587 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=10834656 memory=8695221212686557193 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 22 12990 0 0 0 0 5 2 20 0 15 0 405355240 11094687744 41587 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=10834656 memory=-2746958450906831519 CPUtime=0.08 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 350 12990 0 0 1 0 5 2 20 0 15 0 405355240 11094687744 41587 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=10834656 memory=7019467087939973888 CPUtime=0.08 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 71 12990 0 0 1 0 5 2 20 0 15 0 405355240 11094687744 41587 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8356] ppid=8294 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8356/stat : 8356 (java) S 8294 8297 3137 0 -1 1077944384 136 12990 0 0 0 0 5 2 20 0 15 0 405355242 11094687744 41587 33554432000 4194304 4196468 140728401611440 139799726831856 139800200153730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8357] ppid=8294 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8357/stat : 8357 (java) S 8294 8297 3137 0 -1 1077944384 14 12990 0 0 0 0 5 2 20 0 15 0 405355242 11094687744 41587 33554432000 4194304 4196468 140728401611440 139799641973984 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8358] ppid=8294 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8358/stat : 8358 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355243 11094687744 41587 33554432000 4194304 4196468 140728401611440 139799037993728 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8359] ppid=8294 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8359/stat : 8359 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11094687744 41587 33554432000 4194304 4196468 140728401611440 139798730594256 139800200161179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8360] ppid=8294 vsize=10834656 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/8297/task/8360/stat : 8360 (java) S 8294 8297 3137 0 -1 1077944384 855 12990 0 0 25 0 5 2 20 0 15 0 405355245 11094687744 41587 33554432000 4194304 4196468 140728401611440 139799725779696 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8361] ppid=8294 vsize=10834656 memory=19 CPUtime=0.34 cores=0,2,4,6
/proc/8297/task/8361/stat : 8361 (java) R 8294 8297 3137 0 -1 4202560 676 12990 0 0 27 0 5 2 20 0 15 0 405355245 11094687744 41587 33554432000 4194304 4196468 140728401611440 139799724717984 139800180835847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8362] ppid=8294 vsize=10834656 memory=21 CPUtime=0.47 cores=0,2,4,6
/proc/8297/task/8362/stat : 8362 (java) S 8294 8297 3137 0 -1 1077944384 1602 12990 0 0 40 0 5 2 20 0 15 0 405355245 11094687744 41587 33554432000 4194304 4196468 140728401611440 139799723674096 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8363] ppid=8294 vsize=10834656 memory=25 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8363/stat : 8363 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11094687744 41587 33554432000 4194304 4196468 140728401611440 139798697036640 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8364] ppid=8294 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8364/stat : 8364 (java) S 8294 8297 3137 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 405355246 11094687744 41587 33554432000 4194304 4196468 140728401611440 139799722621488 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB

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

/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 88546 12990 0 0 229373 64 5 2 20 0 15 0 405355240 11107291136 325605 33554432000 4194304 4196468 140728401611440 139800171977536 139799805112687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=10846964 memory=1302384 CPUtime=12.35 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 22190 12990 0 0 1166 62 5 2 20 0 15 0 405355240 11107291136 325605 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=10846964 memory=1302420 CPUtime=12.32 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 15377 12990 0 0 1159 66 5 2 20 0 15 0 405355240 11107291136 325605 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=10846964 memory=1302420 CPUtime=12.33 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 16079 12990 0 0 1171 55 5 2 20 0 15 0 405355240 11107291136 325605 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=10846964 memory=1302420 CPUtime=12.34 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 16715 12990 0 0 1164 63 5 2 20 0 15 0 405355240 11107291136 325605 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8356] ppid=8294 vsize=10846964 memory=1302420 CPUtime=11.71 cores=0,2,4,6
/proc/8297/task/8356/stat : 8356 (java) S 8294 8297 3137 0 -1 1077944384 20598 12990 0 0 1107 57 5 2 20 0 15 0 405355242 11107291136 325605 33554432000 4194304 4196468 140728401611440 139799726831856 139800200153730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8357] ppid=8294 vsize=10846964 memory=1302288 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8357/stat : 8357 (java) S 8294 8297 3137 0 -1 1077944384 15 12990 0 0 0 0 5 2 20 0 15 0 405355242 11107291136 325605 33554432000 4194304 4196468 140728401611440 139799641974048 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8358] ppid=8294 vsize=10846964 memory=1302420 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8358/stat : 8358 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355243 11107291136 325605 33554432000 4194304 4196468 140728401611440 139799037993728 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8359] ppid=8294 vsize=10846964 memory=1302420 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8359/stat : 8359 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11107291136 325605 33554432000 4194304 4196468 140728401611440 139798730594256 139800200161179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8360] ppid=8294 vsize=10846964 memory=1302420 CPUtime=5.59 cores=0,2,4,6
/proc/8297/task/8360/stat : 8360 (java) S 8294 8297 3137 0 -1 1077944384 21168 12990 0 0 547 5 5 2 20 0 15 0 405355245 11107291136 325605 33554432000 4194304 4196468 140728401611440 139799725779696 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8361] ppid=8294 vsize=10846964 memory=3484 CPUtime=5.92 cores=0,2,4,6
/proc/8297/task/8361/stat : 8361 (java) S 8294 8297 3137 0 -1 1077944384 27772 12990 0 0 580 5 5 2 20 0 15 0 405355245 11107291136 325605 33554432000 4194304 4196468 140728401611440 139799724727152 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8362] ppid=8294 vsize=10846964 memory=14008 CPUtime=3.76 cores=0,2,4,6
/proc/8297/task/8362/stat : 8362 (java) S 8294 8297 3137 0 -1 1077944384 31296 12990 0 0 361 8 5 2 20 0 15 0 405355245 11107291136 325605 33554432000 4194304 4196468 140728401611440 139799723674096 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8363] ppid=8294 vsize=10846964 memory=1302420 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8363/stat : 8363 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11107291136 325605 33554432000 4194304 4196468 140728401611440 139798697036640 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8364] ppid=8294 vsize=10846964 memory=1302420 CPUtime=1.58 cores=0,2,4,6
/proc/8297/task/8364/stat : 8364 (java) S 8294 8297 3137 0 -1 1077944384 1067 12990 0 0 74 77 5 2 20 0 15 0 405355246 11107291136 325605 33554432000 4194304 4196468 140728401611440 139799722621488 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 2371.83 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1302420 KiB

[startup+2382.3 s]
/proc/loadavg: 1.69 1.56 1.52 3/232 8712
/proc/meminfo: memFree=27288708/32770624 swapFree=67008300/67108860
[pid=8297] ppid=8294 vsize=10846964 memory=1304560 CPUtime=2432.81 cores=0,2,4,6
/proc/8297/stat : 8297 (java) S 8294 8297 3137 0 -1 1077944320 264733 12990 0 0 242881 393 5 2 20 0 15 0 405355231 11107291136 326140 33554432000 4194304 4196468 140728401611440 140728401593984 139800200142583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
/proc/8297/statm: 2711741 326140 3631 1 0 2673805 0
[pid=8297/tid=8351] ppid=8294 vsize=10846964 memory=520 CPUtime=2353.72 cores=0,2,4,6
/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 89474 12990 0 0 235300 65 5 2 20 0 15 0 405355240 11107291136 326140 33554432000 4194304 4196468 140728401611440 139800171977536 139799806597970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=10846964 memory=1304560 CPUtime=12.69 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 22272 12990 0 0 1199 63 5 2 20 0 15 0 405355240 11107291136 326140 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=10846964 memory=1304560 CPUtime=12.66 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 15408 12990 0 0 1192 67 5 2 20 0 15 0 405355240 11107291136 326140 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=10846964 memory=1304504 CPUtime=12.68 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 16192 12990 0 0 1204 57 5 2 20 0 15 0 405355240 11107291136 326140 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=10846964 memory=1304560 CPUtime=12.68 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 17005 12990 0 0 1196 65 5 2 20 0 15 0 405355240 11107291136 326140 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8356] ppid=8294 vsize=10846964 memory=1304560 CPUtime=12.03 cores=0,2,4,6
/proc/8297/task/8356/stat : 8356 (java) S 8294 8297 3137 0 -1 1077944384 20824 12990 0 0 1137 59 5 2 20 0 15 0 405355242 11107291136 326140 33554432000 4194304 4196468 140728401611440 139799726831856 139800200153730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8357] ppid=8294 vsize=10846964 memory=1304560 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8357/stat : 8357 (java) S 8294 8297 3137 0 -1 1077944384 15 12990 0 0 0 0 5 2 20 0 15 0 405355242 11107291136 326140 33554432000 4194304 4196468 140728401611440 139799641974048 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8358] ppid=8294 vsize=10846964 memory=1304560 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8358/stat : 8358 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355243 11107291136 326140 33554432000 4194304 4196468 140728401611440 139799037993728 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8359] ppid=8294 vsize=10846964 memory=1304560 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8359/stat : 8359 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11107291136 326140 33554432000 4194304 4196468 140728401611440 139798730594256 139800200161179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8360] ppid=8294 vsize=10846964 memory=1304560 CPUtime=5.6 cores=0,2,4,6
/proc/8297/task/8360/stat : 8360 (java) S 8294 8297 3137 0 -1 1077944384 21170 12990 0 0 548 5 5 2 20 0 15 0 405355245 11107291136 326140 33554432000 4194304 4196468 140728401611440 139799725779696 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8361] ppid=8294 vsize=10846964 memory=1304560 CPUtime=5.92 cores=0,2,4,6
/proc/8297/task/8361/stat : 8361 (java) S 8294 8297 3137 0 -1 1077944384 27774 12990 0 0 580 5 5 2 20 0 15 0 405355245 11107291136 326140 33554432000 4194304 4196468 140728401611440 139799724727152 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8362] ppid=8294 vsize=10846964 memory=1304560 CPUtime=3.76 cores=0,2,4,6
/proc/8297/task/8362/stat : 8362 (java) S 8294 8297 3137 0 -1 1077944384 31298 12990 0 0 361 8 5 2 20 0 15 0 405355245 11107291136 326140 33554432000 4194304 4196468 140728401611440 139799723674096 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8363] ppid=8294 vsize=10846964 memory=1260 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8363/stat : 8363 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11107291136 326140 33554432000 4194304 4196468 140728401611440 139798697036640 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8364] ppid=8294 vsize=10846964 memory=3484 CPUtime=1.62 cores=0,2,4,6
/proc/8297/task/8364/stat : 8364 (java) S 8294 8297 3137 0 -1 1077944384 1084 12990 0 0 76 79 5 2 20 0 15 0 405355246 11107291136 326140 33554432000 4194304 4196468 140728401611440 139799722621488 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 2432.81 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1304560 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.58 1.53 3/232 8719
/proc/meminfo: memFree=27287628/32770624 swapFree=67008304/67108860
[pid=8297] ppid=8294 vsize=10846964 memory=1306684 CPUtime=2493.76 cores=0,2,4,6
/proc/8297/stat : 8297 (java) S 8294 8297 3137 0 -1 1077944320 267059 12990 0 0 248968 401 5 2 20 0 15 0 405355231 11107291136 326671 33554432000 4194304 4196468 140728401611440 140728401593984 139800200142583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
/proc/8297/statm: 2711741 326671 3631 1 0 2673805 0
[pid=8297/tid=8351] ppid=8294 vsize=10846964 memory=1306684 CPUtime=2413.03 cores=0,2,4,6
/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 90658 12990 0 0 241230 66 5 2 20 0 15 0 405355240 11107291136 326671 33554432000 4194304 4196468 140728401611440 139800171978032 139799807598004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=10846964 memory=1306684 CPUtime=13.02 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 22621 12990 0 0 1231 64 5 2 20 0 15 0 405355240 11107291136 326671 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=10846964 memory=1306684 CPUtime=13 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 15460 12990 0 0 1224 69 5 2 20 0 15 0 405355240 11107291136 326671 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=10846964 memory=1306684 CPUtime=12.99 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 16205 12990 0 0 1234 58 5 2 20 0 15 0 405355240 11107291136 326671 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=10846964 memory=1306640 CPUtime=13 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 17098 12990 0 0 1227 66 5 2 20 0 15 0 405355240 11107291136 326671 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8356] ppid=8294 vsize=10846964 memory=1304592 CPUtime=12.32 cores=0,2,4,6
/proc/8297/task/8356/stat : 8356 (java) S 8294 8297 3137 0 -1 1077944384 21041 12990 0 0 1164 61 5 2 20 0 15 0 405355242 11107291136 326671 33554432000 4194304 4196468 140728401611440 139799726831856 139800200153730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8357] ppid=8294 vsize=10846964 memory=1304592 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8357/stat : 8357 (java) S 8294 8297 3137 0 -1 1077944384 15 12990 0 0 0 0 5 2 20 0 15 0 405355242 11107291136 326671 33554432000 4194304 4196468 140728401611440 139799641974048 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8358] ppid=8294 vsize=10846964 memory=1306684 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8358/stat : 8358 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355243 11107291136 326671 33554432000 4194304 4196468 140728401611440 139799037993728 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8359] ppid=8294 vsize=10846964 memory=1306684 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8359/stat : 8359 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11107291136 326671 33554432000 4194304 4196468 140728401611440 139798730594256 139800200161179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8360] ppid=8294 vsize=10846964 memory=1306684 CPUtime=5.6 cores=0,2,4,6
/proc/8297/task/8360/stat : 8360 (java) S 8294 8297 3137 0 -1 1077944384 21172 12990 0 0 548 5 5 2 20 0 15 0 405355245 11107291136 326671 33554432000 4194304 4196468 140728401611440 139799725779696 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8361] ppid=8294 vsize=10846964 memory=981 CPUtime=5.92 cores=0,2,4,6
/proc/8297/task/8361/stat : 8361 (java) S 8294 8297 3137 0 -1 1077944384 27776 12990 0 0 580 5 5 2 20 0 15 0 405355245 11107291136 326671 33554432000 4194304 4196468 140728401611440 139799724727152 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8362] ppid=8294 vsize=10846964 memory=3484 CPUtime=3.76 cores=0,2,4,6
/proc/8297/task/8362/stat : 8362 (java) S 8294 8297 3137 0 -1 1077944384 31695 12990 0 0 361 8 5 2 20 0 15 0 405355245 11107291136 326671 33554432000 4194304 4196468 140728401611440 139799723674096 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8363] ppid=8294 vsize=10846964 memory=15004 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8363/stat : 8363 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11107291136 326671 33554432000 4194304 4196468 140728401611440 139798697036640 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8364] ppid=8294 vsize=10846964 memory=984 CPUtime=1.65 cores=0,2,4,6
/proc/8297/task/8364/stat : 8364 (java) S 8294 8297 3137 0 -1 1077944384 1101 12990 0 0 78 80 5 2 20 0 15 0 405355246 11107291136 326671 33554432000 4194304 4196468 140728401611440 139799722621488 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 2493.76 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1306684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468 s]*
/proc/loadavg: 1.64 1.58 1.53 3/232 8721
/proc/meminfo: memFree=27287988/32770624 swapFree=67008304/67108860
[pid=8297] ppid=8294 vsize=10846964 memory=1306736 CPUtime=2520.09 cores=0,2,4,6
/proc/8297/stat : 8297 (java) S 8294 8297 3137 0 -1 1077944320 269116 12990 0 0 251597 405 5 2 20 0 15 0 405355231 11107291136 326684 33554432000 4194304 4196468 140728401611440 140728401593984 139800200142583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
/proc/8297/statm: 2711741 326684 3631 1 0 2673805 0
[pid=8297/tid=8351] ppid=8294 vsize=10846964 memory=22244 CPUtime=2438.43 cores=0,2,4,6
/proc/8297/task/8351/stat : 8351 (java) R 8294 8297 3137 0 -1 4202560 91211 12990 0 0 243769 67 5 2 20 0 15 0 405355240 11107291136 326684 33554432000 4194304 4196468 140728401611440 139800171978000 139799807096762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8352] ppid=8294 vsize=10846964 memory=8099562719609512301 CPUtime=13.17 cores=0,2,4,6
/proc/8297/task/8352/stat : 8352 (java) S 8294 8297 3137 0 -1 1077944384 22630 12990 0 0 1246 64 5 2 20 0 15 0 405355240 11107291136 326684 33554432000 4194304 4196468 140728401611440 139800204385296 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8353] ppid=8294 vsize=10846964 memory=4872558044660077418 CPUtime=13.14 cores=0,2,4,6
/proc/8297/task/8353/stat : 8353 (java) S 8294 8297 3137 0 -1 1077944384 15766 12990 0 0 1238 69 5 2 20 0 15 0 405355240 11107291136 326684 33554432000 4194304 4196468 140728401611440 139800119205008 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8354] ppid=8294 vsize=10846964 memory=1946968 CPUtime=13.13 cores=0,2,4,6
/proc/8297/task/8354/stat : 8354 (java) S 8294 8297 3137 0 -1 1077944384 16331 12990 0 0 1248 58 5 2 20 0 15 0 405355240 11107291136 326684 33554432000 4194304 4196468 140728401611440 139800118151952 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8355] ppid=8294 vsize=10846964 memory=1792 CPUtime=13.15 cores=0,2,4,6
/proc/8297/task/8355/stat : 8355 (java) S 8294 8297 3137 0 -1 1077944384 17109 12990 0 0 1241 67 5 2 20 0 15 0 405355240 11107291136 326684 33554432000 4194304 4196468 140728401611440 139800117099408 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8356] ppid=8294 vsize=10846964 memory=2200 CPUtime=12.46 cores=0,2,4,6
/proc/8297/task/8356/stat : 8356 (java) S 8294 8297 3137 0 -1 1077944384 21245 12990 0 0 1177 62 5 2 20 0 15 0 405355242 11107291136 326684 33554432000 4194304 4196468 140728401611440 139799726831856 139800200153730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8357] ppid=8294 vsize=10846964 memory=1600 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8357/stat : 8357 (java) S 8294 8297 3137 0 -1 1077944384 15 12990 0 0 0 0 5 2 20 0 15 0 405355242 11107291136 326684 33554432000 4194304 4196468 140728401611440 139799641974048 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8358] ppid=8294 vsize=10846964 memory=1398722017469774279 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8358/stat : 8358 (java) S 8294 8297 3137 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 405355243 11107291136 326684 33554432000 4194304 4196468 140728401611440 139799037993728 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8359] ppid=8294 vsize=10846964 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8359/stat : 8359 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11107291136 326684 33554432000 4194304 4196468 140728401611440 139798730594256 139800200161179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8360] ppid=8294 vsize=10846964 memory=2452 CPUtime=5.65 cores=0,2,4,6
/proc/8297/task/8360/stat : 8360 (java) S 8294 8297 3137 0 -1 1077944384 21441 12990 0 0 553 5 5 2 20 0 15 0 405355245 11107291136 326684 33554432000 4194304 4196468 140728401611440 139799725779696 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8361] ppid=8294 vsize=10846964 memory=1764 CPUtime=6.05 cores=0,2,4,6
/proc/8297/task/8361/stat : 8361 (java) S 8294 8297 3137 0 -1 1077944384 28344 12990 0 0 593 5 5 2 20 0 15 0 405355245 11107291136 326684 33554432000 4194304 4196468 140728401611440 139799724727152 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8362] ppid=8294 vsize=10846964 memory=111632 CPUtime=3.76 cores=0,2,4,6
/proc/8297/task/8362/stat : 8362 (java) S 8294 8297 3137 0 -1 1077944384 31697 12990 0 0 361 8 5 2 20 0 15 0 405355245 11107291136 326684 33554432000 4194304 4196468 140728401611440 139799723674096 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8363] ppid=8294 vsize=10846964 memory=1808 CPUtime=0.07 cores=0,2,4,6
/proc/8297/task/8363/stat : 8363 (java) S 8294 8297 3137 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 405355245 11107291136 326684 33554432000 4194304 4196468 140728401611440 139798697036640 139800200152789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
[pid=8297/tid=8364] ppid=8294 vsize=10846964 memory=924 CPUtime=1.67 cores=0,2,4,6
/proc/8297/task/8364/stat : 8364 (java) S 8294 8297 3137 0 -1 1077944384 1110 12990 0 0 79 81 5 2 20 0 15 0 405355246 11107291136 326684 33554432000 4194304 4196468 140728401611440 139799722621488 139800200153730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20979712 140728401619702 140728401622213 140728401622213 140728401625039 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1306736 KiB

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

[startup+2468.04 s]
# the end of solver process 8297 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.05 s, system=4.09446 s

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

Child status: 143
Real time (s): 2468.04
CPU time (s): 2520.14
CPU user time (s): 2516.05
CPU system time (s): 4.09446
CPU usage (%): 102.111
Max. virtual memory (cumulated for all children) (KiB): 10849588
Max. memory (cumulated for all children) (KiB): 1306736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.05
system time used= 4.09446
maximum resident set size= 1310960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282777
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= 331591
involuntary context switches= 10477


# summary of solver processes directly reported to runsolver:
#   pid: 8297
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.05
#   total CPU system time (s): 4.09446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3547 second user time and 23.4129 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-12 15:17:55
IDJOB=4387206
IDBENCH=127865
IDSOLVER=2823
FILE ID=node132/4387206-1568294325
RUNJOBID= node132-1568285902-5056
PBS_JOBID= 21701076
Free space on /tmp= 57952 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-033.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387206-1568294325/watcher-4387206-1568294325 -o /tmp/evaluation-result-4387206-1568294325/solver-4387206-1568294325 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5056 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=974609525 HOME/instance-4387206-1568294325.xml

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

MD5SUM BENCH= 273a3a450a7af16ef80dfed9e1af494c
RANDOM SEED=974609525

node132.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.95
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.95
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.95
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.95
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:        29691484 kB
MemAvailable:   31072404 kB
Buffers:          101280 kB
Cached:          1548940 kB
SwapCached:         9036 kB
Active:          1205104 kB
Inactive:        1288784 kB
Active(anon):     843600 kB
Inactive(anon):    27660 kB
Active(file):     361504 kB
Inactive(file):  1261124 kB
Unevictable:      109512 kB
Mlocked:          109512 kB
SwapTotal:      67108860 kB
SwapFree:       67008256 kB
Dirty:             35284 kB
Writeback:             0 kB
AnonPages:        965740 kB
Mapped:            43204 kB
Shmem:             18128 kB
Slab:             177228 kB
SReclaimable:     148252 kB
SUnreclaim:        28976 kB
KernelStack:        4080 kB
PageTables:         7980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2091260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    792576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 57920 MiB
End job on node132 at 2019-09-12 15:59:04