Trace number 4247253

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
R1: Concrete 3.4? (TO) 2400.5801 2358.8201

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-024-3.xml
MD5SUM22afaa39cd90d1a6cea2c2d1150da88d
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 benchmark0.104611
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints132
Number of domains1
Minimum domain size3
Maximum domain size3
Distribution of domain sizes[{"size":3,"count":24}]
Minimum variable degree11
Maximum variable degree22
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":3},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":132}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132}]
Optimization problemNO
Type of objective

Solver Data

3.28/2.18	c Concrete v3.4 running
2400.37/2358.79	java.util.concurrent.TimeoutException
2400.37/2358.79		at concrete.MAC.mac(MAC.scala:74)
2400.37/2358.79		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.37/2358.79		at scala.util.Try$.apply(Try.scala:209)
2400.37/2358.79		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.37/2358.79		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.37/2358.79		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.37/2358.79		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.37/2358.79		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.37/2358.79		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.37/2358.79		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.37/2358.79		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.37/2358.79		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.37/2358.79		at concrete.MAC.oneRun(MAC.scala:146)
2400.37/2358.79		at concrete.MAC.nextSolution(MAC.scala:166)
2400.37/2358.79		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.37/2358.79		at concrete.ProblemState.map(ProblemState.scala:203)
2400.37/2358.79		at concrete.ProblemState.map(ProblemState.scala:188)
2400.37/2358.79		at concrete.MAC.nextSolution(MAC.scala:195)
2400.37/2358.79		at concrete.Solver.hasNext(Solver.scala:202)
2400.37/2358.79		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.37/2358.79		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.37/2358.79		at concrete.Solver.toStream(Solver.scala:73)
2400.37/2358.79		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2400.37/2358.79		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2400.37/2358.79		at concrete.Solver.toIterable(Solver.scala:73)
2400.37/2358.79		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2400.37/2358.79		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.37/2358.79		at scala.util.Success.map(Try.scala:209)
2400.37/2358.79		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.37/2358.79		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.37/2358.79		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.37/2358.79		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.37/2358.79		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.37/2358.79		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.37/2358.79		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.37/2358.79		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.37/2358.79		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.37/2358.79		at scala.collection.immutable.List.foreach(List.scala:389)
2400.37/2358.79		at scala.App.main(App.scala:76)
2400.37/2358.79		at scala.App.main$(App.scala:74)
2400.37/2358.79		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.37/2358.79		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.55/2358.80	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247253-1502140060/watcher-4247253-1502140060 -o /tmp/evaluation-result-4247253-1502140060/solver-4247253-1502140060 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502128909-26537 --watchdog 2560 bin/concrete HOME/instance-4247253-1502140060.xml 

pid=28954
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.71 1.78 1.78 2/200 28957
/proc/meminfo: memFree=28293976/32770624 swapFree=0/357804
[pid=28957] ppid=28954 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28957/stat : 28957 (runsolver) D 28954 28957 25100 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 61821241 24240128 108 18446744073709551615 4194304 4338465 140731548450416 140731548448056 139712960180951 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 33058816 140731548455120 140731548455497 140731548455497 140731548458954 0
/proc/28957/statm: 5918 108 54 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 1.71 1.78 1.78 2/200 28957
/proc/meminfo: memFree=28293976/32770624 swapFree=0/357804
[pid=28957] ppid=28954 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/28957/stat : 28957 (bash) S 28954 28957 25100 0 -1 4202496 711 3529 0 0 0 0 0 0 20 0 1 0 61821241 9736192 355 18446744073709551615 4194304 5098028 140730661938576 140730661936216 140340118084608 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 34770944 140730661945876 140730661945961 140730661945961 140730661949418 0
/proc/28957/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200222 s]
/proc/loadavg: 1.71 1.78 1.78 2/200 28957
/proc/meminfo: memFree=28293976/32770624 swapFree=0/357804
[pid=28957] ppid=28954 vsize=356956 CPUtime=0.08 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 2583 12615 0 0 0 0 5 3 20 0 2 0 61821241 365522944 1892 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 89239 1892 1045 1 0 79209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 356956

[startup+0.300261 s]
/proc/loadavg: 1.71 1.78 1.78 2/200 28957
/proc/meminfo: memFree=28293976/32770624 swapFree=0/357804
[pid=28957] ppid=28954 vsize=10551944 CPUtime=0.15 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 5947 12615 0 0 6 1 5 3 20 0 15 0 61821241 10805190656 6651 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2637986 6651 2686 1 0 2627467 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 10551944

[startup+0.700562 s]
/proc/loadavg: 1.71 1.78 1.78 2/200 28957
/proc/meminfo: memFree=28293976/32770624 swapFree=0/357804
[pid=28957] ppid=28954 vsize=10552792 CPUtime=0.72 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 13618 12615 0 0 60 4 5 3 20 0 15 0 61821241 10806059008 15094 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2638198 15094 3114 1 0 2627467 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 10552792

