Trace number 4262061

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2520.6799 2486.25

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-10.xml
MD5SUMd4423909be1c89335e37f95235f61406
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints125
Number of domains2
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":25},{"size":100,"count":101}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":27},{"degree":3,"count":73},{"degree":4,"count":25},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":25},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints124
Distribution of constraint types[{"type":"intension","count":124},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=25274
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.93 1.60 1.46 3/194 25277
/proc/meminfo: memFree=30041168/32770624 swapFree=0/308428
[pid=25277] ppid=25274 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25277/stat : 25277 (runsolver) D 25274 25277 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47611603 24240128 106 18446744073709551615 4194304 4338465 140725063415424 140725063413064 140564500091607 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 31727616 140725063418064 140725063418441 140725063418441 140725063421898 0
/proc/25277/statm: 5918 106 53 36 0 2156 0

[startup+0.100934 s]
/proc/loadavg: 1.93 1.60 1.46 3/194 25277
/proc/meminfo: memFree=30041168/32770624 swapFree=0/308428
[pid=25277] ppid=25274 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/25277/stat : 25277 (bash) S 25274 25277 16548 0 -1 4202496 651 0 0 0 0 0 0 0 20 0 1 0 47611603 9736192 352 18446744073709551615 4194304 5098028 140724668877264 140724668874904 140472969567232 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 12115968 140724668883476 140724668883561 140724668883561 140724668887018 0
/proc/25277/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200229 s]
/proc/loadavg: 1.93 1.60 1.46 3/194 25277
/proc/meminfo: memFree=30041168/32770624 swapFree=0/308428
[pid=25277] ppid=25274 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/25277/stat : 25277 (bash) S 25274 25277 16548 0 -1 4202496 894 6487 0 0 0 0 0 1 20 0 1 0 47611603 9867264 377 18446744073709551615 4194304 5098028 140724668877264 140724668871272 140472969567232 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 12115968 140724668883476 140724668883561 140724668883561 140724668887018 0
/proc/25277/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300383 s]
/proc/loadavg: 1.93 1.60 1.46 3/194 25277
/proc/meminfo: memFree=30041168/32770624 swapFree=0/308428
[pid=25277] ppid=25274 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 5640 12497 0 0 5 1 5 2 20 0 14 0 47611603 14241083392 5314 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3476827 5314 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700223 s]
/proc/loadavg: 1.93 1.60 1.46 3/194 25277
/proc/meminfo: memFree=30041168/32770624 swapFree=0/308428
[pid=25277] ppid=25274 vsize=13974784 CPUtime=0.61 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 13702 12497 0 0 50 4 5 2 20 0 15 0 47611603 14310178816 14091 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3493696 14091 3061 1 0 3482965 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.93 1.60 1.46 4/209 25340
/proc/meminfo: memFree=29950136/32770624 swapFree=0/308504
[pid=25277] ppid=25274 vsize=13985408 CPUtime=1.81 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 27790 12497 0 0 166 8 5 2 20 0 15 0 47611603 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3496352 33927 3338 1 0 3485525 0
[pid=25277/tid=25327] ppid=25274 vsize=13985408 CPUtime=1.27 cores=0,2,4,6
/proc/25277/task/25327/stat : 25327 (java) R 25274 25277 16548 0 -1 4202560 22640 12497 0 0 113 7 5 2 20 0 15 0 47611626 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937544959696 139937524807006 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25328] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25328/stat : 25328 (java) S 25274 25277 16548 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 47611627 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937497692688 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25329] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25329/stat : 25329 (java) S 25274 25277 16548 0 -1 1077944384 2 12497 0 0 0 0 5 2 20 0 15 0 47611627 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937496640144 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25330] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25330/stat : 25330 (java) S 25274 25277 16548 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 47611627 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937495587088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25331] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25331/stat : 25331 (java) S 25274 25277 16548 0 -1 1077944384 2 12497 0 0 0 0 5 2 20 0 15 0 47611627 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937494534544 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25332] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25332/stat : 25332 (java) S 25274 25277 16548 0 -1 1077944384 5 12497 0 0 0 0 5 2 20 0 15 0 47611628 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937086466800 139937540737666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25333] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25333/stat : 25333 (java) S 25274 25277 16548 0 -1 1077944384 33 12497 0 0 0 0 5 2 20 0 15 0 47611629 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937085413024 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25334] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25334/stat : 25334 (java) S 25274 25277 16548 0 -1 1077944384 21 12497 0 0 0 0 5 2 20 0 15 0 47611629 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937084359920 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25335] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25335/stat : 25335 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937083308496 139937540745115 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25336] ppid=25274 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/25277/task/25336/stat : 25336 (java) S 25274 25277 16548 0 -1 1077944384 937 12497 0 0 16 0 5 2 20 0 15 0 47611632 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937082255600 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25337] ppid=25274 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/25277/task/25337/stat : 25337 (java) S 25274 25277 16548 0 -1 1077944384 692 12497 0 0 13 0 5 2 20 0 15 0 47611632 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937013819760 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25338] ppid=25274 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/25277/task/25338/stat : 25338 (java) S 25274 25277 16548 0 -1 1077944384 1287 12497 0 0 22 0 5 2 20 0 15 0 47611632 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937012766704 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25339] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25339/stat : 25339 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937011714400 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25340] ppid=25274 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25340/stat : 25340 (java) S 25274 25277 16548 0 -1 1077944384 10 12497 0 0 0 0 5 2 20 0 15 0 47611637 14321057792 33927 18446744073709551615 4194304 4196468 140733135396256 139937010662448 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10925 s]
/proc/loadavg: 1.93 1.60 1.46 5/209 25340
/proc/meminfo: memFree=29869484/32770624 swapFree=0/308504
[pid=25277] ppid=25274 vsize=13997884 CPUtime=5.69 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 49014 12497 0 0 545 17 5 2 20 0 15 0 47611603 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3499471 57155 3446 1 0 3488085 0
[pid=25277/tid=25327] ppid=25274 vsize=13997884 CPUtime=2.84 cores=0,2,4,6
/proc/25277/task/25327/stat : 25327 (java) R 25274 25277 16548 0 -1 4202560 36401 12497 0 0 267 10 5 2 20 0 15 0 47611626 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937544958960 139937172266001 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25328] ppid=25274 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25328/stat : 25328 (java) S 25274 25277 16548 0 -1 1077944384 57 12497 0 0 0 0 5 2 20 0 15 0 47611627 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937497692688 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25329] ppid=25274 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/25277/task/25329/stat : 25329 (java) S 25274 25277 16548 0 -1 1077944384 198 12497 0 0 1 0 5 2 20 0 15 0 47611627 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937496640144 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25330] ppid=25274 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/25277/task/25330/stat : 25330 (java) S 25274 25277 16548 0 -1 1077944384 38 12497 0 0 1 0 5 2 20 0 15 0 47611627 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937495587088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25331] ppid=25274 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25331/stat : 25331 (java) S 25274 25277 16548 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 47611627 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937494534544 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25332] ppid=25274 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/25277/task/25332/stat : 25332 (java) S 25274 25277 16548 0 -1 1077944384 1090 12497 0 0 1 0 5 2 20 0 15 0 47611628 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937086466800 139937540737666 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25333] ppid=25274 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25333/stat : 25333 (java) S 25274 25277 16548 0 -1 1077944384 55 12497 0 0 0 0 5 2 20 0 15 0 47611629 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937085413088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25334] ppid=25274 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25334/stat : 25334 (java) S 25274 25277 16548 0 -1 1077944384 44 12497 0 0 0 0 5 2 20 0 15 0 47611629 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937084359920 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25335] ppid=25274 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25335/stat : 25335 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937083308496 139937540745115 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25336] ppid=25274 vsize=13997884 CPUtime=1.06 cores=0,2,4,6
/proc/25277/task/25336/stat : 25336 (java) R 25274 25277 16548 0 -1 4202560 3644 12497 0 0 99 0 5 2 20 0 15 0 47611632 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937082246736 139937525116592 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25337] ppid=25274 vsize=13997884 CPUtime=0.85 cores=0,2,4,6
/proc/25277/task/25337/stat : 25337 (java) R 25274 25277 16548 0 -1 4202560 2018 12497 0 0 77 1 5 2 20 0 15 0 47611632 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937013804912 139937525851370 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25338] ppid=25274 vsize=13997884 CPUtime=1.01 cores=0,2,4,6
/proc/25277/task/25338/stat : 25338 (java) R 25274 25277 16548 0 -1 4202560 3243 12497 0 0 93 1 5 2 20 0 15 0 47611632 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937012766704 139937519216752 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25339] ppid=25274 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25339/stat : 25339 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937011714400 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25340] ppid=25274 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25340/stat : 25340 (java) R 25274 25277 16548 0 -1 1077944384 11 12497 0 0 0 0 5 2 20 0 15 0 47611637 14333833216 57155 18446744073709551615 4194304 4196468 140733135396256 139937010662448 139937540737666 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 13997884

