Trace number 4395973

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.05 2460.23

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-050-05-mul.xml
MD5SUM0dc4c2f273d2e82d82a6e1c594dd299c
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 benchmark13.9722
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1485
Number of domains2
Minimum domain size50
Maximum domain size2500
Distribution of domain sizes[{"size":50,"count":50},{"size":2500,"count":5}]
Minimum variable degree54
Maximum variable degree54
Distribution of variable degrees[{"degree":54,"count":55}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1485}]
Number of extensional constraints0
Number of intensional constraints1485
Distribution of constraint types[{"type":"intension","count":1485}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395973-1568394954/watcher-4395973-1568394954 -o /tmp/evaluation-result-4395973-1568394954/solver-4395973-1568394954 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=63630197 HOME/instance-4395973-1568394954.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=30802, runsolver pid=30799

[startup+0.100171 s]*
/proc/loadavg: 1.59 1.68 1.73 3/218 30859
/proc/meminfo: memFree=29251532/32770624 swapFree=66936492/67108860
[pid=30802] ppid=30799 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/30802/stat : 30802 (java) S 30799 30802 28159 0 -1 1077944320 4471 13369 0 0 1 0 5 3 20 0 6 0 415753857 10212057088 4715 33554432000 4194304 4196468 140734038450960 140734038433504 140230904680183 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
/proc/30802/statm: 2493178 4715 1935 1 0 2481616 0
[pid=30802/tid=30855] ppid=30799 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 2263 13369 0 0 0 0 5 3 20 0 6 0 415753867 10212057088 4715 33554432000 4194304 4196468 140734038450960 140230876516944 140230904702109 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 6 0 415753867 10212057088 4715 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=9972712 memory=140416870356608 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 6 0 415753867 10212057088 4715 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 6 0 415753867 10212057088 4715 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 6 0 415753867 10212057088 4715 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.21022 s]*
/proc/loadavg: 1.59 1.68 1.73 4/227 30868
/proc/meminfo: memFree=29228804/32770624 swapFree=66936492/67108860
[pid=30802] ppid=30799 vsize=10819972 memory=45228 CPUtime=0.26 cores=0,2,4,6
/proc/30802/stat : 30802 (java) S 30799 30802 28159 0 -1 1077944320 7096 13369 0 0 16 2 5 3 20 0 15 0 415753857 11079651328 11307 33554432000 4194304 4196468 140734038450960 140734038433504 140230904680183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
/proc/30802/statm: 2704993 11307 3187 1 0 2667149 0
[pid=30802/tid=30855] ppid=30799 vsize=10819972 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 3631 13369 0 0 10 1 5 3 20 0 15 0 415753867 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230876504288 140230904702109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=10819972 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=10819972 memory=140416873273679 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753867 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=10819972 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=10819972 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30860] ppid=30799 vsize=10819972 memory=140416870356608 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30860/stat : 30860 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753869 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230431008880 140230904691330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30861] ppid=30799 vsize=10819972 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30861/stat : 30861 (java) S 30799 30802 28159 0 -1 1077944384 13 13369 0 0 0 0 5 3 20 0 15 0 415753869 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230346662688 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30862] ppid=30799 vsize=10819972 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30862/stat : 30862 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753869 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230212445296 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30863] ppid=30799 vsize=10819972 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30863/stat : 30863 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753872 11079651328 11373 33554432000 4194304 4196468 140734038450960 140229608466512 140230904698779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30864] ppid=30799 vsize=10819972 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30802/task/30864/stat : 30864 (java) S 30799 30802 28159 0 -1 1077944384 471 13369 0 0 1 0 5 3 20 0 15 0 415753872 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230429956720 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30865] ppid=30799 vsize=10819972 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30865/stat : 30865 (java) S 30799 30802 28159 0 -1 1077944384 177 13369 0 0 0 0 5 3 20 0 15 0 415753872 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230428903920 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30866] ppid=30799 vsize=10819972 memory=140416870356608 CPUtime=0.11 cores=0,2,4,6
/proc/30802/task/30866/stat : 30866 (java) S 30799 30802 28159 0 -1 1077944384 628 13369 0 0 3 0 5 3 20 0 15 0 415753872 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230427851632 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30867] ppid=30799 vsize=10819972 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30867/stat : 30867 (java) S 30799 30802 28159 0 -1 1077944384 3 13369 0 0 0 0 5 3 20 0 15 0 415753872 11079651328 11373 33554432000 4194304 4196468 140734038450960 140229138705376 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30868] ppid=30799 vsize=10819972 memory=140416870356608 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30868/stat : 30868 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753873 11079651328 11373 33554432000 4194304 4196468 140734038450960 140230426798512 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819972 KiB
Current children cumulated memory: 45228 KiB

