Trace number 4400649

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.08 2464.04

General information on the benchmark

NameBibd/Bibd-sum-lex/
Bibd-sum-09-120-40-03-10.xml
MD5SUM516a10ad09fd7e852a109bf36c14a2d3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark34.1236
Satisfiable
(Un)Satisfiability was proved
Number of variables1080
Number of constraints166
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1080}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":1080}]
Minimum constraint arity9
Maximum constraint arity1080
Distribution of constraint arities[{"arity":9,"count":120},{"arity":120,"count":9},{"arity":240,"count":36},{"arity":1080,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":165}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.56	c Concrete v3.12.2.1568631193530 running
2520.02/2464.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2464.02		at concrete.MAC.mac(MAC.scala:192)
2520.02/2464.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2464.02		at scala.util.Try$.apply(Try.scala:212)
2520.02/2464.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2464.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2464.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2464.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2464.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2464.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2464.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2464.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2464.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2464.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2464.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2464.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2464.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2464.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2464.02		at scala.util.Success.map(Try.scala:264)
2520.02/2464.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2464.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2464.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2464.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2464.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2464.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2464.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2464.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2464.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2464.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2464.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2464.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2464.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2464.02		at scala.App.main(App.scala:75)
2520.02/2464.02		at scala.App.main$(App.scala:73)
2520.02/2464.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2464.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2464.03	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 (14621 MiB free)
  memory of node 1: 16384 MiB (15053 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400649-1568677362/watcher-4400649-1568677362 -o /tmp/evaluation-result-4400649-1568677362/solver-4400649-1568677362 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568673289-24882 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1332689568 HOME/instance-4400649-1568677362.xml 

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

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


[startup+0.100169 s]*
/proc/loadavg: 1.45 1.32 1.32 3/219 25971
/proc/meminfo: memFree=30381948/32770624 swapFree=66953588/67108860
[pid=25914] ppid=25911 vsize=9972712 memory=18600 CPUtime=0.09 cores=0,2,4,6
/proc/25914/stat : 25914 (java) S 25911 25914 24851 0 -1 1077944320 4418 13421 0 0 1 1 5 2 20 0 6 0 443678095 10212057088 4650 33554432000 4194304 4196468 140727597016496 140727596999040 140046211399415 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
/proc/25914/statm: 2493178 4650 1933 1 0 2481616 0
[pid=25914/tid=25967] ppid=25911 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 2207 13421 0 0 1 0 5 2 20 0 6 0 443678104 10212057088 4650 33554432000 4194304 4196468 140727597016496 140046183236176 140046211421341 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 6 0 443678105 10212057088 4715 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=9972712 memory=140547522303616 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 6 0 443678105 10212057088 4715 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 6 0 443678105 10212057088 4715 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 6 0 443678105 10212057088 4715 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.210036 s]*
/proc/loadavg: 1.45 1.32 1.32 4/228 25980
/proc/meminfo: memFree=30356740/32770624 swapFree=66953588/67108860
[pid=25914] ppid=25911 vsize=10820196 memory=47484 CPUtime=0.26 cores=0,2,4,6
/proc/25914/stat : 25914 (java) S 25911 25914 24851 0 -1 1077944320 7187 13421 0 0 17 2 5 2 20 0 15 0 443678095 11079880704 11871 33554432000 4194304 4196468 140727597016496 140727596999040 140046211399415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
/proc/25914/statm: 2705049 11871 3259 1 0 2667149 0
[pid=25914/tid=25967] ppid=25911 vsize=10820196 memory=7822038051842263955 CPUtime=0.18 cores=0,2,4,6
/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 3680 13421 0 0 10 1 5 2 20 0 15 0 443678104 11079880704 11937 33554432000 4194304 4196468 140727597016496 140046183222576 140046195479902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=10820196 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11079880704 11937 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=10820196 memory=140547522303616 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11079880704 11937 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678105 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25972] ppid=25911 vsize=10820196 memory=140547522303616 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25972/stat : 25972 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678106 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045738092656 140046211410562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25973] ppid=25911 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25973/stat : 25973 (java) S 25911 25914 24851 0 -1 1077944384 13 13421 0 0 0 0 5 2 20 0 15 0 443678107 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045663068960 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25974] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25974/stat : 25974 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678107 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045528851568 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25975] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25975/stat : 25975 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678110 11079880704 11937 33554432000 4194304 4196468 140727597016496 140044924872784 140046211418011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25976] ppid=25911 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25914/task/25976/stat : 25976 (java) R 25911 25914 24851 0 -1 4202560 610 13421 0 0 1 0 5 2 20 0 15 0 443678110 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045737040496 140046189273600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25977] ppid=25911 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25977/stat : 25977 (java) S 25911 25914 24851 0 -1 1077944384 60 13421 0 0 0 0 5 2 20 0 15 0 443678110 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045735987696 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25978] ppid=25911 vsize=10820196 memory=140547522303616 CPUtime=0.1 cores=0,2,4,6
/proc/25914/task/25978/stat : 25978 (java) S 25911 25914 24851 0 -1 1077944384 613 13421 0 0 3 0 5 2 20 0 15 0 443678110 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045734935408 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25979] ppid=25911 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25979/stat : 25979 (java) S 25911 25914 24851 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 443678110 11079880704 11937 33554432000 4194304 4196468 140727597016496 140044455111648 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25980] ppid=25911 vsize=10820196 memory=140547522303616 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25980/stat : 25980 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678110 11079880704 11937 33554432000 4194304 4196468 140727597016496 140045733882288 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47484 KiB

