Trace number 4302449

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.18 216.615

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-3-2_c18.xml
MD5SUM0a472228e3943087b3ac347f10dd57c9
Bench CategoryCOP (optimization 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 variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":20,"count":111},{"size":43,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
252.04/216.58	Exception in thread "main" java.util.concurrent.TimeoutException
252.04/216.58		at concrete.MAC.mac(MAC.scala:188)
252.04/216.58		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.04/216.58		at scala.util.Try$.apply(Try.scala:209)
252.04/216.58		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/216.58		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/216.58		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/216.58		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/216.58		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.04/216.58		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/216.58		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/216.58		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/216.58		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/216.58		at concrete.MAC.oneRun(MAC.scala:253)
252.04/216.58		at concrete.MAC.nextSolution(MAC.scala:272)
252.04/216.58		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.04/216.58		at concrete.ProblemState.map(ProblemState.scala:221)
252.04/216.58		at concrete.ProblemState.map(ProblemState.scala:204)
252.04/216.58		at concrete.MAC.nextSolution(MAC.scala:334)
252.04/216.58		at concrete.Solver.hasNext(Solver.scala:166)
252.04/216.58		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.04/216.58		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.04/216.58		at concrete.Solver.foreach(Solver.scala:68)
252.04/216.58		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.04/216.58		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/216.58		at scala.util.Success.map(Try.scala:209)
252.04/216.58		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.04/216.58		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.04/216.58		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.04/216.58		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.04/216.58		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.04/216.58		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/216.58		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/216.58		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/216.58		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/216.58		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/216.58		at scala.App.main(App.scala:76)
252.04/216.58		at scala.App.main$(App.scala:74)
252.04/216.58		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.04/216.58		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/216.59	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 (10491 MiB free)
  memory of node 1: 16384 MiB (14059 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302449-1532898626/watcher-4302449-1532898626 -o /tmp/evaluation-result-4302449-1532898626/solver-4302449-1532898626 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=35422666 HOME/instance-4302449-1532898626.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=18200, runsolver pid=18197

[startup+0.109652 s]*
/proc/loadavg: 1.14 1.44 1.58 3/207 18257
/proc/meminfo: memFree=25129912/32770624 swapFree=67108688/67108860
[pid=18200] ppid=18197 vsize=10453864 memory=24260 CPUtime=0.09 cores=1,3,5,7
/proc/18200/stat : 18200 (java) S 18197 18200 6529 0 -1 1077944320 4695 12853 0 0 2 0 5 2 20 0 9 0 107425502 10704756736 6065 33554432000 4194304 4196468 140726187274192 140726187256736 140185096703735 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
/proc/18200/statm: 2613466 6065 2102 1 0 2576007 0
[pid=18200/tid=18253] ppid=18197 vsize=10453864 memory=4351193297951162251 CPUtime=0.09 cores=1,3,5,7
/proc/18200/task/18253/stat : 18253 (java) R 18197 18200 6529 0 -1 4202560 2479 12853 0 0 2 0 5 2 20 0 9 0 107425511 10704756736 6065 33554432000 4194304 4196468 140726187274192 140185068539760 140185096725661 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18254] ppid=18197 vsize=10453864 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18254/stat : 18254 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 9 0 107425511 10704756736 6065 33554432000 4194304 4196468 140726187274192 140185100946576 140185096713941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18255] ppid=18197 vsize=10453864 memory=140016967689856 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18255/stat : 18255 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 9 0 107425511 10704756736 6065 33554432000 4194304 4196468 140726187274192 140184982211600 140185096713941 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18256] ppid=18197 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18256/stat : 18256 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 9 0 107425511 10704756736 6065 33554432000 4194304 4196468 140726187274192 140184635759504 140185096713941 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18257] ppid=18197 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 9 0 107425511 10704756736 6065 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=10453864 memory=140016967689856 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 9 0 107425513 10704756736 6065 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 9 0 107425513 10704756736 6065 33554432000 4194304 4196468 140726187274192 140183988069408 140185096713941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 9 0 107425514 10704756736 6065 33554432000 4194304 4196468 140726187274192 140183840220080 140185096713941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 24260 KiB

