Trace number 4402654

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.28 2465.69

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-144.xml
MD5SUMb8938fafa0a7bd5ba97e6b9454c94e7b
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 benchmark31.3337
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints152
Number of domains2
Minimum domain size144
Maximum domain size20736
Distribution of domain sizes[{"size":144,"count":144},{"size":20736,"count":144}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":144},{"degree":4,"count":143},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity144
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":144},{"arity":72,"count":6},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints145
Distribution of constraint types[{"type":"intension","count":145},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402654-1568970132/watcher-4402654-1568970132 -o /var/tmp/evaluation-result-4402654-1568970132/solver-4402654-1568970132 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19972 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402654-1568970132.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=20566, runsolver pid=20563
Current StackSize limit: 8192 KiB


[startup+0.10019 s]*
/proc/loadavg: 1.35 1.28 1.19 4/218 20623
/proc/meminfo: memFree=1791620/32770624 swapFree=66955180/67108860
[pid=20566] ppid=20563 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/20566/stat : 20566 (java) S 20563 20566 19941 0 -1 1077944320 4434 13246 0 0 1 0 5 2 20 0 6 0 473271256 10212057088 4203 33554432000 4194304 4196468 140733341495360 140733341477904 140111395393271 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
/proc/20566/statm: 2493178 4203 1934 1 0 2481616 0
[pid=20566/tid=20619] ppid=20563 vsize=9972712 memory=-8617482348318186131 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20619/stat : 20619 (java) R 20563 20566 19941 0 -1 4202560 2239 13246 0 0 0 0 5 2 20 0 6 0 473271265 10212057088 4203 33554432000 4194304 4196468 140733341495360 140111367230032 140111395416861 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20620] ppid=20563 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20620/stat : 20620 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 6 0 473271266 10212057088 4203 33554432000 4194304 4196468 140733341495360 140111399635344 140111395403477 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20621] ppid=20563 vsize=9972712 memory=140627986028160 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20621/stat : 20621 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 6 0 473271266 10212057088 4203 33554432000 4194304 4196468 140733341495360 140111298525456 140111395403477 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20622] ppid=20563 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20622/stat : 20622 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 6 0 473271266 10212057088 4203 33554432000 4194304 4196468 140733341495360 140111297473168 140111395403477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20623] ppid=20563 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 6 0 473271266 10212057088 4203 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.217266 s]*
/proc/loadavg: 1.35 1.28 1.19 4/227 20632
/proc/meminfo: memFree=1768308/32770624 swapFree=66955180/67108860
[pid=20566] ppid=20563 vsize=10820196 memory=42404 CPUtime=0.27 cores=0,2,4,6
/proc/20566/stat : 20566 (java) S 20563 20566 19941 0 -1 1077944320 7555 13246 0 0 18 2 5 2 20 0 15 0 473271256 11079880704 10601 33554432000 4194304 4196468 140733341495360 140733341477904 140111395393271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
/proc/20566/statm: 2705049 10601 3285 1 0 2667149 0
[pid=20566/tid=20619] ppid=20563 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/20566/task/20619/stat : 20619 (java) R 20563 20566 19941 0 -1 4202560 4053 13246 0 0 11 0 5 2 20 0 15 0 473271265 11079880704 10601 33554432000 4194304 4196468 140733341495360 140111367207456 140110976811713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20620] ppid=20563 vsize=10820196 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20620/stat : 20620 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271266 11079880704 10601 33554432000 4194304 4196468 140733341495360 140111399635344 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20621] ppid=20563 vsize=10820196 memory=140627986048358 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20621/stat : 20621 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11079880704 10601 33554432000 4194304 4196468 140733341495360 140111298525456 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20622] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20622/stat : 20622 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11079880704 10601 33554432000 4194304 4196468 140733341495360 140111297473168 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20623] ppid=20563 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11079880704 10601 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20624] ppid=20563 vsize=10820196 memory=140627986028160 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20624/stat : 20624 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271268 11079880704 10601 33554432000 4194304 4196468 140733341495360 140110854888048 140111395404418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20625] ppid=20563 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20625/stat : 20625 (java) S 20563 20566 19941 0 -1 1077944384 13 13246 0 0 0 0 5 2 20 0 15 0 473271268 11079880704 10601 33554432000 4194304 4196468 140733341495360 140110758667552 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20626] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20626/stat : 20626 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271268 11079880704 10601 33554432000 4194304 4196468 140733341495360 140110154688112 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20627] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20627/stat : 20627 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11079880704 10601 33554432000 4194304 4196468 140733341495360 140109914397264 140111395411867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20628] ppid=20563 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20566/task/20628/stat : 20628 (java) S 20563 20566 19941 0 -1 1077944384 211 13246 0 0 1 0 5 2 20 0 15 0 473271271 11079880704 10601 33554432000 4194304 4196468 140733341495360 140110853834864 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20629] ppid=20563 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20566/task/20629/stat : 20629 (java) S 20563 20566 19941 0 -1 1077944384 450 13246 0 0 1 0 5 2 20 0 15 0 473271271 11079880704 10601 33554432000 4194304 4196468 140733341495360 140110852782064 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20630] ppid=20563 vsize=10820196 memory=140627986028160 CPUtime=0.1 cores=0,2,4,6
/proc/20566/task/20630/stat : 20630 (java) S 20563 20566 19941 0 -1 1077944384 604 13246 0 0 3 0 5 2 20 0 15 0 473271271 11079880704 10601 33554432000 4194304 4196468 140733341495360 140110851729776 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20631] ppid=20563 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20631/stat : 20631 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11079880704 10601 33554432000 4194304 4196468 140733341495360 140109880838624 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20632] ppid=20563 vsize=10820196 memory=140627986028160 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20632/stat : 20632 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271272 11079880704 10601 33554432000 4194304 4196468 140733341495360 140110850677680 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42404 KiB