[startup+0.310629 s]*
/proc/loadavg: 1.45 1.32 1.32 4/228 25980
/proc/meminfo: memFree=30343244/32770624 swapFree=66953588/67108860
[pid=25914] ppid=25911 vsize=10820196 memory=55992 CPUtime=0.39 cores=0,2,4,6
/proc/25914/stat : 25914 (java) S 25911 25914 24851 0 -1 1077944320 10362 13421 0 0 29 3 5 2 20 0 15 0 443678095 11079880704 13998 33554432000 4194304 4196468 140727597016496 140727596999040 140046211399415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
/proc/25914/statm: 2705049 13998 3310 1 0 2667149 0
[pid=25914/tid=25967] ppid=25911 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 6828 13421 0 0 19 2 5 2 20 0 15 0 443678104 11079880704 14063 33554432000 4194304 4196468 140727597016496 140046183208368 140046195479902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=10820196 memory=7882821533319586157 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11079880704 14063 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=10820196 memory=5787233549803348032 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11079880704 14063 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=10820196 memory=7649539922994088898 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678105 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25972] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25972/stat : 25972 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678106 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045738092656 140046211410562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25973] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25973/stat : 25973 (java) S 25911 25914 24851 0 -1 1077944384 13 13421 0 0 0 0 5 2 20 0 15 0 443678107 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045663068960 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25974] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25974/stat : 25974 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678107 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045528851568 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25975] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25975/stat : 25975 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678110 11079880704 14063 33554432000 4194304 4196468 140727597016496 140044924872784 140046211418011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25976] ppid=25911 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25914/task/25976/stat : 25976 (java) S 25911 25914 24851 0 -1 1077944384 612 13421 0 0 2 0 5 2 20 0 15 0 443678110 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045737040496 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25977] ppid=25911 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25914/task/25977/stat : 25977 (java) S 25911 25914 24851 0 -1 1077944384 60 13421 0 0 1 0 5 2 20 0 15 0 443678110 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045735987696 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25978] ppid=25911 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25914/task/25978/stat : 25978 (java) S 25911 25914 24851 0 -1 1077944384 631 13421 0 0 5 0 5 2 20 0 15 0 443678110 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045734935408 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25979] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25979/stat : 25979 (java) S 25911 25914 24851 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 443678110 11079880704 14063 33554432000 4194304 4196468 140727597016496 140044455111648 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25980] ppid=25911 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25980/stat : 25980 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678110 11079880704 14063 33554432000 4194304 4196468 140727597016496 140045733882288 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 55992 KiB