[startup+1.50059 s]
/proc/loadavg: 1.71 1.78 1.78 4/215 29020
/proc/meminfo: memFree=28196348/32770624 swapFree=0/357916
[pid=28957] ppid=28954 vsize=10563416 CPUtime=1.92 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 26124 12615 0 0 174 10 5 3 20 0 15 0 61821241 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2640854 43834 3381 1 0 2630027 0
[pid=28957/tid=29007] ppid=28954 vsize=10563416 CPUtime=1.29 cores=1,3,5,7
/proc/28957/task/29007/stat : 29007 (java) R 28954 28957 25100 0 -1 4202560 20076 12615 0 0 115 6 5 3 20 0 15 0 61821261 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979944900368 139979924755806 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29008] ppid=28954 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29008/stat : 29008 (java) S 28954 28957 25100 0 -1 1077944384 30 12615 0 0 0 0 5 3 20 0 15 0 61821262 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979897641488 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29009] ppid=28954 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/28957/task/29009/stat : 29009 (java) S 28954 28957 25100 0 -1 1077944384 14 12615 0 0 1 0 5 3 20 0 15 0 61821262 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979551070864 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29010] ppid=28954 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/28957/task/29010/stat : 29010 (java) S 28954 28957 25100 0 -1 1077944384 157 12615 0 0 1 0 5 3 20 0 15 0 61821262 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979550017808 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29011] ppid=28954 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/28957/task/29011/stat : 29011 (java) S 28954 28957 25100 0 -1 1077944384 44 12615 0 0 1 0 5 3 20 0 15 0 61821262 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979548965264 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29012] ppid=28954 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/28957/task/29012/stat : 29012 (java) S 28954 28957 25100 0 -1 1077944384 651 12615 0 0 1 0 5 3 20 0 15 0 61821263 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979504151280 139979940686466 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29013] ppid=28954 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29013/stat : 29013 (java) S 28954 28957 25100 0 -1 1077944384 34 12615 0 0 0 0 5 3 20 0 15 0 61821263 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979503097568 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29014] ppid=28954 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29014/stat : 29014 (java) S 28954 28957 25100 0 -1 1077944384 22 12615 0 0 0 0 5 3 20 0 15 0 61821264 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979502044416 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29015] ppid=28954 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29015/stat : 29015 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821266 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979500992976 139979940693915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29016] ppid=28954 vsize=10563416 CPUtime=0.19 cores=1,3,5,7
/proc/28957/task/29016/stat : 29016 (java) S 28954 28957 25100 0 -1 1077944384 861 12615 0 0 11 0 5 3 20 0 15 0 61821266 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979499940080 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29017] ppid=28954 vsize=10563416 CPUtime=0.25 cores=1,3,5,7
/proc/28957/task/29017/stat : 29017 (java) S 28954 28957 25100 0 -1 1077944384 847 12615 0 0 17 0 5 3 20 0 15 0 61821266 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979498887536 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29018] ppid=28954 vsize=10563416 CPUtime=0.31 cores=1,3,5,7
/proc/28957/task/29018/stat : 29018 (java) S 28954 28957 25100 0 -1 1077944384 1246 12615 0 0 23 0 5 3 20 0 15 0 61821266 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979497834480 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29019] ppid=28954 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29019/stat : 29019 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821267 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979496782176 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29020] ppid=28954 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29020/stat : 29020 (java) S 28954 28957 25100 0 -1 1077944384 1 12615 0 0 0 0 5 3 20 0 15 0 61821271 10816937984 43834 18446744073709551615 4194304 4196468 140728687222960 139979495730224 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10563416

