Trace number 4400818

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.12 2473.93

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07-1_X2.xml
MD5SUM6c4aeb96443502fd0f9a0dc0a71b4b92
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark168.634
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400818-1568686784/watcher-4400818-1568686784 -o /tmp/evaluation-result-4400818-1568686784/solver-4400818-1568686784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400818-1568686784.xml 

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

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

solver pid=21532, runsolver pid=21529

[startup+0.100138 s]*
/proc/loadavg: 2.10 1.68 1.50 3/218 21589
/proc/meminfo: memFree=30781288/32770624 swapFree=66938156/67108860
[pid=21532] ppid=21529 vsize=9972712 memory=16692 CPUtime=0.1 cores=0,2,4,6
/proc/21532/stat : 21532 (java) S 21529 21532 18105 0 -1 1077944320 4390 13318 0 0 2 0 5 3 20 0 6 0 444949823 10212057088 4173 33554432000 4194304 4196468 140729029550384 140729029532928 140158069632759 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
/proc/21532/statm: 2493178 4173 1949 1 0 2481616 0
[pid=21532/tid=21585] ppid=21529 vsize=9972712 memory=4279135703946986381 CPUtime=0.09 cores=0,2,4,6
/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 2187 13318 0 0 1 0 5 3 20 0 6 0 444949832 10212057088 4173 33554432000 4194304 4196468 140729029550384 140158041469520 140158054814800 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 444949833 10212057088 4173 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=9972712 memory=139766460638848 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 444949833 10212057088 4173 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 444949833 10212057088 4173 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 6 0 444949833 10212057088 4173 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16692 KiB

[startup+0.209901 s]*
/proc/loadavg: 2.10 1.68 1.50 4/227 21598
/proc/meminfo: memFree=30762948/32770624 swapFree=66938156/67108860
[pid=21532] ppid=21529 vsize=10820020 memory=43420 CPUtime=0.26 cores=0,2,4,6
/proc/21532/stat : 21532 (java) S 21529 21532 18105 0 -1 1077944320 7259 13318 0 0 17 1 5 3 20 0 15 0 444949823 11079700480 10855 33554432000 4194304 4196468 140729029550384 140729029532928 140158069632759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
/proc/21532/statm: 2705005 10855 3238 1 0 2667149 0
[pid=21532/tid=21585] ppid=21529 vsize=10820020 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 3661 13318 0 0 11 1 5 3 20 0 15 0 444949832 11079700480 10855 33554432000 4194304 4196468 140729029550384 140158041426832 140158069654685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=10820020 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11079700480 10855 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=10820020 memory=139766460658929 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949833 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21590] ppid=21529 vsize=10820020 memory=139766460638848 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21590/stat : 21590 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949834 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157528284016 140158069643906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21591] ppid=21529 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21591/stat : 21591 (java) S 21529 21532 18105 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 444949835 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157527229984 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21592] ppid=21529 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21592/stat : 21592 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949835 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157399328112 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21593] ppid=21529 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21593/stat : 21593 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949838 11079700480 10855 33554432000 4194304 4196468 140729029550384 140156795349328 140158069651355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21594] ppid=21529 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21532/task/21594/stat : 21594 (java) R 21529 21532 18105 0 -1 4202560 341 13318 0 0 1 0 5 3 20 0 15 0 444949838 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157493672304 140158069644694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21595] ppid=21529 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21532/task/21595/stat : 21595 (java) S 21529 21532 18105 0 -1 1077944384 330 13318 0 0 1 0 5 3 20 0 15 0 444949838 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157492619504 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21596] ppid=21529 vsize=10820020 memory=139766460638848 CPUtime=0.11 cores=0,2,4,6
/proc/21532/task/21596/stat : 21596 (java) S 21529 21532 18105 0 -1 1077944384 674 13318 0 0 3 0 5 3 20 0 15 0 444949838 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157491566704 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21597] ppid=21529 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21597/stat : 21597 (java) S 21529 21532 18105 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 444949838 11079700480 10855 33554432000 4194304 4196468 140729029550384 140156325587168 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21598] ppid=21529 vsize=10820020 memory=139766460638848 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21598/stat : 21598 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949838 11079700480 10855 33554432000 4194304 4196468 140729029550384 140157490515120 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 43420 KiB