[startup+6.30062 s]
/proc/loadavg: 2.09 1.64 1.48 5/209 25340
/proc/meminfo: memFree=29699356/32770624 swapFree=0/308492
[pid=25277] ppid=25274 vsize=14071612 CPUtime=15.6 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 70694 12497 0 0 1526 27 5 2 20 0 15 0 47611603 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3517903 91389 3473 1 0 3506517 0
[pid=25277/tid=25327] ppid=25274 vsize=14071612 CPUtime=5.94 cores=0,2,4,6
/proc/25277/task/25327/stat : 25327 (java) R 25274 25277 16548 0 -1 4202560 46496 12497 0 0 573 14 5 2 20 0 15 0 47611626 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937544958944 139937540738454 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25328] ppid=25274 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/25277/task/25328/stat : 25328 (java) S 25274 25277 16548 0 -1 1077944384 93 12497 0 0 3 1 5 2 20 0 15 0 47611627 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937497692688 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25329] ppid=25274 vsize=14071612 CPUtime=0.1 cores=0,2,4,6
/proc/25277/task/25329/stat : 25329 (java) S 25274 25277 16548 0 -1 1077944384 283 12497 0 0 3 0 5 2 20 0 15 0 47611627 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937496640144 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25330] ppid=25274 vsize=14071612 CPUtime=0.1 cores=0,2,4,6
/proc/25277/task/25330/stat : 25330 (java) S 25274 25277 16548 0 -1 1077944384 58 12497 0 0 3 0 5 2 20 0 15 0 47611627 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937495587088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25331] ppid=25274 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/25277/task/25331/stat : 25331 (java) S 25274 25277 16548 0 -1 1077944384 113 12497 0 0 3 1 5 2 20 0 15 0 47611627 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937494534544 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25332] ppid=25274 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/25277/task/25332/stat : 25332 (java) S 25274 25277 16548 0 -1 1077944384 2021 12497 0 0 4 0 5 2 20 0 15 0 47611628 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937086466800 139937540737666 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25333] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25333/stat : 25333 (java) S 25274 25277 16548 0 -1 1077944384 55 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937085413088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25334] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25334/stat : 25334 (java) S 25274 25277 16548 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937084359936 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25335] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25335/stat : 25335 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937083308496 139937540745115 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25336] ppid=25274 vsize=14071612 CPUtime=3.88 cores=0,2,4,6
/proc/25277/task/25336/stat : 25336 (java) R 25274 25277 16548 0 -1 4202560 6813 12497 0 0 378 3 5 2 20 0 15 0 47611632 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937082244400 139937518743531 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25337] ppid=25274 vsize=14071612 CPUtime=3.65 cores=0,2,4,6
/proc/25277/task/25337/stat : 25337 (java) R 25274 25277 16548 0 -1 4202560 5939 12497 0 0 356 2 5 2 20 0 15 0 47611632 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937013808160 139937533823355 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25338] ppid=25274 vsize=14071612 CPUtime=2.07 cores=0,2,4,6
/proc/25277/task/25338/stat : 25338 (java) R 25274 25277 16548 0 -1 1077944384 6612 12497 0 0 197 3 5 2 20 0 15 0 47611632 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937012766704 139937540737666 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25339] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25339/stat : 25339 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937011714400 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25340] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25340/stat : 25340 (java) S 25274 25277 16548 0 -1 1077944384 12 12497 0 0 0 0 5 2 20 0 15 0 47611637 14409330688 91389 18446744073709551615 4194304 4196468 140733135396256 139937010662448 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
Current children cumulated CPU time (s) 15.6
Current children cumulated vsize (KiB) 14071612