[startup+3.10062 s]
/proc/loadavg: 1.65 1.77 1.77 4/215 29020
/proc/meminfo: memFree=28115940/32770624 swapFree=0/357908
[pid=28957] ppid=28954 vsize=10575892 CPUtime=6.23 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 44244 12615 0 0 600 15 5 3 20 0 15 0 61821241 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2643973 55709 3452 1 0 2632587 0
[pid=28957/tid=29007] ppid=28954 vsize=10575892 CPUtime=2.89 cores=1,3,5,7
/proc/28957/task/29007/stat : 29007 (java) R 28954 28957 25100 0 -1 4202560 27029 12615 0 0 273 8 5 3 20 0 15 0 61821261 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979944906592 139979940697245 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29008] ppid=28954 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29008/stat : 29008 (java) S 28954 28957 25100 0 -1 1077944384 30 12615 0 0 0 0 5 3 20 0 15 0 61821262 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979897641488 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29009] ppid=28954 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/28957/task/29009/stat : 29009 (java) S 28954 28957 25100 0 -1 1077944384 14 12615 0 0 1 0 5 3 20 0 15 0 61821262 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979551070864 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29010] ppid=28954 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/28957/task/29010/stat : 29010 (java) S 28954 28957 25100 0 -1 1077944384 157 12615 0 0 1 0 5 3 20 0 15 0 61821262 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979550017808 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29011] ppid=28954 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/28957/task/29011/stat : 29011 (java) S 28954 28957 25100 0 -1 1077944384 44 12615 0 0 1 0 5 3 20 0 15 0 61821262 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979548965264 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29012] ppid=28954 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/28957/task/29012/stat : 29012 (java) S 28954 28957 25100 0 -1 1077944384 667 12615 0 0 1 0 5 3 20 0 15 0 61821263 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979504151280 139979940686466 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29013] ppid=28954 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29013/stat : 29013 (java) S 28954 28957 25100 0 -1 1077944384 34 12615 0 0 0 0 5 3 20 0 15 0 61821263 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979503097568 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29014] ppid=28954 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29014/stat : 29014 (java) S 28954 28957 25100 0 -1 1077944384 22 12615 0 0 0 0 5 3 20 0 15 0 61821264 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979502044416 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29015] ppid=28954 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29015/stat : 29015 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821266 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979500992976 139979940693915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29016] ppid=28954 vsize=10575892 CPUtime=1.05 cores=1,3,5,7
/proc/28957/task/29016/stat : 29016 (java) R 28954 28957 25100 0 -1 4202560 3269 12615 0 0 96 1 5 3 20 0 15 0 61821266 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979499931056 139979940689183 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29017] ppid=28954 vsize=10575892 CPUtime=1.22 cores=1,3,5,7
/proc/28957/task/29017/stat : 29017 (java) R 28954 28957 25100 0 -1 4202560 4800 12615 0 0 113 1 5 3 20 0 15 0 61821266 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979498887536 139979919921697 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29018] ppid=28954 vsize=10575892 CPUtime=1.19 cores=1,3,5,7
/proc/28957/task/29018/stat : 29018 (java) S 28954 28957 25100 0 -1 1077944384 6030 12615 0 0 110 1 5 3 20 0 15 0 61821266 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979497834480 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29019] ppid=28954 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29019/stat : 29019 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821267 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979496782176 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29020] ppid=28954 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29020/stat : 29020 (java) S 28954 28957 25100 0 -1 1077944384 6 12615 0 0 0 0 5 3 20 0 15 0 61821271 10829713408 55709 18446744073709551615 4194304 4196468 140728687222960 139979495730224 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 10575892

[startup+6.30066 s]
/proc/loadavg: 1.65 1.77 1.77 3/215 29020
/proc/meminfo: memFree=27888264/32770624 swapFree=0/357900
[pid=28957] ppid=28954 vsize=10645524 CPUtime=13.17 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 68444 12615 0 0 1284 25 5 3 20 0 15 0 61821241 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2661381 102149 3472 1 0 2649995 0
[pid=28957/tid=29007] ppid=28954 vsize=10645524 CPUtime=6.01 cores=1,3,5,7
/proc/28957/task/29007/stat : 29007 (java) R 28954 28957 25100 0 -1 4202560 40464 12615 0 0 580 13 5 3 20 0 15 0 61821261 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979944907048 139979586048275 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29008] ppid=28954 vsize=10645524 CPUtime=0.11 cores=1,3,5,7
/proc/28957/task/29008/stat : 29008 (java) S 28954 28957 25100 0 -1 1077944384 63 12615 0 0 3 0 5 3 20 0 15 0 61821262 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979897641488 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29009] ppid=28954 vsize=10645524 CPUtime=0.11 cores=1,3,5,7
/proc/28957/task/29009/stat : 29009 (java) S 28954 28957 25100 0 -1 1077944384 44 12615 0 0 3 0 5 3 20 0 15 0 61821262 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979551070864 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29010] ppid=28954 vsize=10645524 CPUtime=0.11 cores=1,3,5,7
/proc/28957/task/29010/stat : 29010 (java) S 28954 28957 25100 0 -1 1077944384 201 12615 0 0 3 0 5 3 20 0 15 0 61821262 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979550017808 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29011] ppid=28954 vsize=10645524 CPUtime=0.11 cores=1,3,5,7
/proc/28957/task/29011/stat : 29011 (java) S 28954 28957 25100 0 -1 1077944384 173 12615 0 0 3 0 5 3 20 0 15 0 61821262 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979548965264 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29012] ppid=28954 vsize=10645524 CPUtime=0.11 cores=1,3,5,7
/proc/28957/task/29012/stat : 29012 (java) S 28954 28957 25100 0 -1 1077944384 2076 12615 0 0 3 0 5 3 20 0 15 0 61821263 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979504151280 139979940686466 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29013] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29013/stat : 29013 (java) S 28954 28957 25100 0 -1 1077944384 37 12615 0 0 0 0 5 3 20 0 15 0 61821263 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979503097568 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29014] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29014/stat : 29014 (java) S 28954 28957 25100 0 -1 1077944384 43 12615 0 0 0 0 5 3 20 0 15 0 61821264 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979502044416 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29015] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29015/stat : 29015 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821266 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979500992976 139979940693915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29016] ppid=28954 vsize=10645524 CPUtime=2.68 cores=1,3,5,7
/proc/28957/task/29016/stat : 29016 (java) R 28954 28957 25100 0 -1 4202560 8553 12615 0 0 259 1 5 3 20 0 15 0 61821266 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979499940376 139979924063007 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29017] ppid=28954 vsize=10645524 CPUtime=2.77 cores=1,3,5,7
/proc/28957/task/29017/stat : 29017 (java) S 28954 28957 25100 0 -1 1077944384 7088 12615 0 0 267 2 5 3 20 0 15 0 61821266 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979498887536 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29018] ppid=28954 vsize=10645524 CPUtime=1.66 cores=1,3,5,7
/proc/28957/task/29018/stat : 29018 (java) S 28954 28957 25100 0 -1 1077944384 7547 12615 0 0 156 2 5 3 20 0 15 0 61821266 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979497834480 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29019] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29019/stat : 29019 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821267 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979496782176 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29020] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29020/stat : 29020 (java) S 28954 28957 25100 0 -1 1077944384 13 12615 0 0 0 0 5 3 20 0 15 0 61821271 10901016576 102149 18446744073709551615 4194304 4196468 140728687222960 139979495730224 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 10645524

