Trace number 4304936

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.9.2-SuperNG? (TO) 2520.31 2252.99

General information on the benchmark

NamePseudoBoolean-dec/
Pb-robin12_c18.xml
MD5SUM06a2ec4b3086c6da600ddbfdfe006226
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.84574
Satisfiable
(Un)Satisfiability was proved
Number of variables4356
Number of constraints600
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":4356}]
Minimum variable degree10
Maximum variable degree10
Distribution of variable degrees[{"degree":10,"count":4356}]
Minimum constraint arity66
Maximum constraint arity121
Distribution of constraint arities[{"arity":66,"count":528},{"arity":121,"count":72}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":600}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
2520.09/2252.88	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2252.88		at concrete.MAC.mac(MAC.scala:188)
2520.09/2252.88		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2252.88		at scala.util.Try$.apply(Try.scala:209)
2520.09/2252.88		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2252.88		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2252.88		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2252.88		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2252.88		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2252.88		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2252.88		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2252.88		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2252.88		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2252.88		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2252.88		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2252.88		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2252.88		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2252.88		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2252.88		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2252.88		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2252.88		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.09/2252.88		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.09/2252.88		at concrete.Solver.toStream(Solver.scala:68)
2520.09/2252.88		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.09/2252.88		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.09/2252.88		at concrete.Solver.toIterable(Solver.scala:68)
2520.09/2252.88		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.09/2252.88		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2252.88		at scala.util.Success.map(Try.scala:209)
2520.09/2252.88		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2252.88		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2252.88		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2252.88		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2252.88		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2252.88		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2252.88		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2252.88		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2252.88		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2252.88		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2252.88		at scala.App.main(App.scala:76)
2520.09/2252.88		at scala.App.main$(App.scala:74)
2520.09/2252.88		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2252.88		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2252.89	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 (6578 MiB free)
  memory of node 1: 16384 MiB (1890 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304936-1534071902/watcher-4304936-1534071902 -o /tmp/evaluation-result-4304936-1534071902/solver-4304936-1534071902 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21371 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1242460292 -superng HOME/instance-4304936-1534071902.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
Starting watchdog threadCurrent StackSize limit: 8192 KiB

solver pid=22987, runsolver pid=22984

[startup+0.102145 s]*
/proc/loadavg: 1.93 1.74 1.73 2/206 23044
/proc/meminfo: memFree=8666792/32770624 swapFree=67108404/67108860
[pid=22987] ppid=22984 vsize=10005480 memory=15176 CPUtime=0.08 cores=0,2,4,6
/proc/22987/stat : 22987 (java) S 22984 22987 21340 0 -1 1077944320 4469 13193 0 0 1 0 5 2 20 0 6 0 224753344 10245611520 3794 33554432000 4194304 4196468 140734413330768 140734413313312 139922077912823 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
/proc/22987/statm: 2501370 3794 1934 1 0 2489808 0
[pid=22987/tid=23040] ppid=22984 vsize=10005480 memory=4279135704013962892 CPUtime=0.08 cores=0,2,4,6
/proc/22987/task/23040/stat : 23040 (java) R 22984 22987 21340 0 -1 4202560 2287 13193 0 0 1 0 5 2 20 0 6 0 224753353 10245611520 3794 33554432000 4194304 4196468 140734413330768 139922049749584 139922063035760 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23041] ppid=22984 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23041/stat : 23041 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 6 0 224753354 10245611520 3794 33554432000 4194304 4196468 140734413330768 139922082155280 139922077923029 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23042] ppid=22984 vsize=10005480 memory=140434035107456 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23042/stat : 23042 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 6 0 224753354 10245611520 3794 33554432000 4194304 4196468 140734413330768 139921982643088 139922077923029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23043] ppid=22984 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23043/stat : 23043 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 6 0 224753354 10245611520 3794 33554432000 4194304 4196468 140734413330768 139921616899088 139922077923029 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23044] ppid=22984 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 2 13193 0 0 0 0 5 2 20 0 6 0 224753354 10245611520 3794 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15176 KiB