[startup+0.210423 s]*
/proc/loadavg: 1.14 1.44 1.58 3/216 18266
/proc/meminfo: memFree=25108892/32770624 swapFree=67108688/67108860
[pid=18200] ppid=18197 vsize=10982696 memory=43940 CPUtime=0.25 cores=1,3,5,7
/proc/18200/stat : 18200 (java) S 18197 18200 6529 0 -1 1077944320 8373 12853 0 0 17 1 5 2 20 0 15 0 107425502 11246280704 10985 33554432000 4194304 4196468 140726187274192 140726187256736 140185096703735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
/proc/18200/statm: 2745674 10985 2944 1 0 2708109 0
[pid=18200/tid=18253] ppid=18197 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/18200/task/18253/stat : 18253 (java) R 18197 18200 6529 0 -1 4202560 4912 12853 0 0 11 1 5 2 20 0 15 0 107425511 11246280704 10985 33554432000 4194304 4196468 140726187274192 140185068501392 140185073927888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18254] ppid=18197 vsize=10982696 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18254/stat : 18254 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246280704 10985 33554432000 4194304 4196468 140726187274192 140185100946576 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18255] ppid=18197 vsize=10982696 memory=140016968333071 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18255/stat : 18255 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246280704 10985 33554432000 4194304 4196468 140726187274192 140184982211600 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18256] ppid=18197 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18256/stat : 18256 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246280704 10985 33554432000 4194304 4196468 140726187274192 140184635759504 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18257] ppid=18197 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246280704 10985 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=10982696 memory=140016967689856 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107425513 11246280704 10985 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 107425513 11246280704 10985 33554432000 4194304 4196468 140726187274192 140183988069408 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425514 11246280704 10985 33554432000 4194304 4196468 140726187274192 140183840220016 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18261] ppid=18197 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18261/stat : 18261 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11246280704 10985 33554432000 4194304 4196468 140726187274192 140183532820304 140185096722331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18262] ppid=18197 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18200/task/18262/stat : 18262 (java) S 18197 18200 6529 0 -1 1077944384 425 12853 0 0 1 0 5 2 20 0 15 0 107425516 11246280704 10985 33554432000 4194304 4196468 140726187274192 140184588704624 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18263] ppid=18197 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18200/task/18263/stat : 18263 (java) S 18197 18200 6529 0 -1 1077944384 182 12853 0 0 1 0 5 2 20 0 15 0 107425516 11246280704 10985 33554432000 4194304 4196468 140726187274192 140184587651824 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18264] ppid=18197 vsize=10982696 memory=140016967689856 CPUtime=0.1 cores=1,3,5,7
/proc/18200/task/18264/stat : 18264 (java) S 18197 18200 6529 0 -1 1077944384 628 12853 0 0 3 0 5 2 20 0 15 0 107425516 11246280704 10985 33554432000 4194304 4196468 140726187274192 140184586599024 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18265] ppid=18197 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18265/stat : 18265 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11246280704 10985 33554432000 4194304 4196468 140726187274192 140183102024416 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18266] ppid=18197 vsize=10982696 memory=140016967689856 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18266/stat : 18266 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425517 11246280704 10985 33554432000 4194304 4196468 140726187274192 140184585546416 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43940 KiB

[startup+0.310239 s]*
/proc/loadavg: 1.14 1.44 1.58 3/216 18266
/proc/meminfo: memFree=25100332/32770624 swapFree=67108688/67108860
[pid=18200] ppid=18197 vsize=10983192 memory=55288 CPUtime=0.38 cores=1,3,5,7
/proc/18200/stat : 18200 (java) S 18197 18200 6529 0 -1 1077944320 10402 12853 0 0 29 2 5 2 20 0 15 0 107425502 11246788608 13822 33554432000 4194304 4196468 140726187274192 140726187256736 140185096703735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
/proc/18200/statm: 2745798 13822 3076 1 0 2708109 0
[pid=18200/tid=18253] ppid=18197 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/18200/task/18253/stat : 18253 (java) R 18197 18200 6529 0 -1 4202560 6940 12853 0 0 20 1 5 2 20 0 15 0 107425511 11246788608 13822 33554432000 4194304 4196468 140726187274192 140185068515744 140185080784148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18254] ppid=18197 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18254/stat : 18254 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246788608 13822 33554432000 4194304 4196468 140726187274192 140185100946576 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18255] ppid=18197 vsize=10983192 memory=140016967696849 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18255/stat : 18255 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246788608 13822 33554432000 4194304 4196468 140726187274192 140184982211600 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18256] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18256/stat : 18256 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246788608 13822 33554432000 4194304 4196468 140726187274192 140184635759504 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18257] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246788608 13822 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107425513 11246788608 13822 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 107425513 11246788608 13822 33554432000 4194304 4196468 140726187274192 140183988069408 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425514 11246788608 13822 33554432000 4194304 4196468 140726187274192 140183840220016 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18261] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18261/stat : 18261 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11246788608 13822 33554432000 4194304 4196468 140726187274192 140183532820304 140185096722331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18262] ppid=18197 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18200/task/18262/stat : 18262 (java) S 18197 18200 6529 0 -1 1077944384 428 12853 0 0 1 0 5 2 20 0 15 0 107425516 11246788608 13822 33554432000 4194304 4196468 140726187274192 140184588704624 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18263] ppid=18197 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18200/task/18263/stat : 18263 (java) S 18197 18200 6529 0 -1 1077944384 182 12853 0 0 1 0 5 2 20 0 15 0 107425516 11246788608 13822 33554432000 4194304 4196468 140726187274192 140184587651824 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18264] ppid=18197 vsize=10983192 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/18200/task/18264/stat : 18264 (java) R 18197 18200 6529 0 -1 4202560 633 12853 0 0 5 0 5 2 20 0 15 0 107425516 11246788608 13822 33554432000 4194304 4196468 140726187274192 140184586599024 140185076126352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18265] ppid=18197 vsize=10983192 memory=140016967689856 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18265/stat : 18265 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11246788608 13822 33554432000 4194304 4196468 140726187274192 140183102024416 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18266] ppid=18197 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18266/stat : 18266 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425517 11246788608 13822 33554432000 4194304 4196468 140726187274192 140184585546416 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55288 KiB