[startup+12.7006 s]
/proc/loadavg: 1.63 1.76 1.77 6/215 29020
/proc/meminfo: memFree=27624268/32770624 swapFree=0/357896
[pid=28957] ppid=28954 vsize=10645524 CPUtime=19.62 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 70417 12615 0 0 1924 30 5 3 20 0 15 0 61821241 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2661381 158633 3480 1 0 2649995 0
[pid=28957/tid=29007] ppid=28954 vsize=10645524 CPUtime=12.39 cores=1,3,5,7
/proc/28957/task/29007/stat : 29007 (java) R 28954 28957 25100 0 -1 4202560 41001 12615 0 0 1214 17 5 3 20 0 15 0 61821261 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979944909856 139979593397558 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29008] ppid=28954 vsize=10645524 CPUtime=0.13 cores=1,3,5,7
/proc/28957/task/29008/stat : 29008 (java) S 28954 28957 25100 0 -1 1077944384 147 12615 0 0 4 1 5 3 20 0 15 0 61821262 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979897641488 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29009] ppid=28954 vsize=10645524 CPUtime=0.13 cores=1,3,5,7
/proc/28957/task/29009/stat : 29009 (java) S 28954 28957 25100 0 -1 1077944384 125 12615 0 0 4 1 5 3 20 0 15 0 61821262 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979551070864 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29010] ppid=28954 vsize=10645524 CPUtime=0.13 cores=1,3,5,7
/proc/28957/task/29010/stat : 29010 (java) S 28954 28957 25100 0 -1 1077944384 258 12615 0 0 4 1 5 3 20 0 15 0 61821262 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979550017808 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29011] ppid=28954 vsize=10645524 CPUtime=0.13 cores=1,3,5,7
/proc/28957/task/29011/stat : 29011 (java) S 28954 28957 25100 0 -1 1077944384 1094 12615 0 0 4 1 5 3 20 0 15 0 61821262 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979548965264 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29012] ppid=28954 vsize=10645524 CPUtime=0.12 cores=1,3,5,7
/proc/28957/task/29012/stat : 29012 (java) S 28954 28957 25100 0 -1 1077944384 2209 12615 0 0 4 0 5 3 20 0 15 0 61821263 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979504151280 139979940686466 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29013] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29013/stat : 29013 (java) S 28954 28957 25100 0 -1 1077944384 37 12615 0 0 0 0 5 3 20 0 15 0 61821263 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979503097568 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29014] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29014/stat : 29014 (java) S 28954 28957 25100 0 -1 1077944384 43 12615 0 0 0 0 5 3 20 0 15 0 61821264 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979502044416 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29015] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29015/stat : 29015 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821266 10901016576 158633 18446744073709551615 4194304 4196468 140728687222960 139979500992976 139979940693915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0

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

/proc/28957/task/29019/stat : 29019 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821267 10901016576 225454 18446744073709551615 4194304 4196468 140728687222960 139979496782176 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29020] ppid=28954 vsize=10645524 CPUtime=1.46 cores=1,3,5,7
/proc/28957/task/29020/stat : 29020 (java) S 28954 28957 25100 0 -1 1077944384 901 12615 0 0 64 74 5 3 20 0 15 0 61821271 10901016576 225454 18446744073709551615 4194304 4196468 140728687222960 139979495730224 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
Current children cumulated CPU time (s) 2241.35
Current children cumulated vsize (KiB) 10645524