[startup+0.311258 s]*
/proc/loadavg: 1.35 1.28 1.19 3/227 20632
/proc/meminfo: memFree=1758056/32770624 swapFree=66955180/67108860
[pid=20566] ppid=20563 vsize=10820196 memory=50580 CPUtime=0.39 cores=0,2,4,6
/proc/20566/stat : 20566 (java) S 20563 20566 19941 0 -1 1077944320 10863 13246 0 0 29 3 5 2 20 0 15 0 473271256 11079880704 12645 33554432000 4194304 4196468 140733341495360 140733341477904 140111395393271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
/proc/20566/statm: 2705049 12645 3305 1 0 2667149 0
[pid=20566/tid=20619] ppid=20563 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/20566/task/20619/stat : 20619 (java) R 20563 20566 19941 0 -1 4202560 7362 13246 0 0 19 2 5 2 20 0 15 0 473271265 11079880704 12645 33554432000 4194304 4196468 140733341495360 140111367212808 140111379473758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20620] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20620/stat : 20620 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271266 11079880704 12645 33554432000 4194304 4196468 140733341495360 140111399635344 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20621] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20621/stat : 20621 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11079880704 12645 33554432000 4194304 4196468 140733341495360 140111298525456 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20622] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20622/stat : 20622 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11079880704 12645 33554432000 4194304 4196468 140733341495360 140111297473168 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20623] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11079880704 12645 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20624] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20624/stat : 20624 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271268 11079880704 12645 33554432000 4194304 4196468 140733341495360 140110854888048 140111395404418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20625] ppid=20563 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20625/stat : 20625 (java) S 20563 20566 19941 0 -1 1077944384 13 13246 0 0 0 0 5 2 20 0 15 0 473271268 11079880704 12645 33554432000 4194304 4196468 140733341495360 140110758667552 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20626] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20626/stat : 20626 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271268 11079880704 12645 33554432000 4194304 4196468 140733341495360 140110154688112 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20627] ppid=20563 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20627/stat : 20627 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11079880704 12645 33554432000 4194304 4196468 140733341495360 140109914397264 140111395411867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20628] ppid=20563 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20566/task/20628/stat : 20628 (java) S 20563 20566 19941 0 -1 1077944384 211 13246 0 0 1 0 5 2 20 0 15 0 473271271 11079880704 12645 33554432000 4194304 4196468 140733341495360 140110853834864 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20629] ppid=20563 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20566/task/20629/stat : 20629 (java) R 20563 20566 19941 0 -1 1077944384 451 13246 0 0 2 0 5 2 20 0 15 0 473271271 11079880704 12645 33554432000 4194304 4196468 140733341495360 140110852782064 140111395404418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20630] ppid=20563 vsize=10820196 memory=140627986028160 CPUtime=0.12 cores=0,2,4,6
/proc/20566/task/20630/stat : 20630 (java) R 20563 20566 19941 0 -1 1077944384 612 13246 0 0 5 0 5 2 20 0 15 0 473271271 11079880704 12645 33554432000 4194304 4196468 140733341495360 140110851729776 140111395404418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20631] ppid=20563 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20631/stat : 20631 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11079880704 12645 33554432000 4194304 4196468 140733341495360 140109880838624 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20632] ppid=20563 vsize=10820196 memory=140627986028160 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20632/stat : 20632 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271272 11079880704 12645 33554432000 4194304 4196468 140733341495360 140110850677680 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50580 KiB

