Trace number 4392113

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.10? (TO) 2400.08 2340.33

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-herbs_c18.xml
MD5SUM01ee442f0f2e93e01b5a5546098ec59b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark15.8703
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of constraints121
Number of domains3
Minimum domain size2
Maximum domain size281
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":281,"count":30}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":870},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":60},{"arity":30,"count":31},{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints60
Distribution of constraint types[{"type":"intension","count":60},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392113-1568332213/watcher-4392113-1568332213 -o /tmp/evaluation-result-4392113-1568332213/solver-4392113-1568332213 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=672394160 HOME/instance-4392113-1568332213.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=4636, runsolver pid=4633

[startup+0.100141 s]*
/proc/loadavg: 1.64 1.50 1.43 3/222 4693
/proc/meminfo: memFree=27215736/32770624 swapFree=66915796/67108860
[pid=4636] ppid=4633 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/4636/stat : 4636 (java) S 4633 4636 30895 0 -1 1077944320 4481 13170 0 0 1 1 4 3 20 0 6 0 409471867 10212057088 4715 33554432000 4194304 4196468 140724240031328 140724240013872 139698863464183 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
/proc/4636/statm: 2493178 4715 1935 1 0 2481616 0
[pid=4636/tid=4689] ppid=4633 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 2305 13170 0 0 1 0 4 3 20 0 6 0 409471876 10212057088 4780 33554432000 4194304 4196468 140724240031328 139698835300944 139698848776185 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 6 0 409471877 10212057088 4780 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=9972712 memory=139911508817536 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 6 0 409471877 10212057088 4780 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 6 0 409471877 10212057088 4780 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 6 0 409471877 10212057088 4780 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210201 s]*
/proc/loadavg: 1.59 1.49 1.43 3/231 4702
/proc/meminfo: memFree=27197556/32770624 swapFree=66915796/67108860
[pid=4636] ppid=4633 vsize=10818940 memory=38076 CPUtime=0.26 cores=1,3,5,7
/proc/4636/stat : 4636 (java) S 4633 4636 30895 0 -1 1077944320 6923 13170 0 0 17 2 4 3 20 0 15 0 409471867 11078594560 9519 33554432000 4194304 4196468 140724240031328 140724240013872 139698863464183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
/proc/4636/statm: 2704735 9519 2966 1 0 2667149 0
[pid=4636/tid=4689] ppid=4633 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 3436 13170 0 0 11 1 4 3 20 0 15 0 409471876 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698835296384 139698847544670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=10818940 memory=4294967660 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471877 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=10818940 memory=139911510299645 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4694] ppid=4633 vsize=10818940 memory=139911508817536 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4694/stat : 4694 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471879 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698389998448 139698863475330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4695] ppid=4633 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4695/stat : 4695 (java) S 4633 4636 30895 0 -1 1077944384 13 13170 0 0 0 0 4 3 20 0 15 0 409471879 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698307589664 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4696] ppid=4633 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4696/stat : 4696 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471879 11078594560 9584 33554432000 4194304 4196468 140724240031328 139697703609712 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4697] ppid=4633 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4697/stat : 4697 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11078594560 9584 33554432000 4194304 4196468 140724240031328 139697396210000 139698863482779 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4698] ppid=4633 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4636/task/4698/stat : 4698 (java) S 4633 4636 30895 0 -1 1077944384 563 13170 0 0 1 0 4 3 20 0 15 0 409471882 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698388945264 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4699] ppid=4633 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4699/stat : 4699 (java) S 4633 4636 30895 0 -1 1077944384 61 13170 0 0 0 0 4 3 20 0 15 0 409471882 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698387892464 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4700] ppid=4633 vsize=10818940 memory=139911508817536 CPUtime=0.1 cores=1,3,5,7
/proc/4636/task/4700/stat : 4700 (java) R 4633 4636 30895 0 -1 4202560 645 13170 0 0 3 0 4 3 20 0 15 0 409471882 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698386839664 139698863485530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4701] ppid=4633 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4701/stat : 4701 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11078594560 9584 33554432000 4194304 4196468 140724240031328 139697362651360 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4702] ppid=4633 vsize=10818940 memory=139911508817536 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4702/stat : 4702 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471882 11078594560 9584 33554432000 4194304 4196468 140724240031328 139698385788080 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38076 KiB