[startup+0.311303 s]*
/proc/loadavg: 1.59 1.68 1.73 3/227 30868
/proc/meminfo: memFree=29214936/32770624 swapFree=66936492/67108860
[pid=30802] ppid=30799 vsize=10820148 memory=54032 CPUtime=0.4 cores=0,2,4,6
/proc/30802/stat : 30802 (java) S 30799 30802 28159 0 -1 1077944320 10731 13369 0 0 29 3 5 3 20 0 15 0 415753857 11079831552 13508 33554432000 4194304 4196468 140734038450960 140734038433504 140230904680183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
/proc/30802/statm: 2705037 13508 3302 1 0 2667149 0
[pid=30802/tid=30855] ppid=30799 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 7188 13369 0 0 18 3 5 3 20 0 15 0 415753867 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230876485552 140230888760670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753867 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30860] ppid=30799 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30860/stat : 30860 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753869 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230431008880 140230904691330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30861] ppid=30799 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30861/stat : 30861 (java) S 30799 30802 28159 0 -1 1077944384 13 13369 0 0 0 0 5 3 20 0 15 0 415753869 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230346662688 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30862] ppid=30799 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30862/stat : 30862 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753869 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230212445296 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30863] ppid=30799 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30863/stat : 30863 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753872 11079831552 13508 33554432000 4194304 4196468 140734038450960 140229608466512 140230904698779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30864] ppid=30799 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30802/task/30864/stat : 30864 (java) S 30799 30802 28159 0 -1 1077944384 480 13369 0 0 2 0 5 3 20 0 15 0 415753872 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230429956720 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30865] ppid=30799 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30802/task/30865/stat : 30865 (java) R 30799 30802 28159 0 -1 1077944384 178 13369 0 0 1 0 5 3 20 0 15 0 415753872 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230428903920 140230904691330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30866] ppid=30799 vsize=10820148 memory=140416870356608 CPUtime=0.13 cores=0,2,4,6
/proc/30802/task/30866/stat : 30866 (java) S 30799 30802 28159 0 -1 1077944384 652 13369 0 0 5 0 5 3 20 0 15 0 415753872 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230427851632 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30867] ppid=30799 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30867/stat : 30867 (java) S 30799 30802 28159 0 -1 1077944384 3 13369 0 0 0 0 5 3 20 0 15 0 415753872 11079831552 13508 33554432000 4194304 4196468 140734038450960 140229138705376 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30868] ppid=30799 vsize=10820148 memory=140416870356608 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30868/stat : 30868 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753873 11079831552 13508 33554432000 4194304 4196468 140734038450960 140230426798512 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54032 KiB