[startup+0.209734 s]*
/proc/loadavg: 1.93 1.74 1.73 3/215 23053
/proc/meminfo: memFree=8646996/32770624 swapFree=67108404/67108860
[pid=22987] ppid=22984 vsize=10982696 memory=42952 CPUtime=0.26 cores=0,2,4,6
/proc/22987/stat : 22987 (java) S 22984 22987 21340 0 -1 1077944320 8592 13193 0 0 17 2 5 2 20 0 15 0 224753344 11246280704 10738 33554432000 4194304 4196468 140734413330768 140734413313312 139922077912823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
/proc/22987/statm: 2745674 10738 2967 1 0 2708109 0
[pid=22987/tid=23040] ppid=22984 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/22987/task/23040/stat : 23040 (java) R 22984 22987 21340 0 -1 4202560 5042 13193 0 0 11 0 5 2 20 0 15 0 224753353 11246280704 10738 33554432000 4194304 4196468 140734413330768 139922049710480 139922058187965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23041] ppid=22984 vsize=10982696 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23041/stat : 23041 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246280704 10738 33554432000 4194304 4196468 140734413330768 139922082155280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23042] ppid=22984 vsize=10982696 memory=140434035129084 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23042/stat : 23042 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246280704 10738 33554432000 4194304 4196468 140734413330768 139921982643088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23043] ppid=22984 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23043/stat : 23043 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246280704 10738 33554432000 4194304 4196468 140734413330768 139921616899088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23044] ppid=22984 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 2 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246280704 10738 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23045] ppid=22984 vsize=10982696 memory=140434035107456 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23045/stat : 23045 (java) S 22984 22987 21340 0 -1 1077944384 2 13193 0 0 0 0 5 2 20 0 15 0 224753355 11246280704 10738 33554432000 4194304 4196468 140734413330768 139921047767024 139922077923970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23046] ppid=22984 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23046/stat : 23046 (java) S 22984 22987 21340 0 -1 1077944384 13 13193 0 0 0 0 5 2 20 0 15 0 224753355 11246280704 10738 33554432000 4194304 4196468 140734413330768 139920974799776 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23047] ppid=22984 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23047/stat : 23047 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753356 11246280704 10738 33554432000 4194304 4196468 140734413330768 139920773473264 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23048] ppid=22984 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23048/stat : 23048 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753358 11246280704 10738 33554432000 4194304 4196468 140734413330768 139920466073808 139922077931419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23049] ppid=22984 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22987/task/23049/stat : 23049 (java) S 22984 22987 21340 0 -1 1077944384 555 13193 0 0 1 0 5 2 20 0 15 0 224753358 11246280704 10738 33554432000 4194304 4196468 140734413330768 139921046714864 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23050] ppid=22984 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23050/stat : 23050 (java) S 22984 22987 21340 0 -1 1077944384 72 13193 0 0 0 0 5 2 20 0 15 0 224753358 11246280704 10738 33554432000 4194304 4196468 140734413330768 139921045662320 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23051] ppid=22984 vsize=10982696 memory=140434035107456 CPUtime=0.1 cores=0,2,4,6
/proc/22987/task/23051/stat : 23051 (java) S 22984 22987 21340 0 -1 1077944384 701 13193 0 0 3 0 5 2 20 0 15 0 224753358 11246280704 10738 33554432000 4194304 4196468 140734413330768 139921044609776 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23052] ppid=22984 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23052/stat : 23052 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753359 11246280704 10738 33554432000 4194304 4196468 140734413330768 139920035277920 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23053] ppid=22984 vsize=10982696 memory=140434035107456 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23053/stat : 23053 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753359 11246280704 10738 33554432000 4194304 4196468 140734413330768 139921043556656 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42952 KiB

[startup+0.310329 s]*
/proc/loadavg: 1.93 1.74 1.73 3/215 23053
/proc/meminfo: memFree=8634084/32770624 swapFree=67108404/67108860
[pid=22987] ppid=22984 vsize=10983192 memory=53856 CPUtime=0.38 cores=0,2,4,6
/proc/22987/stat : 22987 (java) S 22984 22987 21340 0 -1 1077944320 10466 13193 0 0 28 3 5 2 20 0 15 0 224753344 11246788608 13464 33554432000 4194304 4196468 140734413330768 140734413313312 139922077912823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
/proc/22987/statm: 2745798 13464 3111 1 0 2708109 0
[pid=22987/tid=23040] ppid=22984 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22987/task/23040/stat : 23040 (java) R 22984 22987 21340 0 -1 4202560 6940 13193 0 0 20 1 5 2 20 0 15 0 224753353 11246788608 13530 33554432000 4194304 4196468 140734413330768 139922049724832 139922058188637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23041] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23041/stat : 23041 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246788608 13530 33554432000 4194304 4196468 140734413330768 139922082155280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23042] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23042/stat : 23042 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246788608 13530 33554432000 4194304 4196468 140734413330768 139921982643088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23043] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23043/stat : 23043 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246788608 13530 33554432000 4194304 4196468 140734413330768 139921616899088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23044] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 2 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246788608 13530 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23045] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23045/stat : 23045 (java) S 22984 22987 21340 0 -1 1077944384 2 13193 0 0 0 0 5 2 20 0 15 0 224753355 11246788608 13530 33554432000 4194304 4196468 140734413330768 139921047767024 139922077923970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23046] ppid=22984 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23046/stat : 23046 (java) S 22984 22987 21340 0 -1 1077944384 13 13193 0 0 0 0 5 2 20 0 15 0 224753355 11246788608 13530 33554432000 4194304 4196468 140734413330768 139920974799776 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23047] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23047/stat : 23047 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753356 11246788608 13530 33554432000 4194304 4196468 140734413330768 139920773473264 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23048] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23048/stat : 23048 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753358 11246788608 13530 33554432000 4194304 4196468 140734413330768 139920466073808 139922077931419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23049] ppid=22984 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22987/task/23049/stat : 23049 (java) S 22984 22987 21340 0 -1 1077944384 562 13193 0 0 1 0 5 2 20 0 15 0 224753358 11246788608 13530 33554432000 4194304 4196468 140734413330768 139921046714864 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23050] ppid=22984 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22987/task/23050/stat : 23050 (java) S 22984 22987 21340 0 -1 1077944384 74 13193 0 0 1 0 5 2 20 0 15 0 224753358 11246788608 13530 33554432000 4194304 4196468 140734413330768 139921045662320 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23051] ppid=22984 vsize=10983192 memory=140434035107456 CPUtime=0.11 cores=0,2,4,6
/proc/22987/task/23051/stat : 23051 (java) S 22984 22987 21340 0 -1 1077944384 727 13193 0 0 4 0 5 2 20 0 15 0 224753358 11246788608 13596 33554432000 4194304 4196468 140734413330768 139921044609776 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23052] ppid=22984 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23052/stat : 23052 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753359 11246788608 13596 33554432000 4194304 4196468 140734413330768 139920035277920 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23053] ppid=22984 vsize=10983192 memory=140434035107456 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23053/stat : 23053 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753359 11246788608 13596 33554432000 4194304 4196468 140734413330768 139921043556656 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53856 KiB