[startup+0.310883 s]*
/proc/loadavg: 1.59 1.49 1.43 3/231 4702
/proc/meminfo: memFree=27187440/32770624 swapFree=66915796/67108860
[pid=4636] ppid=4633 vsize=10820096 memory=49952 CPUtime=0.39 cores=1,3,5,7
/proc/4636/stat : 4636 (java) S 4633 4636 30895 0 -1 1077944320 10691 13170 0 0 29 3 4 3 20 0 15 0 409471867 11079778304 12488 33554432000 4194304 4196468 140724240031328 140724240013872 139698863464183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
/proc/4636/statm: 2705024 12488 3280 1 0 2667149 0
[pid=4636/tid=4689] ppid=4633 vsize=10820244 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 7193 13170 0 0 19 2 4 3 20 0 15 0 409471876 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698835278696 139698863486109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=10820244 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471877 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=10820244 memory=-2843869621071234206 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=10820244 memory=-8412656567334364540 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4694] ppid=4633 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4694/stat : 4694 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471879 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698389998448 139698863475330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4695] ppid=4633 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4695/stat : 4695 (java) S 4633 4636 30895 0 -1 1077944384 13 13170 0 0 0 0 4 3 20 0 15 0 409471879 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698307589664 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4696] ppid=4633 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4696/stat : 4696 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471879 11079929856 12488 33554432000 4194304 4196468 140724240031328 139697703609712 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4697] ppid=4633 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4697/stat : 4697 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11079929856 12488 33554432000 4194304 4196468 140724240031328 139697396210000 139698863482779 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4698] ppid=4633 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4636/task/4698/stat : 4698 (java) S 4633 4636 30895 0 -1 1077944384 565 13170 0 0 2 0 4 3 20 0 15 0 409471882 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698388945264 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4699] ppid=4633 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4636/task/4699/stat : 4699 (java) S 4633 4636 30895 0 -1 1077944384 61 13170 0 0 1 0 4 3 20 0 15 0 409471882 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698387892464 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4700] ppid=4633 vsize=10820244 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/4636/task/4700/stat : 4700 (java) S 4633 4636 30895 0 -1 1077944384 669 13170 0 0 5 0 4 3 20 0 15 0 409471882 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698386839664 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4701] ppid=4633 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4701/stat : 4701 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11079929856 12488 33554432000 4194304 4196468 140724240031328 139697362651360 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4702] ppid=4633 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4702/stat : 4702 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471882 11079929856 12488 33554432000 4194304 4196468 140724240031328 139698385788080 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49952 KiB