[startup+0.70726 s]
/proc/loadavg: 1.35 1.28 1.19 3/227 20632
/proc/meminfo: memFree=1746544/32770624 swapFree=66955180/67108860
[pid=20566] ppid=20563 vsize=10824364 memory=83424 CPUtime=1.15 cores=0,2,4,6
/proc/20566/stat : 20566 (java) S 20563 20566 19941 0 -1 1077944320 15079 13246 0 0 103 5 5 2 20 0 15 0 473271256 11084148736 20856 33554432000 4194304 4196468 140733341495360 140733341477904 140111395393271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
/proc/20566/statm: 2706091 20856 3511 1 0 2668173 0
[pid=20566/tid=20619] ppid=20563 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/20566/task/20619/stat : 20619 (java) R 20563 20566 19941 0 -1 4202560 10435 13246 0 0 57 3 5 2 20 0 15 0 473271265 11084148736 20856 33554432000 4194304 4196468 140733341495360 140111367216256 140111379473758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20620] ppid=20563 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20620/stat : 20620 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271266 11084148736 20856 33554432000 4194304 4196468 140733341495360 140111399635344 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20621] ppid=20563 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20621/stat : 20621 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11084148736 20856 33554432000 4194304 4196468 140733341495360 140111298525456 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20622] ppid=20563 vsize=10824364 memory=140627832615120 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20622/stat : 20622 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11084148736 20856 33554432000 4194304 4196468 140733341495360 140111297473168 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20623] ppid=20563 vsize=10824364 memory=140630114173545 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271266 11084148736 20856 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20624] ppid=20563 vsize=10824364 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20624/stat : 20624 (java) S 20563 20566 19941 0 -1 1077944384 5 13246 0 0 0 0 5 2 20 0 15 0 473271268 11084148736 20856 33554432000 4194304 4196468 140733341495360 140110854888048 140111395404418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20625] ppid=20563 vsize=10824364 memory=7014751519667017297 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20625/stat : 20625 (java) S 20563 20566 19941 0 -1 1077944384 13 13246 0 0 0 0 5 2 20 0 15 0 473271268 11084148736 20856 33554432000 4194304 4196468 140733341495360 140110758667552 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20626] ppid=20563 vsize=10824364 memory=7739528784169233257 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20626/stat : 20626 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271268 11084148736 20856 33554432000 4194304 4196468 140733341495360 140110154688112 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20627] ppid=20563 vsize=10824364 memory=14056 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20627/stat : 20627 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11084148736 20856 33554432000 4194304 4196468 140733341495360 140109914397264 140111395411867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20628] ppid=20563 vsize=10824364 memory=2116 CPUtime=0.22 cores=0,2,4,6
/proc/20566/task/20628/stat : 20628 (java) S 20563 20566 19941 0 -1 1077944384 761 13246 0 0 15 0 5 2 20 0 15 0 473271271 11084148736 20856 33554432000 4194304 4196468 140733341495360 140110853834864 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20629] ppid=20563 vsize=10824364 memory=516 CPUtime=0.2 cores=0,2,4,6
/proc/20566/task/20629/stat : 20629 (java) R 20563 20566 19941 0 -1 4202560 836 13246 0 0 13 0 5 2 20 0 15 0 473271271 11084148736 20856 33554432000 4194304 4196468 140733341495360 140110852768608 140111374639522 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20630] ppid=20563 vsize=10824364 memory=1556 CPUtime=0.24 cores=0,2,4,6
/proc/20566/task/20630/stat : 20630 (java) S 20563 20566 19941 0 -1 1077944384 807 13246 0 0 17 0 5 2 20 0 15 0 473271271 11084148736 20856 33554432000 4194304 4196468 140733341495360 140110851729776 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20631] ppid=20563 vsize=10824364 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20631/stat : 20631 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11084148736 20856 33554432000 4194304 4196468 140733341495360 140109880838624 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20632] ppid=20563 vsize=10824364 memory=1772 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20632/stat : 20632 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271272 11084148736 20856 33554432000 4194304 4196468 140733341495360 140110850677680 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83424 KiB

