Trace number 4262460

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.5 2472.4199

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-088.xml
MD5SUM06ac67a393cf658bfe76e8457ea2374b
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 benchmark0.18564899
Satisfiable
(Un)Satisfiability was proved
Number of variables176
Number of constraints96
Number of domains2
Minimum domain size88
Maximum domain size7744
Distribution of domain sizes[{"size":88,"count":88},{"size":7744,"count":88}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":88},{"degree":4,"count":87},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity88
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":88},{"arity":44,"count":6},{"arity":88,"count":1}]
Number of extensional constraints0
Number of intensional constraints89
Distribution of constraint types[{"type":"intension","count":89},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

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

pid=17112
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.68 1.64 1.68 3/199 17115
/proc/meminfo: memFree=30347076/32770624 swapFree=0/458552
[pid=17115] ppid=17112 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17115/stat : 17115 (runsolver) D 17112 17115 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 84665529 24240128 106 18446744073709551615 4194304 4338465 140722701248688 140722701246328 140443009241815 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14544896 140722701250768 140722701251145 140722701251145 140722701254602 0
/proc/17115/statm: 5918 106 53 36 0 2156 0

[startup+0.100134 s]
/proc/loadavg: 1.68 1.64 1.68 3/199 17115
/proc/meminfo: memFree=30347076/32770624 swapFree=0/458552
[pid=17115] ppid=17112 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/17115/stat : 17115 (bash) S 17112 17115 13007 0 -1 4202496 717 3531 0 0 0 0 0 0 20 0 1 0 84665529 9736192 355 18446744073709551615 4194304 5098028 140726604907600 140726604905240 140217568078848 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 20299776 140726604915220 140726604915305 140726604915305 140726604918762 0
/proc/17115/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200378 s]
/proc/loadavg: 1.68 1.64 1.68 3/199 17115
/proc/meminfo: memFree=30347076/32770624 swapFree=0/458552
[pid=17115] ppid=17112 vsize=9636 CPUtime=0.08 cores=0,2,4,6
/proc/17115/stat : 17115 (bash) R 17112 17115 13007 0 -1 4202496 961 12356 0 0 0 0 5 3 20 0 1 0 84665529 9867264 380 18446744073709551615 4194304 5098028 140726604907600 140726604903432 140217567640549 0 0 5 65536 0 0 0 17 4 0 0 8 0 0 7196144 7232144 20299776 140726604915220 140726604915305 140726604915305 140726604918762 0
/proc/17115/statm: 2409 380 299 221 0 118 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9636

[startup+0.300282 s]
/proc/loadavg: 1.68 1.64 1.68 3/199 17115
/proc/meminfo: memFree=30347076/32770624 swapFree=0/458552
[pid=17115] ppid=17112 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 5828 12356 0 0 5 1 5 3 20 0 14 0 84665529 14241083392 5502 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3476827 5502 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.70116 s]
/proc/loadavg: 1.68 1.64 1.68 3/199 17115
/proc/meminfo: memFree=30347076/32770624 swapFree=0/458552
[pid=17115] ppid=17112 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 14002 12356 0 0 59 4 5 3 20 0 15 0 84665529 14310178816 14876 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3493696 14876 3095 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50289 s]
/proc/loadavg: 1.68 1.64 1.68 3/214 17178
/proc/meminfo: memFree=30253452/32770624 swapFree=0/458588
[pid=17115] ppid=17112 vsize=13985408 CPUtime=1.9 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 29343 12356 0 0 173 9 5 3 20 0 15 0 84665529 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3496352 40266 3368 1 0 3485525 0
[pid=17115/tid=17165] ppid=17112 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/17115/task/17165/stat : 17165 (java) S 17112 17115 13007 0 -1 1077944384 22052 12356 0 0 115 7 5 3 20 0 15 0 84665549 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140238118005936 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17166] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17166/stat : 17166 (java) R 17112 17115 13007 0 -1 4202560 63 12356 0 0 0 0 5 3 20 0 15 0 84665550 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140238070749968 140238106880016 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17167] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17167/stat : 17167 (java) R 17112 17115 13007 0 -1 1077944384 213 12356 0 0 0 0 5 3 20 0 15 0 84665550 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140238069697424 140238113793749 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17168] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17168/stat : 17168 (java) R 17112 17115 13007 0 -1 4202560 52 12356 0 0 0 0 5 3 20 0 15 0 84665550 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140238068644880 140238098779736 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17169] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17169/stat : 17169 (java) R 17112 17115 13007 0 -1 4202560 24 12356 0 0 0 0 5 3 20 0 15 0 84665550 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140238067592336 140238098771943 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17170] ppid=17112 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/17115/task/17170/stat : 17170 (java) S 17112 17115 13007 0 -1 1077944384 1520 12356 0 0 1 0 5 3 20 0 15 0 84665551 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237591261728 140238113793749 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17171] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17171/stat : 17171 (java) S 17112 17115 13007 0 -1 1077944384 33 12356 0 0 0 0 5 3 20 0 15 0 84665552 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237590209440 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17172] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17172/stat : 17172 (java) S 17112 17115 13007 0 -1 1077944384 21 12356 0 0 0 0 5 3 20 0 15 0 84665552 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237589156848 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17173] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17173/stat : 17173 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237588105424 140238113802139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17174] ppid=17112 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/17115/task/17174/stat : 17174 (java) S 17112 17115 13007 0 -1 1077944384 962 12356 0 0 13 0 5 3 20 0 15 0 84665555 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237587053040 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17175] ppid=17112 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/17115/task/17175/stat : 17175 (java) S 17112 17115 13007 0 -1 1077944384 873 12356 0 0 16 0 5 3 20 0 15 0 84665555 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237586000496 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17176] ppid=17112 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/17115/task/17176/stat : 17176 (java) S 17112 17115 13007 0 -1 1077944384 1361 12356 0 0 23 0 5 3 20 0 15 0 84665555 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237584943824 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17177] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17177/stat : 17177 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237583895648 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17178] ppid=17112 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17178/stat : 17178 (java) S 17112 17115 13007 0 -1 1077944384 10 12356 0 0 0 0 5 3 20 0 15 0 84665559 14321057792 40266 18446744073709551615 4194304 4196468 140729038763168 140237582842160 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.11062 s]
/proc/loadavg: 1.68 1.64 1.68 4/214 17178
/proc/meminfo: memFree=30178988/32770624 swapFree=0/458588
[pid=17115] ppid=17112 vsize=13999932 CPUtime=6.05 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 43680 12356 0 0 584 13 5 3 20 0 15 0 84665529 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3499983 53889 3449 1 0 3488597 0
[pid=17115/tid=17165] ppid=17112 vsize=13999932 CPUtime=2.89 cores=0,2,4,6
/proc/17115/task/17165/stat : 17165 (java) R 17112 17115 13007 0 -1 1077944384 29138 12356 0 0 272 9 5 3 20 0 15 0 84665549 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140238118011104 140238113793749 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17166] ppid=17112 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/17115/task/17166/stat : 17166 (java) S 17112 17115 13007 0 -1 1077944384 68 12356 0 0 1 0 5 3 20 0 15 0 84665550 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140238070749968 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17167] ppid=17112 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/17115/task/17167/stat : 17167 (java) S 17112 17115 13007 0 -1 1077944384 213 12356 0 0 1 0 5 3 20 0 15 0 84665550 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140238069697424 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17168] ppid=17112 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/17115/task/17168/stat : 17168 (java) S 17112 17115 13007 0 -1 1077944384 52 12356 0 0 1 0 5 3 20 0 15 0 84665550 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140238068644880 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17169] ppid=17112 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17169/stat : 17169 (java) S 17112 17115 13007 0 -1 1077944384 24 12356 0 0 0 0 5 3 20 0 15 0 84665550 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140238067592336 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17170] ppid=17112 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/17115/task/17170/stat : 17170 (java) S 17112 17115 13007 0 -1 1077944384 1734 12356 0 0 1 0 5 3 20 0 15 0 84665551 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237591263216 140238113794690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17171] ppid=17112 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17171/stat : 17171 (java) S 17112 17115 13007 0 -1 1077944384 55 12356 0 0 0 0 5 3 20 0 15 0 84665552 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237590209440 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17172] ppid=17112 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17172/stat : 17172 (java) S 17112 17115 13007 0 -1 1077944384 45 12356 0 0 0 0 5 3 20 0 15 0 84665552 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237589156848 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17173] ppid=17112 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17173/stat : 17173 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237588105424 140238113802139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17174] ppid=17112 vsize=13999932 CPUtime=0.93 cores=0,2,4,6
/proc/17115/task/17174/stat : 17174 (java) R 17112 17115 13007 0 -1 4202560 2117 12356 0 0 84 1 5 3 20 0 15 0 84665555 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237587036272 140238098681194 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17175] ppid=17112 vsize=13999932 CPUtime=1.19 cores=0,2,4,6
/proc/17115/task/17175/stat : 17175 (java) R 17112 17115 13007 0 -1 4202560 4357 12356 0 0 111 0 5 3 20 0 15 0 84665555 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237585985936 140238113804890 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17176] ppid=17112 vsize=13999932 CPUtime=1.16 cores=0,2,4,6
/proc/17115/task/17176/stat : 17176 (java) R 17112 17115 13007 0 -1 4202560 3704 12356 0 0 108 0 5 3 20 0 15 0 84665555 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237584947136 140238113795478 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17177] ppid=17112 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17177/stat : 17177 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237583895648 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17178] ppid=17112 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17178/stat : 17178 (java) S 17112 17115 13007 0 -1 1077944384 11 12356 0 0 0 0 5 3 20 0 15 0 84665559 14335930368 53889 18446744073709551615 4194304 4196468 140729038763168 140237582842160 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 13999932