[startup+12.7006 s]
/proc/loadavg: 2.09 1.64 1.48 3/209 25340
/proc/meminfo: memFree=29598728/32770624 swapFree=0/308496
[pid=25277] ppid=25274 vsize=14071612 CPUtime=26.34 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 84119 12497 0 0 2595 32 5 2 20 0 15 0 47611603 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3517903 113529 3481 1 0 3506517 0
[pid=25277/tid=25327] ppid=25274 vsize=14071612 CPUtime=12.31 cores=0,2,4,6
/proc/25277/task/25327/stat : 25327 (java) R 25274 25277 16548 0 -1 4202560 48300 12497 0 0 1209 15 5 2 20 0 15 0 47611626 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937544958152 139937182180455 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25328] ppid=25274 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/25277/task/25328/stat : 25328 (java) S 25274 25277 16548 0 -1 1077944384 535 12497 0 0 4 1 5 2 20 0 15 0 47611627 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937497692688 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25329] ppid=25274 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/25277/task/25329/stat : 25329 (java) S 25274 25277 16548 0 -1 1077944384 330 12497 0 0 4 1 5 2 20 0 15 0 47611627 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937496640144 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25330] ppid=25274 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/25277/task/25330/stat : 25330 (java) S 25274 25277 16548 0 -1 1077944384 719 12497 0 0 5 1 5 2 20 0 15 0 47611627 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937495587088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25331] ppid=25274 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/25277/task/25331/stat : 25331 (java) S 25274 25277 16548 0 -1 1077944384 569 12497 0 0 5 1 5 2 20 0 15 0 47611627 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937494534544 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25332] ppid=25274 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/25277/task/25332/stat : 25332 (java) S 25274 25277 16548 0 -1 1077944384 2316 12497 0 0 5 0 5 2 20 0 15 0 47611628 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937086466800 139937540737666 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25333] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25333/stat : 25333 (java) S 25274 25277 16548 0 -1 1077944384 55 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937085413088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25334] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25334/stat : 25334 (java) S 25274 25277 16548 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937084359936 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25335] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25335/stat : 25335 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 113529 18446744073709551615 4194304 4196468 140733135396256 139937083308496 139937540745115 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0

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

