Trace number 4262378

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.4? (TO) 2520.49 2497.8

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h375-17.xml
MD5SUM946d300933e85b0b5e5d11b6e9e445b0
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 benchmark5.0790401
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":375},{"degree":2,"count":525}]
Minimum constraint arity525
Maximum constraint arity900
Distribution of constraint arities[{"arity":525,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.20/2.18	c Concrete v3.4 running
2520.30/2497.77	java.util.concurrent.TimeoutException
2520.30/2497.78		at concrete.MAC.mac(MAC.scala:74)
2520.30/2497.78		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.30/2497.78		at scala.util.Try$.apply(Try.scala:209)
2520.30/2497.78		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.30/2497.78		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.30/2497.78		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.30/2497.78		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.30/2497.78		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.30/2497.78		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.30/2497.78		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.30/2497.78		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.30/2497.78		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.30/2497.78		at concrete.MAC.oneRun(MAC.scala:146)
2520.30/2497.78		at concrete.MAC.nextSolution(MAC.scala:166)
2520.30/2497.78		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.30/2497.78		at concrete.ProblemState.map(ProblemState.scala:203)
2520.30/2497.78		at concrete.ProblemState.map(ProblemState.scala:188)
2520.30/2497.78		at concrete.MAC.nextSolution(MAC.scala:195)
2520.30/2497.78		at concrete.Solver.hasNext(Solver.scala:202)
2520.30/2497.78		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.30/2497.78		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.30/2497.78		at concrete.Solver.toStream(Solver.scala:73)
2520.30/2497.78		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.30/2497.78		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.30/2497.78		at concrete.Solver.toIterable(Solver.scala:73)
2520.30/2497.78		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2520.30/2497.78		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.30/2497.78		at scala.util.Success.map(Try.scala:209)
2520.30/2497.78		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.30/2497.78		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.30/2497.78		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.30/2497.78		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.30/2497.78		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.30/2497.78		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.30/2497.78		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.30/2497.78		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.30/2497.78		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.30/2497.78		at scala.collection.immutable.List.foreach(List.scala:389)
2520.30/2497.78		at scala.App.main(App.scala:76)
2520.30/2497.78		at scala.App.main$(App.scala:74)
2520.30/2497.78		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.30/2497.78		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.30/2497.78	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-4262378-1502478855/watcher-4262378-1502478855 -o /tmp/evaluation-result-4262378-1502478855/solver-4262378-1502478855 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4262378-1502478855.xml 

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

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.51 3.87 2.74 2/198 23755
/proc/meminfo: memFree=29777544/32770624 swapFree=0/455964
[pid=23755] ppid=23752 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23755/stat : 23755 (runsolver) D 23752 23755 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 147538352 24240128 108 18446744073709551615 4194304 4338465 140730021593408 140730021591048 139907482157783 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30388224 140730021597393 140730021597769 140730021597769 140730021601226 0
/proc/23755/statm: 5918 108 54 36 0 2156 0

[startup+0.10016 s]
/proc/loadavg: 4.51 3.87 2.74 2/198 23755
/proc/meminfo: memFree=29777544/32770624 swapFree=0/455964
[pid=23755] ppid=23752 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/23755/stat : 23755 (bash) S 23752 23755 4896 0 -1 4202496 683 1541 0 0 0 0 0 0 20 0 1 0 147538352 9736192 352 18446744073709551615 4194304 5098028 140728419796208 140728419793848 139938941279232 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 15749120 140728419799572 140728419799657 140728419799657 140728419803114 0
/proc/23755/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200218 s]
/proc/loadavg: 4.51 3.87 2.74 2/198 23755
/proc/meminfo: memFree=29777544/32770624 swapFree=0/455964
[pid=23755] ppid=23752 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/23755/stat : 23755 (bash) S 23752 23755 4896 0 -1 4202496 896 6478 0 0 0 0 0 1 20 0 1 0 147538352 9867264 377 18446744073709551615 4194304 5098028 140728419796208 140728419790216 139938941279232 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 15749120 140728419799572 140728419799657 140728419799657 140728419803114 0
/proc/23755/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30028 s]
/proc/loadavg: 4.51 3.87 2.74 2/198 23755
/proc/meminfo: memFree=29777544/32770624 swapFree=0/455964
[pid=23755] ppid=23752 vsize=13973872 CPUtime=0.14 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 5714 12492 0 0 5 1 5 3 20 0 15 0 147538352 14309244928 5379 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3493468 5379 2564 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973872