[startup+0.70962 s]
/proc/loadavg: 1.59 1.49 1.43 5/231 4702
/proc/meminfo: memFree=27171476/32770624 swapFree=66915796/67108860
[pid=4636] ppid=4633 vsize=10824340 memory=83240 CPUtime=1.15 cores=1,3,5,7
/proc/4636/stat : 4636 (java) S 4633 4636 30895 0 -1 1077944320 15129 13170 0 0 102 6 4 3 20 0 15 0 409471867 11084124160 20810 33554432000 4194304 4196468 140724240031328 140724240013872 139698863464183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
/proc/4636/statm: 2706085 20810 3506 1 0 2668173 0
[pid=4636/tid=4689] ppid=4633 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 10748 13170 0 0 55 5 4 3 20 0 15 0 409471876 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698835290656 139698863486109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471877 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=10824340 memory=279822756482832 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=10824340 memory=2485309671169 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471877 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4694] ppid=4633 vsize=10824340 memory=2489604638465 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4694/stat : 4694 (java) S 4633 4636 30895 0 -1 1077944384 5 13170 0 0 0 0 4 3 20 0 15 0 409471879 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698389998448 139698863475330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4695] ppid=4633 vsize=10824340 memory=2515374442241 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4695/stat : 4695 (java) S 4633 4636 30895 0 -1 1077944384 13 13170 0 0 0 0 4 3 20 0 15 0 409471879 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698307589664 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4696] ppid=4633 vsize=10824340 memory=2532554311425 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4696/stat : 4696 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471879 11084124160 20810 33554432000 4194304 4196468 140724240031328 139697703609712 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4697] ppid=4633 vsize=10824340 memory=206043013 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4697/stat : 4697 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11084124160 20810 33554432000 4194304 4196468 140724240031328 139697396210000 139698863482779 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4698] ppid=4633 vsize=10824340 memory=-7453528518462155811 CPUtime=0.2 cores=1,3,5,7
/proc/4636/task/4698/stat : 4698 (java) R 4633 4636 30895 0 -1 1077944384 812 13170 0 0 13 0 4 3 20 0 15 0 409471882 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698388945264 139698863475330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4699] ppid=4633 vsize=10824340 memory=6152859790445924433 CPUtime=0.21 cores=1,3,5,7
/proc/4636/task/4699/stat : 4699 (java) R 4633 4636 30895 0 -1 4202560 440 13170 0 0 14 0 4 3 20 0 15 0 409471882 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698387892464 139698863464848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4700] ppid=4633 vsize=10824340 memory=7447092775757305936 CPUtime=0.25 cores=1,3,5,7
/proc/4636/task/4700/stat : 4700 (java) R 4633 4636 30895 0 -1 4202560 886 13170 0 0 18 0 4 3 20 0 15 0 409471882 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698386839664 139698842099771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4701] ppid=4633 vsize=10824340 memory=279822757045824 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4701/stat : 4701 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11084124160 20810 33554432000 4194304 4196468 140724240031328 139697362651360 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4702] ppid=4633 vsize=10824340 memory=139912854635103 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4702/stat : 4702 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471882 11084124160 20810 33554432000 4194304 4196468 140724240031328 139698385788080 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 83240 KiB

[startup+1.50071 s]
/proc/loadavg: 1.59 1.49 1.43 4/231 4702
/proc/meminfo: memFree=27126312/32770624 swapFree=66915796/67108860
[pid=4636] ppid=4633 vsize=10834656 memory=168548 CPUtime=2.53 cores=1,3,5,7
/proc/4636/stat : 4636 (java) S 4633 4636 30895 0 -1 1077944320 21767 13170 0 0 235 11 4 3 20 0 15 0 409471867 11094687744 42137 33554432000 4194304 4196468 140724240031328 140724240013872 139698863464183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
/proc/4636/statm: 2708664 42137 3579 1 0 2670733 0
[pid=4636/tid=4689] ppid=4633 vsize=10834656 memory=-7966001967407402336 CPUtime=1.43 cores=1,3,5,7
/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 15346 13170 0 0 130 6 4 3 20 0 15 0 409471876 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698835258560 139698463033593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 22 13170 0 0 1 0 4 3 20 0 15 0 409471877 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 350 13170 0 0 1 0 4 3 20 0 15 0 409471877 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=10834656 memory=83240 CPUtime=0.08 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 73 13170 0 0 1 0 4 3 20 0 15 0 409471877 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 80 13170 0 0 1 0 4 3 20 0 15 0 409471877 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4694] ppid=4633 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4636/task/4694/stat : 4694 (java) S 4633 4636 30895 0 -1 1077944384 422 13170 0 0 1 0 4 3 20 0 15 0 409471879 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698389998448 139698863475330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4695] ppid=4633 vsize=10834656 memory=279822756562208 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4695/stat : 4695 (java) S 4633 4636 30895 0 -1 1077944384 14 13170 0 0 0 0 4 3 20 0 15 0 409471879 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698307589728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4696] ppid=4633 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4696/stat : 4696 (java) S 4633 4636 30895 0 -1 1077944384 2 13170 0 0 0 0 4 3 20 0 15 0 409471879 11094687744 42137 33554432000 4194304 4196468 140724240031328 139697703609728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4697] ppid=4633 vsize=10834656 memory=7444843076533644388 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4697/stat : 4697 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11094687744 42137 33554432000 4194304 4196468 140724240031328 139697396210000 139698863482779 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4698] ppid=4633 vsize=10834656 memory=5787495302124758080 CPUtime=0.35 cores=1,3,5,7
/proc/4636/task/4698/stat : 4698 (java) S 4633 4636 30895 0 -1 1077944384 1083 13170 0 0 28 0 4 3 20 0 15 0 409471882 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698388945264 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4699] ppid=4633 vsize=10834656 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/4636/task/4699/stat : 4699 (java) S 4633 4636 30895 0 -1 1077944384 488 13170 0 0 26 0 4 3 20 0 15 0 409471882 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698387892464 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4700] ppid=4633 vsize=10834656 memory=279822756537152 CPUtime=0.49 cores=1,3,5,7
/proc/4636/task/4700/stat : 4700 (java) R 4633 4636 30895 0 -1 4202560 1670 13170 0 0 42 0 4 3 20 0 15 0 409471882 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698386839664 139698863485530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4701] ppid=4633 vsize=10834656 memory=139911378369184 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4701/stat : 4701 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11094687744 42137 33554432000 4194304 4196468 140724240031328 139697362651360 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4702] ppid=4633 vsize=10834656 memory=279822756734272 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4702/stat : 4702 (java) S 4633 4636 30895 0 -1 1077944384 1 13170 0 0 0 0 4 3 20 0 15 0 409471882 11094687744 42137 33554432000 4194304 4196468 140724240031328 139698385788080 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 10834656 KiB

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