[startup+6.30067 s]
/proc/loadavg: 1.79 1.66 1.69 5/214 17178
/proc/meminfo: memFree=30010948/32770624 swapFree=0/458592
[pid=17115] ppid=17112 vsize=14069564 CPUtime=14.39 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 75360 12356 0 0 1409 22 5 3 20 0 15 0 84665529 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3517391 94895 3475 1 0 3506005 0
[pid=17115/tid=17165] ppid=17112 vsize=14069564 CPUtime=6.01 cores=0,2,4,6
/proc/17115/task/17165/stat : 17165 (java) R 17112 17115 13007 0 -1 4202560 45020 12356 0 0 580 13 5 3 20 0 15 0 84665549 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140238118014176 140237745561523 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17166] ppid=17112 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/17115/task/17166/stat : 17166 (java) S 17112 17115 13007 0 -1 1077944384 178 12356 0 0 3 0 5 3 20 0 15 0 84665550 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140238070749968 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17167] ppid=17112 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/17115/task/17167/stat : 17167 (java) S 17112 17115 13007 0 -1 1077944384 1085 12356 0 0 3 0 5 3 20 0 15 0 84665550 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140238069697424 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17168] ppid=17112 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/17115/task/17168/stat : 17168 (java) S 17112 17115 13007 0 -1 1077944384 91 12356 0 0 3 0 5 3 20 0 15 0 84665550 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140238068644880 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17169] ppid=17112 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/17115/task/17169/stat : 17169 (java) S 17112 17115 13007 0 -1 1077944384 114 12356 0 0 3 0 5 3 20 0 15 0 84665550 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140238067592336 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17170] ppid=17112 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/17115/task/17170/stat : 17170 (java) S 17112 17115 13007 0 -1 1077944384 2355 12356 0 0 4 0 5 3 20 0 15 0 84665551 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237591263216 140238113794690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17171] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17171/stat : 17171 (java) S 17112 17115 13007 0 -1 1077944384 55 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237590209568 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17172] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17172/stat : 17172 (java) S 17112 17115 13007 0 -1 1077944384 45 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237589156864 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17173] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17173/stat : 17173 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237588105424 140238113802139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17174] ppid=17112 vsize=14069564 CPUtime=3.33 cores=0,2,4,6
/proc/17115/task/17174/stat : 17174 (java) R 17112 17115 13007 0 -1 4202560 10325 12356 0 0 322 3 5 3 20 0 15 0 84665555 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237587040592 140238095303214 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17175] ppid=17112 vsize=14069564 CPUtime=3.31 cores=0,2,4,6
/proc/17115/task/17175/stat : 17175 (java) R 17112 17115 13007 0 -1 4202560 9014 12356 0 0 322 1 5 3 20 0 15 0 84665555 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237586000304 140238093039953 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17176] ppid=17112 vsize=14069564 CPUtime=1.73 cores=0,2,4,6
/proc/17115/task/17176/stat : 17176 (java) S 17112 17115 13007 0 -1 1077944384 4904 12356 0 0 164 1 5 3 20 0 15 0 84665555 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237584947952 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17177] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17177/stat : 17177 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237583895648 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17178] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17178/stat : 17178 (java) S 17112 17115 13007 0 -1 1077944384 12 12356 0 0 0 0 5 3 20 0 15 0 84665559 14407233536 94895 18446744073709551615 4194304 4196468 140729038763168 140237582842160 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 1.72 1.65 1.68 3/214 17179
/proc/meminfo: memFree=29770376/32770624 swapFree=0/458588
[pid=17115] ppid=17112 vsize=14069564 CPUtime=22.42 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 85498 12356 0 0 2205 29 5 3 20 0 15 0 84665529 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3517391 150879 3479 1 0 3506005 0
[pid=17115/tid=17165] ppid=17112 vsize=14069564 CPUtime=12.38 cores=0,2,4,6
/proc/17115/task/17165/stat : 17165 (java) R 17112 17115 13007 0 -1 4202560 46625 12356 0 0 1214 16 5 3 20 0 15 0 84665549 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140238118013344 140237753699352 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17166] ppid=17112 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/17115/task/17166/stat : 17166 (java) S 17112 17115 13007 0 -1 1077944384 198 12356 0 0 4 1 5 3 20 0 15 0 84665550 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140238070749968 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17167] ppid=17112 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/17115/task/17167/stat : 17167 (java) S 17112 17115 13007 0 -1 1077944384 1452 12356 0 0 4 1 5 3 20 0 15 0 84665550 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140238069697424 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17168] ppid=17112 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/17115/task/17168/stat : 17168 (java) S 17112 17115 13007 0 -1 1077944384 125 12356 0 0 4 0 5 3 20 0 15 0 84665550 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140238068644880 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17169] ppid=17112 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/17115/task/17169/stat : 17169 (java) S 17112 17115 13007 0 -1 1077944384 337 12356 0 0 4 1 5 3 20 0 15 0 84665550 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140238067592336 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17170] ppid=17112 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/17115/task/17170/stat : 17170 (java) S 17112 17115 13007 0 -1 1077944384 2687 12356 0 0 5 0 5 3 20 0 15 0 84665551 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140237591263216 140238113794690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17171] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17171/stat : 17171 (java) S 17112 17115 13007 0 -1 1077944384 55 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140237590209568 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17172] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17172/stat : 17172 (java) S 17112 17115 13007 0 -1 1077944384 45 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140237589156864 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17173] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17173/stat : 17173 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 150879 18446744073709551615 4194304 4196468 140729038763168 140237588105424 140238113802139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0

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