[startup+0.700235 s]
/proc/loadavg: 4.51 3.87 2.74 2/198 23755
/proc/meminfo: memFree=29777544/32770624 swapFree=0/455964
[pid=23755] ppid=23752 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 13912 12492 0 0 58 5 5 3 20 0 15 0 147538352 14310178816 14901 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3493696 14901 3135 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 4.51 3.87 2.74 4/213 23818
/proc/meminfo: memFree=29681640/32770624 swapFree=0/455964
[pid=23755] ppid=23752 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 25412 12492 0 0 176 9 5 3 20 0 15 0 147538352 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3496352 43065 3375 1 0 3485525 0
[pid=23755/tid=23805] ppid=23752 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/23755/task/23805/stat : 23805 (java) R 23752 23755 4896 0 -1 4202560 19928 12492 0 0 115 6 5 3 20 0 15 0 147538373 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139798438392496 139798434194589 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23806] ppid=23752 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23806/stat : 23806 (java) S 23752 23755 4896 0 -1 1077944384 45 12492 0 0 0 0 5 3 20 0 15 0 147538374 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139798368606992 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23807] ppid=23752 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/23755/task/23807/stat : 23807 (java) S 23752 23755 4896 0 -1 1077944384 21 12492 0 0 1 0 5 3 20 0 15 0 147538374 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139798033120144 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23808] ppid=23752 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/23755/task/23808/stat : 23808 (java) S 23752 23755 4896 0 -1 1077944384 27 12492 0 0 1 0 5 3 20 0 15 0 147538374 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139798032067600 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23809] ppid=23752 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/23755/task/23809/stat : 23809 (java) R 23752 23755 4896 0 -1 1077944384 204 12492 0 0 1 0 5 3 20 0 15 0 147538374 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139798031015056 139798434182869 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23810] ppid=23752 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 4896 0 -1 1077944384 150 12492 0 0 1 0 5 3 20 0 15 0 147538375 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797979834352 139798434183810 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23811] ppid=23752 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 4896 0 -1 1077944384 33 12492 0 0 0 0 5 3 20 0 15 0 147538376 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797978780640 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23812] ppid=23752 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23812/stat : 23812 (java) R 23752 23755 4896 0 -1 4202560 23 12492 0 0 0 0 5 3 20 0 15 0 147538376 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797977727984 139798048281287 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23813] ppid=23752 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797976676560 139798434191259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23814] ppid=23752 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 4896 0 -1 1077944384 994 12492 0 0 17 0 5 3 20 0 15 0 147538379 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797975624176 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23815] ppid=23752 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 4896 0 -1 1077944384 631 12492 0 0 13 0 5 3 20 0 15 0 147538379 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797974571632 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23816] ppid=23752 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/23755/task/23816/stat : 23816 (java) R 23752 23755 4896 0 -1 4202560 1194 12492 0 0 24 0 5 3 20 0 15 0 147538379 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797973514960 139798427269499 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23817] ppid=23752 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797972466784 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23818] ppid=23752 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 4896 0 -1 1077944384 1 12492 0 0 0 0 5 3 20 0 15 0 147538382 14321057792 43065 18446744073709551615 4194304 4196468 140728893506480 139797971413296 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 4.47 3.87 2.75 4/213 23818
/proc/meminfo: memFree=29603776/32770624 swapFree=0/455996
[pid=23755] ppid=23752 vsize=13997884 CPUtime=6.05 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 34830 12492 0 0 582 15 5 3 20 0 15 0 147538352 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3499471 55533 3449 1 0 3488085 0
[pid=23755/tid=23805] ppid=23752 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/23755/task/23805/stat : 23805 (java) R 23752 23755 4896 0 -1 4202560 23739 12492 0 0 272 9 5 3 20 0 15 0 147538373 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139798438403600 139798051542355 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23806] ppid=23752 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23806/stat : 23806 (java) S 23752 23755 4896 0 -1 1077944384 45 12492 0 0 0 0 5 3 20 0 15 0 147538374 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139798368606992 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23807] ppid=23752 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/23755/task/23807/stat : 23807 (java) S 23752 23755 4896 0 -1 1077944384 21 12492 0 0 1 0 5 3 20 0 15 0 147538374 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139798033120144 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23808] ppid=23752 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/23755/task/23808/stat : 23808 (java) S 23752 23755 4896 0 -1 1077944384 27 12492 0 0 1 0 5 3 20 0 15 0 147538374 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139798032067600 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23809] ppid=23752 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/23755/task/23809/stat : 23809 (java) S 23752 23755 4896 0 -1 1077944384 204 12492 0 0 1 0 5 3 20 0 15 0 147538374 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139798031015056 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23810] ppid=23752 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 4896 0 -1 1077944384 152 12492 0 0 1 0 5 3 20 0 15 0 147538375 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797979834352 139798434183810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23811] ppid=23752 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 4896 0 -1 1077944384 33 12492 0 0 0 0 5 3 20 0 15 0 147538376 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797978780640 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23812] ppid=23752 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 4896 0 -1 1077944384 23 12492 0 0 0 0 5 3 20 0 15 0 147538376 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797977728000 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23813] ppid=23752 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797976676560 139798434191259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23814] ppid=23752 vsize=13997884 CPUtime=0.95 cores=1,3,5,7
/proc/23755/task/23814/stat : 23814 (java) R 23752 23755 4896 0 -1 4202560 1955 12492 0 0 87 0 5 3 20 0 15 0 147538379 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797975624304 139798434194010 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23815] ppid=23752 vsize=13997884 CPUtime=1.16 cores=1,3,5,7
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 4896 0 -1 1077944384 2527 12492 0 0 106 2 5 3 20 0 15 0 147538379 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797974571632 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23816] ppid=23752 vsize=13997884 CPUtime=1.19 cores=1,3,5,7
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 4896 0 -1 1077944384 3942 12492 0 0 110 1 5 3 20 0 15 0 147538379 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797973519088 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23817] ppid=23752 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797972466784 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23818] ppid=23752 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 4896 0 -1 1077944384 1 12492 0 0 0 0 5 3 20 0 15 0 147538382 14333833216 55533 18446744073709551615 4194304 4196468 140728893506480 139797971413296 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 4.47 3.87 2.75 3/213 23818
/proc/meminfo: memFree=29442336/32770624 swapFree=0/455996
[pid=23755] ppid=23752 vsize=14001980 CPUtime=13.05 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 65882 12492 0 0 1274 23 5 3 20 0 15 0 147538352 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3500495 92423 3465 1 0 3489109 0
[pid=23755/tid=23805] ppid=23752 vsize=14001980 CPUtime=6.01 cores=1,3,5,7
/proc/23755/task/23805/stat : 23805 (java) R 23752 23755 4896 0 -1 4202560 34345 12492 0 0 581 12 5 3 20 0 15 0 147538373 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139798438406688 139798064067347 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23806] ppid=23752 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/23755/task/23806/stat : 23806 (java) S 23752 23755 4896 0 -1 1077944384 51 12492 0 0 2 0 5 3 20 0 15 0 147538374 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139798368606992 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23807] ppid=23752 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/23755/task/23807/stat : 23807 (java) S 23752 23755 4896 0 -1 1077944384 45 12492 0 0 4 0 5 3 20 0 15 0 147538374 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139798033120144 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23808] ppid=23752 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/23755/task/23808/stat : 23808 (java) S 23752 23755 4896 0 -1 1077944384 558 12492 0 0 2 0 5 3 20 0 15 0 147538374 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139798032067600 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23809] ppid=23752 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/23755/task/23809/stat : 23809 (java) S 23752 23755 4896 0 -1 1077944384 559 12492 0 0 4 0 5 3 20 0 15 0 147538374 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139798031015056 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23810] ppid=23752 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 4896 0 -1 1077944384 2615 12492 0 0 4 0 5 3 20 0 15 0 147538375 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797979834352 139798434183810 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23811] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 4896 0 -1 1077944384 38 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797978780640 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23812] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 4896 0 -1 1077944384 52 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797977728000 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23813] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797976676560 139798434191259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23814] ppid=23752 vsize=14001980 CPUtime=2.53 cores=1,3,5,7
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 4896 0 -1 1077944384 7574 12492 0 0 244 1 5 3 20 0 15 0 147538379 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797975624176 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23815] ppid=23752 vsize=14001980 CPUtime=2.8 cores=1,3,5,7
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 4896 0 -1 1077944384 9552 12492 0 0 269 3 5 3 20 0 15 0 147538379 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797974571632 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23816] ppid=23752 vsize=14001980 CPUtime=1.69 cores=1,3,5,7
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 4896 0 -1 1077944384 8320 12492 0 0 159 2 5 3 20 0 15 0 147538379 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797973519088 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23817] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797972466784 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23818] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 4896 0 -1 1077944384 12 12492 0 0 0 0 5 3 20 0 15 0 147538382 14338027520 92423 18446744073709551615 4194304 4196468 140728893506480 139797971413296 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 4.02 3.79 2.74 5/217 23833
/proc/meminfo: memFree=29320000/32770624 swapFree=0/455984
[pid=23755] ppid=23752 vsize=14001980 CPUtime=19.96 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 76025 12492 0 0 1963 25 5 3 20 0 15 0 147538352 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3500495 116823 3471 1 0 3489109 0
[pid=23755/tid=23805] ppid=23752 vsize=14001980 CPUtime=12.4 cores=1,3,5,7
/proc/23755/task/23805/stat : 23805 (java) R 23752 23755 4896 0 -1 4202560 35165 12492 0 0 1219 13 5 3 20 0 15 0 147538373 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139798438403992 139798063915604 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23806] ppid=23752 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/23755/task/23806/stat : 23806 (java) S 23752 23755 4896 0 -1 1077944384 941 12492 0 0 2 1 5 3 20 0 15 0 147538374 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139798368606992 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23807] ppid=23752 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/23755/task/23807/stat : 23807 (java) S 23752 23755 4896 0 -1 1077944384 100 12492 0 0 4 0 5 3 20 0 15 0 147538374 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139798033120144 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23808] ppid=23752 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/23755/task/23808/stat : 23808 (java) S 23752 23755 4896 0 -1 1077944384 577 12492 0 0 3 0 5 3 20 0 15 0 147538374 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139798032067600 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23809] ppid=23752 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/23755/task/23809/stat : 23809 (java) S 23752 23755 4896 0 -1 1077944384 648 12492 0 0 4 0 5 3 20 0 15 0 147538374 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139798031015056 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23810] ppid=23752 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 4896 0 -1 1077944384 2797 12492 0 0 4 0 5 3 20 0 15 0 147538375 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139797979834352 139798434183810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23811] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 4896 0 -1 1077944384 38 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139797978780640 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23812] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 4896 0 -1 1077944384 52 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139797977728000 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23813] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 116823 18446744073709551615 4194304 4196468 140728893506480 139797976676560 139798434191259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0

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