/proc/25277/task/25339/stat : 25339 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 148327 18446744073709551615 4194304 4196468 140733135396256 139937011714400 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25340] ppid=25274 vsize=14071612 CPUtime=1.27 cores=0,2,4,6
/proc/25277/task/25340/stat : 25340 (java) S 25274 25277 16548 0 -1 1077944384 2871 12497 0 0 66 54 5 2 20 0 15 0 47611637 14409330688 148327 18446744073709551615 4194304 4196468 140733135396256 139937010662448 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
Current children cumulated CPU time (s) 2354.88
Current children cumulated vsize (KiB) 14071612

[startup+2382.3 s]
/proc/loadavg: 1.58 1.46 1.43 3/208 25480
/proc/meminfo: memFree=29714344/32770624 swapFree=0/309096
[pid=25277] ppid=25274 vsize=14071612 CPUtime=2415.41 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 352268 12497 0 0 241325 209 5 2 20 0 15 0 47611603 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3517903 148839 3482 1 0 3506517 0
[pid=25277/tid=25327] ppid=25274 vsize=14071612 CPUtime=2370.72 cores=0,2,4,6
/proc/25277/task/25327/stat : 25327 (java) R 25274 25277 16548 0 -1 4202560 87521 12497 0 0 237032 33 5 2 20 0 15 0 47611626 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937544960640 139937525936478 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25328] ppid=25274 vsize=14071612 CPUtime=5.28 cores=0,2,4,6
/proc/25277/task/25328/stat : 25328 (java) S 25274 25277 16548 0 -1 1077944384 17195 12497 0 0 494 27 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937497692688 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25329] ppid=25274 vsize=14071612 CPUtime=5.29 cores=0,2,4,6
/proc/25277/task/25329/stat : 25329 (java) S 25274 25277 16548 0 -1 1077944384 13116 12497 0 0 497 25 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937496640144 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25330] ppid=25274 vsize=14071612 CPUtime=5.29 cores=0,2,4,6
/proc/25277/task/25330/stat : 25330 (java) S 25274 25277 16548 0 -1 1077944384 10799 12497 0 0 497 25 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937495587088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25331] ppid=25274 vsize=14071612 CPUtime=5.3 cores=0,2,4,6
/proc/25277/task/25331/stat : 25331 (java) S 25274 25277 16548 0 -1 1077944384 13756 12497 0 0 498 25 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937494534544 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25332] ppid=25274 vsize=14071612 CPUtime=4.4 cores=0,2,4,6
/proc/25277/task/25332/stat : 25332 (java) S 25274 25277 16548 0 -1 1077944384 11811 12497 0 0 408 25 5 2 20 0 15 0 47611628 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937086466800 139937540737666 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25333] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25333/stat : 25333 (java) S 25274 25277 16548 0 -1 1077944384 60 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937085413088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25334] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25334/stat : 25334 (java) S 25274 25277 16548 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937084359936 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25335] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25335/stat : 25335 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937083308496 139937540745115 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25336] ppid=25274 vsize=14071612 CPUtime=7.81 cores=0,2,4,6
/proc/25277/task/25336/stat : 25336 (java) S 25274 25277 16548 0 -1 1077944384 67989 12497 0 0 767 7 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937082255600 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25337] ppid=25274 vsize=14071612 CPUtime=7.77 cores=0,2,4,6
/proc/25277/task/25337/stat : 25337 (java) S 25274 25277 16548 0 -1 1077944384 57992 12497 0 0 765 5 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937013819760 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25338] ppid=25274 vsize=14071612 CPUtime=2.78 cores=0,2,4,6
/proc/25277/task/25338/stat : 25338 (java) S 25274 25277 16548 0 -1 1077944384 66946 12497 0 0 263 8 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937012766704 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25339] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25339/stat : 25339 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937011714400 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25340] ppid=25274 vsize=14071612 CPUtime=1.3 cores=0,2,4,6
/proc/25277/task/25340/stat : 25340 (java) S 25274 25277 16548 0 -1 1077944384 2879 12497 0 0 68 55 5 2 20 0 15 0 47611637 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937010662448 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
Current children cumulated CPU time (s) 2415.41
Current children cumulated vsize (KiB) 14071612