[startup+0.70081 s]
/proc/loadavg: 1.14 1.44 1.58 3/216 18266
/proc/meminfo: memFree=25088424/32770624 swapFree=67108688/67108860
[pid=18200] ppid=18197 vsize=10983192 memory=88604 CPUtime=1 cores=1,3,5,7
/proc/18200/stat : 18200 (java) S 18197 18200 6529 0 -1 1077944320 16850 12853 0 0 89 4 5 2 20 0 15 0 107425502 11246788608 22151 33554432000 4194304 4196468 140726187274192 140726187256736 140185096703735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
/proc/18200/statm: 2745798 22151 3237 1 0 2708109 0
[pid=18200/tid=18253] ppid=18197 vsize=10983192 memory=140020228817449 CPUtime=0.66 cores=1,3,5,7
/proc/18200/task/18253/stat : 18253 (java) R 18197 18200 6529 0 -1 4202560 12408 12853 0 0 57 2 5 2 20 0 15 0 107425511 11246788608 22151 33554432000 4194304 4196468 140726187274192 140185068524560 140185076979065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18254] ppid=18197 vsize=10983192 memory=140020228817470 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18254/stat : 18254 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246788608 22151 33554432000 4194304 4196468 140726187274192 140185100946576 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18255] ppid=18197 vsize=10983192 memory=140020228817471 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18255/stat : 18255 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246788608 22151 33554432000 4194304 4196468 140726187274192 140184982211600 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18256] ppid=18197 vsize=10983192 memory=140020228817476 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18256/stat : 18256 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246788608 22151 33554432000 4194304 4196468 140726187274192 140184635759504 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18257] ppid=18197 vsize=10983192 memory=140020228817477 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107425511 11246788608 22151 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 5 12853 0 0 0 0 5 2 20 0 15 0 107425513 11246788608 22151 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 107425513 11246788608 22151 33554432000 4194304 4196468 140726187274192 140183988069408 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425514 11246788608 22151 33554432000 4194304 4196468 140726187274192 140183840220016 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18261] ppid=18197 vsize=10983192 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18261/stat : 18261 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11246788608 22151 33554432000 4194304 4196468 140726187274192 140183532820304 140185096722331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18262] ppid=18197 vsize=10983192 memory=1 CPUtime=0.16 cores=1,3,5,7
/proc/18200/task/18262/stat : 18262 (java) S 18197 18200 6529 0 -1 1077944384 1046 12853 0 0 9 0 5 2 20 0 15 0 107425516 11246788608 22151 33554432000 4194304 4196468 140726187274192 140184588704624 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18263] ppid=18197 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/18200/task/18263/stat : 18263 (java) S 18197 18200 6529 0 -1 1077944384 452 12853 0 0 7 0 5 2 20 0 15 0 107425516 11246788608 22151 33554432000 4194304 4196468 140726187274192 140184587651824 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18264] ppid=18197 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/18200/task/18264/stat : 18264 (java) S 18197 18200 6529 0 -1 1077944384 715 12853 0 0 13 0 5 2 20 0 15 0 107425516 11246788608 22151 33554432000 4194304 4196468 140726187274192 140184586599024 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18265] ppid=18197 vsize=10983192 memory=11 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18265/stat : 18265 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11246788608 22151 33554432000 4194304 4196468 140726187274192 140183102024416 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18266] ppid=18197 vsize=10983192 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18266/stat : 18266 (java) S 18197 18200 6529 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107425517 11246788608 22151 33554432000 4194304 4196468 140726187274192 140184585546416 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88604 KiB