/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 72450 13170 0 0 223643 56 4 3 20 0 15 0 409471876 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698835298384 139698465930702 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.27 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 17929 13170 0 0 1170 50 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.25 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 27731 13170 0 0 1163 55 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.31 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 19487 13170 0 0 1171 53 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.26 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 20396 13170 0 0 1164 55 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4694] ppid=4633 vsize=10849012 memory=1223248 CPUtime=10.29 cores=1,3,5,7
/proc/4636/task/4694/stat : 4694 (java) S 4633 4636 30895 0 -1 1077944384 19019 13170 0 0 966 56 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698389998448 139698863475330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4695] ppid=4633 vsize=10849012 memory=1229408 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4695/stat : 4695 (java) S 4633 4636 30895 0 -1 1077944384 18 13170 0 0 0 0 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698307589728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4696] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4696/stat : 4696 (java) S 4633 4636 30895 0 -1 1077944384 9 13170 0 0 0 0 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697703609728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4697] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4697/stat : 4697 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697396210000 139698863482779 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4698] ppid=4633 vsize=10849012 memory=1223248 CPUtime=9.12 cores=1,3,5,7
/proc/4636/task/4698/stat : 4698 (java) S 4633 4636 30895 0 -1 1077944384 35533 13170 0 0 899 6 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698388945264 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4699] ppid=4633 vsize=10849012 memory=279822758228368 CPUtime=9.24 cores=1,3,5,7
/proc/4636/task/4699/stat : 4699 (java) S 4633 4636 30895 0 -1 1077944384 34263 13170 0 0 911 6 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698387892464 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4700] ppid=4633 vsize=10849012 memory=1223248 CPUtime=5 cores=1,3,5,7
/proc/4636/task/4700/stat : 4700 (java) S 4633 4636 30895 0 -1 1077944384 25458 13170 0 0 486 7 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698386839664 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4701] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4701/stat : 4701 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697362651360 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4702] ppid=4633 vsize=10849012 memory=3628 CPUtime=1.37 cores=1,3,5,7
/proc/4636/task/4702/stat : 4702 (java) S 4633 4636 30895 0 -1 1077944384 1164 13170 0 0 61 69 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698385788080 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 2320.67 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1223248 KiB