[startup+0.704223 s]
/proc/loadavg: 1.59 1.68 1.73 3/227 30868
/proc/meminfo: memFree=29200272/32770624 swapFree=66936492/67108860
[pid=30802] ppid=30799 vsize=10824360 memory=87344 CPUtime=1.14 cores=0,2,4,6
/proc/30802/stat : 30802 (java) S 30799 30802 28159 0 -1 1077944320 15063 13369 0 0 100 6 5 3 20 0 15 0 415753857 11084144640 21836 33554432000 4194304 4196468 140734038450960 140734038433504 140230904680183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
/proc/30802/statm: 2706090 21836 3508 1 0 2668173 0
[pid=30802/tid=30855] ppid=30799 vsize=10824360 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 10246 13369 0 0 55 5 5 3 20 0 15 0 415753867 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230876496096 140230890373664 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753867 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=10824360 memory=280833416242112 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=10824360 memory=134468178282985 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753867 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30860] ppid=30799 vsize=10824360 memory=11495704203 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30860/stat : 30860 (java) S 30799 30802 28159 0 -1 1077944384 5 13369 0 0 0 0 5 3 20 0 15 0 415753869 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230431008880 140230904691330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30861] ppid=30799 vsize=10824360 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30861/stat : 30861 (java) S 30799 30802 28159 0 -1 1077944384 13 13369 0 0 0 0 5 3 20 0 15 0 415753869 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230346662688 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30862] ppid=30799 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30862/stat : 30862 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753869 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230212445296 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30863] ppid=30799 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30863/stat : 30863 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753872 11084144640 21836 33554432000 4194304 4196468 140734038450960 140229608466512 140230904698779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30864] ppid=30799 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/30802/task/30864/stat : 30864 (java) S 30799 30802 28159 0 -1 1077944384 967 13369 0 0 16 0 5 3 20 0 15 0 415753872 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230429956720 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30865] ppid=30799 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/30802/task/30865/stat : 30865 (java) R 30799 30802 28159 0 -1 4202560 761 13369 0 0 11 0 5 3 20 0 15 0 415753872 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230428903920 140230897018872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30866] ppid=30799 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/30802/task/30866/stat : 30866 (java) S 30799 30802 28159 0 -1 1077944384 852 13369 0 0 17 0 5 3 20 0 15 0 415753872 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230427851632 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30867] ppid=30799 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30867/stat : 30867 (java) S 30799 30802 28159 0 -1 1077944384 3 13369 0 0 0 0 5 3 20 0 15 0 415753872 11084144640 21836 33554432000 4194304 4196468 140734038450960 140229138705376 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30868] ppid=30799 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30868/stat : 30868 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753873 11084144640 21836 33554432000 4194304 4196468 140734038450960 140230426798512 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87344 KiB

[startup+1.50067 s]
/proc/loadavg: 1.59 1.68 1.73 5/227 30868
/proc/meminfo: memFree=29158920/32770624 swapFree=66936492/67108860
[pid=30802] ppid=30799 vsize=10834676 memory=186044 CPUtime=2.83 cores=0,2,4,6
/proc/30802/stat : 30802 (java) S 30799 30802 28159 0 -1 1077944320 24347 13369 0 0 265 10 5 3 20 0 15 0 415753857 11094708224 46511 33554432000 4194304 4196468 140734038450960 140734038433504 140230904680183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
/proc/30802/statm: 2708669 46511 3584 1 0 2670733 0
[pid=30802/tid=30855] ppid=30799 vsize=10834676 memory=-7955552394458077081 CPUtime=1.43 cores=0,2,4,6
/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 15658 13369 0 0 129 6 5 3 20 0 15 0 415753867 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230876505840 140230904702109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=10834676 memory=6720696446780543624 CPUtime=0.09 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 263 13369 0 0 1 0 5 3 20 0 15 0 415753867 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=10834676 memory=4134606225630022328 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 27 13369 0 0 0 0 5 3 20 0 15 0 415753867 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=10834676 memory=-5153075247754915967 CPUtime=0.09 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 61 13369 0 0 1 0 5 3 20 0 15 0 415753867 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=10834676 memory=127152 CPUtime=0.09 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 59 13369 0 0 1 0 5 3 20 0 15 0 415753867 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30860] ppid=30799 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30802/task/30860/stat : 30860 (java) S 30799 30802 28159 0 -1 1077944384 1064 13369 0 0 1 0 5 3 20 0 15 0 415753869 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230431008880 140230904691330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30861] ppid=30799 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30861/stat : 30861 (java) S 30799 30802 28159 0 -1 1077944384 14 13369 0 0 0 0 5 3 20 0 15 0 415753869 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230346662688 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30862] ppid=30799 vsize=10834676 memory=280833416036448 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30862/stat : 30862 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753869 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230212445296 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30863] ppid=30799 vsize=10834676 memory=280833416451488 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30863/stat : 30863 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753872 11094708224 46511 33554432000 4194304 4196468 140734038450960 140229608466512 140230904698779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30864] ppid=30799 vsize=10834676 memory=140416708027936 CPUtime=0.5 cores=0,2,4,6
/proc/30802/task/30864/stat : 30864 (java) R 30799 30802 28159 0 -1 4202560 1496 13369 0 0 42 0 5 3 20 0 15 0 415753872 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230429956720 140230896969632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30865] ppid=30799 vsize=10834676 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/30802/task/30865/stat : 30865 (java) S 30799 30802 28159 0 -1 1077944384 1355 13369 0 0 42 0 5 3 20 0 15 0 415753872 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230428903920 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30866] ppid=30799 vsize=10834676 memory=1060 CPUtime=0.52 cores=0,2,4,6
/proc/30802/task/30866/stat : 30866 (java) S 30799 30802 28159 0 -1 1077944384 2138 13369 0 0 44 0 5 3 20 0 15 0 415753872 11094708224 46511 33554432000 4194304 4196468 140734038450960 140230427851632 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30867] ppid=30799 vsize=10834676 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30867/stat : 30867 (java) S 30799 30802 28159 0 -1 1077944384 3 13369 0 0 0 0 5 3 20 0 15 0 415753872 11094708224 46541 33554432000 4194304 4196468 140734038450960 140229138705376 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30868] ppid=30799 vsize=10834676 memory=10660 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30868/stat : 30868 (java) S 30799 30802 28159 0 -1 1077944384 1 13369 0 0 0 0 5 3 20 0 15 0 415753873 11094708224 46541 33554432000 4194304 4196468 140734038450960 140230426798512 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10834676 KiB

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