[startup+1.50161 s]
/proc/loadavg: 1.14 1.44 1.58 3/216 18266
/proc/meminfo: memFree=25041216/32770624 swapFree=67108688/67108860
[pid=18200] ppid=18197 vsize=10991948 memory=240244 CPUtime=3.13 cores=1,3,5,7
/proc/18200/stat : 18200 (java) S 18197 18200 6529 0 -1 1077944320 22819 12853 0 0 297 9 5 2 20 0 15 0 107425502 11255754752 60061 33554432000 4194304 4196468 140726187274192 140726187256736 140185096703735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
/proc/18200/statm: 2747987 60061 3472 1 0 2709645 0
[pid=18200/tid=18253] ppid=18197 vsize=10991948 memory=12848 CPUtime=1.44 cores=1,3,5,7
/proc/18200/task/18253/stat : 18253 (java) R 18197 18200 6529 0 -1 4202560 15157 12853 0 0 131 6 5 2 20 0 15 0 107425511 11255754752 60061 33554432000 4194304 4196468 140726187274192 140185068537152 140184666767748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18254] ppid=18197 vsize=10991948 memory=25505 CPUtime=0.08 cores=1,3,5,7
/proc/18200/task/18254/stat : 18254 (java) S 18197 18200 6529 0 -1 1077944384 85 12853 0 0 1 0 5 2 20 0 15 0 107425511 11255754752 60061 33554432000 4194304 4196468 140726187274192 140185100946576 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18255] ppid=18197 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18255/stat : 18255 (java) S 18197 18200 6529 0 -1 1077944384 5 12853 0 0 0 0 5 2 20 0 15 0 107425511 11255754752 60061 33554432000 4194304 4196468 140726187274192 140184982211600 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18256] ppid=18197 vsize=10991948 memory=321013415751725352 CPUtime=0.08 cores=1,3,5,7
/proc/18200/task/18256/stat : 18256 (java) S 18197 18200 6529 0 -1 1077944384 206 12853 0 0 1 0 5 2 20 0 15 0 107425511 11255754752 60061 33554432000 4194304 4196468 140726187274192 140184635759504 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18257] ppid=18197 vsize=10991948 memory=16105853304461389 CPUtime=0.08 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 16 12853 0 0 1 0 5 2 20 0 15 0 107425511 11255754752 60061 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=10991948 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 89 12853 0 0 0 0 5 2 20 0 15 0 107425513 11255754752 60061 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=10991948 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 107425513 11255754752 60061 33554432000 4194304 4196468 140726187274192 140183988069408 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=10991948 memory=4945125699554088323 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107425514 11255754752 60061 33554432000 4194304 4196468 140726187274192 140183840220032 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18261] ppid=18197 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18261/stat : 18261 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11255754752 60061 33554432000 4194304 4196468 140726187274192 140183532820304 140185096722331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18262] ppid=18197 vsize=10991948 memory=7379245169111099496 CPUtime=0.65 cores=1,3,5,7
/proc/18200/task/18262/stat : 18262 (java) R 18197 18200 6529 0 -1 4202560 1760 12853 0 0 58 0 5 2 20 0 15 0 107425516 11255754752 60061 33554432000 4194304 4196468 140726187274192 140184588693616 140185074553936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18263] ppid=18197 vsize=10991948 memory=6935652554312077392 CPUtime=0.64 cores=1,3,5,7
/proc/18200/task/18263/stat : 18263 (java) R 18197 18200 6529 0 -1 4202560 1796 12853 0 0 57 0 5 2 20 0 15 0 107425516 11255754752 60061 33554432000 4194304 4196468 140726187274192 140184587638368 140185074592849 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18264] ppid=18197 vsize=10991948 memory=6369056770826397288 CPUtime=0.51 cores=1,3,5,7
/proc/18200/task/18264/stat : 18264 (java) S 18197 18200 6529 0 -1 1077944384 1485 12853 0 0 44 0 5 2 20 0 15 0 107425516 11255754752 60061 33554432000 4194304 4196468 140726187274192 140184586599024 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0

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