[startup+0.310436 s]*
/proc/loadavg: 2.10 1.68 1.50 4/227 21598
/proc/meminfo: memFree=30749252/32770624 swapFree=66938156/67108860
[pid=21532] ppid=21529 vsize=10820196 memory=51876 CPUtime=0.4 cores=0,2,4,6
/proc/21532/stat : 21532 (java) S 21529 21532 18105 0 -1 1077944320 10689 13318 0 0 30 2 5 3 20 0 15 0 444949823 11079880704 12969 33554432000 4194304 4196468 140729029550384 140729029532928 140158069632759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
/proc/21532/statm: 2705049 12969 3333 1 0 2667149 0
[pid=21532/tid=21585] ppid=21529 vsize=10820196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 7042 13318 0 0 20 2 5 3 20 0 15 0 444949832 11079880704 12969 33554432000 4194304 4196468 140729029550384 140158041441712 140158053713246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11079880704 12969 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949833 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21590] ppid=21529 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21590/stat : 21590 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949834 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157528284016 140158069643906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21591] ppid=21529 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21591/stat : 21591 (java) S 21529 21532 18105 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 444949835 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157527229984 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21592] ppid=21529 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21592/stat : 21592 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949835 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157399328112 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21593] ppid=21529 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21593/stat : 21593 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949838 11079880704 12969 33554432000 4194304 4196468 140729029550384 140156795349328 140158069651355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21594] ppid=21529 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21532/task/21594/stat : 21594 (java) S 21529 21532 18105 0 -1 1077944384 362 13318 0 0 2 0 5 3 20 0 15 0 444949838 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157493672304 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21595] ppid=21529 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21532/task/21595/stat : 21595 (java) S 21529 21532 18105 0 -1 1077944384 331 13318 0 0 1 0 5 3 20 0 15 0 444949838 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157492619504 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21596] ppid=21529 vsize=10820196 memory=139766460638848 CPUtime=0.13 cores=0,2,4,6
/proc/21532/task/21596/stat : 21596 (java) S 21529 21532 18105 0 -1 1077944384 702 13318 0 0 5 0 5 3 20 0 15 0 444949838 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157491566704 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21597] ppid=21529 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21597/stat : 21597 (java) S 21529 21532 18105 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 444949838 11079880704 12969 33554432000 4194304 4196468 140729029550384 140156325587168 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21598] ppid=21529 vsize=10820196 memory=139766460638848 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21598/stat : 21598 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949838 11079880704 12969 33554432000 4194304 4196468 140729029550384 140157490515120 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51876 KiB

[startup+0.707701 s]
/proc/loadavg: 2.10 1.68 1.50 3/227 21598
/proc/meminfo: memFree=30734940/32770624 swapFree=66938156/67108860
[pid=21532] ppid=21529 vsize=10824364 memory=86656 CPUtime=1.16 cores=0,2,4,6
/proc/21532/stat : 21532 (java) S 21529 21532 18105 0 -1 1077944320 14954 13318 0 0 103 5 5 3 20 0 15 0 444949823 11084148736 21664 33554432000 4194304 4196468 140729029550384 140729029532928 140158069632759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
/proc/21532/statm: 2706091 21664 3509 1 0 2668173 0
[pid=21532/tid=21585] ppid=21529 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 9992 13318 0 0 56 3 5 3 20 0 15 0 444949832 11084148736 21664 33554432000 4194304 4196468 140729029550384 140158041453856 140158053943631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11084148736 21664 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=10824364 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949833 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949833 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21590] ppid=21529 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21590/stat : 21590 (java) S 21529 21532 18105 0 -1 1077944384 5 13318 0 0 0 0 5 3 20 0 15 0 444949834 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157528284016 140158069643906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21591] ppid=21529 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21591/stat : 21591 (java) S 21529 21532 18105 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 444949835 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157527229984 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21592] ppid=21529 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21592/stat : 21592 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949835 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157399328112 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21593] ppid=21529 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21593/stat : 21593 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949838 11084148736 21664 33554432000 4194304 4196468 140729029550384 140156795349328 140158069651355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21594] ppid=21529 vsize=10824364 memory=139766356026384 CPUtime=0.24 cores=0,2,4,6
/proc/21532/task/21594/stat : 21594 (java) R 21529 21532 18105 0 -1 4202560 908 13318 0 0 16 0 5 3 20 0 15 0 444949838 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157493662096 140158053020216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21595] ppid=21529 vsize=10824364 memory=139766825747034 CPUtime=0.2 cores=0,2,4,6
/proc/21532/task/21595/stat : 21595 (java) R 21529 21532 18105 0 -1 4202560 808 13318 0 0 12 0 5 3 20 0 15 0 444949838 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157492619504 140158053118709 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21596] ppid=21529 vsize=10824364 memory=14008 CPUtime=0.25 cores=0,2,4,6
/proc/21532/task/21596/stat : 21596 (java) S 21529 21532 18105 0 -1 1077944384 990 13318 0 0 17 0 5 3 20 0 15 0 444949838 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157491566704 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21597] ppid=21529 vsize=10824364 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21597/stat : 21597 (java) S 21529 21532 18105 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 444949838 11084148736 21664 33554432000 4194304 4196468 140729029550384 140156325587168 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21598] ppid=21529 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21598/stat : 21598 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949838 11084148736 21664 33554432000 4194304 4196468 140729029550384 140157490515120 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86656 KiB