[startup+0.700773 s]
/proc/loadavg: 1.45 1.32 1.32 4/228 25980
/proc/meminfo: memFree=30332776/32770624 swapFree=66953588/67108860
[pid=25914] ppid=25911 vsize=10824364 memory=87920 CPUtime=1.07 cores=0,2,4,6
/proc/25914/stat : 25914 (java) S 25911 25914 24851 0 -1 1077944320 14654 13421 0 0 95 5 5 2 20 0 15 0 443678095 11084148736 21980 33554432000 4194304 4196468 140727597016496 140727596999040 140046211399415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
/proc/25914/statm: 2706091 21980 3508 1 0 2668173 0
[pid=25914/tid=25967] ppid=25911 vsize=10824364 memory=2241 CPUtime=0.65 cores=0,2,4,6
/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 10191 13421 0 0 55 3 5 2 20 0 15 0 443678104 11084148736 21980 33554432000 4194304 4196468 140727597016496 140046183228960 140046211421341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11084148736 21980 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11084148736 21980 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678105 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678105 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25972] ppid=25911 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25972/stat : 25972 (java) S 25911 25914 24851 0 -1 1077944384 5 13421 0 0 0 0 5 2 20 0 15 0 443678106 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045738092656 140046211410562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25973] ppid=25911 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25973/stat : 25973 (java) S 25911 25914 24851 0 -1 1077944384 13 13421 0 0 0 0 5 2 20 0 15 0 443678107 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045663068960 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25974] ppid=25911 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25974/stat : 25974 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678107 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045528851568 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25975] ppid=25911 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25975/stat : 25975 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678110 11084148736 21980 33554432000 4194304 4196468 140727597016496 140044924872784 140046211418011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25976] ppid=25911 vsize=10824364 memory=140547368978320 CPUtime=0.18 cores=0,2,4,6
/proc/25914/task/25976/stat : 25976 (java) S 25911 25914 24851 0 -1 1077944384 923 13421 0 0 11 0 5 2 20 0 15 0 443678110 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045737040496 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25977] ppid=25911 vsize=10824364 memory=24964 CPUtime=0.18 cores=0,2,4,6
/proc/25914/task/25977/stat : 25977 (java) S 25911 25914 24851 0 -1 1077944384 437 13421 0 0 11 0 5 2 20 0 15 0 443678110 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045735987696 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25978] ppid=25911 vsize=10824364 memory=2244 CPUtime=0.24 cores=0,2,4,6
/proc/25914/task/25978/stat : 25978 (java) S 25911 25914 24851 0 -1 1077944384 864 13421 0 0 17 0 5 2 20 0 15 0 443678110 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045734935408 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25979] ppid=25911 vsize=10824364 memory=140547368975728 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25979/stat : 25979 (java) S 25911 25914 24851 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 443678110 11084148736 21980 33554432000 4194304 4196468 140727597016496 140044455111648 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25980] ppid=25911 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25980/stat : 25980 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678110 11084148736 21980 33554432000 4194304 4196468 140727597016496 140045733882288 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87920 KiB