[pid=18200/tid=18257] ppid=18197 vsize=11016544 memory=18468 CPUtime=0.9 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 1450 12853 0 0 63 20 5 2 20 0 15 0 107425511 11280941056 710691 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=11016544 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 4207 12853 0 0 9 1 5 2 20 0 15 0 107425513 11280941056 710691 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=11016544 memory=12848 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 17 12853 0 0 0 0 5 2 20 0 15 0 107425513 11280941056 710691 33554432000 4194304 4196468 140726187274192 140183988069472 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=11016544 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 107425514 11280941056 710691 33554432000 4194304 4196468 140726187274192 140183840220032 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18261] ppid=18197 vsize=11016544 memory=288230583166042425 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18261/stat : 18261 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11280941056 710691 33554432000 4194304 4196468 140726187274192 140183532820304 140185096722331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18262] ppid=18197 vsize=11016544 memory=2842764 CPUtime=12.28 cores=1,3,5,7
/proc/18200/task/18262/stat : 18262 (java) S 18197 18200 6529 0 -1 1077944384 14545 12853 0 0 1218 3 5 2 20 0 15 0 107425516 11280941056 710691 33554432000 4194304 4196468 140726187274192 140184588704624 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18263] ppid=18197 vsize=11016544 memory=2842764 CPUtime=12.99 cores=1,3,5,7
/proc/18200/task/18263/stat : 18263 (java) S 18197 18200 6529 0 -1 1077944384 22731 12853 0 0 1286 6 5 2 20 0 15 0 107425516 11280941056 710691 33554432000 4194304 4196468 140726187274192 140184587651824 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18264] ppid=18197 vsize=11016544 memory=241 CPUtime=3.42 cores=1,3,5,7
/proc/18200/task/18264/stat : 18264 (java) S 18197 18200 6529 0 -1 1077944384 13913 12853 0 0 331 4 5 2 20 0 15 0 107425516 11280941056 710691 33554432000 4194304 4196468 140726187274192 140184586599024 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18265] ppid=18197 vsize=11016544 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18265/stat : 18265 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11280941056 710691 33554432000 4194304 4196468 140726187274192 140183102024416 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18266] ppid=18197 vsize=11016544 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18200/task/18266/stat : 18266 (java) S 18197 18200 6529 0 -1 1077944384 40 12853 0 0 1 1 5 2 20 0 15 0 107425517 11280941056 710691 33554432000 4194304 4196468 140726187274192 140184585546416 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
Current children cumulated CPU time: 82.08 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2842764 KiB

[startup+102.301 s]
/proc/loadavg: 1.75 1.60 1.63 4/216 18528
/proc/meminfo: memFree=19738552/32770624 swapFree=67108688/67108860
[pid=18200] ppid=18197 vsize=11016544 memory=2953640 CPUtime=134.91 cores=1,3,5,7
/proc/18200/stat : 18200 (java) S 18197 18200 6529 0 -1 1077944320 129607 12853 0 0 13332 152 5 2 20 0 15 0 107425502 11280941056 738410 33554432000 4194304 4196468 140726187274192 140726187256736 140185096703735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
/proc/18200/statm: 2754136 738410 3538 1 0 2715789 0
[pid=18200/tid=18253] ppid=18197 vsize=11016544 memory=2953640 CPUtime=100.93 cores=1,3,5,7
/proc/18200/task/18253/stat : 18253 (java) R 18197 18200 6529 0 -1 4202560 53839 12853 0 0 10043 43 5 2 20 0 15 0 107425511 11280941056 738410 33554432000 4194304 4196468 140726187274192 140185068534080 140184675544363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18254] ppid=18197 vsize=11016544 memory=2953640 CPUtime=1.21 cores=1,3,5,7
/proc/18200/task/18254/stat : 18254 (java) S 18197 18200 6529 0 -1 1077944384 1343 12853 0 0 91 23 5 2 20 0 15 0 107425511 11280941056 738410 33554432000 4194304 4196468 140726187274192 140185100946576 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18255] ppid=18197 vsize=11016544 memory=2953640 CPUtime=1.18 cores=1,3,5,7
/proc/18200/task/18255/stat : 18255 (java) S 18197 18200 6529 0 -1 1077944384 1181 12853 0 0 90 21 5 2 20 0 15 0 107425511 11280941056 738410 33554432000 4194304 4196468 140726187274192 140184982211600 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18256] ppid=18197 vsize=11016544 memory=111 CPUtime=1.16 cores=1,3,5,7
/proc/18200/task/18256/stat : 18256 (java) S 18197 18200 6529 0 -1 1077944384 2623 12853 0 0 87 22 5 2 20 0 15 0 107425511 11280941056 738410 33554432000 4194304 4196468 140726187274192 140184635759504 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18257] ppid=18197 vsize=11016544 memory=2953640 CPUtime=1.17 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 1737 12853 0 0 88 22 5 2 20 0 15 0 107425511 11280941056 738410 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=11016544 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 4518 12853 0 0 10 1 5 2 20 0 15 0 107425513 11280941056 738410 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=11016544 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 17 12853 0 0 0 0 5 2 20 0 15 0 107425513 11280941056 738410 33554432000 4194304 4196468 140726187274192 140183988069472 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=11016544 memory=2953640 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 107425514 11280941056 738410 33554432000 4194304 4196468 140726187274192 140183840220032 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18261] ppid=18197 vsize=11016544 memory=2953640 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18261/stat : 18261 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11280941056 738410 33554432000 4194304 4196468 140726187274192 140183532820304 140185096722331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18262] ppid=18197 vsize=11016544 memory=1296 CPUtime=12.61 cores=1,3,5,7
/proc/18200/task/18262/stat : 18262 (java) S 18197 18200 6529 0 -1 1077944384 18642 12853 0 0 1251 3 5 2 20 0 15 0 107425516 11280941056 738410 33554432000 4194304 4196468 140726187274192 140184588704624 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18263] ppid=18197 vsize=11016544 memory=2408 CPUtime=13.32 cores=1,3,5,7
/proc/18200/task/18263/stat : 18263 (java) S 18197 18200 6529 0 -1 1077944384 26358 12853 0 0 1319 6 5 2 20 0 15 0 107425516 11280941056 738410 33554432000 4194304 4196468 140726187274192 140184587651824 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18264] ppid=18197 vsize=11016544 memory=2953640 CPUtime=3.55 cores=1,3,5,7
/proc/18200/task/18264/stat : 18264 (java) S 18197 18200 6529 0 -1 1077944384 17055 12853 0 0 344 4 5 2 20 0 15 0 107425516 11280941056 738410 33554432000 4194304 4196468 140726187274192 140184586599024 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18265] ppid=18197 vsize=11016544 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18265/stat : 18265 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11280941056 738410 33554432000 4194304 4196468 140726187274192 140183102024416 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18266] ppid=18197 vsize=11016544 memory=56 CPUtime=0.12 cores=1,3,5,7
/proc/18200/task/18266/stat : 18266 (java) S 18197 18200 6529 0 -1 1077944384 84 12853 0 0 2 3 5 2 20 0 15 0 107425517 11280941056 738410 33554432000 4194304 4196468 140726187274192 140184585546416 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
Current children cumulated CPU time: 134.91 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2953640 KiB