/proc/17115/task/17176/stat : 17176 (java) S 17112 17115 13007 0 -1 1077944384 22912 12356 0 0 297 5 5 3 20 0 15 0 84665555 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237584947952 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17177] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17177/stat : 17177 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237583895648 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17178] ppid=17112 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/17115/task/17178/stat : 17178 (java) S 17112 17115 13007 0 -1 1077944384 1015 12356 0 0 71 73 5 3 20 0 15 0 84665559 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237582842160 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
Current children cumulated CPU time (s) 2368.03
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.49 1.64 1.55 3/214 17499
/proc/meminfo: memFree=26173264/32770624 swapFree=0/459212
[pid=17115] ppid=17112 vsize=14069564 CPUtime=2428.86 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 218133 12356 0 0 242551 327 5 3 20 0 15 0 84665529 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3517391 224707 3480 1 0 3506005 0
[pid=17115/tid=17165] ppid=17112 vsize=14069564 CPUtime=2357.77 cores=0,2,4,6
/proc/17115/task/17165/stat : 17165 (java) R 17112 17115 13007 0 -1 4202560 87979 12356 0 0 235721 48 5 3 20 0 15 0 84665549 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140238118017712 140237760564288 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17166] ppid=17112 vsize=14069564 CPUtime=10.85 cores=0,2,4,6
/proc/17115/task/17166/stat : 17166 (java) S 17112 17115 13007 0 -1 1077944384 13821 12356 0 0 1025 52 5 3 20 0 15 0 84665550 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140238070749968 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17167] ppid=17112 vsize=14069564 CPUtime=10.87 cores=0,2,4,6
/proc/17115/task/17167/stat : 17167 (java) S 17112 17115 13007 0 -1 1077944384 12818 12356 0 0 1029 50 5 3 20 0 15 0 84665550 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140238069697424 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17168] ppid=17112 vsize=14069564 CPUtime=10.85 cores=0,2,4,6
/proc/17115/task/17168/stat : 17168 (java) S 17112 17115 13007 0 -1 1077944384 10214 12356 0 0 1024 53 5 3 20 0 15 0 84665550 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140238068644880 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17169] ppid=17112 vsize=14069564 CPUtime=10.85 cores=0,2,4,6
/proc/17115/task/17169/stat : 17169 (java) S 17112 17115 13007 0 -1 1077944384 11031 12356 0 0 1022 55 5 3 20 0 15 0 84665550 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140238067592336 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17170] ppid=17112 vsize=14069564 CPUtime=10.18 cores=0,2,4,6
/proc/17115/task/17170/stat : 17170 (java) S 17112 17115 13007 0 -1 1077944384 14175 12356 0 0 962 48 5 3 20 0 15 0 84665551 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237591263216 140238113794690 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17171] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17171/stat : 17171 (java) S 17112 17115 13007 0 -1 1077944384 55 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237590209568 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17172] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17172/stat : 17172 (java) S 17112 17115 13007 0 -1 1077944384 45 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237589156864 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17173] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17173/stat : 17173 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237588105424 140238113802139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17174] ppid=17112 vsize=14069564 CPUtime=6.64 cores=0,2,4,6
/proc/17115/task/17174/stat : 17174 (java) S 17112 17115 13007 0 -1 1077944384 20032 12356 0 0 651 5 5 3 20 0 15 0 84665555 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237587053040 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17175] ppid=17112 vsize=14069564 CPUtime=6.81 cores=0,2,4,6
/proc/17115/task/17175/stat : 17175 (java) S 17112 17115 13007 0 -1 1077944384 21865 12356 0 0 669 4 5 3 20 0 15 0 84665555 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237586000496 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17176] ppid=17112 vsize=14069564 CPUtime=3.1 cores=0,2,4,6
/proc/17115/task/17176/stat : 17176 (java) S 17112 17115 13007 0 -1 1077944384 22914 12356 0 0 297 5 5 3 20 0 15 0 84665555 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237584947952 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17177] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17177/stat : 17177 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237583895648 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17178] ppid=17112 vsize=14069564 CPUtime=1.56 cores=0,2,4,6
/proc/17115/task/17178/stat : 17178 (java) S 17112 17115 13007 0 -1 1077944384 1022 12356 0 0 73 75 5 3 20 0 15 0 84665559 14407233536 224707 18446744073709551615 4194304 4196468 140729038763168 140237582842160 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
Current children cumulated CPU time (s) 2428.86
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.30 1.55 1.53 3/214 17503
/proc/meminfo: memFree=26269948/32770624 swapFree=0/459220
[pid=17115] ppid=17112 vsize=14069564 CPUtime=2489.69 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 219543 12356 0 0 248627 334 5 3 20 0 15 0 84665529 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3517391 225219 3480 1 0 3506005 0
[pid=17115/tid=17165] ppid=17112 vsize=14069564 CPUtime=2417.15 cores=0,2,4,6
/proc/17115/task/17165/stat : 17165 (java) R 17112 17115 13007 0 -1 4202560 88702 12356 0 0 241658 49 5 3 20 0 15 0 84665549 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238118017888 140237761693740 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17166] ppid=17112 vsize=14069564 CPUtime=11.14 cores=0,2,4,6
/proc/17115/task/17166/stat : 17166 (java) S 17112 17115 13007 0 -1 1077944384 13857 12356 0 0 1053 53 5 3 20 0 15 0 84665550 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238070749968 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17167] ppid=17112 vsize=14069564 CPUtime=11.15 cores=0,2,4,6
/proc/17115/task/17167/stat : 17167 (java) S 17112 17115 13007 0 -1 1077944384 13105 12356 0 0 1056 51 5 3 20 0 15 0 84665550 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238069697424 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17168] ppid=17112 vsize=14069564 CPUtime=11.14 cores=0,2,4,6
/proc/17115/task/17168/stat : 17168 (java) S 17112 17115 13007 0 -1 1077944384 10310 12356 0 0 1052 54 5 3 20 0 15 0 84665550 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238068644880 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17169] ppid=17112 vsize=14069564 CPUtime=11.13 cores=0,2,4,6
/proc/17115/task/17169/stat : 17169 (java) S 17112 17115 13007 0 -1 1077944384 11076 12356 0 0 1049 56 5 3 20 0 15 0 84665550 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238067592336 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17170] ppid=17112 vsize=14069564 CPUtime=10.44 cores=0,2,4,6
/proc/17115/task/17170/stat : 17170 (java) S 17112 17115 13007 0 -1 1077944384 14376 12356 0 0 987 49 5 3 20 0 15 0 84665551 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237591263216 140238113794690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17171] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17171/stat : 17171 (java) S 17112 17115 13007 0 -1 1077944384 55 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237590209568 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17172] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17172/stat : 17172 (java) S 17112 17115 13007 0 -1 1077944384 45 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237589156864 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17173] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17173/stat : 17173 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237588105424 140238113802139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17174] ppid=17112 vsize=14069564 CPUtime=6.64 cores=0,2,4,6
/proc/17115/task/17174/stat : 17174 (java) S 17112 17115 13007 0 -1 1077944384 20034 12356 0 0 651 5 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237587053040 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17175] ppid=17112 vsize=14069564 CPUtime=6.82 cores=0,2,4,6
/proc/17115/task/17175/stat : 17175 (java) S 17112 17115 13007 0 -1 1077944384 21867 12356 0 0 669 5 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237586000496 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17176] ppid=17112 vsize=14069564 CPUtime=3.1 cores=0,2,4,6
/proc/17115/task/17176/stat : 17176 (java) S 17112 17115 13007 0 -1 1077944384 22916 12356 0 0 297 5 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237584947952 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17177] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17177/stat : 17177 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237583895648 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17178] ppid=17112 vsize=14069564 CPUtime=1.59 cores=0,2,4,6
/proc/17115/task/17178/stat : 17178 (java) S 17112 17115 13007 0 -1 1077944384 1038 12356 0 0 74 77 5 3 20 0 15 0 84665559 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237582842160 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
Current children cumulated CPU time (s) 2489.69
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.2 s]
/proc/loadavg: 1.18 1.50 1.51 3/214 17503
/proc/meminfo: memFree=26324564/32770624 swapFree=0/459200
[pid=17115] ppid=17112 vsize=14069564 CPUtime=2520.01 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 220546 12356 0 0 251655 338 5 3 20 0 15 0 84665529 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3517391 225219 3480 1 0 3506005 0
[pid=17115/tid=17165] ppid=17112 vsize=14069564 CPUtime=2446.75 cores=0,2,4,6
/proc/17115/task/17165/stat : 17165 (java) R 17112 17115 13007 0 -1 4202560 89051 12356 0 0 244618 49 5 3 20 0 15 0 84665549 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238118017568 140237760564288 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17166] ppid=17112 vsize=14069564 CPUtime=11.28 cores=0,2,4,6
/proc/17115/task/17166/stat : 17166 (java) S 17112 17115 13007 0 -1 1077944384 13954 12356 0 0 1066 54 5 3 20 0 15 0 84665550 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238070749968 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17167] ppid=17112 vsize=14069564 CPUtime=11.3 cores=0,2,4,6
/proc/17115/task/17167/stat : 17167 (java) S 17112 17115 13007 0 -1 1077944384 13340 12356 0 0 1070 52 5 3 20 0 15 0 84665550 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238069697424 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17168] ppid=17112 vsize=14069564 CPUtime=11.27 cores=0,2,4,6
/proc/17115/task/17168/stat : 17168 (java) S 17112 17115 13007 0 -1 1077944384 10384 12356 0 0 1065 54 5 3 20 0 15 0 84665550 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238068644880 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17169] ppid=17112 vsize=14069564 CPUtime=11.28 cores=0,2,4,6
/proc/17115/task/17169/stat : 17169 (java) S 17112 17115 13007 0 -1 1077944384 11109 12356 0 0 1063 57 5 3 20 0 15 0 84665550 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140238067592336 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17170] ppid=17112 vsize=14069564 CPUtime=10.57 cores=0,2,4,6
/proc/17115/task/17170/stat : 17170 (java) S 17112 17115 13007 0 -1 1077944384 14571 12356 0 0 1000 49 5 3 20 0 15 0 84665551 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237591263216 140238113794690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17171] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17171/stat : 17171 (java) S 17112 17115 13007 0 -1 1077944384 55 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237590209568 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17172] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17172/stat : 17172 (java) S 17112 17115 13007 0 -1 1077944384 45 12356 0 0 0 0 5 3 20 0 15 0 84665552 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237589156864 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17173] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17173/stat : 17173 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237588105424 140238113802139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17174] ppid=17112 vsize=14069564 CPUtime=6.64 cores=0,2,4,6
/proc/17115/task/17174/stat : 17174 (java) S 17112 17115 13007 0 -1 1077944384 20036 12356 0 0 651 5 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237587053040 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17175] ppid=17112 vsize=14069564 CPUtime=6.82 cores=0,2,4,6
/proc/17115/task/17175/stat : 17175 (java) S 17112 17115 13007 0 -1 1077944384 21869 12356 0 0 669 5 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237586000496 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17176] ppid=17112 vsize=14069564 CPUtime=3.1 cores=0,2,4,6
/proc/17115/task/17176/stat : 17176 (java) S 17112 17115 13007 0 -1 1077944384 22918 12356 0 0 297 5 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237584947952 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17177] ppid=17112 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17177/stat : 17177 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237583895648 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17178] ppid=17112 vsize=14069564 CPUtime=1.62 cores=0,2,4,6
/proc/17115/task/17178/stat : 17178 (java) S 17112 17115 13007 0 -1 1077944384 1052 12356 0 0 75 79 5 3 20 0 15 0 84665559 14407233536 225219 18446744073709551615 4194304 4196468 140729038763168 140237582842160 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14069564

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