[startup+1.50069 s]
/proc/loadavg: 2.10 1.68 1.50 4/227 21598
/proc/meminfo: memFree=30696040/32770624 swapFree=66938156/67108860
[pid=21532] ppid=21529 vsize=10834680 memory=181132 CPUtime=2.68 cores=0,2,4,6
/proc/21532/stat : 21532 (java) S 21529 21532 18105 0 -1 1077944320 21736 13318 0 0 250 10 5 3 20 0 15 0 444949823 11094712320 45283 33554432000 4194304 4196468 140729029550384 140729029532928 140158069632759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
/proc/21532/statm: 2708670 45283 3590 1 0 2670733 0
[pid=21532/tid=21585] ppid=21529 vsize=10834680 memory=2958597 CPUtime=1.43 cores=0,2,4,6
/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 14501 13318 0 0 130 5 5 3 20 0 15 0 444949832 11094712320 45283 33554432000 4194304 4196468 140729029550384 140158041441680 140158050457648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 36 13318 0 0 1 0 5 3 20 0 15 0 444949833 11094712320 45283 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 319 13318 0 0 0 0 5 3 20 0 15 0 444949833 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=10834680 memory=1647 CPUtime=0.09 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 73 13318 0 0 1 0 5 3 20 0 15 0 444949833 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=10834680 memory=86656 CPUtime=0.09 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 67 13318 0 0 1 0 5 3 20 0 15 0 444949833 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21590] ppid=21529 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21532/task/21590/stat : 21590 (java) S 21529 21532 18105 0 -1 1077944384 124 13318 0 0 1 0 5 3 20 0 15 0 444949834 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157528284016 140158069643906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21591] ppid=21529 vsize=10834680 memory=279532712019744 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21591/stat : 21591 (java) S 21529 21532 18105 0 -1 1077944384 34 13318 0 0 0 0 5 3 20 0 15 0 444949835 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157527230048 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21592] ppid=21529 vsize=10834680 memory=279532712249104 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21592/stat : 21592 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949835 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157399328128 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21593] ppid=21529 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21593/stat : 21593 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949838 11094712320 45283 33554432000 4194304 4196468 140729029550384 140156795349328 140158069651355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21594] ppid=21529 vsize=10834680 memory=6944656575208382560 CPUtime=0.41 cores=0,2,4,6
/proc/21532/task/21594/stat : 21594 (java) S 21529 21532 18105 0 -1 1077944384 1375 13318 0 0 33 0 5 3 20 0 15 0 444949838 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157493672304 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21595] ppid=21529 vsize=10834680 memory=6944656592455360604 CPUtime=0.44 cores=0,2,4,6
/proc/21532/task/21595/stat : 21595 (java) S 21529 21532 18105 0 -1 1077944384 1312 13318 0 0 36 0 5 3 20 0 15 0 444949838 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157492619504 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21596] ppid=21529 vsize=10834680 memory=6944656592455359580 CPUtime=0.52 cores=0,2,4,6
/proc/21532/task/21596/stat : 21596 (java) S 21529 21532 18105 0 -1 1077944384 1682 13318 0 0 43 1 5 3 20 0 15 0 444949838 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157491566704 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21597] ppid=21529 vsize=10834680 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21597/stat : 21597 (java) S 21529 21532 18105 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 444949838 11094712320 45283 33554432000 4194304 4196468 140729029550384 140156325587168 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21598] ppid=21529 vsize=10834680 memory=7684433391216329530 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21598/stat : 21598 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949838 11094712320 45283 33554432000 4194304 4196468 140729029550384 140157490515120 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 66596 13318 0 0 235537 50 5 3 20 0 15 0 444949832 11107315712 284520 33554432000 4194304 4196468 140729029550384 140158041468640 140157687043823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=10846988 memory=1138080 CPUtime=13.04 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 9638 13318 0 0 1238 58 5 3 20 0 15 0 444949833 11107315712 284520 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=10846988 memory=1138080 CPUtime=13.06 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 15772 13318 0 0 1238 60 5 3 20 0 15 0 444949833 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=10846988 memory=1138080 CPUtime=13.07 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 14334 13318 0 0 1243 56 5 3 20 0 15 0 444949833 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=10846988 memory=1138080 CPUtime=13.06 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 12680 13318 0 0 1241 57 5 3 20 0 15 0 444949833 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21590] ppid=21529 vsize=10846988 memory=1138080 CPUtime=11.08 cores=0,2,4,6
/proc/21532/task/21590/stat : 21590 (java) S 21529 21532 18105 0 -1 1077944384 17250 13318 0 0 1039 61 5 3 20 0 15 0 444949834 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157528284016 140158069643906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21591] ppid=21529 vsize=10846988 memory=1138080 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21591/stat : 21591 (java) S 21529 21532 18105 0 -1 1077944384 39 13318 0 0 0 0 5 3 20 0 15 0 444949835 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157527230112 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21592] ppid=21529 vsize=10846988 memory=2532 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21592/stat : 21592 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949835 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157399328128 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21593] ppid=21529 vsize=10846988 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21593/stat : 21593 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949838 11107315712 284520 33554432000 4194304 4196468 140729029550384 140156795349328 140158069651355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21594] ppid=21529 vsize=10846988 memory=1138080 CPUtime=2.49 cores=0,2,4,6
/proc/21532/task/21594/stat : 21594 (java) S 21529 21532 18105 0 -1 1077944384 9036 13318 0 0 239 2 5 3 20 0 15 0 444949838 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157493672304 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21595] ppid=21529 vsize=10846988 memory=3620 CPUtime=2.82 cores=0,2,4,6
/proc/21532/task/21595/stat : 21595 (java) S 21529 21532 18105 0 -1 1077944384 12881 13318 0 0 271 3 5 3 20 0 15 0 444949838 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157492619504 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21596] ppid=21529 vsize=10846988 memory=1138080 CPUtime=1.62 cores=0,2,4,6
/proc/21532/task/21596/stat : 21596 (java) S 21529 21532 18105 0 -1 1077944384 14057 13318 0 0 151 3 5 3 20 0 15 0 444949838 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157491566704 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21597] ppid=21529 vsize=10846988 memory=1138080 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21597/stat : 21597 (java) S 21529 21532 18105 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 444949838 11107315712 284520 33554432000 4194304 4196468 140729029550384 140156325587168 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21598] ppid=21529 vsize=10846988 memory=11864 CPUtime=1.33 cores=0,2,4,6
/proc/21532/task/21598/stat : 21598 (java) S 21529 21532 18105 0 -1 1077944384 975 13318 0 0 60 65 5 3 20 0 15 0 444949838 11107315712 284520 33554432000 4194304 4196468 140729029550384 140157490515120 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 2426.9 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1138080 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.39 1.41 3/227 22210
/proc/meminfo: memFree=28538312/32770624 swapFree=66938168/67108860
[pid=21532] ppid=21529 vsize=10846988 memory=1140192 CPUtime=2487.93 cores=0,2,4,6
/proc/21532/stat : 21532 (java) S 21529 21532 18105 0 -1 1077944320 177325 13318 0 0 248419 366 5 3 20 0 15 0 444949823 11107315712 285048 33554432000 4194304 4196468 140729029550384 140729029532928 140158069632759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
/proc/21532/statm: 2711747 285048 3624 1 0 2673805 0
[pid=21532/tid=21585] ppid=21529 vsize=10846988 memory=1140192 CPUtime=2415.26 cores=0,2,4,6
/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 67428 13318 0 0 241467 51 5 3 20 0 15 0 444949832 11107315712 285048 33554432000 4194304 4196468 140729029550384 140158041468640 140157686485024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=10846988 memory=1140184 CPUtime=13.38 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 9654 13318 0 0 1271 59 5 3 20 0 15 0 444949833 11107315712 285048 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=10846988 memory=1140184 CPUtime=13.41 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 16037 13318 0 0 1271 62 5 3 20 0 15 0 444949833 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=10846988 memory=1140184 CPUtime=13.43 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 14490 13318 0 0 1278 57 5 3 20 0 15 0 444949833 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=10846988 memory=1140184 CPUtime=13.4 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 12899 13318 0 0 1274 58 5 3 20 0 15 0 444949833 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21590] ppid=21529 vsize=10846988 memory=1140192 CPUtime=11.37 cores=0,2,4,6
/proc/21532/task/21590/stat : 21590 (java) S 21529 21532 18105 0 -1 1077944384 17596 13318 0 0 1066 63 5 3 20 0 15 0 444949834 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157528284016 140158069643906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21591] ppid=21529 vsize=10846988 memory=1140192 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21591/stat : 21591 (java) S 21529 21532 18105 0 -1 1077944384 39 13318 0 0 0 0 5 3 20 0 15 0 444949835 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157527230112 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21592] ppid=21529 vsize=10846988 memory=1140192 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21592/stat : 21592 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949835 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157399328128 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21593] ppid=21529 vsize=10846988 memory=1140192 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21593/stat : 21593 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949838 11107315712 285048 33554432000 4194304 4196468 140729029550384 140156795349328 140158069651355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21594] ppid=21529 vsize=10846988 memory=5980 CPUtime=2.49 cores=0,2,4,6
/proc/21532/task/21594/stat : 21594 (java) S 21529 21532 18105 0 -1 1077944384 9040 13318 0 0 239 2 5 3 20 0 15 0 444949838 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157493672304 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21595] ppid=21529 vsize=10846988 memory=1140192 CPUtime=2.82 cores=0,2,4,6
/proc/21532/task/21595/stat : 21595 (java) S 21529 21532 18105 0 -1 1077944384 12885 13318 0 0 271 3 5 3 20 0 15 0 444949838 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157492619504 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21596] ppid=21529 vsize=10846988 memory=3620 CPUtime=1.62 cores=0,2,4,6
/proc/21532/task/21596/stat : 21596 (java) S 21529 21532 18105 0 -1 1077944384 14061 13318 0 0 151 3 5 3 20 0 15 0 444949838 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157491566704 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21597] ppid=21529 vsize=10846988 memory=1140192 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21597/stat : 21597 (java) S 21529 21532 18105 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 444949838 11107315712 285048 33554432000 4194304 4196468 140729029550384 140156325587168 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21598] ppid=21529 vsize=10846988 memory=3848 CPUtime=1.36 cores=0,2,4,6
/proc/21532/task/21598/stat : 21598 (java) S 21529 21532 18105 0 -1 1077944384 984 13318 0 0 62 66 5 3 20 0 15 0 444949838 11107315712 285048 33554432000 4194304 4196468 140729029550384 140157490515120 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 2487.93 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1140192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.9 s]
/proc/loadavg: 1.39 1.40 1.42 3/228 22221
/proc/meminfo: memFree=28595176/32770624 swapFree=66938172/67108860
[pid=21532] ppid=21529 vsize=10846988 memory=1140252 CPUtime=2520.07 cores=0,2,4,6
/proc/21532/stat : 21532 (java) S 21529 21532 18105 0 -1 1077944320 178100 13318 0 0 251629 370 5 3 20 0 15 0 444949823 11107315712 285063 33554432000 4194304 4196468 140729029550384 140729029532928 140158069632759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
/proc/21532/statm: 2711747 285063 3624 1 0 2673805 0
[pid=21532/tid=21585] ppid=21529 vsize=10846988 memory=1140184 CPUtime=2446.47 cores=0,2,4,6
/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 67856 13318 0 0 244588 51 5 3 20 0 15 0 444949832 11107315712 285063 33554432000 4194304 4196468 140729029550384 140158041468080 140157686485994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=10846988 memory=1140212 CPUtime=13.57 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 9659 13318 0 0 1290 59 5 3 20 0 15 0 444949833 11107315712 285063 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=10846988 memory=1140212 CPUtime=13.6 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 16062 13318 0 0 1289 63 5 3 20 0 15 0 444949833 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=10846988 memory=1135840 CPUtime=13.62 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 14665 13318 0 0 1296 58 5 3 20 0 15 0 444949833 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=10846988 memory=1140212 CPUtime=13.6 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 12967 13318 0 0 1293 59 5 3 20 0 15 0 444949833 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21590] ppid=21529 vsize=10846988 memory=1140252 CPUtime=11.53 cores=0,2,4,6
/proc/21532/task/21590/stat : 21590 (java) S 21529 21532 18105 0 -1 1077944384 17656 13318 0 0 1081 64 5 3 20 0 15 0 444949834 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157528284016 140158069643906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21591] ppid=21529 vsize=10846988 memory=1140212 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21591/stat : 21591 (java) S 21529 21532 18105 0 -1 1077944384 39 13318 0 0 0 0 5 3 20 0 15 0 444949835 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157527230112 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21592] ppid=21529 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21592/stat : 21592 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949835 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157399328128 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21593] ppid=21529 vsize=10846988 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21593/stat : 21593 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140156795349328 140158069651355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21594] ppid=21529 vsize=10846988 memory=2032 CPUtime=2.5 cores=0,2,4,6
/proc/21532/task/21594/stat : 21594 (java) S 21529 21532 18105 0 -1 1077944384 9040 13318 0 0 240 2 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157493672304 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21595] ppid=21529 vsize=10846988 memory=1768 CPUtime=2.82 cores=0,2,4,6
/proc/21532/task/21595/stat : 21595 (java) S 21529 21532 18105 0 -1 1077944384 12885 13318 0 0 271 3 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157492619504 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21596] ppid=21529 vsize=10846988 memory=1804 CPUtime=1.62 cores=0,2,4,6
/proc/21532/task/21596/stat : 21596 (java) S 21529 21532 18105 0 -1 1077944384 14061 13318 0 0 151 3 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157491566704 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21597] ppid=21529 vsize=10846988 memory=1140212 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21597/stat : 21597 (java) S 21529 21532 18105 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140156325587168 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21598] ppid=21529 vsize=10846988 memory=1140212 CPUtime=1.38 cores=0,2,4,6
/proc/21532/task/21598/stat : 21598 (java) S 21529 21532 18105 0 -1 1077944384 998 13318 0 0 63 67 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157490515120 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1140252 KiB

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