[startup+2262.3 s]
/proc/loadavg: 0.62 0.97 1.36 2/195 29620
/proc/meminfo: memFree=30497112/32770624 swapFree=0/358304
[pid=28957] ppid=28954 vsize=10645524 CPUtime=2302.26 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 193363 12615 0 0 229846 372 5 3 20 0 15 0 61821241 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2661381 225863 3480 1 0 2649995 0
[pid=28957/tid=29007] ppid=28954 vsize=10645524 CPUtime=2236.58 cores=1,3,5,7
/proc/28957/task/29007/stat : 29007 (java) R 28954 28957 25100 0 -1 4202560 79103 12615 0 0 223593 57 5 3 20 0 15 0 61821261 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979944909344 139979593676708 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29008] ppid=28954 vsize=10645524 CPUtime=11.61 cores=1,3,5,7
/proc/28957/task/29008/stat : 29008 (java) S 28954 28957 25100 0 -1 1077944384 18869 12615 0 0 1091 62 5 3 20 0 15 0 61821262 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979897641488 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29009] ppid=28954 vsize=10645524 CPUtime=11.62 cores=1,3,5,7
/proc/28957/task/29009/stat : 29009 (java) S 28954 28957 25100 0 -1 1077944384 19022 12615 0 0 1095 59 5 3 20 0 15 0 61821262 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979551070864 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29010] ppid=28954 vsize=10645524 CPUtime=11.63 cores=1,3,5,7
/proc/28957/task/29010/stat : 29010 (java) S 28954 28957 25100 0 -1 1077944384 17715 12615 0 0 1094 61 5 3 20 0 15 0 61821262 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979550017808 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29011] ppid=28954 vsize=10645524 CPUtime=11.63 cores=1,3,5,7
/proc/28957/task/29011/stat : 29011 (java) S 28954 28957 25100 0 -1 1077944384 11702 12615 0 0 1095 60 5 3 20 0 15 0 61821262 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979548965264 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29012] ppid=28954 vsize=10645524 CPUtime=11.12 cores=1,3,5,7
/proc/28957/task/29012/stat : 29012 (java) S 28954 28957 25100 0 -1 1077944384 15226 12615 0 0 1042 62 5 3 20 0 15 0 61821263 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979504151280 139979940686466 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29013] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29013/stat : 29013 (java) S 28954 28957 25100 0 -1 1077944384 37 12615 0 0 0 0 5 3 20 0 15 0 61821263 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979503097568 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29014] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29014/stat : 29014 (java) S 28954 28957 25100 0 -1 1077944384 43 12615 0 0 0 0 5 3 20 0 15 0 61821264 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979502044416 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29015] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29015/stat : 29015 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821266 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979500992976 139979940693915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29016] ppid=28954 vsize=10645524 CPUtime=2.71 cores=1,3,5,7
/proc/28957/task/29016/stat : 29016 (java) S 28954 28957 25100 0 -1 1077944384 8661 12615 0 0 261 2 5 3 20 0 15 0 61821266 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979499940080 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29017] ppid=28954 vsize=10645524 CPUtime=2.79 cores=1,3,5,7
/proc/28957/task/29017/stat : 29017 (java) S 28954 28957 25100 0 -1 1077944384 7197 12615 0 0 269 2 5 3 20 0 15 0 61821266 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979498887536 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29018] ppid=28954 vsize=10645524 CPUtime=1.68 cores=1,3,5,7
/proc/28957/task/29018/stat : 29018 (java) S 28954 28957 25100 0 -1 1077944384 12722 12615 0 0 157 3 5 3 20 0 15 0 61821266 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979497834480 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29019] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29019/stat : 29019 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821267 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979496782176 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29020] ppid=28954 vsize=10645524 CPUtime=1.5 cores=1,3,5,7
/proc/28957/task/29020/stat : 29020 (java) S 28954 28957 25100 0 -1 1077944384 924 12615 0 0 66 76 5 3 20 0 15 0 61821271 10901016576 225863 18446744073709551615 4194304 4196468 140728687222960 139979495730224 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
Current children cumulated CPU time (s) 2302.26
Current children cumulated vsize (KiB) 10645524