[startup+2322.3 s]
/proc/loadavg: 1.65 1.39 1.39 6/231 5078
/proc/meminfo: memFree=28094276/32770624 swapFree=66915808/67108860
[pid=4636] ppid=4633 vsize=10849012 memory=1223248 CPUtime=2381.72 cores=1,3,5,7
/proc/4636/stat : 4636 (java) S 4633 4636 30895 0 -1 1077944320 277770 13170 0 0 237798 367 4 3 20 0 15 0 409471867 11109388288 305812 33554432000 4194304 4196468 140724240031328 140724240013872 139698863464183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
/proc/4636/statm: 2712253 305812 3627 1 0 2674317 0
[pid=4636/tid=4689] ppid=4633 vsize=10849012 memory=1223248 CPUtime=2296.36 cores=1,3,5,7
/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 73208 13170 0 0 229573 56 4 3 20 0 15 0 409471876 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698835298048 139698461890673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.63 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 18000 13170 0 0 1205 51 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.6 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 28030 13170 0 0 1197 56 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.67 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 19616 13170 0 0 1205 55 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.63 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 20774 13170 0 0 1199 57 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4694] ppid=4633 vsize=10849012 memory=1223248 CPUtime=10.57 cores=1,3,5,7
/proc/4636/task/4694/stat : 4694 (java) S 4633 4636 30895 0 -1 1077944384 19449 13170 0 0 992 58 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698389998448 139698863475330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4695] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4695/stat : 4695 (java) S 4633 4636 30895 0 -1 1077944384 18 13170 0 0 0 0 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698307589728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4696] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4696/stat : 4696 (java) S 4633 4636 30895 0 -1 1077944384 9 13170 0 0 0 0 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697703609728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4697] ppid=4633 vsize=10849012 memory=3628 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4697/stat : 4697 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697396210000 139698863482779 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4698] ppid=4633 vsize=10849012 memory=917 CPUtime=9.12 cores=1,3,5,7
/proc/4636/task/4698/stat : 4698 (java) S 4633 4636 30895 0 -1 1077944384 35537 13170 0 0 899 6 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698388945264 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4699] ppid=4633 vsize=10849012 memory=1223248 CPUtime=9.24 cores=1,3,5,7
/proc/4636/task/4699/stat : 4699 (java) S 4633 4636 30895 0 -1 1077944384 34267 13170 0 0 911 6 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698387892464 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4700] ppid=4633 vsize=10849012 memory=3628 CPUtime=5 cores=1,3,5,7
/proc/4636/task/4700/stat : 4700 (java) S 4633 4636 30895 0 -1 1077944384 25462 13170 0 0 486 7 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698386839664 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4701] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4701/stat : 4701 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697362651360 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4702] ppid=4633 vsize=10849012 memory=5952 CPUtime=1.4 cores=1,3,5,7
/proc/4636/task/4702/stat : 4702 (java) S 4633 4636 30895 0 -1 1077944384 1184 13170 0 0 62 71 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698385788080 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 2381.72 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1223248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2340.3 s]
/proc/loadavg: 1.66 1.40 1.40 3/231 5082
/proc/meminfo: memFree=28093948/32770624 swapFree=66915808/67108860
[pid=4636] ppid=4633 vsize=10849012 memory=1223248 CPUtime=2400.03 cores=1,3,5,7
/proc/4636/stat : 4636 (java) S 4633 4636 30895 0 -1 1077944320 278004 13170 0 0 239627 369 4 3 20 0 15 0 409471867 11109388288 305812 33554432000 4194304 4196468 140724240031328 140724240013872 139698863464183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
/proc/4636/statm: 2712253 305812 3627 1 0 2674317 0
[pid=4636/tid=4689] ppid=4633 vsize=10849012 memory=1223248 CPUtime=2314.17 cores=1,3,5,7
/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 73391 13170 0 0 231353 57 4 3 20 0 15 0 409471876 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698835300032 139698477547769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.73 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 18002 13170 0 0 1215 51 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.71 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 28043 13170 0 0 1207 57 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.78 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 19645 13170 0 0 1216 55 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.73 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 20774 13170 0 0 1209 57 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4694] ppid=4633 vsize=10849012 memory=1223248 CPUtime=10.66 cores=1,3,5,7
/proc/4636/task/4694/stat : 4694 (java) S 4633 4636 30895 0 -1 1077944384 19454 13170 0 0 1001 58 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698389998448 139698863475330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4695] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4695/stat : 4695 (java) S 4633 4636 30895 0 -1 1077944384 18 13170 0 0 0 0 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698307589728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4696] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4696/stat : 4696 (java) S 4633 4636 30895 0 -1 1077944384 9 13170 0 0 0 0 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697703609728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4697] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4697/stat : 4697 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697396210000 139698863482779 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4698] ppid=4633 vsize=10849012 memory=1223248 CPUtime=9.12 cores=1,3,5,7
/proc/4636/task/4698/stat : 4698 (java) S 4633 4636 30895 0 -1 1077944384 35537 13170 0 0 899 6 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698388945264 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4699] ppid=4633 vsize=10849012 memory=1223248 CPUtime=9.24 cores=1,3,5,7
/proc/4636/task/4699/stat : 4699 (java) S 4633 4636 30895 0 -1 1077944384 34267 13170 0 0 911 6 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698387892464 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4700] ppid=4633 vsize=10849012 memory=1223248 CPUtime=5.01 cores=1,3,5,7
/proc/4636/task/4700/stat : 4700 (java) S 4633 4636 30895 0 -1 1077944384 25462 13170 0 0 487 7 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698386839664 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4701] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4701/stat : 4701 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697362651360 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4702] ppid=4633 vsize=10849012 memory=3628 CPUtime=1.42 cores=1,3,5,7
/proc/4636/task/4702/stat : 4702 (java) S 4633 4636 30895 0 -1 1077944384 1186 13170 0 0 63 72 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698385788080 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1223248 KiB

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