[startup+2473.93 s]
# the end of solver process 21532 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.37 s, system=3.74757 s

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

[startup+2473.9 s]
/proc/loadavg: 1.39 1.40 1.42 3/228 22221
/proc/meminfo: memFree=28595176/32770624 swapFree=66938172/67108860
[pid=21532] ppid=21529 vsize=10846988 memory=1140252 CPUtime=2520.07 cores=0,2,4,6
/proc/21532/stat : 21532 (java) S 21529 21532 18105 0 -1 1077944320 178100 13318 0 0 251629 370 5 3 20 0 15 0 444949823 11107315712 285063 33554432000 4194304 4196468 140729029550384 140729029532928 140158069632759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
/proc/21532/statm: 2711747 285063 3624 1 0 2673805 0
[pid=21532/tid=21585] ppid=21529 vsize=10846988 memory=1140184 CPUtime=2446.47 cores=0,2,4,6
/proc/21532/task/21585/stat : 21585 (java) R 21529 21532 18105 0 -1 4202560 67856 13318 0 0 244588 51 5 3 20 0 15 0 444949832 11107315712 285063 33554432000 4194304 4196468 140729029550384 140158041468080 140157686485994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21586] ppid=21529 vsize=10846988 memory=1140212 CPUtime=13.57 cores=0,2,4,6
/proc/21532/task/21586/stat : 21586 (java) S 21529 21532 18105 0 -1 1077944384 9659 13318 0 0 1290 59 5 3 20 0 15 0 444949833 11107315712 285063 33554432000 4194304 4196468 140729029550384 140158073875088 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21587] ppid=21529 vsize=10846988 memory=1140212 CPUtime=13.6 cores=0,2,4,6
/proc/21532/task/21587/stat : 21587 (java) S 21529 21532 18105 0 -1 1077944384 16062 13318 0 0 1289 63 5 3 20 0 15 0 444949833 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157643057680 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21588] ppid=21529 vsize=10846988 memory=1135840 CPUtime=13.62 cores=0,2,4,6
/proc/21532/task/21588/stat : 21588 (java) S 21529 21532 18105 0 -1 1077944384 14665 13318 0 0 1296 58 5 3 20 0 15 0 444949833 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157642004880 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21589] ppid=21529 vsize=10846988 memory=1140212 CPUtime=13.6 cores=0,2,4,6
/proc/21532/task/21589/stat : 21589 (java) S 21529 21532 18105 0 -1 1077944384 12967 13318 0 0 1293 59 5 3 20 0 15 0 444949833 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157640952080 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21590] ppid=21529 vsize=10846988 memory=1140252 CPUtime=11.53 cores=0,2,4,6
/proc/21532/task/21590/stat : 21590 (java) S 21529 21532 18105 0 -1 1077944384 17656 13318 0 0 1081 64 5 3 20 0 15 0 444949834 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157528284016 140158069643906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21591] ppid=21529 vsize=10846988 memory=1140212 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21591/stat : 21591 (java) S 21529 21532 18105 0 -1 1077944384 39 13318 0 0 0 0 5 3 20 0 15 0 444949835 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157527230112 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21592] ppid=21529 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21592/stat : 21592 (java) S 21529 21532 18105 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 444949835 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157399328128 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21593] ppid=21529 vsize=10846988 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21593/stat : 21593 (java) S 21529 21532 18105 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140156795349328 140158069651355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21594] ppid=21529 vsize=10846988 memory=2032 CPUtime=2.5 cores=0,2,4,6
/proc/21532/task/21594/stat : 21594 (java) S 21529 21532 18105 0 -1 1077944384 9040 13318 0 0 240 2 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157493672304 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21595] ppid=21529 vsize=10846988 memory=1768 CPUtime=2.82 cores=0,2,4,6
/proc/21532/task/21595/stat : 21595 (java) S 21529 21532 18105 0 -1 1077944384 12885 13318 0 0 271 3 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157492619504 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21596] ppid=21529 vsize=10846988 memory=1804 CPUtime=1.62 cores=0,2,4,6
/proc/21532/task/21596/stat : 21596 (java) S 21529 21532 18105 0 -1 1077944384 14061 13318 0 0 151 3 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157491566704 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21597] ppid=21529 vsize=10846988 memory=1140212 CPUtime=0.08 cores=0,2,4,6
/proc/21532/task/21597/stat : 21597 (java) S 21529 21532 18105 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140156325587168 140158069642965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
[pid=21532/tid=21598] ppid=21529 vsize=10846988 memory=1140212 CPUtime=1.38 cores=0,2,4,6
/proc/21532/task/21598/stat : 21598 (java) S 21529 21532 18105 0 -1 1077944384 998 13318 0 0 63 67 5 3 20 0 15 0 444949838 11107315712 285063 33554432000 4194304 4196468 140729029550384 140157490515120 140158069643906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 16039936 140729029552880 140729029555397 140729029555397 140729029558223 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1140252 KiB