[startup+1.50092 s]
/proc/loadavg: 1.45 1.32 1.32 3/228 25980
/proc/meminfo: memFree=30286812/32770624 swapFree=66953588/67108860
[pid=25914] ppid=25911 vsize=10834680 memory=179632 CPUtime=2.47 cores=0,2,4,6
/proc/25914/stat : 25914 (java) S 25911 25914 24851 0 -1 1077944320 21968 13421 0 0 230 10 5 2 20 0 15 0 443678095 11094712320 44908 33554432000 4194304 4196468 140727597016496 140727596999040 140046211399415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
/proc/25914/statm: 2708670 44908 3588 1 0 2670733 0
[pid=25914/tid=25967] ppid=25911 vsize=10834680 memory=19 CPUtime=1.41 cores=0,2,4,6
/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 15517 13421 0 0 129 5 5 2 20 0 15 0 443678104 11094712320 44908 33554432000 4194304 4196468 140727597016496 140046183207504 140046195443045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=10834680 memory=28 CPUtime=0.08 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 81 13421 0 0 1 0 5 2 20 0 15 0 443678105 11094712320 44908 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 27 13421 0 0 1 0 5 2 20 0 15 0 443678105 11094712320 44908 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 51 13421 0 0 1 0 5 2 20 0 15 0 443678105 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=10834680 memory=103568 CPUtime=0.08 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 351 13421 0 0 1 0 5 2 20 0 15 0 443678105 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25972] ppid=25911 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25914/task/25972/stat : 25972 (java) S 25911 25914 24851 0 -1 1077944384 452 13421 0 0 1 0 5 2 20 0 15 0 443678106 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045738092656 140046211410562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25973] ppid=25911 vsize=10834680 memory=7018394261716493393 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25973/stat : 25973 (java) S 25911 25914 24851 0 -1 1077944384 14 13421 0 0 0 0 5 2 20 0 15 0 443678107 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045663069024 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25974] ppid=25911 vsize=10834680 memory=7667772374764708437 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25974/stat : 25974 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678107 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045528851584 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25975] ppid=25911 vsize=10834680 memory=7301018258346501996 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25975/stat : 25975 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678110 11094712320 44908 33554432000 4194304 4196468 140727597016496 140044924872784 140046211418011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25976] ppid=25911 vsize=10834680 memory=5788911563529872472 CPUtime=0.33 cores=0,2,4,6
/proc/25914/task/25976/stat : 25976 (java) S 25911 25914 24851 0 -1 1077944384 1100 13421 0 0 26 0 5 2 20 0 15 0 443678110 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045737040496 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25977] ppid=25911 vsize=10834680 memory=7811048674056231274 CPUtime=0.33 cores=0,2,4,6
/proc/25914/task/25977/stat : 25977 (java) R 25911 25914 24851 0 -1 1077944384 592 13421 0 0 25 1 5 2 20 0 15 0 443678110 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045735987696 140046211410562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25978] ppid=25911 vsize=10834680 memory=7018394261716493393 CPUtime=0.47 cores=0,2,4,6
/proc/25914/task/25978/stat : 25978 (java) R 25911 25914 24851 0 -1 4202560 1567 13421 0 0 40 0 5 2 20 0 15 0 443678110 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045734935408 140046190202552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25979] ppid=25911 vsize=10834680 memory=7018394261716493393 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25979/stat : 25979 (java) S 25911 25914 24851 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 443678110 11094712320 44908 33554432000 4194304 4196468 140727597016496 140044455111648 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25980] ppid=25911 vsize=10834680 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25980/stat : 25980 (java) S 25911 25914 24851 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 443678110 11094712320 44908 33554432000 4194304 4196468 140727597016496 140045733882288 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 71830 13421 0 0 229791 48 5 2 20 0 15 0 443678104 11107315712 139293 33554432000 4194304 4196468 140727597016496 140046183235200 140045832291459 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=10846988 memory=557172 CPUtime=13.22 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 18900 13421 0 0 1273 42 5 2 20 0 15 0 443678105 11107315712 139293 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=10846988 memory=559224 CPUtime=13.25 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 14947 13421 0 0 1271 47 5 2 20 0 15 0 443678105 11107315712 139293 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=10846988 memory=570512 CPUtime=13.24 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 24222 13421 0 0 1269 48 5 2 20 0 15 0 443678105 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=10846988 memory=562304 CPUtime=13.19 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 19116 13421 0 0 1269 43 5 2 20 0 15 0 443678105 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25972] ppid=25911 vsize=10846988 memory=569484 CPUtime=7.87 cores=0,2,4,6
/proc/25914/task/25972/stat : 25972 (java) S 25911 25914 24851 0 -1 1077944384 18702 13421 0 0 727 53 5 2 20 0 15 0 443678106 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045738092656 140046211410562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25973] ppid=25911 vsize=10846988 memory=560252 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25973/stat : 25973 (java) S 25911 25914 24851 0 -1 1077944384 23 13421 0 0 0 0 5 2 20 0 15 0 443678107 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045663069088 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25974] ppid=25911 vsize=10846988 memory=557688 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25974/stat : 25974 (java) S 25911 25914 24851 0 -1 1077944384 16 13421 0 0 0 0 5 2 20 0 15 0 443678107 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045528851584 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25975] ppid=25911 vsize=10846988 memory=557172 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25975/stat : 25975 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678110 11107315712 139293 33554432000 4194304 4196468 140727597016496 140044924872784 140046211418011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25976] ppid=25911 vsize=10846988 memory=558712 CPUtime=6.77 cores=0,2,4,6
/proc/25914/task/25976/stat : 25976 (java) S 25911 25914 24851 0 -1 1077944384 17964 13421 0 0 667 3 5 2 20 0 15 0 443678110 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045737040496 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25977] ppid=25911 vsize=10846988 memory=560252 CPUtime=6.38 cores=0,2,4,6
/proc/25914/task/25977/stat : 25977 (java) S 25911 25914 24851 0 -1 1077944384 17932 13421 0 0 627 4 5 2 20 0 15 0 443678110 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045735987696 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25978] ppid=25911 vsize=10846988 memory=560252 CPUtime=2.29 cores=0,2,4,6
/proc/25914/task/25978/stat : 25978 (java) S 25911 25914 24851 0 -1 1077944384 20436 13421 0 0 218 4 5 2 20 0 15 0 443678110 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045734935408 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25979] ppid=25911 vsize=10846988 memory=558200 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25979/stat : 25979 (java) S 25911 25914 24851 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 443678110 11107315712 139293 33554432000 4194304 4196468 140727597016496 140044455111648 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25980] ppid=25911 vsize=10846988 memory=796 CPUtime=1.39 cores=0,2,4,6
/proc/25914/task/25980/stat : 25980 (java) S 25911 25914 24851 0 -1 1077944384 1203 13421 0 0 63 69 5 2 20 0 15 0 443678110 11107315712 139293 33554432000 4194304 4196468 140727597016496 140045733882288 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 2375.54 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 557172 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.40 1.38 3/229 26355
/proc/meminfo: memFree=29430636/32770624 swapFree=66953636/67108860
[pid=25914] ppid=25911 vsize=10846988 memory=476624 CPUtime=2436.68 cores=0,2,4,6
/proc/25914/stat : 25914 (java) S 25911 25914 24851 0 -1 1077944320 228937 13421 0 0 243332 329 5 2 20 0 15 0 443678095 11107315712 119156 33554432000 4194304 4196468 140727597016496 140727596999040 140046211399415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
/proc/25914/statm: 2711747 119156 3631 1 0 2673805 0
[pid=25914/tid=25967] ppid=25911 vsize=10846988 memory=488424 CPUtime=2357.82 cores=0,2,4,6
/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 72444 13421 0 0 235726 49 5 2 20 0 15 0 443678104 11107315712 119156 33554432000 4194304 4196468 140727597016496 140046183235200 140045832386887 0 4 0 16800975 0 0 0 -1 2 0 0 48 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=10846988 memory=485344 CPUtime=13.62 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 19214 13421 0 0 1312 43 5 2 20 0 15 0 443678105 11107315712 119156 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=10846988 memory=482268 CPUtime=13.64 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 14998 13421 0 0 1309 48 5 2 20 0 15 0 443678105 11107315712 119156 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=10846988 memory=477652 CPUtime=13.63 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 24286 13421 0 0 1308 48 5 2 20 0 15 0 443678105 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=10846988 memory=478676 CPUtime=13.58 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 19283 13421 0 0 1307 44 5 2 20 0 15 0 443678105 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25972] ppid=25911 vsize=10846988 memory=477136 CPUtime=8.05 cores=0,2,4,6
/proc/25914/task/25972/stat : 25972 (java) S 25911 25914 24851 0 -1 1077944384 18900 13421 0 0 743 55 5 2 20 0 15 0 443678106 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045738092656 140046211410562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25973] ppid=25911 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25973/stat : 25973 (java) S 25911 25914 24851 0 -1 1077944384 23 13421 0 0 0 0 5 2 20 0 15 0 443678107 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045663069088 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25974] ppid=25911 vsize=10846988 memory=97 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25974/stat : 25974 (java) S 25911 25914 24851 0 -1 1077944384 16 13421 0 0 0 0 5 2 20 0 15 0 443678107 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045528851584 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25975] ppid=25911 vsize=10846988 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25975/stat : 25975 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678110 11107315712 119156 33554432000 4194304 4196468 140727597016496 140044924872784 140046211418011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25976] ppid=25911 vsize=10846988 memory=483808 CPUtime=6.77 cores=0,2,4,6
/proc/25914/task/25976/stat : 25976 (java) S 25911 25914 24851 0 -1 1077944384 17966 13421 0 0 667 3 5 2 20 0 15 0 443678110 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045737040496 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25977] ppid=25911 vsize=10846988 memory=3612 CPUtime=6.38 cores=0,2,4,6
/proc/25914/task/25977/stat : 25977 (java) S 25911 25914 24851 0 -1 1077944384 17934 13421 0 0 627 4 5 2 20 0 15 0 443678110 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045735987696 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25978] ppid=25911 vsize=10846988 memory=3612 CPUtime=2.29 cores=0,2,4,6
/proc/25914/task/25978/stat : 25978 (java) S 25911 25914 24851 0 -1 1077944384 20438 13421 0 0 218 4 5 2 20 0 15 0 443678110 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045734935408 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25979] ppid=25911 vsize=10846988 memory=32840 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25979/stat : 25979 (java) S 25911 25914 24851 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 443678110 11107315712 119156 33554432000 4194304 4196468 140727597016496 140044455111648 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25980] ppid=25911 vsize=10846988 memory=486884 CPUtime=1.43 cores=0,2,4,6
/proc/25914/task/25980/stat : 25980 (java) S 25911 25914 24851 0 -1 1077944384 1221 13421 0 0 65 71 5 2 20 0 15 0 443678110 11107315712 119156 33554432000 4194304 4196468 140727597016496 140045733882288 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 2436.68 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 476624 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.41 1.38 3/230 26361
/proc/meminfo: memFree=29465548/32770624 swapFree=66953636/67108860
[pid=25914] ppid=25911 vsize=10846988 memory=438624 CPUtime=2497.88 cores=0,2,4,6
/proc/25914/stat : 25914 (java) S 25911 25914 24851 0 -1 1077944320 231881 13421 0 0 249444 337 5 2 20 0 15 0 443678095 11107315712 109656 33554432000 4194304 4196468 140727597016496 140727596999040 140046211399415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
/proc/25914/statm: 2711747 109656 3631 1 0 2673805 0
[pid=25914/tid=25967] ppid=25911 vsize=10846988 memory=439136 CPUtime=2417.15 cores=0,2,4,6
/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 73941 13421 0 0 241659 49 5 2 20 0 15 0 443678104 11107315712 109656 33554432000 4194304 4196468 140727597016496 140046183234784 140045824895568 0 4 0 16800975 0 0 0 -1 0 0 0 48 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=10846988 memory=6791534058613427641 CPUtime=14.02 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 19487 13421 0 0 1351 44 5 2 20 0 15 0 443678105 11107315712 109656 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=10846988 memory=3612 CPUtime=14.06 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 15361 13421 0 0 1350 49 5 2 20 0 15 0 443678105 11107315712 109656 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=10846988 memory=440160 CPUtime=14.03 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 24650 13421 0 0 1347 49 5 2 20 0 15 0 443678105 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=10846988 memory=457644 CPUtime=13.99 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 19677 13421 0 0 1346 46 5 2 20 0 15 0 443678105 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25972] ppid=25911 vsize=10846988 memory=482268 CPUtime=8.24 cores=0,2,4,6
/proc/25914/task/25972/stat : 25972 (java) S 25911 25914 24851 0 -1 1077944384 18940 13421 0 0 760 57 5 2 20 0 15 0 443678106 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045738092656 140046211410562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25973] ppid=25911 vsize=10846988 memory=478676 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25973/stat : 25973 (java) S 25911 25914 24851 0 -1 1077944384 23 13421 0 0 0 0 5 2 20 0 15 0 443678107 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045663069088 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25974] ppid=25911 vsize=10846988 memory=477136 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25974/stat : 25974 (java) S 25911 25914 24851 0 -1 1077944384 16 13421 0 0 0 0 5 2 20 0 15 0 443678107 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045528851584 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25975] ppid=25911 vsize=10846988 memory=456100 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25975/stat : 25975 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678110 11107315712 109656 33554432000 4194304 4196468 140727597016496 140044924872784 140046211418011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25976] ppid=25911 vsize=10846988 memory=446836 CPUtime=6.77 cores=0,2,4,6
/proc/25914/task/25976/stat : 25976 (java) S 25911 25914 24851 0 -1 1077944384 17968 13421 0 0 667 3 5 2 20 0 15 0 443678110 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045737040496 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25977] ppid=25911 vsize=10846988 memory=447344 CPUtime=6.38 cores=0,2,4,6
/proc/25914/task/25977/stat : 25977 (java) S 25911 25914 24851 0 -1 1077944384 17936 13421 0 0 627 4 5 2 20 0 15 0 443678110 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045735987696 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25978] ppid=25911 vsize=10846988 memory=445292 CPUtime=2.29 cores=0,2,4,6
/proc/25914/task/25978/stat : 25978 (java) S 25911 25914 24851 0 -1 1077944384 20441 13421 0 0 218 4 5 2 20 0 15 0 443678110 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045734935408 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25979] ppid=25911 vsize=10846988 memory=443752 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25979/stat : 25979 (java) S 25911 25914 24851 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 443678110 11107315712 109656 33554432000 4194304 4196468 140727597016496 140044455111648 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25980] ppid=25911 vsize=10846988 memory=440676 CPUtime=1.47 cores=0,2,4,6
/proc/25914/task/25980/stat : 25980 (java) S 25911 25914 24851 0 -1 1077944384 1227 13421 0 0 67 73 5 2 20 0 15 0 443678110 11107315712 109656 33554432000 4194304 4196468 140727597016496 140045733882288 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 2497.88 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 438624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.01 s]*
/proc/loadavg: 1.41 1.40 1.38 3/229 26362
/proc/meminfo: memFree=29442340/32770624 swapFree=66953636/67108860
[pid=25914] ppid=25911 vsize=10846988 memory=463076 CPUtime=2520.02 cores=0,2,4,6
/proc/25914/stat : 25914 (java) S 25911 25914 24851 0 -1 1077944320 235706 13421 0 0 251655 340 5 2 20 0 15 0 443678095 11107315712 115769 33554432000 4194304 4196468 140727597016496 140727596999040 140046211399415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
/proc/25914/statm: 2711747 115769 3631 1 0 2673805 0
[pid=25914/tid=25967] ppid=25911 vsize=10846988 memory=8317482817917895235 CPUtime=2438.62 cores=0,2,4,6
/proc/25914/task/25967/stat : 25967 (java) R 25911 25914 24851 0 -1 4202560 76513 13421 0 0 243805 50 5 2 20 0 15 0 443678104 11107315712 115769 33554432000 4194304 4196468 140727597016496 140046183235168 140045832194846 0 4 0 16800975 0 0 0 -1 0 0 0 48 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25968] ppid=25911 vsize=10846988 memory=4126316290023845779 CPUtime=14.17 cores=0,2,4,6
/proc/25914/task/25968/stat : 25968 (java) S 25911 25914 24851 0 -1 1077944384 19707 13421 0 0 1365 45 5 2 20 0 15 0 443678105 11107315712 115769 33554432000 4194304 4196468 140727597016496 140046215642000 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25969] ppid=25911 vsize=10846988 memory=924 CPUtime=14.21 cores=0,2,4,6
/proc/25914/task/25969/stat : 25969 (java) S 25911 25914 24851 0 -1 1077944384 15563 13421 0 0 1364 50 5 2 20 0 15 0 443678105 11107315712 115769 33554432000 4194304 4196468 140727597016496 140046134393616 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25970] ppid=25911 vsize=10846988 memory=3612 CPUtime=14.18 cores=0,2,4,6
/proc/25914/task/25970/stat : 25970 (java) S 25911 25914 24851 0 -1 1077944384 24966 13421 0 0 1361 50 5 2 20 0 15 0 443678105 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045783587984 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25971] ppid=25911 vsize=10846988 memory=32840 CPUtime=14.14 cores=0,2,4,6
/proc/25914/task/25971/stat : 25971 (java) S 25911 25914 24851 0 -1 1077944384 19984 13421 0 0 1361 46 5 2 20 0 15 0 443678105 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045782535184 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25972] ppid=25911 vsize=10846988 memory=2044 CPUtime=8.3 cores=0,2,4,6
/proc/25914/task/25972/stat : 25972 (java) S 25911 25914 24851 0 -1 1077944384 19137 13421 0 0 766 57 5 2 20 0 15 0 443678106 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045738092656 140046211410562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25973] ppid=25911 vsize=10846988 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25973/stat : 25973 (java) S 25911 25914 24851 0 -1 1077944384 23 13421 0 0 0 0 5 2 20 0 15 0 443678107 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045663069088 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25974] ppid=25911 vsize=10846988 memory=11624 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25974/stat : 25974 (java) S 25911 25914 24851 0 -1 1077944384 16 13421 0 0 0 0 5 2 20 0 15 0 443678107 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045528851584 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25975] ppid=25911 vsize=10846988 memory=740 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25975/stat : 25975 (java) S 25911 25914 24851 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 443678110 11107315712 115769 33554432000 4194304 4196468 140727597016496 140044924872784 140046211418011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25976] ppid=25911 vsize=10846988 memory=1056 CPUtime=6.77 cores=0,2,4,6
/proc/25914/task/25976/stat : 25976 (java) S 25911 25914 24851 0 -1 1077944384 17968 13421 0 0 667 3 5 2 20 0 15 0 443678110 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045737040496 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25977] ppid=25911 vsize=10846988 memory=1552 CPUtime=6.38 cores=0,2,4,6
/proc/25914/task/25977/stat : 25977 (java) S 25911 25914 24851 0 -1 1077944384 17936 13421 0 0 627 4 5 2 20 0 15 0 443678110 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045735987696 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25978] ppid=25911 vsize=10846988 memory=1040 CPUtime=2.29 cores=0,2,4,6
/proc/25914/task/25978/stat : 25978 (java) S 25911 25914 24851 0 -1 1077944384 20441 13421 0 0 218 4 5 2 20 0 15 0 443678110 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045734935408 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25979] ppid=25911 vsize=10846988 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/25914/task/25979/stat : 25979 (java) S 25911 25914 24851 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 443678110 11107315712 115769 33554432000 4194304 4196468 140727597016496 140044455111648 140046211409621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
[pid=25914/tid=25980] ppid=25911 vsize=10846988 memory=804 CPUtime=1.48 cores=0,2,4,6
/proc/25914/task/25980/stat : 25980 (java) S 25911 25914 24851 0 -1 1077944384 1238 13421 0 0 67 74 5 2 20 0 15 0 443678110 11107315712 115769 33554432000 4194304 4196468 140727597016496 140045733882288 140046211410562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 19083264 140727597021935 140727597024453 140727597024453 140727597027279 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 463076 KiB

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