/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 141228 18446744073709551615 4194304 4196468 140728893506480 139797972466784 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23818] ppid=23752 vsize=14001980 CPUtime=1.21 cores=1,3,5,7
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 4896 0 -1 1077944384 868 12492 0 0 56 57 5 3 20 0 15 0 147538382 14338027520 141228 18446744073709551615 4194304 4196468 140728893506480 139797971413296 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
Current children cumulated CPU time (s) 2343.63
Current children cumulated vsize (KiB) 14001980

[startup+2382.3 s]
/proc/loadavg: 1.32 1.34 1.41 3/212 24485
/proc/meminfo: memFree=29835628/32770624 swapFree=0/456640
[pid=23755] ppid=23752 vsize=14001980 CPUtime=2404.01 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 144929 12492 0 0 240190 203 5 3 20 0 15 0 147538352 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3500495 141740 3471 1 0 3489109 0
[pid=23755/tid=23805] ppid=23752 vsize=14001980 CPUtime=2369.77 cores=1,3,5,7
/proc/23755/task/23805/stat : 23805 (java) R 23752 23755 4896 0 -1 4202560 60235 12492 0 0 236941 28 5 3 20 0 15 0 147538373 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798438406720 139798063562315 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23806] ppid=23752 vsize=14001980 CPUtime=5.23 cores=1,3,5,7
/proc/23755/task/23806/stat : 23806 (java) S 23752 23755 4896 0 -1 1077944384 7428 12492 0 0 487 28 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798368606992 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23807] ppid=23752 vsize=14001980 CPUtime=5.25 cores=1,3,5,7
/proc/23755/task/23807/stat : 23807 (java) S 23752 23755 4896 0 -1 1077944384 5159 12492 0 0 487 30 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798033120144 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23808] ppid=23752 vsize=14001980 CPUtime=5.26 cores=1,3,5,7
/proc/23755/task/23808/stat : 23808 (java) S 23752 23755 4896 0 -1 1077944384 9457 12492 0 0 489 29 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798032067600 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23809] ppid=23752 vsize=14001980 CPUtime=5.28 cores=1,3,5,7
/proc/23755/task/23809/stat : 23809 (java) S 23752 23755 4896 0 -1 1077944384 10043 12492 0 0 491 29 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798031015056 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23810] ppid=23752 vsize=14001980 CPUtime=4.96 cores=1,3,5,7
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 4896 0 -1 1077944384 10736 12492 0 0 460 28 5 3 20 0 15 0 147538375 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797979834352 139798434183810 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23811] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 4896 0 -1 1077944384 38 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797978780640 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23812] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 4896 0 -1 1077944384 52 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797977728000 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23813] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797976676560 139798434191259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23814] ppid=23752 vsize=14001980 CPUtime=2.86 cores=1,3,5,7
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 4896 0 -1 1077944384 11157 12492 0 0 276 2 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797975624176 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23815] ppid=23752 vsize=14001980 CPUtime=3.03 cores=1,3,5,7
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 4896 0 -1 1077944384 14702 12492 0 0 291 4 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797974571632 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23816] ppid=23752 vsize=14001980 CPUtime=1.74 cores=1,3,5,7
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 4896 0 -1 1077944384 12875 12492 0 0 164 2 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797973519088 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23817] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797972466784 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23818] ppid=23752 vsize=14001980 CPUtime=1.24 cores=1,3,5,7
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 4896 0 -1 1077944384 886 12492 0 0 57 59 5 3 20 0 15 0 147538382 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797971413296 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
Current children cumulated CPU time (s) 2404.01
Current children cumulated vsize (KiB) 14001980