[startup+0.700743 s]
/proc/loadavg: 1.93 1.74 1.73 3/215 23053
/proc/meminfo: memFree=8622672/32770624 swapFree=67108404/67108860
[pid=22987] ppid=22984 vsize=10983192 memory=87664 CPUtime=0.99 cores=0,2,4,6
/proc/22987/stat : 22987 (java) S 22984 22987 21340 0 -1 1077944320 17111 13193 0 0 87 5 5 2 20 0 15 0 224753344 11246788608 21916 33554432000 4194304 4196468 140734413330768 140734413313312 139922077912823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
/proc/22987/statm: 2745798 21916 3238 1 0 2708109 0
[pid=22987/tid=23040] ppid=22984 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22987/task/23040/stat : 23040 (java) R 22984 22987 21340 0 -1 4202560 12444 13193 0 0 56 3 5 2 20 0 15 0 224753353 11246788608 21916 33554432000 4194304 4196468 140734413330768 139922049740264 139922063078416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23041] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23041/stat : 23041 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246788608 21916 33554432000 4194304 4196468 140734413330768 139922082155280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23042] ppid=22984 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23042/stat : 23042 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246788608 21916 33554432000 4194304 4196468 140734413330768 139921982643088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23043] ppid=22984 vsize=10983192 memory=140433887998768 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23043/stat : 23043 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246788608 21916 33554432000 4194304 4196468 140734413330768 139921616899088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23044] ppid=22984 vsize=10983192 memory=140436840645196 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 2 13193 0 0 0 0 5 2 20 0 15 0 224753354 11246788608 21916 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23045] ppid=22984 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23045/stat : 23045 (java) S 22984 22987 21340 0 -1 1077944384 6 13193 0 0 0 0 5 2 20 0 15 0 224753355 11246788608 21916 33554432000 4194304 4196468 140734413330768 139921047767024 139922077923970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23046] ppid=22984 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23046/stat : 23046 (java) S 22984 22987 21340 0 -1 1077944384 13 13193 0 0 0 0 5 2 20 0 15 0 224753355 11246788608 21916 33554432000 4194304 4196468 140734413330768 139920974799776 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23047] ppid=22984 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23047/stat : 23047 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753356 11246788608 21916 33554432000 4194304 4196468 140734413330768 139920773473264 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23048] ppid=22984 vsize=10983192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23048/stat : 23048 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753358 11246788608 21916 33554432000 4194304 4196468 140734413330768 139920466073808 139922077931419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23049] ppid=22984 vsize=10983192 memory=33740 CPUtime=0.17 cores=0,2,4,6
/proc/22987/task/23049/stat : 23049 (java) S 22984 22987 21340 0 -1 1077944384 1185 13193 0 0 10 0 5 2 20 0 15 0 224753358 11246788608 21916 33554432000 4194304 4196468 140734413330768 139921046714864 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23050] ppid=22984 vsize=10983192 memory=14644 CPUtime=0.13 cores=0,2,4,6
/proc/22987/task/23050/stat : 23050 (java) S 22984 22987 21340 0 -1 1077944384 323 13193 0 0 6 0 5 2 20 0 15 0 224753358 11246788608 21916 33554432000 4194304 4196468 140734413330768 139921045662320 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23051] ppid=22984 vsize=10983192 memory=1720 CPUtime=0.19 cores=0,2,4,6
/proc/22987/task/23051/stat : 23051 (java) S 22984 22987 21340 0 -1 1077944384 933 13193 0 0 12 0 5 2 20 0 15 0 224753358 11246788608 21916 33554432000 4194304 4196468 140734413330768 139921044609776 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23052] ppid=22984 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23052/stat : 23052 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753359 11246788608 21916 33554432000 4194304 4196468 140734413330768 139920035277920 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23053] ppid=22984 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23053/stat : 23053 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753359 11246788608 21916 33554432000 4194304 4196468 140734413330768 139921043556656 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87664 KiB