[startup+2322.3 s]
/proc/loadavg: 0.75 0.94 1.32 2/192 29622
/proc/meminfo: memFree=30500296/32770624 swapFree=0/358296
[pid=28957] ppid=28954 vsize=10645524 CPUtime=2363.19 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 194823 12615 0 0 235931 380 5 3 20 0 15 0 61821241 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2661381 225895 3480 1 0 2649995 0
[pid=28957/tid=29007] ppid=28954 vsize=10645524 CPUtime=2295.88 cores=1,3,5,7
/proc/28957/task/29007/stat : 29007 (java) R 28954 28957 25100 0 -1 4202560 79819 12615 0 0 229522 58 5 3 20 0 15 0 61821261 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979944909344 139979593006848 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29008] ppid=28954 vsize=10645524 CPUtime=11.93 cores=1,3,5,7
/proc/28957/task/29008/stat : 29008 (java) S 28954 28957 25100 0 -1 1077944384 19313 12615 0 0 1121 64 5 3 20 0 15 0 61821262 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979897641488 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29009] ppid=28954 vsize=10645524 CPUtime=11.94 cores=1,3,5,7
/proc/28957/task/29009/stat : 29009 (java) S 28954 28957 25100 0 -1 1077944384 19095 12615 0 0 1126 60 5 3 20 0 15 0 61821262 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979551070864 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29010] ppid=28954 vsize=10645524 CPUtime=11.96 cores=1,3,5,7
/proc/28957/task/29010/stat : 29010 (java) S 28954 28957 25100 0 -1 1077944384 17727 12615 0 0 1125 63 5 3 20 0 15 0 61821262 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979550017808 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29011] ppid=28954 vsize=10645524 CPUtime=11.96 cores=1,3,5,7
/proc/28957/task/29011/stat : 29011 (java) S 28954 28957 25100 0 -1 1077944384 11712 12615 0 0 1126 62 5 3 20 0 15 0 61821262 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979548965264 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29012] ppid=28954 vsize=10645524 CPUtime=11.42 cores=1,3,5,7
/proc/28957/task/29012/stat : 29012 (java) S 28954 28957 25100 0 -1 1077944384 15390 12615 0 0 1071 63 5 3 20 0 15 0 61821263 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979504151280 139979940686466 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29013] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29013/stat : 29013 (java) S 28954 28957 25100 0 -1 1077944384 37 12615 0 0 0 0 5 3 20 0 15 0 61821263 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979503097568 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29014] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29014/stat : 29014 (java) S 28954 28957 25100 0 -1 1077944384 43 12615 0 0 0 0 5 3 20 0 15 0 61821264 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979502044416 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29015] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29015/stat : 29015 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821266 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979500992976 139979940693915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29016] ppid=28954 vsize=10645524 CPUtime=2.71 cores=1,3,5,7
/proc/28957/task/29016/stat : 29016 (java) S 28954 28957 25100 0 -1 1077944384 8663 12615 0 0 261 2 5 3 20 0 15 0 61821266 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979499940080 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29017] ppid=28954 vsize=10645524 CPUtime=2.79 cores=1,3,5,7
/proc/28957/task/29017/stat : 29017 (java) S 28954 28957 25100 0 -1 1077944384 7200 12615 0 0 269 2 5 3 20 0 15 0 61821266 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979498887536 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29018] ppid=28954 vsize=10645524 CPUtime=1.68 cores=1,3,5,7
/proc/28957/task/29018/stat : 29018 (java) S 28954 28957 25100 0 -1 1077944384 12724 12615 0 0 157 3 5 3 20 0 15 0 61821266 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979497834480 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29019] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29019/stat : 29019 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821267 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979496782176 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29020] ppid=28954 vsize=10645524 CPUtime=1.54 cores=1,3,5,7
/proc/28957/task/29020/stat : 29020 (java) S 28954 28957 25100 0 -1 1077944384 958 12615 0 0 68 78 5 3 20 0 15 0 61821271 10901016576 225895 18446744073709551615 4194304 4196468 140728687222960 139979495730224 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
Current children cumulated CPU time (s) 2363.19
Current children cumulated vsize (KiB) 10645524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2358.6 s]
/proc/loadavg: 0.73 0.92 1.30 2/192 29624
/proc/meminfo: memFree=30500316/32770624 swapFree=0/358320
[pid=28957] ppid=28954 vsize=10645524 CPUtime=2400.08 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 196538 12615 0 0 239614 386 5 3 20 0 15 0 61821241 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2661381 225907 3480 1 0 2649995 0
[pid=28957/tid=29007] ppid=28954 vsize=10645524 CPUtime=2331.75 cores=1,3,5,7
/proc/28957/task/29007/stat : 29007 (java) R 28954 28957 25100 0 -1 4202560 80362 12615 0 0 233108 59 5 3 20 0 15 0 61821261 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979944909472 139979593969225 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29008] ppid=28954 vsize=10645524 CPUtime=12.13 cores=1,3,5,7
/proc/28957/task/29008/stat : 29008 (java) S 28954 28957 25100 0 -1 1077944384 19436 12615 0 0 1140 65 5 3 20 0 15 0 61821262 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979897641488 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29009] ppid=28954 vsize=10645524 CPUtime=12.14 cores=1,3,5,7
/proc/28957/task/29009/stat : 29009 (java) S 28954 28957 25100 0 -1 1077944384 19130 12615 0 0 1144 62 5 3 20 0 15 0 61821262 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979551070864 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29010] ppid=28954 vsize=10645524 CPUtime=12.16 cores=1,3,5,7
/proc/28957/task/29010/stat : 29010 (java) S 28954 28957 25100 0 -1 1077944384 18360 12615 0 0 1144 64 5 3 20 0 15 0 61821262 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979550017808 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29011] ppid=28954 vsize=10645524 CPUtime=12.16 cores=1,3,5,7
/proc/28957/task/29011/stat : 29011 (java) S 28954 28957 25100 0 -1 1077944384 11764 12615 0 0 1145 63 5 3 20 0 15 0 61821262 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979548965264 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29012] ppid=28954 vsize=10645524 CPUtime=11.61 cores=1,3,5,7
/proc/28957/task/29012/stat : 29012 (java) S 28954 28957 25100 0 -1 1077944384 15683 12615 0 0 1089 64 5 3 20 0 15 0 61821263 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979504151280 139979940686466 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29013] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29013/stat : 29013 (java) S 28954 28957 25100 0 -1 1077944384 37 12615 0 0 0 0 5 3 20 0 15 0 61821263 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979503097568 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29014] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29014/stat : 29014 (java) S 28954 28957 25100 0 -1 1077944384 43 12615 0 0 0 0 5 3 20 0 15 0 61821264 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979502044416 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29015] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29015/stat : 29015 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821266 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979500992976 139979940693915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29016] ppid=28954 vsize=10645524 CPUtime=2.71 cores=1,3,5,7
/proc/28957/task/29016/stat : 29016 (java) S 28954 28957 25100 0 -1 1077944384 8674 12615 0 0 261 2 5 3 20 0 15 0 61821266 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979499940080 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29017] ppid=28954 vsize=10645524 CPUtime=2.79 cores=1,3,5,7
/proc/28957/task/29017/stat : 29017 (java) S 28954 28957 25100 0 -1 1077944384 7203 12615 0 0 269 2 5 3 20 0 15 0 61821266 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979498887536 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29018] ppid=28954 vsize=10645524 CPUtime=1.69 cores=1,3,5,7
/proc/28957/task/29018/stat : 29018 (java) S 28954 28957 25100 0 -1 1077944384 12728 12615 0 0 158 3 5 3 20 0 15 0 61821266 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979497834480 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29019] ppid=28954 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29019/stat : 29019 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 15 0 61821267 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979496782176 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29020] ppid=28954 vsize=10645524 CPUtime=1.57 cores=1,3,5,7
/proc/28957/task/29020/stat : 29020 (java) S 28954 28957 25100 0 -1 1077944384 976 12615 0 0 69 80 5 3 20 0 15 0 61821271 10901016576 225907 18446744073709551615 4194304 4196468 140728687222960 139979495730224 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10645524

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28957 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2358.8 s]
/proc/loadavg: 0.73 0.92 1.30 2/192 29624
/proc/meminfo: memFree=30500316/32770624 swapFree=0/358320
[pid=28957] ppid=28954 vsize=10778652 CPUtime=2400.55 cores=1,3,5,7
/proc/28957/stat : 28957 (java) S 28954 28957 25100 0 -1 1077944320 208354 12615 0 0 239660 387 5 3 20 0 17 0 61821241 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 140728687205504 139979940675319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
/proc/28957/statm: 2694663 227113 3482 1 0 2683277 0
[pid=28957/tid=29007] ppid=28954 vsize=10778652 CPUtime=2331.77 cores=1,3,5,7
/proc/28957/task/29007/stat : 29007 (java) S 28954 28957 25100 0 -1 1077944384 81557 12615 0 0 233110 59 5 3 20 0 17 0 61821261 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979944918192 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29008] ppid=28954 vsize=10778652 CPUtime=12.22 cores=1,3,5,7
/proc/28957/task/29008/stat : 29008 (java) S 28954 28957 25100 0 -1 1077944384 19479 12615 0 0 1149 65 5 3 20 0 17 0 61821262 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979897641488 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29009] ppid=28954 vsize=10778652 CPUtime=12.23 cores=1,3,5,7
/proc/28957/task/29009/stat : 29009 (java) S 28954 28957 25100 0 -1 1077944384 19144 12615 0 0 1153 62 5 3 20 0 17 0 61821262 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979551070864 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29010] ppid=28954 vsize=10778652 CPUtime=12.25 cores=1,3,5,7
/proc/28957/task/29010/stat : 29010 (java) S 28954 28957 25100 0 -1 1077944384 18387 12615 0 0 1153 64 5 3 20 0 17 0 61821262 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979550017808 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29011] ppid=28954 vsize=10778652 CPUtime=12.25 cores=1,3,5,7
/proc/28957/task/29011/stat : 29011 (java) S 28954 28957 25100 0 -1 1077944384 11804 12615 0 0 1154 63 5 3 20 0 17 0 61821262 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979548965264 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29012] ppid=28954 vsize=10778652 CPUtime=11.7 cores=1,3,5,7
/proc/28957/task/29012/stat : 29012 (java) S 28954 28957 25100 0 -1 1077944384 25424 12615 0 0 1098 64 5 3 20 0 17 0 61821263 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979504151280 139979940686466 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29013] ppid=28954 vsize=10778652 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29013/stat : 29013 (java) S 28954 28957 25100 0 -1 1077944384 41 12615 0 0 0 0 5 3 20 0 17 0 61821263 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979503097568 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29014] ppid=28954 vsize=10778652 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29014/stat : 29014 (java) S 28954 28957 25100 0 -1 1077944384 47 12615 0 0 0 0 5 3 20 0 17 0 61821264 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979502044416 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29015] ppid=28954 vsize=10778652 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29015/stat : 29015 (java) S 28954 28957 25100 0 -1 1077944384 251 12615 0 0 0 0 5 3 20 0 17 0 61821266 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979500992976 139979940693915 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29016] ppid=28954 vsize=10778652 CPUtime=2.71 cores=1,3,5,7
/proc/28957/task/29016/stat : 29016 (java) R 28954 28957 25100 0 -1 4202560 8699 12615 0 0 261 2 5 3 20 0 17 0 61821266 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979499940080 139979922218645 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29017] ppid=28954 vsize=10778652 CPUtime=2.79 cores=1,3,5,7
/proc/28957/task/29017/stat : 29017 (java) S 28954 28957 25100 0 -1 1077944384 7240 12615 0 0 269 2 5 3 20 0 17 0 61821266 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979498887536 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29018] ppid=28954 vsize=10778652 CPUtime=1.69 cores=1,3,5,7
/proc/28957/task/29018/stat : 29018 (java) S 28954 28957 25100 0 -1 1077944384 12795 12615 0 0 158 3 5 3 20 0 17 0 61821266 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979497834480 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29019] ppid=28954 vsize=10778652 CPUtime=0.08 cores=1,3,5,7
/proc/28957/task/29019/stat : 29019 (java) S 28954 28957 25100 0 -1 1077944384 3 12615 0 0 0 0 5 3 20 0 17 0 61821267 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979496782176 139979940685525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
[pid=28957/tid=29020] ppid=28954 vsize=10778652 CPUtime=1.57 cores=1,3,5,7
/proc/28957/task/29020/stat : 29020 (java) S 28954 28957 25100 0 -1 1077944384 976 12615 0 0 69 80 5 3 20 0 17 0 61821271 11037339648 227113 18446744073709551615 4194304 4196468 140728687222960 139979495730224 139979940686466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36503552 140728687228891 140728687231665 140728687231665 140728687235023 0
Current children cumulated CPU time (s) 2400.55
Current children cumulated vsize (KiB) 10778652