[startup+2340.33 s]
# the end of solver process 4636 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.34 s, system=3.73528 s

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

[startup+2340.3 s]
/proc/loadavg: 1.66 1.40 1.40 3/231 5082
/proc/meminfo: memFree=28093948/32770624 swapFree=66915808/67108860
[pid=4636] ppid=4633 vsize=10849012 memory=1223248 CPUtime=2400.03 cores=1,3,5,7
/proc/4636/stat : 4636 (java) S 4633 4636 30895 0 -1 1077944320 278004 13170 0 0 239627 369 4 3 20 0 15 0 409471867 11109388288 305812 33554432000 4194304 4196468 140724240031328 140724240013872 139698863464183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
/proc/4636/statm: 2712253 305812 3627 1 0 2674317 0
[pid=4636/tid=4689] ppid=4633 vsize=10849012 memory=1223248 CPUtime=2314.17 cores=1,3,5,7
/proc/4636/task/4689/stat : 4689 (java) R 4633 4636 30895 0 -1 4202560 73391 13170 0 0 231353 57 4 3 20 0 15 0 409471876 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698835300032 139698477547769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4690] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.73 cores=1,3,5,7
/proc/4636/task/4690/stat : 4690 (java) S 4633 4636 30895 0 -1 1077944384 18002 13170 0 0 1215 51 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698867706512 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4691] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.71 cores=1,3,5,7
/proc/4636/task/4691/stat : 4691 (java) S 4633 4636 30895 0 -1 1077944384 28043 13170 0 0 1207 57 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698782525968 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4692] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.78 cores=1,3,5,7
/proc/4636/task/4692/stat : 4692 (java) S 4633 4636 30895 0 -1 1077944384 19645 13170 0 0 1216 55 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698781473168 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4693] ppid=4633 vsize=10849012 memory=1223248 CPUtime=12.73 cores=1,3,5,7
/proc/4636/task/4693/stat : 4693 (java) S 4633 4636 30895 0 -1 1077944384 20774 13170 0 0 1209 57 4 3 20 0 15 0 409471877 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698780420368 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4694] ppid=4633 vsize=10849012 memory=1223248 CPUtime=10.66 cores=1,3,5,7
/proc/4636/task/4694/stat : 4694 (java) S 4633 4636 30895 0 -1 1077944384 19454 13170 0 0 1001 58 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698389998448 139698863475330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4695] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4695/stat : 4695 (java) S 4633 4636 30895 0 -1 1077944384 18 13170 0 0 0 0 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698307589728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4696] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4696/stat : 4696 (java) S 4633 4636 30895 0 -1 1077944384 9 13170 0 0 0 0 4 3 20 0 15 0 409471879 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697703609728 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4697] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4697/stat : 4697 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697396210000 139698863482779 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4698] ppid=4633 vsize=10849012 memory=1223248 CPUtime=9.12 cores=1,3,5,7
/proc/4636/task/4698/stat : 4698 (java) S 4633 4636 30895 0 -1 1077944384 35537 13170 0 0 899 6 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698388945264 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4699] ppid=4633 vsize=10849012 memory=1223248 CPUtime=9.24 cores=1,3,5,7
/proc/4636/task/4699/stat : 4699 (java) S 4633 4636 30895 0 -1 1077944384 34267 13170 0 0 911 6 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698387892464 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4700] ppid=4633 vsize=10849012 memory=1223248 CPUtime=5.01 cores=1,3,5,7
/proc/4636/task/4700/stat : 4700 (java) S 4633 4636 30895 0 -1 1077944384 25462 13170 0 0 487 7 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698386839664 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4701] ppid=4633 vsize=10849012 memory=1223248 CPUtime=0.07 cores=1,3,5,7
/proc/4636/task/4701/stat : 4701 (java) S 4633 4636 30895 0 -1 1077944384 3 13170 0 0 0 0 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139697362651360 139698863474389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
[pid=4636/tid=4702] ppid=4633 vsize=10849012 memory=3628 CPUtime=1.42 cores=1,3,5,7
/proc/4636/task/4702/stat : 4702 (java) S 4633 4636 30895 0 -1 1077944384 1186 13170 0 0 63 72 4 3 20 0 15 0 409471882 11109388288 305812 33554432000 4194304 4196468 140724240031328 139698385788080 139698863475330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140724240034550 140724240037061 140724240037061 140724240039887 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1223248 KiB