[startup+1.50075 s]
/proc/loadavg: 1.94 1.74 1.74 3/215 23053
/proc/meminfo: memFree=8578512/32770624 swapFree=67108404/67108860
[pid=22987] ppid=22984 vsize=10996044 memory=192624 CPUtime=3.04 cores=0,2,4,6
/proc/22987/stat : 22987 (java) S 22984 22987 21340 0 -1 1077944320 25551 13193 0 0 288 9 5 2 20 0 15 0 224753344 11259949056 48156 33554432000 4194304 4196468 140734413330768 140734413313312 139922077912823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
/proc/22987/statm: 2749011 48156 3456 1 0 2710669 0
[pid=22987/tid=23040] ppid=22984 vsize=10996044 memory=64036 CPUtime=1.45 cores=0,2,4,6
/proc/22987/task/23040/stat : 23040 (java) R 22984 22987 21340 0 -1 4202560 16836 13193 0 0 132 6 5 2 20 0 15 0 224753353 11259949056 48156 33554432000 4194304 4196468 140734413330768 139922049726936 139922061993310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23041] ppid=22984 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23041/stat : 23041 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11259949056 48156 33554432000 4194304 4196468 140734413330768 139922082155280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23042] ppid=22984 vsize=10996044 memory=280867776028832 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23042/stat : 23042 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11259949056 48156 33554432000 4194304 4196468 140734413330768 139921982643088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23043] ppid=22984 vsize=10996044 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23043/stat : 23043 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753354 11259949056 48156 33554432000 4194304 4196468 140734413330768 139921616899088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23044] ppid=22984 vsize=10996044 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 2 13193 0 0 0 0 5 2 20 0 15 0 224753354 11259949056 48156 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23045] ppid=22984 vsize=10996044 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23045/stat : 23045 (java) S 22984 22987 21340 0 -1 1077944384 7 13193 0 0 0 0 5 2 20 0 15 0 224753355 11259949056 48156 33554432000 4194304 4196468 140734413330768 139921047767024 139922077923970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23046] ppid=22984 vsize=10996044 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23046/stat : 23046 (java) S 22984 22987 21340 0 -1 1077944384 13 13193 0 0 0 0 5 2 20 0 15 0 224753355 11259949056 48156 33554432000 4194304 4196468 140734413330768 139920974799776 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23047] ppid=22984 vsize=10996044 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23047/stat : 23047 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753356 11259949056 48156 33554432000 4194304 4196468 140734413330768 139920773473264 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23048] ppid=22984 vsize=10996044 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23048/stat : 23048 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753358 11259949056 48156 33554432000 4194304 4196468 140734413330768 139920466073808 139922077931419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23049] ppid=22984 vsize=10996044 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/22987/task/23049/stat : 23049 (java) S 22984 22987 21340 0 -1 1077944384 2310 13193 0 0 55 0 5 2 20 0 15 0 224753358 11259949056 48156 33554432000 4194304 4196468 140734413330768 139921046714864 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23050] ppid=22984 vsize=10996044 memory=10 CPUtime=0.66 cores=0,2,4,6
/proc/22987/task/23050/stat : 23050 (java) R 22984 22987 21340 0 -1 4202560 2288 13193 0 0 58 1 5 2 20 0 15 0 224753358 11259949056 48156 33554432000 4194304 4196468 140734413330768 139921045648344 139922059434223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23051] ppid=22984 vsize=10996044 memory=6791534058613427641 CPUtime=0.5 cores=0,2,4,6
/proc/22987/task/23051/stat : 23051 (java) S 22984 22987 21340 0 -1 1077944384 1892 13193 0 0 42 1 5 2 20 0 15 0 224753358 11259949056 48156 33554432000 4194304 4196468 140734413330768 139921044609776 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23052] ppid=22984 vsize=10996044 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23052/stat : 23052 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753359 11259949056 48156 33554432000 4194304 4196468 140734413330768 139920035277920 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23053] ppid=22984 vsize=10996044 memory=280867776273280 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23053/stat : 23053 (java) S 22984 22987 21340 0 -1 1077944384 1 13193 0 0 0 0 5 2 20 0 15 0 224753359 11259949056 48156 33554432000 4194304 4196468 140734413330768 139921043556656 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10996044 KiB

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