/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 119184 13369 0 0 229758 71 5 3 20 0 15 0 415753867 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230876515344 140230507843680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=10849032 memory=1923648 CPUtime=13.9 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 31996 13369 0 0 1329 53 5 3 20 0 15 0 415753867 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=10849032 memory=0 CPUtime=13.91 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 36974 13369 0 0 1328 55 5 3 20 0 15 0 415753867 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=10849032 memory=1923648 CPUtime=13.88 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 30454 13369 0 0 1325 55 5 3 20 0 15 0 415753867 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=10849032 memory=1923648 CPUtime=13.89 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 34596 13369 0 0 1325 56 5 3 20 0 15 0 415753867 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30860] ppid=30799 vsize=10849032 memory=65 CPUtime=7.52 cores=0,2,4,6
/proc/30802/task/30860/stat : 30860 (java) S 30799 30802 28159 0 -1 1077944384 25592 13369 0 0 698 46 5 3 20 0 15 0 415753869 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230431008880 140230904691330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30861] ppid=30799 vsize=10849032 memory=1923648 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30861/stat : 30861 (java) S 30799 30802 28159 0 -1 1077944384 33 13369 0 0 0 0 5 3 20 0 15 0 415753869 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230346662752 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30862] ppid=30799 vsize=10849032 memory=1923648 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30862/stat : 30862 (java) S 30799 30802 28159 0 -1 1077944384 15 13369 0 0 0 0 5 3 20 0 15 0 415753869 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230212445312 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30863] ppid=30799 vsize=10849032 memory=1923648 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30863/stat : 30863 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753872 11109408768 480912 33554432000 4194304 4196468 140734038450960 140229608466512 140230904698779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30864] ppid=30799 vsize=10849032 memory=1923648 CPUtime=6.95 cores=0,2,4,6
/proc/30802/task/30864/stat : 30864 (java) S 30799 30802 28159 0 -1 1077944384 49584 13369 0 0 683 4 5 3 20 0 15 0 415753872 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230429956720 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30865] ppid=30799 vsize=10849032 memory=1923648 CPUtime=7.57 cores=0,2,4,6
/proc/30802/task/30865/stat : 30865 (java) S 30799 30802 28159 0 -1 1077944384 53250 13369 0 0 742 7 5 3 20 0 15 0 415753872 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230428903920 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30866] ppid=30799 vsize=10849032 memory=10680 CPUtime=2.49 cores=0,2,4,6
/proc/30802/task/30866/stat : 30866 (java) S 30799 30802 28159 0 -1 1077944384 33414 13369 0 0 237 4 5 3 20 0 15 0 415753872 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230427851632 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30867] ppid=30799 vsize=10849032 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30867/stat : 30867 (java) S 30799 30802 28159 0 -1 1077944384 3 13369 0 0 0 0 5 3 20 0 15 0 415753872 11109408768 480912 33554432000 4194304 4196468 140734038450960 140229138705376 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30868] ppid=30799 vsize=10849032 memory=1548 CPUtime=1.6 cores=0,2,4,6
/proc/30802/task/30868/stat : 30868 (java) S 30799 30802 28159 0 -1 1077944384 2098 13369 0 0 77 75 5 3 20 0 15 0 415753873 11109408768 480912 33554432000 4194304 4196468 140734038450960 140230426798512 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 2379.49 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1923648 KiB