[startup+2442.3 s]
/proc/loadavg: 1.55 1.47 1.43 3/209 25608
/proc/meminfo: memFree=29767484/32770624 swapFree=0/309116
[pid=25277] ppid=25274 vsize=14071612 CPUtime=2475.94 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 353623 12497 0 0 247374 213 5 2 20 0 15 0 47611603 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3517903 148839 3482 1 0 3506517 0
[pid=25277/tid=25327] ppid=25274 vsize=14071612 CPUtime=2430.44 cores=0,2,4,6
/proc/25277/task/25327/stat : 25327 (java) R 25274 25277 16548 0 -1 4202560 87916 12497 0 0 243004 33 5 2 20 0 15 0 47611626 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937544960640 139937181312564 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25328] ppid=25274 vsize=14071612 CPUtime=5.42 cores=0,2,4,6
/proc/25277/task/25328/stat : 25328 (java) S 25274 25277 16548 0 -1 1077944384 17201 12497 0 0 507 28 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937497692688 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25329] ppid=25274 vsize=14071612 CPUtime=5.43 cores=0,2,4,6
/proc/25277/task/25329/stat : 25329 (java) S 25274 25277 16548 0 -1 1077944384 13119 12497 0 0 511 25 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937496640144 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25330] ppid=25274 vsize=14071612 CPUtime=5.43 cores=0,2,4,6
/proc/25277/task/25330/stat : 25330 (java) S 25274 25277 16548 0 -1 1077944384 10831 12497 0 0 511 25 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937495587088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25331] ppid=25274 vsize=14071612 CPUtime=5.43 cores=0,2,4,6
/proc/25277/task/25331/stat : 25331 (java) S 25274 25277 16548 0 -1 1077944384 13767 12497 0 0 511 25 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937494534544 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25332] ppid=25274 vsize=14071612 CPUtime=4.51 cores=0,2,4,6
/proc/25277/task/25332/stat : 25332 (java) S 25274 25277 16548 0 -1 1077944384 11864 12497 0 0 418 26 5 2 20 0 15 0 47611628 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937086466800 139937540737666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25333] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25333/stat : 25333 (java) S 25274 25277 16548 0 -1 1077944384 60 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937085413088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25334] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25334/stat : 25334 (java) S 25274 25277 16548 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937084359936 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25335] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25335/stat : 25335 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937083308496 139937540745115 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25336] ppid=25274 vsize=14071612 CPUtime=7.85 cores=0,2,4,6
/proc/25277/task/25336/stat : 25336 (java) S 25274 25277 16548 0 -1 1077944384 68147 12497 0 0 771 7 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937082255600 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25337] ppid=25274 vsize=14071612 CPUtime=7.81 cores=0,2,4,6
/proc/25277/task/25337/stat : 25337 (java) S 25274 25277 16548 0 -1 1077944384 58305 12497 0 0 769 5 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937013819760 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25338] ppid=25274 vsize=14071612 CPUtime=2.8 cores=0,2,4,6
/proc/25277/task/25338/stat : 25338 (java) S 25274 25277 16548 0 -1 1077944384 67316 12497 0 0 265 8 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937012766704 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25339] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25339/stat : 25339 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937011714400 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25340] ppid=25274 vsize=14071612 CPUtime=1.33 cores=0,2,4,6
/proc/25277/task/25340/stat : 25340 (java) S 25274 25277 16548 0 -1 1077944384 2893 12497 0 0 69 57 5 2 20 0 15 0 47611637 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937010662448 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
Current children cumulated CPU time (s) 2475.94
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486 s]
/proc/loadavg: 1.39 1.45 1.43 3/212 25623
/proc/meminfo: memFree=29769576/32770624 swapFree=0/309152
[pid=25277] ppid=25274 vsize=14071612 CPUtime=2520.03 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 356818 12497 0 0 251780 216 5 2 20 0 15 0 47611603 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3517903 148839 3482 1 0 3506517 0
[pid=25277/tid=25327] ppid=25274 vsize=14071612 CPUtime=2473.94 cores=0,2,4,6
/proc/25277/task/25327/stat : 25327 (java) R 25274 25277 16548 0 -1 4202560 88442 12497 0 0 247354 33 5 2 20 0 15 0 47611626 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937544960576 139937181763954 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25328] ppid=25274 vsize=14071612 CPUtime=5.51 cores=0,2,4,6
/proc/25277/task/25328/stat : 25328 (java) S 25274 25277 16548 0 -1 1077944384 17310 12497 0 0 516 28 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937497692688 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25329] ppid=25274 vsize=14071612 CPUtime=5.52 cores=0,2,4,6
/proc/25277/task/25329/stat : 25329 (java) S 25274 25277 16548 0 -1 1077944384 13455 12497 0 0 520 25 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937496640144 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25330] ppid=25274 vsize=14071612 CPUtime=5.53 cores=0,2,4,6
/proc/25277/task/25330/stat : 25330 (java) S 25274 25277 16548 0 -1 1077944384 10922 12497 0 0 520 26 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937495587088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25331] ppid=25274 vsize=14071612 CPUtime=5.53 cores=0,2,4,6
/proc/25277/task/25331/stat : 25331 (java) S 25274 25277 16548 0 -1 1077944384 13801 12497 0 0 520 26 5 2 20 0 15 0 47611627 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937494534544 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25332] ppid=25274 vsize=14071612 CPUtime=4.6 cores=0,2,4,6
/proc/25277/task/25332/stat : 25332 (java) S 25274 25277 16548 0 -1 1077944384 12046 12497 0 0 426 27 5 2 20 0 15 0 47611628 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937086466800 139937540737666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25333] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25333/stat : 25333 (java) S 25274 25277 16548 0 -1 1077944384 60 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937085413088 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25334] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25334/stat : 25334 (java) S 25274 25277 16548 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 47611629 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937084359936 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25335] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25335/stat : 25335 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937083308496 139937540745115 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25336] ppid=25274 vsize=14071612 CPUtime=7.89 cores=0,2,4,6
/proc/25277/task/25336/stat : 25336 (java) S 25274 25277 16548 0 -1 1077944384 68751 12497 0 0 775 7 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937082255600 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25337] ppid=25274 vsize=14071612 CPUtime=7.85 cores=0,2,4,6
/proc/25277/task/25337/stat : 25337 (java) S 25274 25277 16548 0 -1 1077944384 58749 12497 0 0 773 5 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937013819760 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25338] ppid=25274 vsize=14071612 CPUtime=2.82 cores=0,2,4,6
/proc/25277/task/25338/stat : 25338 (java) S 25274 25277 16548 0 -1 1077944384 68171 12497 0 0 267 8 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937012766704 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25339] ppid=25274 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25339/stat : 25339 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 47611632 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937011714400 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25340] ppid=25274 vsize=14071612 CPUtime=1.35 cores=0,2,4,6
/proc/25277/task/25340/stat : 25340 (java) S 25274 25277 16548 0 -1 1077944384 2907 12497 0 0 71 57 5 2 20 0 15 0 47611637 14409330688 148839 18446744073709551615 4194304 4196468 140733135396256 139937010662448 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 14071612

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