[pid=22987/tid=23044] ppid=22984 vsize=11080032 memory=280867776656912 CPUtime=77.72 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 356457 13193 0 0 7594 171 5 2 20 0 15 0 224753354 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23045] ppid=22984 vsize=11080032 memory=9624 CPUtime=4.8 cores=0,2,4,6
/proc/22987/task/23045/stat : 23045 (java) S 22984 22987 21340 0 -1 1077944384 76608 13193 0 0 463 10 5 2 20 0 15 0 224753355 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139921047767024 139922077923970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23046] ppid=22984 vsize=11080032 memory=6303468 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23046/stat : 23046 (java) S 22984 22987 21340 0 -1 1077944384 48 13193 0 0 0 0 5 2 20 0 15 0 224753355 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139920974799904 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23047] ppid=22984 vsize=11080032 memory=6303468 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23047/stat : 23047 (java) S 22984 22987 21340 0 -1 1077944384 33 13193 0 0 0 0 5 2 20 0 15 0 224753356 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139920773473280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23048] ppid=22984 vsize=11080032 memory=6303484 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23048/stat : 23048 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753358 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139920466073808 139922077931419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23049] ppid=22984 vsize=11080032 memory=61172 CPUtime=11.95 cores=0,2,4,6
/proc/22987/task/23049/stat : 23049 (java) S 22984 22987 21340 0 -1 1077944384 72362 13193 0 0 1180 8 5 2 20 0 15 0 224753358 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139921046714864 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23050] ppid=22984 vsize=11080032 memory=3684 CPUtime=11.8 cores=0,2,4,6
/proc/22987/task/23050/stat : 23050 (java) S 22984 22987 21340 0 -1 1077944384 80887 13193 0 0 1164 9 5 2 20 0 15 0 224753358 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139921045662320 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23051] ppid=22984 vsize=11080032 memory=61172 CPUtime=3.23 cores=0,2,4,6
/proc/22987/task/23051/stat : 23051 (java) S 22984 22987 21340 0 -1 1077944384 56459 13193 0 0 308 8 5 2 20 0 15 0 224753358 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139921044609776 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23052] ppid=22984 vsize=11080032 memory=6303484 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23052/stat : 23052 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753359 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139920035277920 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23053] ppid=22984 vsize=11080032 memory=6303484 CPUtime=1.25 cores=0,2,4,6
/proc/22987/task/23053/stat : 23053 (java) S 22984 22987 21340 0 -1 1077944384 3622 13193 0 0 62 56 5 2 20 0 15 0 224753359 11345952768 1575871 33554432000 4194304 4196468 140734413330768 139921043556656 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 2342.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 6303484 KiB