[startup+2382.3 s]
/proc/loadavg: 1.70 1.73 1.78 3/226 31467
/proc/meminfo: memFree=27264736/32770624 swapFree=66936548/67108860
[pid=30802] ppid=30799 vsize=10849032 memory=1925696 CPUtime=2440.66 cores=0,2,4,6
/proc/30802/stat : 30802 (java) S 30799 30802 28159 0 -1 1077944320 423260 13369 0 0 243674 384 5 3 20 0 15 0 415753857 11109408768 481424 33554432000 4194304 4196468 140734038450960 140734038433504 140230904680183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
/proc/30802/statm: 2712258 481424 3636 1 0 2674317 0
[pid=30802/tid=30855] ppid=30799 vsize=10849032 memory=1925696 CPUtime=2357.73 cores=0,2,4,6
/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 120528 13369 0 0 235693 72 5 3 20 0 15 0 415753867 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230876515392 140230507843835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=10849032 memory=280833417579104 CPUtime=14.29 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 32438 13369 0 0 1368 53 5 3 20 0 15 0 415753867 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=10849032 memory=1925696 CPUtime=14.31 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 37262 13369 0 0 1367 56 5 3 20 0 15 0 415753867 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=10849032 memory=1925696 CPUtime=14.27 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 31079 13369 0 0 1363 56 5 3 20 0 15 0 415753867 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=10849032 memory=1925696 CPUtime=14.29 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 35326 13369 0 0 1364 57 5 3 20 0 15 0 415753867 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30860] ppid=30799 vsize=10849032 memory=1925696 CPUtime=7.73 cores=0,2,4,6
/proc/30802/task/30860/stat : 30860 (java) S 30799 30802 28159 0 -1 1077944384 25980 13369 0 0 717 48 5 3 20 0 15 0 415753869 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230431008880 140230904691330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30861] ppid=30799 vsize=10849032 memory=1925696 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30861/stat : 30861 (java) S 30799 30802 28159 0 -1 1077944384 33 13369 0 0 0 0 5 3 20 0 15 0 415753869 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230346662752 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30862] ppid=30799 vsize=10849032 memory=1925696 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30862/stat : 30862 (java) S 30799 30802 28159 0 -1 1077944384 15 13369 0 0 0 0 5 3 20 0 15 0 415753869 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230212445312 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30863] ppid=30799 vsize=10849032 memory=1923648 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30863/stat : 30863 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753872 11109408768 481424 33554432000 4194304 4196468 140734038450960 140229608466512 140230904698779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30864] ppid=30799 vsize=10849032 memory=1925696 CPUtime=6.96 cores=0,2,4,6
/proc/30802/task/30864/stat : 30864 (java) S 30799 30802 28159 0 -1 1077944384 49588 13369 0 0 684 4 5 3 20 0 15 0 415753872 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230429956720 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30865] ppid=30799 vsize=10849032 memory=0 CPUtime=7.57 cores=0,2,4,6
/proc/30802/task/30865/stat : 30865 (java) S 30799 30802 28159 0 -1 1077944384 53254 13369 0 0 742 7 5 3 20 0 15 0 415753872 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230428903920 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30866] ppid=30799 vsize=10849032 memory=1925696 CPUtime=2.5 cores=0,2,4,6
/proc/30802/task/30866/stat : 30866 (java) S 30799 30802 28159 0 -1 1077944384 33418 13369 0 0 237 5 5 3 20 0 15 0 415753872 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230427851632 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30867] ppid=30799 vsize=10849032 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30867/stat : 30867 (java) S 30799 30802 28159 0 -1 1077944384 3 13369 0 0 0 0 5 3 20 0 15 0 415753872 11109408768 481424 33554432000 4194304 4196468 140734038450960 140229138705376 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30868] ppid=30799 vsize=10849032 memory=2016 CPUtime=1.64 cores=0,2,4,6
/proc/30802/task/30868/stat : 30868 (java) S 30799 30802 28159 0 -1 1077944384 2129 13369 0 0 79 77 5 3 20 0 15 0 415753873 11109408768 481424 33554432000 4194304 4196468 140734038450960 140230426798512 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 2440.66 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1925696 KiB