[startup+1.50072 s]
/proc/loadavg: 1.35 1.28 1.19 3/227 20632
/proc/meminfo: memFree=1701712/32770624 swapFree=66955180/67108860
[pid=20566] ppid=20563 vsize=10834680 memory=169040 CPUtime=2.46 cores=0,2,4,6
/proc/20566/stat : 20566 (java) S 20563 20566 19941 0 -1 1077944320 21644 13246 0 0 230 9 5 2 20 0 15 0 473271256 11094712320 42260 33554432000 4194304 4196468 140733341495360 140733341477904 140111395393271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
/proc/20566/statm: 2708670 42260 3585 1 0 2670733 0
[pid=20566/tid=20619] ppid=20563 vsize=10834680 memory=165776 CPUtime=1.42 cores=0,2,4,6
/proc/20566/task/20619/stat : 20619 (java) R 20563 20566 19941 0 -1 4202560 15235 13246 0 0 130 5 5 2 20 0 15 0 473271265 11094712320 42260 33554432000 4194304 4196468 140733341495360 140111367189760 140110976855176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20620] ppid=20563 vsize=10834680 memory=2436 CPUtime=0.08 cores=0,2,4,6
/proc/20566/task/20620/stat : 20620 (java) S 20563 20566 19941 0 -1 1077944384 21 13246 0 0 1 0 5 2 20 0 15 0 473271266 11094712320 42260 33554432000 4194304 4196468 140733341495360 140111399635344 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20621] ppid=20563 vsize=10834680 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/20566/task/20621/stat : 20621 (java) S 20563 20566 19941 0 -1 1077944384 363 13246 0 0 1 0 5 2 20 0 15 0 473271266 11094712320 42260 33554432000 4194304 4196468 140733341495360 140111298525456 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20622] ppid=20563 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20566/task/20622/stat : 20622 (java) S 20563 20566 19941 0 -1 1077944384 71 13246 0 0 1 0 5 2 20 0 15 0 473271266 11094712320 42260 33554432000 4194304 4196468 140733341495360 140111297473168 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20623] ppid=20563 vsize=10834680 memory=-7303279828959712342 CPUtime=0.08 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 84 13246 0 0 1 0 5 2 20 0 15 0 473271266 11094712320 42260 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20624] ppid=20563 vsize=10834680 memory=3833724587141655611 CPUtime=0.08 cores=0,2,4,6
/proc/20566/task/20624/stat : 20624 (java) S 20563 20566 19941 0 -1 1077944384 159 13246 0 0 1 0 5 2 20 0 15 0 473271268 11094712320 42260 33554432000 4194304 4196468 140733341495360 140110854888048 140111395404418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20625] ppid=20563 vsize=10834680 memory=-7016161123436706971 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20625/stat : 20625 (java) S 20563 20566 19941 0 -1 1077944384 13 13246 0 0 0 0 5 2 20 0 15 0 473271268 11094712320 42260 33554432000 4194304 4196468 140733341495360 140110758667616 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20626] ppid=20563 vsize=10834680 memory=-6005673638262905286 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20626/stat : 20626 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271268 11094712320 42260 33554432000 4194304 4196468 140733341495360 140110154688128 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20627] ppid=20563 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20627/stat : 20627 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11094712320 42260 33554432000 4194304 4196468 140733341495360 140109914397264 140111395411867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20628] ppid=20563 vsize=10834680 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/20566/task/20628/stat : 20628 (java) S 20563 20566 19941 0 -1 1077944384 972 13246 0 0 26 0 5 2 20 0 15 0 473271271 11094712320 42260 33554432000 4194304 4196468 140733341495360 140110853834864 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20629] ppid=20563 vsize=10834680 memory=4580 CPUtime=0.3 cores=0,2,4,6
/proc/20566/task/20629/stat : 20629 (java) S 20563 20566 19941 0 -1 1077944384 1011 13246 0 0 23 0 5 2 20 0 15 0 473271271 11094712320 42260 33554432000 4194304 4196468 140733341495360 140110852782064 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20630] ppid=20563 vsize=10834680 memory=7516883056509150784 CPUtime=0.48 cores=0,2,4,6
/proc/20566/task/20630/stat : 20630 (java) R 20563 20566 19941 0 -1 4202560 1502 13246 0 0 41 0 5 2 20 0 15 0 473271271 11094712320 42260 33554432000 4194304 4196468 140733341495360 140110851729776 140111395405206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20631] ppid=20563 vsize=10834680 memory=8244803829503585622 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20631/stat : 20631 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11094712320 42260 33554432000 4194304 4196468 140733341495360 140109880838624 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20632] ppid=20563 vsize=10834680 memory=8029185214135886935 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20632/stat : 20632 (java) S 20563 20566 19941 0 -1 1077944384 1 13246 0 0 0 0 5 2 20 0 15 0 473271272 11094712320 42260 33554432000 4194304 4196468 140733341495360 140110850677680 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

[pid=20566/tid=20623] ppid=20563 vsize=10851096 memory=0 CPUtime=12.57 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 74556 13246 0 0 1142 108 5 2 20 0 15 0 473271266 11111522304 759507 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20624] ppid=20563 vsize=10851096 memory=3037580 CPUtime=6.72 cores=0,2,4,6
/proc/20566/task/20624/stat : 20624 (java) S 20563 20566 19941 0 -1 1077944384 26825 13246 0 0 589 76 5 2 20 0 15 0 473271268 11111522304 759507 33554432000 4194304 4196468 140733341495360 140110854888048 140111395404418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20625] ppid=20563 vsize=10851096 memory=3037604 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20625/stat : 20625 (java) S 20563 20566 19941 0 -1 1077944384 14 13246 0 0 0 0 5 2 20 0 15 0 473271268 11111522304 759507 33554432000 4194304 4196468 140733341495360 140110758667616 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20626] ppid=20563 vsize=10851096 memory=3037604 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20626/stat : 20626 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271268 11111522304 759507 33554432000 4194304 4196468 140733341495360 140110154688128 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20627] ppid=20563 vsize=10851096 memory=1072 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20627/stat : 20627 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11111522304 759507 33554432000 4194304 4196468 140733341495360 140109914397264 140111395411867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20628] ppid=20563 vsize=10851096 memory=1804 CPUtime=6.21 cores=0,2,4,6
/proc/20566/task/20628/stat : 20628 (java) S 20563 20566 19941 0 -1 1077944384 48267 13246 1 0 606 8 5 2 20 0 15 0 473271271 11111522304 759507 33554432000 4194304 4196468 140733341495360 140110853834864 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20629] ppid=20563 vsize=10851096 memory=3037580 CPUtime=5.96 cores=0,2,4,6
/proc/20566/task/20629/stat : 20629 (java) S 20563 20566 19941 0 -1 1077944384 44663 13246 0 0 581 8 5 2 20 0 15 0 473271271 11111522304 759507 33554432000 4194304 4196468 140733341495360 140110852782064 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20630] ppid=20563 vsize=10851096 memory=3018628 CPUtime=5.75 cores=0,2,4,6
/proc/20566/task/20630/stat : 20630 (java) S 20563 20566 19941 0 -1 1077944384 66971 13246 0 0 560 8 5 2 20 0 15 0 473271271 11111522304 759507 33554432000 4194304 4196468 140733341495360 140110851729776 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20631] ppid=20563 vsize=10851096 memory=3037580 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20631/stat : 20631 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11111522304 759507 33554432000 4194304 4196468 140733341495360 140109880838624 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20632] ppid=20563 vsize=10851096 memory=3037580 CPUtime=1.5 cores=0,2,4,6
/proc/20566/task/20632/stat : 20632 (java) S 20563 20566 19941 0 -1 1077944384 1124 13246 0 0 69 74 5 2 20 0 15 0 473271272 11111522304 759507 33554432000 4194304 4196468 140733341495360 140110850677680 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 2376.66 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3038028 KiB