[startup+2472.4 s]
/proc/loadavg: 1.18 1.50 1.51 3/214 17503
/proc/meminfo: memFree=26324564/32770624 swapFree=0/459200
[pid=17115] ppid=17112 vsize=14202692 CPUtime=2520.48 cores=0,2,4,6
/proc/17115/stat : 17115 (java) S 17112 17115 13007 0 -1 1077944320 227858 12356 0 0 251701 339 5 3 20 0 17 0 84665529 14543556608 227090 18446744073709551615 4194304 4196468 140729038763168 140729038745712 140238113783543 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
/proc/17115/statm: 3550673 227090 3481 1 0 3539287 0
[pid=17115/tid=17165] ppid=17112 vsize=14202692 CPUtime=2446.77 cores=0,2,4,6
/proc/17115/task/17165/stat : 17165 (java) S 17112 17115 13007 0 -1 1077944384 89512 12356 0 0 244620 49 5 3 20 0 17 0 84665549 14543556608 227090 18446744073709551615 4194304 4196468 140729038763168 140238118026416 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17166] ppid=17112 vsize=14202692 CPUtime=11.37 cores=0,2,4,6
/proc/17115/task/17166/stat : 17166 (java) S 17112 17115 13007 0 -1 1077944384 13992 12356 0 0 1075 54 5 3 20 0 17 0 84665550 14543556608 227090 18446744073709551615 4194304 4196468 140729038763168 140238070749968 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17167] ppid=17112 vsize=14202692 CPUtime=11.39 cores=0,2,4,6
/proc/17115/task/17167/stat : 17167 (java) S 17112 17115 13007 0 -1 1077944384 13404 12356 0 0 1079 52 5 3 20 0 17 0 84665550 14543556608 227090 18446744073709551615 4194304 4196468 140729038763168 140238069697424 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17168] ppid=17112 vsize=14202692 CPUtime=11.36 cores=0,2,4,6
/proc/17115/task/17168/stat : 17168 (java) S 17112 17115 13007 0 -1 1077944384 10392 12356 0 0 1074 54 5 3 20 0 17 0 84665550 14543556608 227090 18446744073709551615 4194304 4196468 140729038763168 140238068644880 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17169] ppid=17112 vsize=14202692 CPUtime=11.36 cores=0,2,4,6
/proc/17115/task/17169/stat : 17169 (java) S 17112 17115 13007 0 -1 1077944384 11329 12356 0 0 1071 57 5 3 20 0 17 0 84665550 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140238067592336 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17170] ppid=17112 vsize=14202692 CPUtime=10.66 cores=0,2,4,6
/proc/17115/task/17170/stat : 17170 (java) S 17112 17115 13007 0 -1 1077944384 20648 12356 0 0 1008 50 5 3 20 0 16 0 84665551 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140237591263216 140238113794690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17171] ppid=17112 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17171/stat : 17171 (java) S 17112 17115 13007 0 -1 1077944384 57 12356 0 0 0 0 5 3 20 0 16 0 84665552 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140237590209568 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17172] ppid=17112 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17172/stat : 17172 (java) S 17112 17115 13007 0 -1 1077944384 47 12356 0 0 0 0 5 3 20 0 15 0 84665552 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140237589156864 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17173] ppid=17112 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17173/stat : 17173 (java) S 17112 17115 13007 0 -1 1077944384 110 12356 0 0 0 0 5 3 20 0 15 0 84665555 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140237588105424 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17174] ppid=17112 vsize=14202692 CPUtime=6.65 cores=0,2,4,6
/proc/17115/task/17174/stat : 17174 (java) R 17112 17115 13007 0 -1 4202560 20084 12356 0 0 652 5 5 3 20 0 15 0 84665555 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140237587038768 140238093438761 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17175] ppid=17112 vsize=14202692 CPUtime=6.82 cores=0,2,4,6
/proc/17115/task/17175/stat : 17175 (java) S 17112 17115 13007 0 -1 1077944384 21869 12356 0 0 669 5 5 3 20 0 15 0 84665555 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140237586000496 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17176] ppid=17112 vsize=14202692 CPUtime=3.11 cores=0,2,4,6
/proc/17115/task/17176/stat : 17176 (java) S 17112 17115 13007 0 -1 1077944384 23049 12356 0 0 298 5 5 3 20 0 15 0 84665555 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140237584947952 140238113794690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
[pid=17115/tid=17177] ppid=17112 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17115/task/17177/stat : 17177 (java) S 17112 17115 13007 0 -1 1077944384 3 12356 0 0 0 0 5 3 20 0 15 0 84665555 14543556608 227120 18446744073709551615 4194304 4196468 140729038763168 140237583895648 140238113793749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140729038768080 140729038770865 140729038770865 140729038774223 0
Current children cumulated CPU time (s) 2520.48
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2472.42
CPU time (s): 2520.5
CPU user time (s): 2517.07
CPU system time (s): 3.43258
CPU usage (%): 101.945
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.07
system time used= 3.43258
maximum resident set size= 909180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285367
involuntary context switches= 9337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4271 second user time and 14.5762 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 06:45:08
IDJOB=4262460
IDBENCH=122893
IDSOLVER=2650
FILE ID=node135/4262460-1502427543
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-088.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262460-1502427543/watcher-4262460-1502427543 -o /tmp/evaluation-result-4262460-1502427543/solver-4262460-1502427543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580  bin/concrete HOME/instance-4262460-1502427543.xml

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

MD5SUM BENCH= 06ac67a393cf658bfe76e8457ea2374b
RANDOM SEED=1623621722

node135.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.21
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.21
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.21
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.21
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:        30347372 kB
MemAvailable:   31159164 kB
Buffers:          284924 kB
Cached:           818556 kB
SwapCached:            0 kB
Active:          1488384 kB
Inactive:         491692 kB
Active(anon):     876852 kB
Inactive(anon):    33140 kB
Active(file):     611532 kB
Inactive(file):   458552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24432 kB
Writeback:             4 kB
AnonPages:        878120 kB
Mapped:            62236 kB
Shmem:             33464 kB
Slab:             142708 kB
SReclaimable:     115088 kB
SUnreclaim:        27620 kB
KernelStack:        3504 kB
PageTables:         8616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1693328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 07:26:21