Child status: 143
Real time (s): 2358.82
CPU time (s): 2400.58
CPU user time (s): 2396.66
CPU system time (s): 3.92333
CPU usage (%): 101.771
Max. virtual memory (cumulated for all children) (KiB): 10778652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.66
system time used= 3.92333
maximum resident set size= 908888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308367
involuntary context switches= 9229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4496 second user time and 14.956 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-07 22:53:33
IDJOB=4247253
IDBENCH=140597
IDSOLVER=2630
FILE ID=node133/4247253-1502140060
RUNJOBID= node133-1502128909-26537
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-024-3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247253-1502140060/watcher-4247253-1502140060 -o /tmp/evaluation-result-4247253-1502140060/solver-4247253-1502140060 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502128909-26537 --watchdog 2560  bin/concrete HOME/instance-4247253-1502140060.xml

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

MD5SUM BENCH= 22afaa39cd90d1a6cea2c2d1150da88d
RANDOM SEED=1000178159

node133.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.17
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.17
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.17
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.17
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:        28294632 kB
MemAvailable:   28914076 kB
Buffers:          241080 kB
Cached:           668204 kB
SwapCached:            0 kB
Active:          3662388 kB
Inactive:         382724 kB
Active(anon):    3136440 kB
Inactive(anon):    24920 kB
Active(file):     525948 kB
Inactive(file):   357804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24180 kB
Writeback:             8 kB
AnonPages:       3136356 kB
Mapped:            55340 kB
Shmem:             25276 kB
Slab:             130432 kB
SReclaimable:     103056 kB
SUnreclaim:        27376 kB
KernelStack:        3536 kB
PageTables:        11176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3829884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2902016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62008 MiB
End job on node133 at 2017-08-07 23:32:52