[startup+2382.3 s]
/proc/loadavg: 1.23 1.39 1.46 3/227 21129
/proc/meminfo: memFree=249808/32770624 swapFree=66955196/67108860
[pid=20566] ppid=20563 vsize=10851096 memory=3149944 CPUtime=2436.74 cores=0,2,4,6
/proc/20566/stat : 20566 (java) S 20563 20566 19941 0 -1 1077944320 3106407 13246 2 0 242674 993 5 2 20 0 15 0 473271256 11111522304 787486 33554432000 4194304 4196468 140733341495360 140733341477904 140111395393271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
/proc/20566/statm: 2712774 787486 3634 1 0 2674829 0
[pid=20566/tid=20619] ppid=20563 vsize=10851096 memory=3149944 CPUtime=2360.66 cores=0,2,4,6
/proc/20566/task/20619/stat : 20619 (java) R 20563 20566 19941 0 -1 4202560 2617833 13246 1 0 235617 442 5 2 20 0 15 0 473271265 11111522304 787486 33554432000 4194304 4196468 140733341495360 140111367228672 140110984066171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20620] ppid=20563 vsize=10851096 memory=3133732 CPUtime=12.61 cores=0,2,4,6
/proc/20566/task/20620/stat : 20620 (java) S 20563 20566 19941 0 -1 1077944384 74869 13246 0 0 1147 107 5 2 20 0 15 0 473271266 11111522304 787486 33554432000 4194304 4196468 140733341495360 140111399635344 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20621] ppid=20563 vsize=10851096 memory=3134472 CPUtime=12.6 cores=0,2,4,6
/proc/20566/task/20621/stat : 20621 (java) S 20563 20566 19941 0 -1 1077944384 75327 13246 0 0 1152 101 5 2 20 0 15 0 473271266 11111522304 787486 33554432000 4194304 4196468 140733341495360 140111298525456 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20622] ppid=20563 vsize=10851096 memory=3149144 CPUtime=12.63 cores=0,2,4,6
/proc/20566/task/20622/stat : 20622 (java) S 20563 20566 19941 0 -1 1077944384 72856 13246 0 0 1133 123 5 2 20 0 15 0 473271266 11111522304 787486 33554432000 4194304 4196468 140733341495360 140111297473168 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20623] ppid=20563 vsize=10851096 memory=3149944 CPUtime=12.58 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 75155 13246 0 0 1143 108 5 2 20 0 15 0 473271266 11111522304 787486 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20624] ppid=20563 vsize=10851096 memory=3149944 CPUtime=6.73 cores=0,2,4,6
/proc/20566/task/20624/stat : 20624 (java) S 20563 20566 19941 0 -1 1077944384 27088 13246 0 0 590 76 5 2 20 0 15 0 473271268 11111522304 787486 33554432000 4194304 4196468 140733341495360 140110854888048 140111395404418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20625] ppid=20563 vsize=10851096 memory=3149944 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20625/stat : 20625 (java) S 20563 20566 19941 0 -1 1077944384 14 13246 0 0 0 0 5 2 20 0 15 0 473271268 11111522304 787486 33554432000 4194304 4196468 140733341495360 140110758667616 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20626] ppid=20563 vsize=10851096 memory=3149944 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20626/stat : 20626 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271268 11111522304 787486 33554432000 4194304 4196468 140733341495360 140110154688128 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20627] ppid=20563 vsize=10851096 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20627/stat : 20627 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11111522304 787486 33554432000 4194304 4196468 140733341495360 140109914397264 140111395411867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20628] ppid=20563 vsize=10851096 memory=3134472 CPUtime=6.21 cores=0,2,4,6
/proc/20566/task/20628/stat : 20628 (java) S 20563 20566 19941 0 -1 1077944384 48269 13246 1 0 606 8 5 2 20 0 15 0 473271271 11111522304 787486 33554432000 4194304 4196468 140733341495360 140110853834864 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20629] ppid=20563 vsize=10851096 memory=3133732 CPUtime=5.96 cores=0,2,4,6
/proc/20566/task/20629/stat : 20629 (java) S 20563 20566 19941 0 -1 1077944384 44665 13246 0 0 581 8 5 2 20 0 15 0 473271271 11111522304 787486 33554432000 4194304 4196468 140733341495360 140110852782064 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20630] ppid=20563 vsize=10851096 memory=6791534058613427641 CPUtime=5.75 cores=0,2,4,6
/proc/20566/task/20630/stat : 20630 (java) S 20563 20566 19941 0 -1 1077944384 66973 13246 0 0 560 8 5 2 20 0 15 0 473271271 11111522304 787486 33554432000 4194304 4196468 140733341495360 140110851729776 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20631] ppid=20563 vsize=10851096 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20631/stat : 20631 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11111522304 787486 33554432000 4194304 4196468 140733341495360 140109880838624 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20632] ppid=20563 vsize=10851096 memory=14012 CPUtime=1.54 cores=0,2,4,6
/proc/20566/task/20632/stat : 20632 (java) S 20563 20566 19941 0 -1 1077944384 1143 13246 0 0 71 76 5 2 20 0 15 0 473271272 11111522304 787486 33554432000 4194304 4196468 140733341495360 140110850677680 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 2436.74 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3149944 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.36 1.44 3/227 21133
/proc/meminfo: memFree=196496/32770624 swapFree=66955196/67108860
[pid=20566] ppid=20563 vsize=10851096 memory=3242492 CPUtime=2496.81 cores=0,2,4,6
/proc/20566/stat : 20566 (java) S 20563 20566 19941 0 -1 1077944320 3524682 13246 2 0 248639 1035 5 2 20 0 15 0 473271256 11111522304 810623 33554432000 4194304 4196468 140733341495360 140733341477904 140111395393271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
/proc/20566/statm: 2712774 810623 3634 1 0 2674829 0
[pid=20566/tid=20619] ppid=20563 vsize=10851096 memory=3242464 CPUtime=2420.63 cores=0,2,4,6
/proc/20566/task/20619/stat : 20619 (java) R 20563 20566 19941 0 -1 4202560 3033310 13246 1 0 241574 482 5 2 20 0 15 0 473271265 11111522304 810623 33554432000 4194304 4196468 140733341495360 140111367229056 140111377913514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20620] ppid=20563 vsize=10851096 memory=3242492 CPUtime=12.62 cores=0,2,4,6
/proc/20566/task/20620/stat : 20620 (java) S 20563 20566 19941 0 -1 1077944384 75550 13246 0 0 1148 107 5 2 20 0 15 0 473271266 11111522304 810623 33554432000 4194304 4196468 140733341495360 140111399635344 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20621] ppid=20563 vsize=10851096 memory=3241860 CPUtime=12.61 cores=0,2,4,6
/proc/20566/task/20621/stat : 20621 (java) S 20563 20566 19941 0 -1 1077944384 76042 13246 0 0 1153 101 5 2 20 0 15 0 473271266 11111522304 810623 33554432000 4194304 4196468 140733341495360 140111298525456 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20622] ppid=20563 vsize=10851096 memory=3241180 CPUtime=12.66 cores=0,2,4,6
/proc/20566/task/20622/stat : 20622 (java) S 20563 20566 19941 0 -1 1077944384 73406 13246 0 0 1135 124 5 2 20 0 15 0 473271266 11111522304 810623 33554432000 4194304 4196468 140733341495360 140111297473168 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20623] ppid=20563 vsize=10851096 memory=3241860 CPUtime=12.59 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 75747 13246 0 0 1144 108 5 2 20 0 15 0 473271266 11111522304 810623 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20624] ppid=20563 vsize=10851096 memory=3242492 CPUtime=6.74 cores=0,2,4,6
/proc/20566/task/20624/stat : 20624 (java) S 20563 20566 19941 0 -1 1077944384 27321 13246 0 0 591 76 5 2 20 0 15 0 473271268 11111522304 810623 33554432000 4194304 4196468 140733341495360 140110854888048 140111395404418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20625] ppid=20563 vsize=10851096 memory=3242492 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20625/stat : 20625 (java) S 20563 20566 19941 0 -1 1077944384 14 13246 0 0 0 0 5 2 20 0 15 0 473271268 11111522304 810623 33554432000 4194304 4196468 140733341495360 140110758667616 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20626] ppid=20563 vsize=10851096 memory=3242492 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20626/stat : 20626 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271268 11111522304 810623 33554432000 4194304 4196468 140733341495360 140110154688128 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20627] ppid=20563 vsize=10851096 memory=3242492 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20627/stat : 20627 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11111522304 810623 33554432000 4194304 4196468 140733341495360 140109914397264 140111395411867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20628] ppid=20563 vsize=10851096 memory=0 CPUtime=6.21 cores=0,2,4,6
/proc/20566/task/20628/stat : 20628 (java) S 20563 20566 19941 0 -1 1077944384 48272 13246 1 0 606 8 5 2 20 0 15 0 473271271 11111522304 810623 33554432000 4194304 4196468 140733341495360 140110853834864 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20629] ppid=20563 vsize=10851096 memory=3242492 CPUtime=5.96 cores=0,2,4,6
/proc/20566/task/20629/stat : 20629 (java) S 20563 20566 19941 0 -1 1077944384 44667 13246 0 0 581 8 5 2 20 0 15 0 473271271 11111522304 810623 33554432000 4194304 4196468 140733341495360 140110852782064 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20630] ppid=20563 vsize=10851096 memory=3242492 CPUtime=5.75 cores=0,2,4,6
/proc/20566/task/20630/stat : 20630 (java) S 20563 20566 19941 0 -1 1077944384 66975 13246 0 0 560 8 5 2 20 0 15 0 473271271 11111522304 810623 33554432000 4194304 4196468 140733341495360 140110851729776 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20631] ppid=20563 vsize=10851096 memory=3242492 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20631/stat : 20631 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11111522304 810623 33554432000 4194304 4196468 140733341495360 140109880838624 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20632] ppid=20563 vsize=10851096 memory=3242492 CPUtime=1.57 cores=0,2,4,6
/proc/20566/task/20632/stat : 20632 (java) S 20563 20566 19941 0 -1 1077944384 1163 13246 0 0 72 78 5 2 20 0 15 0 473271272 11111522304 810623 33554432000 4194304 4196468 140733341495360 140110850677680 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 2496.81 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3242492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.5 s]
/proc/loadavg: 1.36 1.37 1.45 3/227 21136
/proc/meminfo: memFree=196100/32770624 swapFree=66955196/67108860
[pid=20566] ppid=20563 vsize=10851096 memory=3242628 CPUtime=2520.04 cores=0,2,4,6
/proc/20566/stat : 20566 (java) S 20563 20566 19941 0 -1 1077944320 3834024 13246 2 0 250935 1062 5 2 20 0 15 0 473271256 11111522304 810657 33554432000 4194304 4196468 140733341495360 140733341477904 140111395393271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
/proc/20566/statm: 2712774 810657 3634 1 0 2674829 0
[pid=20566/tid=20619] ppid=20563 vsize=10851096 memory=3242628 CPUtime=2443.82 cores=0,2,4,6
/proc/20566/task/20619/stat : 20619 (java) R 20563 20566 19941 0 -1 4202560 3342412 13246 1 0 243867 508 5 2 20 0 15 0 473271265 11111522304 810657 33554432000 4194304 4196468 140733341495360 140111367229120 140110994538171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20620] ppid=20563 vsize=10851096 memory=3242628 CPUtime=12.63 cores=0,2,4,6
/proc/20566/task/20620/stat : 20620 (java) S 20563 20566 19941 0 -1 1077944384 75560 13246 0 0 1149 107 5 2 20 0 15 0 473271266 11111522304 810657 33554432000 4194304 4196468 140733341495360 140111399635344 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20621] ppid=20563 vsize=10851096 memory=3242628 CPUtime=12.61 cores=0,2,4,6
/proc/20566/task/20621/stat : 20621 (java) S 20563 20566 19941 0 -1 1077944384 76131 13246 0 0 1153 101 5 2 20 0 15 0 473271266 11111522304 810657 33554432000 4194304 4196468 140733341495360 140111298525456 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20622] ppid=20563 vsize=10851096 memory=0 CPUtime=12.66 cores=0,2,4,6
/proc/20566/task/20622/stat : 20622 (java) S 20563 20566 19941 0 -1 1077944384 73528 13246 0 0 1135 124 5 2 20 0 15 0 473271266 11111522304 810657 33554432000 4194304 4196468 140733341495360 140111297473168 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20623] ppid=20563 vsize=10851096 memory=0 CPUtime=12.6 cores=0,2,4,6
/proc/20566/task/20623/stat : 20623 (java) S 20563 20566 19941 0 -1 1077944384 75765 13246 0 0 1145 108 5 2 20 0 15 0 473271266 11111522304 810657 33554432000 4194304 4196468 140733341495360 140110966155792 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20624] ppid=20563 vsize=10851096 memory=3242628 CPUtime=6.74 cores=0,2,4,6
/proc/20566/task/20624/stat : 20624 (java) S 20563 20566 19941 0 -1 1077944384 27322 13246 0 0 591 76 5 2 20 0 15 0 473271268 11111522304 810657 33554432000 4194304 4196468 140733341495360 140110854888048 140111395404418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20625] ppid=20563 vsize=10851096 memory=3242628 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20625/stat : 20625 (java) S 20563 20566 19941 0 -1 1077944384 14 13246 0 0 0 0 5 2 20 0 15 0 473271268 11111522304 810657 33554432000 4194304 4196468 140733341495360 140110758667616 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20626] ppid=20563 vsize=10851096 memory=3242628 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20626/stat : 20626 (java) S 20563 20566 19941 0 -1 1077944384 2 13246 0 0 0 0 5 2 20 0 15 0 473271268 11111522304 810657 33554432000 4194304 4196468 140733341495360 140110154688128 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20627] ppid=20563 vsize=10851096 memory=3242628 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20627/stat : 20627 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11111522304 810657 33554432000 4194304 4196468 140733341495360 140109914397264 140111395411867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20628] ppid=20563 vsize=10851096 memory=3242628 CPUtime=6.21 cores=0,2,4,6
/proc/20566/task/20628/stat : 20628 (java) S 20563 20566 19941 0 -1 1077944384 48272 13246 1 0 606 8 5 2 20 0 15 0 473271271 11111522304 810657 33554432000 4194304 4196468 140733341495360 140110853834864 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20629] ppid=20563 vsize=10851096 memory=3242628 CPUtime=5.96 cores=0,2,4,6
/proc/20566/task/20629/stat : 20629 (java) S 20563 20566 19941 0 -1 1077944384 44667 13246 0 0 581 8 5 2 20 0 15 0 473271271 11111522304 810657 33554432000 4194304 4196468 140733341495360 140110852782064 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20630] ppid=20563 vsize=10851096 memory=3242628 CPUtime=5.75 cores=0,2,4,6
/proc/20566/task/20630/stat : 20630 (java) S 20563 20566 19941 0 -1 1077944384 66975 13246 0 0 560 8 5 2 20 0 15 0 473271271 11111522304 810657 33554432000 4194304 4196468 140733341495360 140110851729776 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20631] ppid=20563 vsize=10851096 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/20566/task/20631/stat : 20631 (java) S 20563 20566 19941 0 -1 1077944384 3 13246 0 0 0 0 5 2 20 0 15 0 473271271 11111522304 810657 33554432000 4194304 4196468 140733341495360 140109880838624 140111395403477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
[pid=20566/tid=20632] ppid=20563 vsize=10851096 memory=2436 CPUtime=1.58 cores=0,2,4,6
/proc/20566/task/20632/stat : 20632 (java) S 20563 20566 19941 0 -1 1077944384 1163 13246 0 0 73 78 5 2 20 0 15 0 473271272 11111522304 810657 33554432000 4194304 4196468 140733341495360 140110850677680 140111395404418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733341502051 140733341504693 140733341504693 140733341507535 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3242628 KiB

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