Child status: 143
Real time (s): 2340.33
CPU time (s): 2400.08
CPU user time (s): 2396.34
CPU system time (s): 3.73528
CPU usage (%): 102.553
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 1339996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.34
system time used= 3.73528
maximum resident set size= 1339996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292116
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289409
involuntary context switches= 6415


# summary of solver processes directly reported to runsolver:
#   pid: 4636
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.34
#   total CPU system time (s): 3.73528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0968 second user time and 24.9536 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 01:49:32
IDJOB=4392113
IDBENCH=141359
IDSOLVER=2837
FILE ID=node134/4392113-1568332213
RUNJOBID= node134-1568307244-30927
PBS_JOBID= 21701121
Free space on /tmp= 56084 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-herbs_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392113-1568332213/watcher-4392113-1568332213 -o /tmp/evaluation-result-4392113-1568332213/solver-4392113-1568332213 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=672394160 HOME/instance-4392113-1568332213.xml

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

MD5SUM BENCH= 01ee442f0f2e93e01b5a5546098ec59b
RANDOM SEED=672394160

node134.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.76
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.76
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.76
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.76
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:        27225216 kB
MemAvailable:   28665024 kB
Buffers:          148864 kB
Cached:          1555264 kB
SwapCached:        90628 kB
Active:          3563876 kB
Inactive:        1359608 kB
Active(anon):    3152132 kB
Inactive(anon):   106440 kB
Active(file):     411744 kB
Inactive(file):  1253168 kB
Unevictable:      110352 kB
Mlocked:          110352 kB
SwapTotal:      67108860 kB
SwapFree:       66915796 kB
Dirty:             35056 kB
Writeback:             0 kB
AnonPages:       3240384 kB
Mapped:            55632 kB
Shmem:             30728 kB
Slab:             211364 kB
SReclaimable:     181460 kB
SUnreclaim:        29904 kB
KernelStack:        3840 kB
PageTables:        11524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4082016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3006464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56052 MiB
End job on node134 at 2019-09-13 02:28:32