[startup+2464.04 s]
# the end of solver process 25914 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.64 s, system=3.44498 s

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

Child status: 143
Real time (s): 2464.04
CPU time (s): 2520.08
CPU user time (s): 2516.64
CPU system time (s): 3.44498
CPU usage (%): 102.274
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1750028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.64
system time used= 3.44498
maximum resident set size= 1752076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 230297
involuntary context switches= 8186


# summary of solver processes directly reported to runsolver:
#   pid: 25914
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.64
#   total CPU system time (s): 3.44498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2256 second user time and 23.6011 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 01:41:59
IDJOB=4400649
IDBENCH=123858
IDSOLVER=2857
FILE ID=node117/4400649-1568677362
RUNJOBID= node117-1568673289-24882
PBS_JOBID= 21703791
Free space on /tmp= 61152 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Bibd/Bibd-sum-lex/Bibd-sum-09-120-40-03-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400649-1568677362/watcher-4400649-1568677362 -o /tmp/evaluation-result-4400649-1568677362/solver-4400649-1568677362 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568673289-24882 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1332689568 HOME/instance-4400649-1568677362.xml

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

MD5SUM BENCH= 516a10ad09fd7e852a109bf36c14a2d3
RANDOM SEED=1332689568

node117.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30387900 kB
MemAvailable:   31532820 kB
Buffers:          114884 kB
Cached:          1309376 kB
SwapCached:        50116 kB
Active:           942064 kB
Inactive:         854764 kB
Active(anon):     323356 kB
Inactive(anon):    87424 kB
Active(file):     618708 kB
Inactive(file):   767340 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66953588 kB
Dirty:             35292 kB
Writeback:             0 kB
AnonPages:        432780 kB
Mapped:            55088 kB
Shmem:             29552 kB
Slab:             177972 kB
SReclaimable:     149412 kB
SUnreclaim:        28560 kB
KernelStack:        3744 kB
PageTables:         8136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1559736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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= 61116 MiB
End job on node117 at 2019-09-17 02:23:03