[startup+162.301 s]
/proc/loadavg: 1.72 1.61 1.63 3/216 18529
/proc/meminfo: memFree=19766616/32770624 swapFree=67108688/67108860
[pid=18200] ppid=18197 vsize=11016544 memory=3013032 CPUtime=196.82 cores=1,3,5,7
/proc/18200/stat : 18200 (java) S 18197 18200 6529 0 -1 1077944320 150524 12853 0 0 19514 161 5 2 20 0 15 0 107425502 11280941056 753258 33554432000 4194304 4196468 140726187274192 140726187256736 140185096703735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
/proc/18200/statm: 2754136 753258 3538 1 0 2715789 0
[pid=18200/tid=18253] ppid=18197 vsize=11016544 memory=8556 CPUtime=160.7 cores=1,3,5,7
/proc/18200/task/18253/stat : 18253 (java) R 18197 18200 6529 0 -1 4202560 60022 12853 0 0 16019 44 5 2 20 0 15 0 107425511 11280941056 753258 33554432000 4194304 4196468 140726187274192 140185068534624 140184663425923 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18254] ppid=18197 vsize=11016544 memory=3013032 CPUtime=1.42 cores=1,3,5,7
/proc/18200/task/18254/stat : 18254 (java) S 18197 18200 6529 0 -1 1077944384 1511 12853 0 0 111 24 5 2 20 0 15 0 107425511 11280941056 753258 33554432000 4194304 4196468 140726187274192 140185100946576 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18255] ppid=18197 vsize=11016544 memory=3013032 CPUtime=1.4 cores=1,3,5,7
/proc/18200/task/18255/stat : 18255 (java) S 18197 18200 6529 0 -1 1077944384 1815 12853 0 0 110 23 5 2 20 0 15 0 107425511 11280941056 753258 33554432000 4194304 4196468 140726187274192 140184982211600 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18256] ppid=18197 vsize=11016544 memory=3010984 CPUtime=1.38 cores=1,3,5,7
/proc/18200/task/18256/stat : 18256 (java) S 18197 18200 6529 0 -1 1077944384 2874 12853 0 0 107 24 5 2 20 0 15 0 107425511 11280941056 753258 33554432000 4194304 4196468 140726187274192 140184635759504 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18257] ppid=18197 vsize=11016544 memory=3010984 CPUtime=1.38 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 3108 12853 0 0 107 24 5 2 20 0 15 0 107425511 11280941056 753258 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=11016544 memory=3013032 CPUtime=0.19 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 4831 12853 0 0 11 1 5 2 20 0 15 0 107425513 11280941056 753258 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=11016544 memory=3013032 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 17 12853 0 0 0 0 5 2 20 0 15 0 107425513 11280941056 753258 33554432000 4194304 4196468 140726187274192 140183988069472 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=11016544 memory=3013032 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 107425514 11280941056 753258 33554432000 4194304 4196468 140726187274192 140183840220032 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18261] ppid=18197 vsize=11016544 memory=3013032 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18261/stat : 18261 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11280941056 753258 33554432000 4194304 4196468 140726187274192 140183532820304 140185096722331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18262] ppid=18197 vsize=11016544 memory=3013032 CPUtime=13.07 cores=1,3,5,7
/proc/18200/task/18262/stat : 18262 (java) S 18197 18200 6529 0 -1 1077944384 21947 12853 0 0 1296 4 5 2 20 0 15 0 107425516 11280941056 753258 33554432000 4194304 4196468 140726187274192 140184588704624 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18263] ppid=18197 vsize=11016544 memory=3013032 CPUtime=13.96 cores=1,3,5,7
/proc/18200/task/18263/stat : 18263 (java) S 18197 18200 6529 0 -1 1077944384 32108 12853 0 0 1383 6 5 2 20 0 15 0 107425516 11280941056 753258 33554432000 4194304 4196468 140726187274192 140184587651824 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18264] ppid=18197 vsize=11016544 memory=3013032 CPUtime=3.7 cores=1,3,5,7
/proc/18200/task/18264/stat : 18264 (java) S 18197 18200 6529 0 -1 1077944384 19907 12853 0 0 358 5 5 2 20 0 15 0 107425516 11280941056 753258 33554432000 4194304 4196468 140726187274192 140184586599024 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18265] ppid=18197 vsize=11016544 memory=3013032 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18265/stat : 18265 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11280941056 753258 33554432000 4194304 4196468 140726187274192 140183102024416 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18266] ppid=18197 vsize=11016544 memory=1708 CPUtime=0.16 cores=1,3,5,7
/proc/18200/task/18266/stat : 18266 (java) S 18197 18200 6529 0 -1 1077944384 174 12853 0 0 5 4 5 2 20 0 15 0 107425517 11280941056 753258 33554432000 4194304 4196468 140726187274192 140184585546416 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
Current children cumulated CPU time: 196.82 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3013032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+216.501 s]
/proc/loadavg: 1.36 1.54 1.60 3/216 18530
/proc/meminfo: memFree=20369420/32770624 swapFree=67108688/67108860
[pid=18200] ppid=18197 vsize=11016544 memory=2951428 CPUtime=252.04 cores=1,3,5,7
/proc/18200/stat : 18200 (java) S 18197 18200 6529 0 -1 1077944320 167250 12853 0 0 25031 166 5 2 20 0 15 0 107425502 11280941056 737857 33554432000 4194304 4196468 140726187274192 140726187256736 140185096703735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
/proc/18200/statm: 2754136 737857 3538 1 0 2715789 0
[pid=18200/tid=18253] ppid=18197 vsize=11016544 memory=3013028 CPUtime=214.79 cores=1,3,5,7
/proc/18200/task/18253/stat : 18253 (java) R 18197 18200 6529 0 -1 4202560 65301 12853 0 0 21427 45 5 2 20 0 15 0 107425511 11280941056 737857 33554432000 4194304 4196468 140726187274192 140185068534928 140184684168888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18254] ppid=18197 vsize=11016544 memory=2951428 CPUtime=1.49 cores=1,3,5,7
/proc/18200/task/18254/stat : 18254 (java) S 18197 18200 6529 0 -1 1077944384 1575 12853 0 0 118 24 5 2 20 0 15 0 107425511 11280941056 737857 33554432000 4194304 4196468 140726187274192 140185100946576 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18255] ppid=18197 vsize=11016544 memory=2951428 CPUtime=1.48 cores=1,3,5,7
/proc/18200/task/18255/stat : 18255 (java) S 18197 18200 6529 0 -1 1077944384 1947 12853 0 0 118 23 5 2 20 0 15 0 107425511 11280941056 737857 33554432000 4194304 4196468 140726187274192 140184982211600 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18256] ppid=18197 vsize=11016544 memory=2951428 CPUtime=1.45 cores=1,3,5,7
/proc/18200/task/18256/stat : 18256 (java) S 18197 18200 6529 0 -1 1077944384 4119 12853 0 0 114 24 5 2 20 0 15 0 107425511 11280941056 737857 33554432000 4194304 4196468 140726187274192 140184635759504 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18257] ppid=18197 vsize=11016544 memory=3015076 CPUtime=1.46 cores=1,3,5,7
/proc/18200/task/18257/stat : 18257 (java) S 18197 18200 6529 0 -1 1077944384 3778 12853 0 0 115 24 5 2 20 0 15 0 107425511 11280941056 737857 33554432000 4194304 4196468 140726187274192 140184634706704 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18258] ppid=18197 vsize=11016544 memory=3015076 CPUtime=0.2 cores=1,3,5,7
/proc/18200/task/18258/stat : 18258 (java) S 18197 18200 6529 0 -1 1077944384 5124 12853 0 0 12 1 5 2 20 0 15 0 107425513 11280941056 737857 33554432000 4194304 4196468 140726187274192 140184589756784 140185096714882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18259] ppid=18197 vsize=11016544 memory=2951428 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18259/stat : 18259 (java) S 18197 18200 6529 0 -1 1077944384 17 12853 0 0 0 0 5 2 20 0 15 0 107425513 11280941056 737857 33554432000 4194304 4196468 140726187274192 140183988069472 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18260] ppid=18197 vsize=11016544 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18260/stat : 18260 (java) S 18197 18200 6529 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 107425514 11280941056 737857 33554432000 4194304 4196468 140726187274192 140183840220032 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18261] ppid=18197 vsize=11016544 memory=2951428 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18261/stat : 18261 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11280941056 737857 33554432000 4194304 4196468 140726187274192 140183532820304 140185096722331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18262] ppid=18197 vsize=11016544 memory=4140 CPUtime=13.37 cores=1,3,5,7
/proc/18200/task/18262/stat : 18262 (java) S 18197 18200 6529 0 -1 1077944384 26265 12853 0 0 1326 4 5 2 20 0 15 0 107425516 11280941056 737857 33554432000 4194304 4196468 140726187274192 140184588704624 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18263] ppid=18197 vsize=11016544 memory=3015076 CPUtime=14.29 cores=1,3,5,7
/proc/18200/task/18263/stat : 18263 (java) S 18197 18200 6529 0 -1 1077944384 33833 12853 0 0 1415 7 5 2 20 0 15 0 107425516 11280941056 737857 33554432000 4194304 4196468 140726187274192 140184587651824 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18264] ppid=18197 vsize=11016544 memory=3015076 CPUtime=3.83 cores=1,3,5,7
/proc/18200/task/18264/stat : 18264 (java) S 18197 18200 6529 0 -1 1077944384 22860 12853 0 0 371 5 5 2 20 0 15 0 107425516 11280941056 737857 33554432000 4194304 4196468 140726187274192 140184586599024 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18265] ppid=18197 vsize=11016544 memory=3015076 CPUtime=0.07 cores=1,3,5,7
/proc/18200/task/18265/stat : 18265 (java) S 18197 18200 6529 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107425516 11280941056 737857 33554432000 4194304 4196468 140726187274192 140183102024416 140185096713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
[pid=18200/tid=18266] ppid=18197 vsize=11016544 memory=3015076 CPUtime=0.18 cores=1,3,5,7
/proc/18200/task/18266/stat : 18266 (java) S 18197 18200 6529 0 -1 1077944384 221 12853 0 0 6 5 5 2 20 0 15 0 107425517 11280941056 737857 33554432000 4194304 4196468 140726187274192 140184585546416 140185096714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17248256 140726187281011 140726187283809 140726187283809 140726187286479 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2951428 KiB

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