[startup+2486.2 s]
/proc/loadavg: 1.39 1.45 1.43 3/212 25623
/proc/meminfo: memFree=29769576/32770624 swapFree=0/309152
[pid=25277] ppid=25274 vsize=14204740 CPUtime=2520.55 cores=0,2,4,6
/proc/25277/stat : 25277 (java) S 25274 25277 16548 0 -1 1077944320 362742 12497 0 0 251831 217 5 2 20 0 17 0 47611603 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 140733135378800 139937540726519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
/proc/25277/statm: 3551185 150184 3482 1 0 3539799 0
[pid=25277/tid=25327] ppid=25274 vsize=14204740 CPUtime=2473.95 cores=0,2,4,6
/proc/25277/task/25327/stat : 25327 (java) S 25274 25277 16548 0 -1 1077944384 88665 12497 0 0 247355 33 5 2 20 0 17 0 47611626 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937544964064 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25328] ppid=25274 vsize=14204740 CPUtime=5.62 cores=0,2,4,6
/proc/25277/task/25328/stat : 25328 (java) R 25274 25277 16548 0 -1 4202560 17337 12497 0 0 527 28 5 2 20 0 17 0 47611627 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937497692688 139937525425264 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25329] ppid=25274 vsize=14204740 CPUtime=5.63 cores=0,2,4,6
/proc/25277/task/25329/stat : 25329 (java) R 25274 25277 16548 0 -1 4202560 13514 12497 0 0 531 25 5 2 20 0 17 0 47611627 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937496640144 139937533354727 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25330] ppid=25274 vsize=14204740 CPUtime=5.64 cores=0,2,4,6
/proc/25277/task/25330/stat : 25330 (java) R 25274 25277 16548 0 -1 4202560 10965 12497 0 0 531 26 5 2 20 0 17 0 47611627 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937495587208 139937533354727 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25331] ppid=25274 vsize=14204740 CPUtime=5.64 cores=0,2,4,6
/proc/25277/task/25331/stat : 25331 (java) R 25274 25277 16548 0 -1 4202560 14067 12497 0 0 531 26 5 2 20 0 17 0 47611627 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937494534544 139937533354727 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25332] ppid=25274 vsize=14204740 CPUtime=4.67 cores=0,2,4,6
/proc/25277/task/25332/stat : 25332 (java) S 25274 25277 16548 0 -1 1077944384 17162 12497 0 0 433 27 5 2 20 0 17 0 47611628 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937086465424 139937540736725 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25333] ppid=25274 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25333/stat : 25333 (java) S 25274 25277 16548 0 -1 1077944384 61 12497 0 0 0 0 5 2 20 0 17 0 47611629 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937085412992 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25334] ppid=25274 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25334/stat : 25334 (java) S 25274 25277 16548 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 17 0 47611629 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937084359936 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25335] ppid=25274 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25335/stat : 25335 (java) S 25274 25277 16548 0 -1 1077944384 70 12497 0 0 0 0 5 2 20 0 17 0 47611632 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937083308496 139937540745115 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25336] ppid=25274 vsize=14204740 CPUtime=7.89 cores=0,2,4,6
/proc/25277/task/25336/stat : 25336 (java) S 25274 25277 16548 0 -1 1077944384 68760 12497 0 0 775 7 5 2 20 0 17 0 47611632 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937082245728 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25337] ppid=25274 vsize=14204740 CPUtime=7.85 cores=0,2,4,6
/proc/25277/task/25337/stat : 25337 (java) S 25274 25277 16548 0 -1 1077944384 58756 12497 0 0 773 5 5 2 20 0 17 0 47611632 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937013819760 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25338] ppid=25274 vsize=14204740 CPUtime=2.82 cores=0,2,4,6
/proc/25277/task/25338/stat : 25338 (java) S 25274 25277 16548 0 -1 1077944384 68171 12497 0 0 267 8 5 2 20 0 17 0 47611632 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937012766704 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25339] ppid=25274 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/25277/task/25339/stat : 25339 (java) S 25274 25277 16548 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 17 0 47611632 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937011714400 139937540736725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
[pid=25277/tid=25340] ppid=25274 vsize=14204740 CPUtime=1.35 cores=0,2,4,6
/proc/25277/task/25340/stat : 25340 (java) S 25274 25277 16548 0 -1 1077944384 2907 12497 0 0 71 57 5 2 20 0 17 0 47611637 14545653760 150184 18446744073709551615 4194304 4196468 140733135396256 139937010662448 139937540737666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31027200 140733135402960 140733135405745 140733135405745 140733135409103 0
Current children cumulated CPU time (s) 2520.55
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 2486.25
CPU time (s): 2520.68
CPU user time (s): 2518.47
CPU system time (s): 2.20885
CPU usage (%): 101.385
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.47
system time used= 2.20885
maximum resident set size= 714660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375323
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157947
involuntary context switches= 5795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7462 second user time and 13.023 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 14:08:40
IDJOB=4262061
IDBENCH=130623
IDSOLVER=2650
FILE ID=node126/4262061-1502454161
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-10.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262061-1502454161/watcher-4262061-1502454161 -o /tmp/evaluation-result-4262061-1502454161/solver-4262061-1502454161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262061-1502454161.xml

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

MD5SUM BENCH= d4423909be1c89335e37f95235f61406
RANDOM SEED=357811325

node126.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.81
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.81
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.81
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.81
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:        30041472 kB
MemAvailable:   30654500 kB
Buffers:          281568 kB
Cached:           604252 kB
SwapCached:          524 kB
Active:          1892496 kB
Inactive:         379752 kB
Active(anon):    1340152 kB
Inactive(anon):    71324 kB
Active(file):     552344 kB
Inactive(file):   308428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             23900 kB
Writeback:             0 kB
AnonPages:       1385772 kB
Mapped:            54244 kB
Shmem:             25248 kB
Slab:             162228 kB
SReclaimable:     136180 kB
SUnreclaim:        26048 kB
KernelStack:        3424 kB
PageTables:         7612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2396436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1165312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 14:50:07