[startup+2442.3 s]
/proc/loadavg: 1.64 1.72 1.77 3/226 31472
/proc/meminfo: memFree=27267696/32770624 swapFree=66936552/67108860
[pid=30802] ppid=30799 vsize=10849032 memory=1928244 CPUtime=2501.8 cores=0,2,4,6
/proc/30802/stat : 30802 (java) S 30799 30802 28159 0 -1 1077944320 427509 13369 0 0 249780 392 5 3 20 0 15 0 415753857 11109408768 482061 33554432000 4194304 4196468 140734038450960 140734038433504 140230904680183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
/proc/30802/statm: 2712258 482061 3636 1 0 2674317 0
[pid=30802/tid=30855] ppid=30799 vsize=10849032 memory=1930296 CPUtime=2417.07 cores=0,2,4,6
/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 122030 13369 0 0 241627 72 5 3 20 0 15 0 415753867 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230876515280 140230502667580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=10849032 memory=1929792 CPUtime=14.69 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 32902 13369 0 0 1406 55 5 3 20 0 15 0 415753867 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=10849032 memory=1929792 CPUtime=14.69 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 38181 13369 0 0 1404 57 5 3 20 0 15 0 415753867 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=10849032 memory=1927744 CPUtime=14.66 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 31596 13369 0 0 1400 58 5 3 20 0 15 0 415753867 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=10849032 memory=1925696 CPUtime=14.69 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 35720 13369 0 0 1403 58 5 3 20 0 15 0 415753867 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30860] ppid=30799 vsize=10849032 memory=1929792 CPUtime=7.92 cores=0,2,4,6
/proc/30802/task/30860/stat : 30860 (java) S 30799 30802 28159 0 -1 1077944384 26379 13369 0 0 735 49 5 3 20 0 15 0 415753869 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230431008880 140230904691330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30861] ppid=30799 vsize=10849032 memory=1929792 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30861/stat : 30861 (java) S 30799 30802 28159 0 -1 1077944384 33 13369 0 0 0 0 5 3 20 0 15 0 415753869 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230346662752 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30862] ppid=30799 vsize=10849032 memory=1929792 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30862/stat : 30862 (java) S 30799 30802 28159 0 -1 1077944384 15 13369 0 0 0 0 5 3 20 0 15 0 415753869 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230212445312 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30863] ppid=30799 vsize=10849032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30863/stat : 30863 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753872 11109408768 482061 33554432000 4194304 4196468 140734038450960 140229608466512 140230904698779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30864] ppid=30799 vsize=10849032 memory=1930296 CPUtime=6.96 cores=0,2,4,6
/proc/30802/task/30864/stat : 30864 (java) S 30799 30802 28159 0 -1 1077944384 49592 13369 0 0 684 4 5 3 20 0 15 0 415753872 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230429956720 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30865] ppid=30799 vsize=10849032 memory=1928244 CPUtime=7.57 cores=0,2,4,6
/proc/30802/task/30865/stat : 30865 (java) S 30799 30802 28159 0 -1 1077944384 53258 13369 0 0 742 7 5 3 20 0 15 0 415753872 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230428903920 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30866] ppid=30799 vsize=10849032 memory=3624 CPUtime=2.5 cores=0,2,4,6
/proc/30802/task/30866/stat : 30866 (java) S 30799 30802 28159 0 -1 1077944384 33422 13369 0 0 237 5 5 3 20 0 15 0 415753872 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230427851632 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30867] ppid=30799 vsize=10849032 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30867/stat : 30867 (java) S 30799 30802 28159 0 -1 1077944384 3 13369 0 0 0 0 5 3 20 0 15 0 415753872 11109408768 482061 33554432000 4194304 4196468 140734038450960 140229138705376 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30868] ppid=30799 vsize=10849032 memory=1929792 CPUtime=1.68 cores=0,2,4,6
/proc/30802/task/30868/stat : 30868 (java) S 30799 30802 28159 0 -1 1077944384 2171 13369 0 0 81 79 5 3 20 0 15 0 415753873 11109408768 482061 33554432000 4194304 4196468 140734038450960 140230426798512 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 2501.8 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1928244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.2 s]
/proc/loadavg: 1.68 1.72 1.77 3/226 31474
/proc/meminfo: memFree=27318488/32770624 swapFree=66936552/67108860
[pid=30802] ppid=30799 vsize=10849032 memory=1886684 CPUtime=2520 cores=0,2,4,6
/proc/30802/stat : 30802 (java) S 30799 30802 28159 0 -1 1077944320 427755 13369 0 0 251598 394 5 3 20 0 15 0 415753857 11109408768 471671 33554432000 4194304 4196468 140734038450960 140734038433504 140230904680183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
/proc/30802/statm: 2712258 471671 3636 1 0 2674317 0
[pid=30802/tid=30855] ppid=30799 vsize=10849032 memory=6791534058613427641 CPUtime=2434.82 cores=0,2,4,6
/proc/30802/task/30855/stat : 30855 (java) R 30799 30802 28159 0 -1 4202560 122211 13369 0 0 243402 72 5 3 20 0 15 0 415753867 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230876515280 140230507002597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30856] ppid=30799 vsize=10849032 memory=1412 CPUtime=14.79 cores=0,2,4,6
/proc/30802/task/30856/stat : 30856 (java) S 30799 30802 28159 0 -1 1077944384 32919 13369 0 0 1416 55 5 3 20 0 15 0 415753867 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230908922768 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30857] ppid=30799 vsize=10849032 memory=3280 CPUtime=14.79 cores=0,2,4,6
/proc/30802/task/30857/stat : 30857 (java) S 30799 30802 28159 0 -1 1077944384 38189 13369 0 0 1414 57 5 3 20 0 15 0 415753867 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230823742224 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30858] ppid=30799 vsize=10849032 memory=1886684 CPUtime=14.75 cores=0,2,4,6
/proc/30802/task/30858/stat : 30858 (java) S 30799 30802 28159 0 -1 1077944384 31614 13369 0 0 1409 58 5 3 20 0 15 0 415753867 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230822689936 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30859] ppid=30799 vsize=10849032 memory=1408 CPUtime=14.78 cores=0,2,4,6
/proc/30802/task/30859/stat : 30859 (java) S 30799 30802 28159 0 -1 1077944384 35733 13369 0 0 1412 58 5 3 20 0 15 0 415753867 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230821637136 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30860] ppid=30799 vsize=10849032 memory=3300 CPUtime=7.97 cores=0,2,4,6
/proc/30802/task/30860/stat : 30860 (java) S 30799 30802 28159 0 -1 1077944384 26385 13369 0 0 739 50 5 3 20 0 15 0 415753869 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230431008880 140230904691330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30861] ppid=30799 vsize=10849032 memory=2296492 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30861/stat : 30861 (java) S 30799 30802 28159 0 -1 1077944384 33 13369 0 0 0 0 5 3 20 0 15 0 415753869 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230346662752 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30862] ppid=30799 vsize=10849032 memory=1160 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30862/stat : 30862 (java) S 30799 30802 28159 0 -1 1077944384 15 13369 0 0 0 0 5 3 20 0 15 0 415753869 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230212445312 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30863] ppid=30799 vsize=10849032 memory=1929792 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30863/stat : 30863 (java) S 30799 30802 28159 0 -1 1077944384 2 13369 0 0 0 0 5 3 20 0 15 0 415753872 11109408768 471671 33554432000 4194304 4196468 140734038450960 140229608466512 140230904698779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30864] ppid=30799 vsize=10849032 memory=516 CPUtime=6.96 cores=0,2,4,6
/proc/30802/task/30864/stat : 30864 (java) S 30799 30802 28159 0 -1 1077944384 49592 13369 0 0 684 4 5 3 20 0 15 0 415753872 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230429956720 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30865] ppid=30799 vsize=10849032 memory=1888736 CPUtime=7.57 cores=0,2,4,6
/proc/30802/task/30865/stat : 30865 (java) S 30799 30802 28159 0 -1 1077944384 53259 13369 0 0 742 7 5 3 20 0 15 0 415753872 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230428903920 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30866] ppid=30799 vsize=10849032 memory=1760 CPUtime=2.5 cores=0,2,4,6
/proc/30802/task/30866/stat : 30866 (java) S 30799 30802 28159 0 -1 1077944384 33422 13369 0 0 237 5 5 3 20 0 15 0 415753872 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230427851632 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30867] ppid=30799 vsize=10849032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/30802/task/30867/stat : 30867 (java) S 30799 30802 28159 0 -1 1077944384 3 13369 0 0 0 0 5 3 20 0 15 0 415753872 11109408768 471671 33554432000 4194304 4196468 140734038450960 140229138705376 140230904690389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
[pid=30802/tid=30868] ppid=30799 vsize=10849032 memory=804 CPUtime=1.69 cores=0,2,4,6
/proc/30802/task/30868/stat : 30868 (java) S 30799 30802 28159 0 -1 1077944384 2173 13369 0 0 82 79 5 3 20 0 15 0 415753873 11109408768 471671 33554432000 4194304 4196468 140734038450960 140230426798512 140230904691330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24571904 140734038452977 140734038455493 140734038455493 140734038458319 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1886684 KiB

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