[startup+216.615 s]
# the end of solver process 18200 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.466 s, system=1.71442 s

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

[startup+216.605 s]*
/proc/loadavg: 1.36 1.54 1.60 3/203 18532
/proc/meminfo: memFree=23167396/32770624 swapFree=67108688/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 216.615
CPU time (s): 252.18
CPU user time (s): 250.466
CPU system time (s): 1.71442
CPU usage (%): 116.418
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3015076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.466
system time used= 1.71442
maximum resident set size= 3015076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19077
involuntary context switches= 844


# summary of solver processes directly reported to runsolver:
#   pid: 18200
#   total CPU time (s): 252.18
#   total CPU user time (s): 250.466
#   total CPU system time (s): 1.71442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3418 second user time and 2.11482 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 23:10:26
IDJOB=4302449
IDBENCH=141633
IDSOLVER=2776
FILE ID=node106/4302449-1532898626
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-3-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302449-1532898626/watcher-4302449-1532898626 -o /tmp/evaluation-result-4302449-1532898626/solver-4302449-1532898626 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=35422666 HOME/instance-4302449-1532898626.xml

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

MD5SUM BENCH= 0a472228e3943087b3ac347f10dd57c9
RANDOM SEED=35422666

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        25141768 kB
MemAvailable:   31517740 kB
Buffers:          249416 kB
Cached:          6359816 kB
SwapCached:            0 kB
Active:          2854936 kB
Inactive:        4222256 kB
Active(anon):     415356 kB
Inactive(anon):    80476 kB
Active(file):    2439580 kB
Inactive(file):  4141780 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             27712 kB
Writeback:             0 kB
AnonPages:        474672 kB
Mapped:            58040 kB
Shmem:             25056 kB
Slab:             248536 kB
SReclaimable:     220896 kB
SUnreclaim:        27640 kB
KernelStack:        3568 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1546508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 23:14:03