[startup+2142.3 s]
/proc/loadavg: 1.82 1.71 1.74 3/215 23125
/proc/meminfo: memFree=1538624/32770624 swapFree=67108404/67108860
[pid=22987] ppid=22984 vsize=11080032 memory=6303512 CPUtime=2404.05 cores=0,2,4,6
/proc/22987/stat : 22987 (java) S 22984 22987 21340 0 -1 1077944320 4071503 13193 0 0 239462 936 5 2 20 0 15 0 224753344 11345952768 1575878 33554432000 4194304 4196468 140734413330768 140734413313312 139922077912823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
/proc/22987/statm: 2770008 1575878 3535 1 0 2731661 0
[pid=22987/tid=23040] ppid=22984 vsize=11080032 memory=6303512 CPUtime=2058.7 cores=0,2,4,6
/proc/22987/task/23040/stat : 23040 (java) R 22984 22987 21340 0 -1 4202560 2344027 13193 0 0 205674 189 5 2 20 0 15 0 224753353 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139922049746592 139921663065623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23041] ppid=22984 vsize=11080032 memory=6303512 CPUtime=78.2 cores=0,2,4,6
/proc/22987/task/23041/stat : 23041 (java) S 22984 22987 21340 0 -1 1077944384 353825 13193 0 0 7647 166 5 2 20 0 15 0 224753354 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139922082155280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23042] ppid=22984 vsize=11080032 memory=6303508 CPUtime=78.16 cores=0,2,4,6
/proc/22987/task/23042/stat : 23042 (java) S 22984 22987 21340 0 -1 1077944384 353077 13193 0 0 7644 165 5 2 20 0 15 0 224753354 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139921982643088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23043] ppid=22984 vsize=11080032 memory=6303512 CPUtime=78.29 cores=0,2,4,6
/proc/22987/task/23043/stat : 23043 (java) S 22984 22987 21340 0 -1 1077944384 356238 13193 0 0 7656 166 5 2 20 0 15 0 224753354 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139921616899088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23044] ppid=22984 vsize=11080032 memory=6303512 CPUtime=78.1 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 366568 13193 0 0 7632 171 5 2 20 0 15 0 224753354 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23045] ppid=22984 vsize=11080032 memory=6303512 CPUtime=4.81 cores=0,2,4,6
/proc/22987/task/23045/stat : 23045 (java) S 22984 22987 21340 0 -1 1077944384 76969 13193 0 0 464 10 5 2 20 0 15 0 224753355 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139921047767024 139922077923970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23046] ppid=22984 vsize=11080032 memory=9624 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23046/stat : 23046 (java) S 22984 22987 21340 0 -1 1077944384 52 13193 0 0 0 0 5 2 20 0 15 0 224753355 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139920974799904 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23047] ppid=22984 vsize=11080032 memory=876 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23047/stat : 23047 (java) S 22984 22987 21340 0 -1 1077944384 36 13193 0 0 0 0 5 2 20 0 15 0 224753356 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139920773473280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23048] ppid=22984 vsize=11080032 memory=6303512 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23048/stat : 23048 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753358 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139920466073808 139922077931419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23049] ppid=22984 vsize=11080032 memory=3684 CPUtime=11.97 cores=0,2,4,6
/proc/22987/task/23049/stat : 23049 (java) S 22984 22987 21340 0 -1 1077944384 75488 13193 0 0 1182 8 5 2 20 0 15 0 224753358 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139921046714864 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23050] ppid=22984 vsize=11080032 memory=6303512 CPUtime=11.82 cores=0,2,4,6
/proc/22987/task/23050/stat : 23050 (java) S 22984 22987 21340 0 -1 1077944384 81319 13193 0 0 1165 10 5 2 20 0 15 0 224753358 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139921045662320 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23051] ppid=22984 vsize=11080032 memory=6303512 CPUtime=3.24 cores=0,2,4,6
/proc/22987/task/23051/stat : 23051 (java) S 22984 22987 21340 0 -1 1077944384 58048 13193 0 0 309 8 5 2 20 0 15 0 224753358 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139921044609776 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23052] ppid=22984 vsize=11080032 memory=6303512 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23052/stat : 23052 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753359 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139920035277920 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23053] ppid=22984 vsize=11080032 memory=3684 CPUtime=1.27 cores=0,2,4,6
/proc/22987/task/23053/stat : 23053 (java) S 22984 22987 21340 0 -1 1077944384 3656 13193 0 0 63 57 5 2 20 0 15 0 224753359 11345952768 1575878 33554432000 4194304 4196468 140734413330768 139921043556656 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 2404.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 6303512 KiB