[startup+2460.23 s]
# the end of solver process 30802 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.06 s, system=3.99252 s

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

Child status: 143
Real time (s): 2460.23
CPU time (s): 2520.05
CPU user time (s): 2516.06
CPU system time (s): 3.99252
CPU usage (%): 102.432
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 2895940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 3.99252
maximum resident set size= 2895940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 226218
involuntary context switches= 11862


# summary of solver processes directly reported to runsolver:
#   pid: 30802
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 3.99252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0883 second user time and 21.778 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 18:14:20
IDJOB=4395973
IDBENCH=120900
IDSOLVER=2846
FILE ID=node105/4395973-1568394954
RUNJOBID= node105-1568388801-30330
PBS_JOBID= 21701857
Free space on /tmp= 60828 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-050-05-mul.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395973-1568394954/watcher-4395973-1568394954 -o /tmp/evaluation-result-4395973-1568394954/solver-4395973-1568394954 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=63630197 HOME/instance-4395973-1568394954.xml

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

MD5SUM BENCH= 0dc4c2f273d2e82d82a6e1c594dd299c
RANDOM SEED=63630197

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:        29257464 kB
MemAvailable:   29603660 kB
Buffers:          160980 kB
Cached:           479828 kB
SwapCached:        68276 kB
Active:          2609096 kB
Inactive:         357688 kB
Active(anon):    2265568 kB
Inactive(anon):    93764 kB
Active(file):     343528 kB
Inactive(file):   263924 kB
Unevictable:      107276 kB
Mlocked:          107276 kB
SwapTotal:      67108860 kB
SwapFree:       66936492 kB
Dirty:             35196 kB
Writeback:             0 kB
AnonPages:       2366640 kB
Mapped:            50096 kB
Shmem:             24144 kB
Slab:             137420 kB
SReclaimable:     109156 kB
SUnreclaim:        28264 kB
KernelStack:        3712 kB
PageTables:        10156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4239828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2281472 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 /tmp at the end= 60780 MiB
End job on node105 at 2019-09-13 18:55:20