Child status: 143
Real time (s): 2473.93
CPU time (s): 2520.12
CPU user time (s): 2516.37
CPU system time (s): 3.74757
CPU usage (%): 101.867
Max. virtual memory (cumulated for all children) (KiB): 10849772
Max. memory (cumulated for all children) (KiB): 1140252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.37
system time used= 3.74757
maximum resident set size= 1144364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192337
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305835
involuntary context switches= 9508


# summary of solver processes directly reported to runsolver:
#   pid: 21532
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.37
#   total CPU system time (s): 3.74757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4602 second user time and 22.541 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 04:19:04
IDJOB=4400818
IDBENCH=134582
IDSOLVER=2857
FILE ID=node151/4400818-1568686784
RUNJOBID= node151-1568673291-18136
PBS_JOBID= 21703771
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07-1_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400818-1568686784/watcher-4400818-1568686784 -o /tmp/evaluation-result-4400818-1568686784/solver-4400818-1568686784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400818-1568686784.xml

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

MD5SUM BENCH= 6c4aeb96443502fd0f9a0dc0a71b4b92
RANDOM SEED=535221524

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30788820 kB
MemAvailable:   31089168 kB
Buffers:           71084 kB
Cached:           531996 kB
SwapCached:        68776 kB
Active:          1098460 kB
Inactive:         333136 kB
Active(anon):     760656 kB
Inactive(anon):   111644 kB
Active(file):     337804 kB
Inactive(file):   221492 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938156 kB
Dirty:             35712 kB
Writeback:             0 kB
AnonPages:        888652 kB
Mapped:            57048 kB
Shmem:             35136 kB
Slab:             142420 kB
SReclaimable:     113776 kB
SUnreclaim:        28644 kB
KernelStack:        3984 kB
PageTables:         7344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2041792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-17 05:00:19