[startup+2202.3 s]
/proc/loadavg: 1.78 1.71 1.74 3/215 23126
/proc/meminfo: memFree=1507976/32770624 swapFree=67108404/67108860
[pid=22987] ppid=22984 vsize=11080032 memory=6333228 CPUtime=2466.57 cores=0,2,4,6
/proc/22987/stat : 22987 (java) S 22984 22987 21340 0 -1 1077944320 4258985 13193 0 0 245697 953 5 2 20 0 15 0 224753344 11345952768 1583307 33554432000 4194304 4196468 140734413330768 140734413313312 139922077912823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
/proc/22987/statm: 2770008 1583307 3535 1 0 2731661 0
[pid=22987/tid=23040] ppid=22984 vsize=11080032 memory=6333228 CPUtime=2117.86 cores=0,2,4,6
/proc/22987/task/23040/stat : 23040 (java) R 22984 22987 21340 0 -1 4202560 2480201 13193 0 0 211580 199 5 2 20 0 15 0 224753353 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139922049746368 139921665972592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23041] ppid=22984 vsize=11080032 memory=6333228 CPUtime=79.02 cores=0,2,4,6
/proc/22987/task/23041/stat : 23041 (java) S 22984 22987 21340 0 -1 1077944384 364357 13193 0 0 7727 168 5 2 20 0 15 0 224753354 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139922082155280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23042] ppid=22984 vsize=11080032 memory=6333220 CPUtime=78.98 cores=0,2,4,6
/proc/22987/task/23042/stat : 23042 (java) S 22984 22987 21340 0 -1 1077944384 360792 13193 0 0 7725 166 5 2 20 0 15 0 224753354 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139921982643088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23043] ppid=22984 vsize=11080032 memory=280867776551648 CPUtime=79.11 cores=0,2,4,6
/proc/22987/task/23043/stat : 23043 (java) S 22984 22987 21340 0 -1 1077944384 370763 13193 0 0 7737 167 5 2 20 0 15 0 224753354 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139921616899088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23044] ppid=22984 vsize=11080032 memory=6333228 CPUtime=78.92 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 380388 13193 0 0 7712 173 5 2 20 0 15 0 224753354 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23045] ppid=22984 vsize=11080032 memory=1172 CPUtime=4.82 cores=0,2,4,6
/proc/22987/task/23045/stat : 23045 (java) S 22984 22987 21340 0 -1 1077944384 77249 13193 0 0 465 10 5 2 20 0 15 0 224753355 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139921047767024 139922077923970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23046] ppid=22984 vsize=11080032 memory=6333228 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23046/stat : 23046 (java) S 22984 22987 21340 0 -1 1077944384 52 13193 0 0 0 0 5 2 20 0 15 0 224753355 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139920974799904 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23047] ppid=22984 vsize=11080032 memory=6333228 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23047/stat : 23047 (java) S 22984 22987 21340 0 -1 1077944384 36 13193 0 0 0 0 5 2 20 0 15 0 224753356 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139920773473280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23048] ppid=22984 vsize=11080032 memory=6333228 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23048/stat : 23048 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753358 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139920466073808 139922077931419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23049] ppid=22984 vsize=11080032 memory=6333228 CPUtime=12 cores=0,2,4,6
/proc/22987/task/23049/stat : 23049 (java) S 22984 22987 21340 0 -1 1077944384 78501 13193 0 0 1185 8 5 2 20 0 15 0 224753358 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139921046714864 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23050] ppid=22984 vsize=11080032 memory=6791534058613427641 CPUtime=11.82 cores=0,2,4,6
/proc/22987/task/23050/stat : 23050 (java) S 22984 22987 21340 0 -1 1077944384 81322 13193 0 0 1165 10 5 2 20 0 15 0 224753358 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139921045662320 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23051] ppid=22984 vsize=11080032 memory=2600 CPUtime=3.25 cores=0,2,4,6
/proc/22987/task/23051/stat : 23051 (java) S 22984 22987 21340 0 -1 1077944384 59436 13193 0 0 310 8 5 2 20 0 15 0 224753358 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139921044609776 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23052] ppid=22984 vsize=11080032 memory=1924 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23052/stat : 23052 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753359 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139920035277920 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23053] ppid=22984 vsize=11080032 memory=6988 CPUtime=1.31 cores=0,2,4,6
/proc/22987/task/23053/stat : 23053 (java) S 22984 22987 21340 0 -1 1077944384 3688 13193 0 0 65 59 5 2 20 0 15 0 224753359 11345952768 1583307 33554432000 4194304 4196468 140734413330768 139921043556656 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 2466.57 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 6333228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2252.8 s]
/proc/loadavg: 1.79 1.71 1.74 6/215 23127
/proc/meminfo: memFree=1517456/32770624 swapFree=67108404/67108860
[pid=22987] ppid=22984 vsize=11080032 memory=6326560 CPUtime=2520.09 cores=0,2,4,6
/proc/22987/stat : 22987 (java) S 22984 22987 21340 0 -1 1077944320 4378683 13193 0 0 251040 962 5 2 20 0 15 0 224753344 11345952768 1581640 33554432000 4194304 4196468 140734413330768 140734413313312 139922077912823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
/proc/22987/statm: 2770008 1581640 3535 1 0 2731661 0
[pid=22987/tid=23040] ppid=22984 vsize=11080032 memory=1050 CPUtime=2167.35 cores=0,2,4,6
/proc/22987/task/23040/stat : 23040 (java) R 22984 22987 21340 0 -1 4202560 2564762 13193 0 0 216522 206 5 2 20 0 15 0 224753353 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139922049747104 139921661430784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23041] ppid=22984 vsize=11080032 memory=114 CPUtime=80.02 cores=0,2,4,6
/proc/22987/task/23041/stat : 23041 (java) S 22984 22987 21340 0 -1 1077944384 370362 13193 0 0 7827 168 5 2 20 0 15 0 224753354 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139922082155280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23042] ppid=22984 vsize=11080032 memory=140433888536017 CPUtime=79.98 cores=0,2,4,6
/proc/22987/task/23042/stat : 23042 (java) S 22984 22987 21340 0 -1 1077944384 370839 13193 0 0 7824 167 5 2 20 0 15 0 224753354 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139921982643088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23043] ppid=22984 vsize=11080032 memory=7310735494477876497 CPUtime=80.1 cores=0,2,4,6
/proc/22987/task/23043/stat : 23043 (java) S 22984 22987 21340 0 -1 1077944384 377813 13193 0 0 7835 168 5 2 20 0 15 0 224753354 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139921616899088 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23044] ppid=22984 vsize=11080032 memory=61180 CPUtime=79.9 cores=0,2,4,6
/proc/22987/task/23044/stat : 23044 (java) S 22984 22987 21340 0 -1 1077944384 389927 13193 0 0 7810 173 5 2 20 0 15 0 224753354 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139921615846544 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23045] ppid=22984 vsize=11080032 memory=2148 CPUtime=4.83 cores=0,2,4,6
/proc/22987/task/23045/stat : 23045 (java) S 22984 22987 21340 0 -1 1077944384 77589 13193 0 0 466 10 5 2 20 0 15 0 224753355 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139921047767024 139922077923970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23046] ppid=22984 vsize=11080032 memory=6333228 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23046/stat : 23046 (java) S 22984 22987 21340 0 -1 1077944384 52 13193 0 0 0 0 5 2 20 0 15 0 224753355 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139920974799904 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23047] ppid=22984 vsize=11080032 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23047/stat : 23047 (java) S 22984 22987 21340 0 -1 1077944384 36 13193 0 0 0 0 5 2 20 0 15 0 224753356 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139920773473280 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23048] ppid=22984 vsize=11080032 memory=9624 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23048/stat : 23048 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753358 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139920466073808 139922077931419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23049] ppid=22984 vsize=11080032 memory=876 CPUtime=12.02 cores=0,2,4,6
/proc/22987/task/23049/stat : 23049 (java) S 22984 22987 21340 0 -1 1077944384 79052 13193 0 0 1187 8 5 2 20 0 15 0 224753358 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139921046714864 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23050] ppid=22984 vsize=11080032 memory=0 CPUtime=11.83 cores=0,2,4,6
/proc/22987/task/23050/stat : 23050 (java) S 22984 22987 21340 0 -1 1077944384 82833 13193 0 0 1166 10 5 2 20 0 15 0 224753358 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139921045662320 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23051] ppid=22984 vsize=11080032 memory=0 CPUtime=3.25 cores=0,2,4,6
/proc/22987/task/23051/stat : 23051 (java) S 22984 22987 21340 0 -1 1077944384 59485 13193 0 0 310 8 5 2 20 0 15 0 224753358 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139921044609776 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23052] ppid=22984 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22987/task/23052/stat : 23052 (java) S 22984 22987 21340 0 -1 1077944384 3 13193 0 0 0 0 5 2 20 0 15 0 224753359 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139920035277920 139922077923029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
[pid=22987/tid=23053] ppid=22984 vsize=11080032 memory=6333228 CPUtime=1.34 cores=0,2,4,6
/proc/22987/task/23053/stat : 23053 (java) S 22984 22987 21340 0 -1 1077944384 3733 13193 0 0 66 61 5 2 20 0 15 0 224753359 11345952768 1581640 33554432000 4194304 4196468 140734413330768 139921043556656 139922077923970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20226048 140734413339235 140734413342044 140734413342044 140734413344719 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 6326560 KiB

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