[startup+2442.3 s]
/proc/loadavg: 1.32 1.34 1.40 3/217 24503
/proc/meminfo: memFree=29828684/32770624 swapFree=0/456652
[pid=23755] ppid=23752 vsize=14001980 CPUtime=2464.38 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 145798 12492 0 0 246224 206 5 3 20 0 15 0 147538352 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3500495 141740 3471 1 0 3489109 0
[pid=23755/tid=23805] ppid=23752 vsize=14001980 CPUtime=2429.46 cores=1,3,5,7
/proc/23755/task/23805/stat : 23805 (java) R 23752 23755 4896 0 -1 4202560 60628 12492 0 0 242910 28 5 3 20 0 15 0 147538373 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798438406832 139798064097230 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23806] ppid=23752 vsize=14001980 CPUtime=5.37 cores=1,3,5,7
/proc/23755/task/23806/stat : 23806 (java) S 23752 23755 4896 0 -1 1077944384 7628 12492 0 0 500 29 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798368606992 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23807] ppid=23752 vsize=14001980 CPUtime=5.39 cores=1,3,5,7
/proc/23755/task/23807/stat : 23807 (java) S 23752 23755 4896 0 -1 1077944384 5174 12492 0 0 500 31 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798033120144 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23808] ppid=23752 vsize=14001980 CPUtime=5.4 cores=1,3,5,7
/proc/23755/task/23808/stat : 23808 (java) S 23752 23755 4896 0 -1 1077944384 9476 12492 0 0 502 30 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798032067600 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23809] ppid=23752 vsize=14001980 CPUtime=5.41 cores=1,3,5,7
/proc/23755/task/23809/stat : 23809 (java) S 23752 23755 4896 0 -1 1077944384 10130 12492 0 0 503 30 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798031015056 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23810] ppid=23752 vsize=14001980 CPUtime=5.08 cores=1,3,5,7
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 4896 0 -1 1077944384 10885 12492 0 0 472 28 5 3 20 0 15 0 147538375 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797979834352 139798434183810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23811] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 4896 0 -1 1077944384 38 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797978780640 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23812] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 4896 0 -1 1077944384 52 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797977728000 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23813] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797976676560 139798434191259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23814] ppid=23752 vsize=14001980 CPUtime=2.87 cores=1,3,5,7
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 4896 0 -1 1077944384 11157 12492 0 0 277 2 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797975624176 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23815] ppid=23752 vsize=14001980 CPUtime=3.03 cores=1,3,5,7
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 4896 0 -1 1077944384 14702 12492 0 0 291 4 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797974571632 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23816] ppid=23752 vsize=14001980 CPUtime=1.74 cores=1,3,5,7
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 4896 0 -1 1077944384 12875 12492 0 0 164 2 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797973519088 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23817] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797972466784 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23818] ppid=23752 vsize=14001980 CPUtime=1.26 cores=1,3,5,7
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 4896 0 -1 1077944384 892 12492 0 0 58 60 5 3 20 0 15 0 147538382 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797971413296 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
Current children cumulated CPU time (s) 2464.38
Current children cumulated vsize (KiB) 14001980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.6 s]
/proc/loadavg: 1.46 1.36 1.41 3/217 24505
/proc/meminfo: memFree=29828692/32770624 swapFree=0/456668
[pid=23755] ppid=23752 vsize=14001980 CPUtime=2520.02 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 146189 12492 0 0 251783 211 5 3 20 0 15 0 147538352 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3500495 141740 3471 1 0 3489109 0
[pid=23755/tid=23805] ppid=23752 vsize=14001980 CPUtime=2484.48 cores=1,3,5,7
/proc/23755/task/23805/stat : 23805 (java) R 23752 23755 4896 0 -1 4202560 60877 12492 0 0 248411 29 5 3 20 0 15 0 147538373 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798438406832 139798064206631 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23806] ppid=23752 vsize=14001980 CPUtime=5.49 cores=1,3,5,7
/proc/23755/task/23806/stat : 23806 (java) S 23752 23755 4896 0 -1 1077944384 7650 12492 0 0 511 30 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798368606992 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23807] ppid=23752 vsize=14001980 CPUtime=5.51 cores=1,3,5,7
/proc/23755/task/23807/stat : 23807 (java) S 23752 23755 4896 0 -1 1077944384 5187 12492 0 0 512 31 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798033120144 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23808] ppid=23752 vsize=14001980 CPUtime=5.52 cores=1,3,5,7
/proc/23755/task/23808/stat : 23808 (java) S 23752 23755 4896 0 -1 1077944384 9491 12492 0 0 513 31 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798032067600 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23809] ppid=23752 vsize=14001980 CPUtime=5.53 cores=1,3,5,7
/proc/23755/task/23809/stat : 23809 (java) S 23752 23755 4896 0 -1 1077944384 10147 12492 0 0 515 30 5 3 20 0 15 0 147538374 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139798031015056 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23810] ppid=23752 vsize=14001980 CPUtime=5.2 cores=1,3,5,7
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 4896 0 -1 1077944384 10938 12492 0 0 483 29 5 3 20 0 15 0 147538375 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797979834352 139798434183810 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23811] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 4896 0 -1 1077944384 38 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797978780640 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23812] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 4896 0 -1 1077944384 52 12492 0 0 0 0 5 3 20 0 15 0 147538376 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797977728000 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23813] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797976676560 139798434191259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23814] ppid=23752 vsize=14001980 CPUtime=2.87 cores=1,3,5,7
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 4896 0 -1 1077944384 11159 12492 0 0 277 2 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797975624176 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23815] ppid=23752 vsize=14001980 CPUtime=3.03 cores=1,3,5,7
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 4896 0 -1 1077944384 14704 12492 0 0 291 4 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797974571632 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23816] ppid=23752 vsize=14001980 CPUtime=1.74 cores=1,3,5,7
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 4896 0 -1 1077944384 12877 12492 0 0 164 2 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797973519088 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23817] ppid=23752 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 15 0 147538379 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797972466784 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23818] ppid=23752 vsize=14001980 CPUtime=1.28 cores=1,3,5,7
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 4896 0 -1 1077944384 908 12492 0 0 59 61 5 3 20 0 15 0 147538382 14338027520 141740 18446744073709551615 4194304 4196468 140728893506480 139797971413296 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14001980

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 23755 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2497.71 s]
/proc/loadavg: 1.46 1.36 1.41 3/217 24505
/proc/meminfo: memFree=29828692/32770624 swapFree=0/456668
[pid=23755] ppid=23752 vsize=14135108 CPUtime=2520.3 cores=1,3,5,7
/proc/23755/stat : 23755 (java) S 23752 23755 4896 0 -1 1077944320 152371 12492 0 0 251810 212 5 3 20 0 17 0 147538352 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 140728893489024 139798434172663 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
/proc/23755/statm: 3533777 143398 3471 1 0 3522391 0
[pid=23755/tid=23805] ppid=23752 vsize=14135108 CPUtime=2484.48 cores=1,3,5,7
/proc/23755/task/23805/stat : 23805 (java) S 23752 23755 4896 0 -1 1077944384 61245 12492 0 0 248411 29 5 3 20 0 17 0 147538373 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139798438410208 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23806] ppid=23752 vsize=14135108 CPUtime=5.55 cores=1,3,5,7
/proc/23755/task/23806/stat : 23806 (java) R 23752 23755 4896 0 -1 4202560 7653 12492 0 0 517 30 5 3 20 0 17 0 147538374 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139798368606992 139798426800871 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23807] ppid=23752 vsize=14135108 CPUtime=5.56 cores=1,3,5,7
/proc/23755/task/23807/stat : 23807 (java) R 23752 23755 4896 0 -1 4202560 5200 12492 0 0 517 31 5 3 20 0 17 0 147538374 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139798033120144 139798418873379 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23808] ppid=23752 vsize=14135108 CPUtime=5.58 cores=1,3,5,7
/proc/23755/task/23808/stat : 23808 (java) R 23752 23755 4896 0 -1 4202560 9493 12492 0 0 519 31 5 3 20 0 17 0 147538374 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139798032067600 139798426800871 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23809] ppid=23752 vsize=14135108 CPUtime=5.59 cores=1,3,5,7
/proc/23755/task/23809/stat : 23809 (java) R 23752 23755 4896 0 -1 4202560 10155 12492 0 0 521 30 5 3 20 0 17 0 147538374 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139798031015176 139798426800871 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23810] ppid=23752 vsize=14135108 CPUtime=5.23 cores=1,3,5,7
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 4896 0 -1 1077944384 16400 12492 0 0 486 29 5 3 20 0 17 0 147538375 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797979832976 139798434182869 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23811] ppid=23752 vsize=14135108 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 4896 0 -1 1077944384 39 12492 0 0 0 0 5 3 20 0 17 0 147538376 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797978780544 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23812] ppid=23752 vsize=14135108 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 4896 0 -1 1077944384 52 12492 0 0 0 0 5 3 20 0 17 0 147538376 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797977728000 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23813] ppid=23752 vsize=14135108 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 4896 0 -1 1077944384 109 12492 0 0 0 0 5 3 20 0 17 0 147538379 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797976676560 139798434191259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23814] ppid=23752 vsize=14135108 CPUtime=2.87 cores=1,3,5,7
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 4896 0 -1 1077944384 11159 12492 0 0 277 2 5 3 20 0 17 0 147538379 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797975624176 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23815] ppid=23752 vsize=14135108 CPUtime=3.03 cores=1,3,5,7
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 4896 0 -1 1077944384 14704 12492 0 0 291 4 5 3 20 0 17 0 147538379 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797974571632 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23816] ppid=23752 vsize=14135108 CPUtime=1.74 cores=1,3,5,7
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 4896 0 -1 1077944384 12975 12492 0 0 164 2 5 3 20 0 17 0 147538379 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797973518656 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23817] ppid=23752 vsize=14135108 CPUtime=0.08 cores=1,3,5,7
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 4896 0 -1 1077944384 3 12492 0 0 0 0 5 3 20 0 17 0 147538379 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797972466784 139798434182869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
[pid=23755/tid=23818] ppid=23752 vsize=14135108 CPUtime=1.28 cores=1,3,5,7
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 4896 0 -1 1077944384 908 12492 0 0 59 61 5 3 20 0 17 0 147538382 14474350592 143398 18446744073709551615 4194304 4196468 140728893506480 139797971413296 139798434183810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140728893507536 140728893510321 140728893510321 140728893513679 0
Current children cumulated CPU time (s) 2520.3
Current children cumulated vsize (KiB) 14135108