[startup+2465.69 s]
# the end of solver process 20566 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.46 s, system=10.8237 s

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

[startup+2465.61 s]*
/proc/loadavg: 1.36 1.37 1.45 3/214 21138
/proc/meminfo: memFree=1945372/32770624 swapFree=66955196/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2465.69
CPU time (s): 2520.28
CPU user time (s): 2509.46
CPU system time (s): 10.8237
CPU usage (%): 102.214
Max. virtual memory (cumulated for all children) (KiB): 10851920
Max. memory (cumulated for all children) (KiB): 3242628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.46
system time used= 10.8237
maximum resident set size= 3243644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3848215
page faults= 2
swaps= 0
block input operations= 1168
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193026
involuntary context switches= 9651


# summary of solver processes directly reported to runsolver:
#   pid: 20566
#   total CPU time (s): 2520.28
#   total CPU user time (s): 2509.46
#   total CPU system time (s): 10.8237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3459 second user time and 22.2169 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 10:00:34
IDJOB=4402654
IDBENCH=122886
IDSOLVER=2861
FILE ID=node105/4402654-1568970132
RUNJOBID= node105-1568963940-19972
PBS_JOBID= 21704633
Free space on /var/tmp= 13144 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-144.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402654-1568970132/watcher-4402654-1568970132 -o /var/tmp/evaluation-result-4402654-1568970132/solver-4402654-1568970132 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19972 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402654-1568970132.xml

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

MD5SUM BENCH= b8938fafa0a7bd5ba97e6b9454c94e7b
RANDOM SEED=1567823593

node105.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.00
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.00
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.00
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.00
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:         1795864 kB
MemAvailable:   30811592 kB
Buffers:          129864 kB
Cached:         28773400 kB
SwapCached:        49600 kB
Active:         15427180 kB
Inactive:       14522560 kB
Active(anon):     998532 kB
Inactive(anon):    93164 kB
Active(file):   14428648 kB
Inactive(file): 14429396 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       66955180 kB
Dirty:             35620 kB
Writeback:             0 kB
AnonPages:       1114520 kB
Mapped:            61760 kB
Shmem:             36532 kB
Slab:             614508 kB
SReclaimable:     586144 kB
SUnreclaim:        28364 kB
KernelStack:        3872 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2246468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13108 MiB
End job on node105 at 2019-09-20 10:41:40