[startup+2252.99 s]
# the end of solver process 22987 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.55 s, system=9.75426 s

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

[startup+2252.91 s]*
/proc/loadavg: 1.79 1.71 1.74 3/202 23129
/proc/meminfo: memFree=3578216/32770624 swapFree=67108404/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2252.99
CPU time (s): 2520.31
CPU user time (s): 2510.55
CPU system time (s): 9.75426
CPU usage (%): 111.865
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 6333228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.55
system time used= 9.75426
maximum resident set size= 6333228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4393733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69665
involuntary context switches= 6275


# summary of solver processes directly reported to runsolver:
#   pid: 22987
#   total CPU time (s): 2520.31
#   total CPU user time (s): 2510.55
#   total CPU system time (s): 9.75426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8975 second user time and 20.6943 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 13:05:02
IDJOB=4304936
IDBENCH=141233
IDSOLVER=2781
FILE ID=node148/4304936-1534071902
RUNJOBID= node148-1534062012-21371
PBS_JOBID= 21036979
Free space on /tmp= 33672 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-robin12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304936-1534071902/watcher-4304936-1534071902 -o /tmp/evaluation-result-4304936-1534071902/solver-4304936-1534071902 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21371 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1242460292 -superng HOME/instance-4304936-1534071902.xml

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

MD5SUM BENCH= 06a2ec4b3086c6da600ddbfdfe006226
RANDOM SEED=1242460292

node148.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.50
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.50
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.50
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.50
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:         8672876 kB
MemAvailable:   28640896 kB
Buffers:          245092 kB
Cached:         19673268 kB
SwapCached:          352 kB
Active:         12495584 kB
Inactive:       10736324 kB
Active(anon):    3266360 kB
Inactive(anon):    99452 kB
Active(file):    9229224 kB
Inactive(file): 10636872 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26460 kB
Writeback:             0 kB
AnonPages:       3392360 kB
Mapped:            66952 kB
Shmem:             49592 kB
Slab:             558248 kB
SReclaimable:     530384 kB
SUnreclaim:        27864 kB
KernelStack:        3824 kB
PageTables:        11844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4552848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3209216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33932 MiB
End job on node148 at 2018-08-12 13:42:35