Child status: 143
Real time (s): 2497.8
CPU time (s): 2520.49
CPU user time (s): 2518.33
CPU system time (s): 2.16281
CPU usage (%): 100.909
Max. virtual memory (cumulated for all children) (KiB): 14135108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.33
system time used= 2.16281
maximum resident set size= 593972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165113
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169257
involuntary context switches= 6208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5307 second user time and 16.0354 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 20:59:51
IDJOB=4262378
IDBENCH=138962
IDSOLVER=2650
FILE ID=node132/4262378-1502478855
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h375-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262378-1502478855/watcher-4262378-1502478855 -o /tmp/evaluation-result-4262378-1502478855/solver-4262378-1502478855 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4262378-1502478855.xml

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

MD5SUM BENCH= 946d300933e85b0b5e5d11b6e9e445b0
RANDOM SEED=1715972582

node132.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.74
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.74
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.74
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.74
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:        29777640 kB
MemAvailable:   30656976 kB
Buffers:          301688 kB
Cached:           887528 kB
SwapCached:            0 kB
Active:          2049352 kB
Inactive:         504976 kB
Active(anon):    1365948 kB
Inactive(anon):    49012 kB
Active(file):     683404 kB
Inactive(file):   455964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24160 kB
Writeback:             0 kB
AnonPages:       1364848 kB
Mapped:            73312 kB
Shmem:             49852 kB
Slab:             138688 kB
SReclaimable:     111608 kB
SUnreclaim:        27080 kB
KernelStack:        3488 kB
PageTables:         8000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2246060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 21:41:29