Trace number 4262481

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.4299 2475.6899

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-11-04.xml
MD5SUMde9211f741ec47eeb5ead1f5842e57a8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark64.7901
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints77
Number of domains2
Minimum domain size10
Maximum domain size11
Distribution of domain sizes[{"size":10,"count":11},{"size":11,"count":44}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":33},{"degree":2,"count":11},{"degree":11,"count":11}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":66},{"arity":4,"count":11}]
Number of extensional constraints77
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":77}]
Optimization problemNO
Type of objective

Solver Data

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

pid=19975
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.45 1.46 1.42 2/198 19978
/proc/meminfo: memFree=29810140/32770624 swapFree=0/436044
[pid=19978] ppid=19975 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19978/stat : 19978 (runsolver) D 19975 19978 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 94134775 24240128 106 18446744073709551615 4194304 4338465 140720340482992 140720340480632 140351573574359 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 21553152 140720340488401 140720340488777 140720340488777 140720340492234 0
/proc/19978/statm: 5918 106 53 36 0 2156 0

[startup+0.100176 s]
/proc/loadavg: 1.45 1.46 1.42 2/198 19978
/proc/meminfo: memFree=29810140/32770624 swapFree=0/436044
[pid=19978] ppid=19975 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/19978/stat : 19978 (bash) S 19975 19978 4821 0 -1 4202496 890 6479 0 0 0 0 0 1 20 0 1 0 94134775 9867264 376 18446744073709551615 4194304 5098028 140721255767232 140721255761240 139894029913088 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 6 0 0 7196144 7232144 11378688 140721255768596 140721255768681 140721255768681 140721255772138 0
/proc/19978/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200328 s]
/proc/loadavg: 1.45 1.46 1.42 2/198 19978
/proc/meminfo: memFree=29810140/32770624 swapFree=0/436044
[pid=19978] ppid=19975 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/19978/stat : 19978 (bash) S 19975 19978 4821 0 -1 4202496 890 6479 0 0 0 0 0 1 20 0 1 0 94134775 9867264 376 18446744073709551615 4194304 5098028 140721255767232 140721255761240 139894029913088 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 6 0 0 7196144 7232144 11378688 140721255768596 140721255768681 140721255768681 140721255772138 0
/proc/19978/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300323 s]
/proc/loadavg: 1.45 1.46 1.42 2/198 19978
/proc/meminfo: memFree=29810140/32770624 swapFree=0/436044
[pid=19978] ppid=19975 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 5485 12357 0 0 5 1 5 3 20 0 14 0 94134775 14241083392 5169 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3476827 5169 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.705043 s]
/proc/loadavg: 1.45 1.46 1.42 2/198 19978
/proc/meminfo: memFree=29810140/32770624 swapFree=0/436044
[pid=19978] ppid=19975 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 13592 12357 0 0 57 4 5 3 20 0 15 0 94134775 14310178816 14542 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3493696 14542 3126 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 1.42 1.45 1.42 4/213 20041
/proc/meminfo: memFree=29715448/32770624 swapFree=0/435936
[pid=19978] ppid=19975 vsize=13985408 CPUtime=1.87 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 27519 12357 0 0 170 9 5 3 20 0 15 0 94134775 14321057792 36620 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3496352 36620 3346 1 0 3485525 0
[pid=19978/tid=20028] ppid=19975 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/19978/task/20028/stat : 20028 (java) S 19975 19978 4821 0 -1 1077944384 21966 12357 0 0 115 6 5 3 20 0 15 0 94134796 14321057792 36620 18446744073709551615 4194304 4196468 140721956907744 139834226695504 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20029] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20029/stat : 20029 (java) S 19975 19978 4821 0 -1 1077944384 41 12357 0 0 0 0 5 3 20 0 15 0 94134797 14321057792 36620 18446744073709551615 4194304 4196468 140721956907744 139834141887376 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20030] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20030/stat : 20030 (java) S 19975 19978 4821 0 -1 1077944384 188 12357 0 0 0 0 5 3 20 0 15 0 94134797 14321057792 36620 18446744073709551615 4194304 4196468 140721956907744 139834140834576 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20031] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20031/stat : 20031 (java) S 19975 19978 4821 0 -1 1077944384 29 12357 0 0 0 0 5 3 20 0 15 0 94134797 14321057792 36620 18446744073709551615 4194304 4196468 140721956907744 139834139782288 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20032] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20032/stat : 20032 (java) S 19975 19978 4821 0 -1 1077944384 54 12357 0 0 0 0 5 3 20 0 15 0 94134797 14321057792 36620 18446744073709551615 4194304 4196468 140721956907744 139834138729488 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20033] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20033/stat : 20033 (java) R 19975 19978 4821 0 -1 4202560 45 12357 0 0 0 0 5 3 20 0 15 0 94134798 14321057792 36620 18446744073709551615 4194304 4196468 140721956907744 139833701003904 139834215569787 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20034] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20034/stat : 20034 (java) S 19975 19978 4821 0 -1 1077944384 33 12357 0 0 0 0 5 3 20 0 15 0 94134799 14321057792 36620 18446744073709551615 4194304 4196468 140721956907744 139833699951392 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20035] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20035/stat : 20035 (java) S 19975 19978 4821 0 -1 1077944384 21 12357 0 0 0 0 5 3 20 0 15 0 94134799 14321057792 37132 18446744073709551615 4194304 4196468 140721956907744 139833698899056 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20036] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20036/stat : 20036 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14321057792 37132 18446744073709551615 4194304 4196468 140721956907744 139833697847376 139834222491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20037] ppid=19975 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/19978/task/20037/stat : 20037 (java) S 19975 19978 4821 0 -1 1077944384 915 12357 0 0 12 0 5 3 20 0 15 0 94134802 14321057792 37132 18446744073709551615 4194304 4196468 140721956907744 139833696795248 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20038] ppid=19975 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/19978/task/20038/stat : 20038 (java) S 19975 19978 4821 0 -1 1077944384 769 12357 0 0 17 0 5 3 20 0 15 0 94134802 14321057792 37132 18446744073709551615 4194304 4196468 140721956907744 139833695742448 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20039] ppid=19975 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/19978/task/20039/stat : 20039 (java) S 19975 19978 4821 0 -1 1077944384 1292 12357 0 0 23 0 5 3 20 0 15 0 94134802 14321057792 37132 18446744073709551615 4194304 4196468 140721956907744 139833694686528 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20040] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20040/stat : 20040 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14321057792 37132 18446744073709551615 4194304 4196468 140721956907744 139833693637600 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20041] ppid=19975 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20041/stat : 20041 (java) S 19975 19978 4821 0 -1 1077944384 10 12357 0 0 0 0 5 3 20 0 15 0 94134807 14321057792 37132 18446744073709551615 4194304 4196468 140721956907744 139833692584368 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10056 s]
/proc/loadavg: 1.42 1.45 1.42 6/213 20041
/proc/meminfo: memFree=29635924/32770624 swapFree=0/435936
[pid=19978] ppid=19975 vsize=13997884 CPUtime=5.67 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 48459 12357 0 0 544 15 5 3 20 0 15 0 94134775 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3499471 59780 3455 1 0 3488085 0
[pid=19978/tid=20028] ppid=19975 vsize=13997884 CPUtime=2.87 cores=0,2,4,6
/proc/19978/task/20028/stat : 20028 (java) R 19975 19978 4821 0 -1 4202560 35675 12357 0 0 270 9 5 3 20 0 15 0 94134796 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139834226691168 139834222494877 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20029] ppid=19975 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/19978/task/20029/stat : 20029 (java) S 19975 19978 4821 0 -1 1077944384 56 12357 0 0 1 0 5 3 20 0 15 0 94134797 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139834141887376 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20030] ppid=19975 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/19978/task/20030/stat : 20030 (java) S 19975 19978 4821 0 -1 1077944384 202 12357 0 0 1 0 5 3 20 0 15 0 94134797 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139834140834576 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20031] ppid=19975 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/19978/task/20031/stat : 20031 (java) S 19975 19978 4821 0 -1 1077944384 37 12357 0 0 1 0 5 3 20 0 15 0 94134797 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139834139782288 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20032] ppid=19975 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20032/stat : 20032 (java) S 19975 19978 4821 0 -1 1077944384 73 12357 0 0 0 0 5 3 20 0 15 0 94134797 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139834138729488 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20033] ppid=19975 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/19978/task/20033/stat : 20033 (java) S 19975 19978 4821 0 -1 1077944384 1170 12357 0 0 1 0 5 3 20 0 15 0 94134798 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833701005424 139834222484098 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20034] ppid=19975 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20034/stat : 20034 (java) S 19975 19978 4821 0 -1 1077944384 56 12357 0 0 0 0 5 3 20 0 15 0 94134799 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833699951456 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20035] ppid=19975 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20035/stat : 20035 (java) S 19975 19978 4821 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 15 0 94134799 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833698899072 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20036] ppid=19975 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20036/stat : 20036 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833697847376 139834222491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20037] ppid=19975 vsize=13997884 CPUtime=0.82 cores=0,2,4,6
/proc/19978/task/20037/stat : 20037 (java) S 19975 19978 4821 0 -1 1077944384 1968 12357 0 0 74 0 5 3 20 0 15 0 94134802 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833696795248 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20038] ppid=19975 vsize=13997884 CPUtime=1.1 cores=0,2,4,6
/proc/19978/task/20038/stat : 20038 (java) S 19975 19978 4821 0 -1 1077944384 3876 12357 0 0 101 1 5 3 20 0 15 0 94134802 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833695742448 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20039] ppid=19975 vsize=13997884 CPUtime=0.99 cores=0,2,4,6
/proc/19978/task/20039/stat : 20039 (java) S 19975 19978 4821 0 -1 1077944384 3135 12357 0 0 90 1 5 3 20 0 15 0 94134802 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833694690160 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20040] ppid=19975 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20040/stat : 20040 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833693637600 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20041] ppid=19975 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20041/stat : 20041 (java) S 19975 19978 4821 0 -1 1077944384 12 12357 0 0 0 0 5 3 20 0 15 0 94134807 14333833216 59780 18446744073709551615 4194304 4196468 140721956907744 139833692584368 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 1.46 1.46 1.42 3/213 20041
/proc/meminfo: memFree=29441324/32770624 swapFree=0/435940
[pid=19978] ppid=19975 vsize=14067516 CPUtime=13.36 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 78466 12357 0 0 1305 23 5 3 20 0 15 0 94134775 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3516879 108819 3473 1 0 3505493 0
[pid=19978/tid=20028] ppid=19975 vsize=14067516 CPUtime=5.99 cores=0,2,4,6
/proc/19978/task/20028/stat : 20028 (java) R 19975 19978 4821 0 -1 4202560 45772 12357 0 0 579 12 5 3 20 0 15 0 94134796 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139834226703024 139833831586129 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20029] ppid=19975 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/19978/task/20029/stat : 20029 (java) S 19975 19978 4821 0 -1 1077944384 164 12357 0 0 3 0 5 3 20 0 15 0 94134797 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139834141887376 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20030] ppid=19975 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/19978/task/20030/stat : 20030 (java) S 19975 19978 4821 0 -1 1077944384 356 12357 0 0 3 0 5 3 20 0 15 0 94134797 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139834140834576 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20031] ppid=19975 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/19978/task/20031/stat : 20031 (java) S 19975 19978 4821 0 -1 1077944384 473 12357 0 0 3 0 5 3 20 0 15 0 94134797 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139834139782288 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20032] ppid=19975 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/19978/task/20032/stat : 20032 (java) S 19975 19978 4821 0 -1 1077944384 954 12357 0 0 2 0 5 3 20 0 15 0 94134797 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139834138729488 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20033] ppid=19975 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/19978/task/20033/stat : 20033 (java) S 19975 19978 4821 0 -1 1077944384 2279 12357 0 0 3 0 5 3 20 0 15 0 94134798 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833701005424 139834222484098 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20034] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20034/stat : 20034 (java) S 19975 19978 4821 0 -1 1077944384 56 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833699951520 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20035] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20035/stat : 20035 (java) S 19975 19978 4821 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833698899072 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20036] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20036/stat : 20036 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833697847376 139834222491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20037] ppid=19975 vsize=14067516 CPUtime=2.82 cores=0,2,4,6
/proc/19978/task/20037/stat : 20037 (java) S 19975 19978 4821 0 -1 1077944384 11669 12357 0 0 272 2 5 3 20 0 15 0 94134802 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833696795248 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20038] ppid=19975 vsize=14067516 CPUtime=3.05 cores=0,2,4,6
/proc/19978/task/20038/stat : 20038 (java) S 19975 19978 4821 0 -1 1077944384 9282 12357 0 0 296 1 5 3 20 0 15 0 94134802 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833695742448 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20039] ppid=19975 vsize=14067516 CPUtime=1.47 cores=0,2,4,6
/proc/19978/task/20039/stat : 20039 (java) S 19975 19978 4821 0 -1 1077944384 5042 12357 0 0 137 2 5 3 20 0 15 0 94134802 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833694690160 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20040] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20040/stat : 20040 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833693637600 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20041] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20041/stat : 20041 (java) S 19975 19978 4821 0 -1 1077944384 220 12357 0 0 0 0 5 3 20 0 15 0 94134807 14405136384 108819 18446744073709551615 4194304 4196468 140721956907744 139833692584368 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.43 1.45 1.42 3/213 20041
/proc/meminfo: memFree=29157340/32770624 swapFree=0/435940
[pid=19978] ppid=19975 vsize=14067516 CPUtime=19.83 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 79088 12357 0 0 1944 31 5 3 20 0 15 0 94134775 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3516879 179097 3473 1 0 3505493 0
[pid=19978/tid=20028] ppid=19975 vsize=14067516 CPUtime=12.37 cores=0,2,4,6
/proc/19978/task/20028/stat : 20028 (java) R 19975 19978 4821 0 -1 4202560 46004 12357 0 0 1213 16 5 3 20 0 15 0 94134796 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139834226707168 139833831245860 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20029] ppid=19975 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/19978/task/20029/stat : 20029 (java) S 19975 19978 4821 0 -1 1077944384 177 12357 0 0 4 1 5 3 20 0 15 0 94134797 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139834141887376 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20030] ppid=19975 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/19978/task/20030/stat : 20030 (java) S 19975 19978 4821 0 -1 1077944384 367 12357 0 0 4 1 5 3 20 0 15 0 94134797 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139834140834576 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20031] ppid=19975 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/19978/task/20031/stat : 20031 (java) S 19975 19978 4821 0 -1 1077944384 486 12357 0 0 4 1 5 3 20 0 15 0 94134797 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139834139782288 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20032] ppid=19975 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/19978/task/20032/stat : 20032 (java) S 19975 19978 4821 0 -1 1077944384 969 12357 0 0 3 1 5 3 20 0 15 0 94134797 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139834138729488 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20033] ppid=19975 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/19978/task/20033/stat : 20033 (java) S 19975 19978 4821 0 -1 1077944384 2428 12357 0 0 4 1 5 3 20 0 15 0 94134798 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139833701005424 139834222484098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20034] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20034/stat : 20034 (java) S 19975 19978 4821 0 -1 1077944384 56 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139833699951520 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20035] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20035/stat : 20035 (java) S 19975 19978 4821 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139833698899072 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20036] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20036/stat : 20036 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 179097 18446744073709551615 4194304 4196468 140721956907744 139833697847376 139834222491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0

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

/proc/19978/task/20040/stat : 20040 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 248317 18446744073709551615 4194304 4196468 140721956907744 139833693637600 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20041] ppid=19975 vsize=14067516 CPUtime=1.57 cores=0,2,4,6
/proc/19978/task/20041/stat : 20041 (java) S 19975 19978 4821 0 -1 1077944384 912 12357 0 0 76 73 5 3 20 0 15 0 94134807 14405136384 248317 18446744073709551615 4194304 4196468 140721956907744 139833692584368 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
Current children cumulated CPU time (s) 2364.16
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.49 1.39 1.39 3/213 20583
/proc/meminfo: memFree=29312412/32770624 swapFree=0/438148
[pid=19978] ppid=19975 vsize=14067516 CPUtime=2425.17 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 187609 12357 0 0 242136 373 5 3 20 0 15 0 94134775 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3516879 248829 3473 1 0 3505493 0
[pid=19978/tid=20028] ppid=19975 vsize=14067516 CPUtime=2355.03 cores=0,2,4,6
/proc/19978/task/20028/stat : 20028 (java) R 19975 19978 4821 0 -1 4202560 88594 12357 0 0 235442 53 5 3 20 0 15 0 94134796 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834226706848 139833818290606 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20029] ppid=19975 vsize=14067516 CPUtime=12.52 cores=0,2,4,6
/proc/19978/task/20029/stat : 20029 (java) S 19975 19978 4821 0 -1 1077944384 8368 12357 0 0 1184 60 5 3 20 0 15 0 94134797 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834141887376 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20030] ppid=19975 vsize=14067516 CPUtime=12.55 cores=0,2,4,6
/proc/19978/task/20030/stat : 20030 (java) S 19975 19978 4821 0 -1 1077944384 11568 12357 0 0 1183 64 5 3 20 0 15 0 94134797 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834140834576 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20031] ppid=19975 vsize=14067516 CPUtime=12.56 cores=0,2,4,6
/proc/19978/task/20031/stat : 20031 (java) S 19975 19978 4821 0 -1 1077944384 13666 12357 0 0 1188 60 5 3 20 0 15 0 94134797 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834139782288 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20032] ppid=19975 vsize=14067516 CPUtime=12.54 cores=0,2,4,6
/proc/19978/task/20032/stat : 20032 (java) S 19975 19978 4821 0 -1 1077944384 14561 12357 0 0 1184 62 5 3 20 0 15 0 94134797 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834138729488 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20033] ppid=19975 vsize=14067516 CPUtime=11.53 cores=0,2,4,6
/proc/19978/task/20033/stat : 20033 (java) S 19975 19978 4821 0 -1 1077944384 13869 12357 0 0 1080 65 5 3 20 0 15 0 94134798 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833701005424 139834222484098 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20034] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20034/stat : 20034 (java) S 19975 19978 4821 0 -1 1077944384 56 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833699951520 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20035] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20035/stat : 20035 (java) S 19975 19978 4821 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833698899072 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20036] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20036/stat : 20036 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833697847376 139834222491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20037] ppid=19975 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/19978/task/20037/stat : 20037 (java) S 19975 19978 4821 0 -1 1077944384 13499 12357 0 0 277 3 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833696795248 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20038] ppid=19975 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/19978/task/20038/stat : 20038 (java) S 19975 19978 4821 0 -1 1077944384 9515 12357 0 0 299 1 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833695742448 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20039] ppid=19975 vsize=14067516 CPUtime=1.5 cores=0,2,4,6
/proc/19978/task/20039/stat : 20039 (java) S 19975 19978 4821 0 -1 1077944384 10784 12357 0 0 139 3 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833694690160 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20040] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20040/stat : 20040 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833693637600 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20041] ppid=19975 vsize=14067516 CPUtime=1.61 cores=0,2,4,6
/proc/19978/task/20041/stat : 20041 (java) S 19975 19978 4821 0 -1 1077944384 930 12357 0 0 78 75 5 3 20 0 15 0 94134807 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833692584368 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
Current children cumulated CPU time (s) 2425.17
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.46 1.40 1.39 3/213 20585
/proc/meminfo: memFree=29310628/32770624 swapFree=0/438152
[pid=19978] ppid=19975 vsize=14067516 CPUtime=2486.22 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 188990 12357 0 0 248231 383 5 3 20 0 15 0 94134775 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3516879 248829 3473 1 0 3505493 0
[pid=19978/tid=20028] ppid=19975 vsize=14067516 CPUtime=2414.32 cores=0,2,4,6
/proc/19978/task/20028/stat : 20028 (java) R 19975 19978 4821 0 -1 4202560 89346 12357 0 0 241370 54 5 3 20 0 15 0 94134796 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834226707216 139833831270017 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20029] ppid=19975 vsize=14067516 CPUtime=12.88 cores=0,2,4,6
/proc/19978/task/20029/stat : 20029 (java) S 19975 19978 4821 0 -1 1077944384 8446 12357 0 0 1218 62 5 3 20 0 15 0 94134797 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834141887376 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20030] ppid=19975 vsize=14067516 CPUtime=12.9 cores=0,2,4,6
/proc/19978/task/20030/stat : 20030 (java) S 19975 19978 4821 0 -1 1077944384 11656 12357 0 0 1217 65 5 3 20 0 15 0 94134797 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834140834576 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20031] ppid=19975 vsize=14067516 CPUtime=12.91 cores=0,2,4,6
/proc/19978/task/20031/stat : 20031 (java) S 19975 19978 4821 0 -1 1077944384 13692 12357 0 0 1221 62 5 3 20 0 15 0 94134797 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834139782288 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20032] ppid=19975 vsize=14067516 CPUtime=12.89 cores=0,2,4,6
/proc/19978/task/20032/stat : 20032 (java) S 19975 19978 4821 0 -1 1077944384 14783 12357 0 0 1218 63 5 3 20 0 15 0 94134797 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139834138729488 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20033] ppid=19975 vsize=14067516 CPUtime=11.82 cores=0,2,4,6
/proc/19978/task/20033/stat : 20033 (java) S 19975 19978 4821 0 -1 1077944384 14070 12357 0 0 1107 67 5 3 20 0 15 0 94134798 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833701005424 139834222484098 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20034] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20034/stat : 20034 (java) S 19975 19978 4821 0 -1 1077944384 56 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833699951520 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20035] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20035/stat : 20035 (java) S 19975 19978 4821 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833698899072 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20036] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20036/stat : 20036 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833697847376 139834222491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20037] ppid=19975 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/19978/task/20037/stat : 20037 (java) S 19975 19978 4821 0 -1 1077944384 13502 12357 0 0 277 3 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833696795248 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20038] ppid=19975 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/19978/task/20038/stat : 20038 (java) S 19975 19978 4821 0 -1 1077944384 9517 12357 0 0 299 1 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833695742448 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20039] ppid=19975 vsize=14067516 CPUtime=1.51 cores=0,2,4,6
/proc/19978/task/20039/stat : 20039 (java) S 19975 19978 4821 0 -1 1077944384 10786 12357 0 0 140 3 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833694690160 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20040] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20040/stat : 20040 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833693637600 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20041] ppid=19975 vsize=14067516 CPUtime=1.65 cores=0,2,4,6
/proc/19978/task/20041/stat : 20041 (java) S 19975 19978 4821 0 -1 1077944384 937 12357 0 0 80 77 5 3 20 0 15 0 94134807 14405136384 248829 18446744073709551615 4194304 4196468 140721956907744 139833692584368 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
Current children cumulated CPU time (s) 2486.22
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.5 s]
/proc/loadavg: 1.48 1.41 1.40 3/216 20600
/proc/meminfo: memFree=29303852/32770624 swapFree=0/438180
[pid=19978] ppid=19975 vsize=14067516 CPUtime=2520 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 189744 12357 0 0 251603 389 5 3 20 0 15 0 94134775 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3516879 249341 3473 1 0 3505493 0
[pid=19978/tid=20028] ppid=19975 vsize=14067516 CPUtime=2447.12 cores=0,2,4,6
/proc/19978/task/20028/stat : 20028 (java) R 19975 19978 4821 0 -1 4202560 89695 12357 0 0 244650 54 5 3 20 0 15 0 94134796 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139834226707088 139833830836293 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20029] ppid=19975 vsize=14067516 CPUtime=13.08 cores=0,2,4,6
/proc/19978/task/20029/stat : 20029 (java) S 19975 19978 4821 0 -1 1077944384 8471 12357 0 0 1237 63 5 3 20 0 15 0 94134797 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139834141887376 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20030] ppid=19975 vsize=14067516 CPUtime=13.1 cores=0,2,4,6
/proc/19978/task/20030/stat : 20030 (java) S 19975 19978 4821 0 -1 1077944384 11714 12357 0 0 1235 67 5 3 20 0 15 0 94134797 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139834140834576 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20031] ppid=19975 vsize=14067516 CPUtime=13.11 cores=0,2,4,6
/proc/19978/task/20031/stat : 20031 (java) S 19975 19978 4821 0 -1 1077944384 13763 12357 0 0 1240 63 5 3 20 0 15 0 94134797 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139834139782288 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20032] ppid=19975 vsize=14067516 CPUtime=13.09 cores=0,2,4,6
/proc/19978/task/20032/stat : 20032 (java) S 19975 19978 4821 0 -1 1077944384 14838 12357 0 0 1237 64 5 3 20 0 15 0 94134797 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139834138729488 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20033] ppid=19975 vsize=14067516 CPUtime=11.99 cores=0,2,4,6
/proc/19978/task/20033/stat : 20033 (java) S 19975 19978 4821 0 -1 1077944384 14244 12357 0 0 1123 68 5 3 20 0 15 0 94134798 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833701005424 139834222484098 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20034] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20034/stat : 20034 (java) S 19975 19978 4821 0 -1 1077944384 56 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833699951520 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20035] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20035/stat : 20035 (java) S 19975 19978 4821 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 15 0 94134799 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833698899072 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20036] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20036/stat : 20036 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833697847376 139834222491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20037] ppid=19975 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/19978/task/20037/stat : 20037 (java) S 19975 19978 4821 0 -1 1077944384 13504 12357 0 0 277 3 5 3 20 0 15 0 94134802 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833696795248 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20038] ppid=19975 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/19978/task/20038/stat : 20038 (java) S 19975 19978 4821 0 -1 1077944384 9519 12357 0 0 299 1 5 3 20 0 15 0 94134802 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833695742448 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20039] ppid=19975 vsize=14067516 CPUtime=1.51 cores=0,2,4,6
/proc/19978/task/20039/stat : 20039 (java) S 19975 19978 4821 0 -1 1077944384 10788 12357 0 0 140 3 5 3 20 0 15 0 94134802 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833694690160 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20040] ppid=19975 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20040/stat : 20040 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 15 0 94134802 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833693637600 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20041] ppid=19975 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/19978/task/20041/stat : 20041 (java) S 19975 19978 4821 0 -1 1077944384 953 12357 0 0 80 78 5 3 20 0 15 0 94134807 14405136384 249341 18446744073709551615 4194304 4196468 140721956907744 139833692584368 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 14067516

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

[startup+2475.61 s]
/proc/loadavg: 1.48 1.41 1.40 3/216 20600
/proc/meminfo: memFree=29303852/32770624 swapFree=0/438180
[pid=19978] ppid=19975 vsize=14200644 CPUtime=2520.28 cores=0,2,4,6
/proc/19978/stat : 19978 (java) S 19975 19978 4821 0 -1 1077944320 196091 12357 0 0 251630 390 5 3 20 0 17 0 94134775 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 140721956890288 139834222472951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
/proc/19978/statm: 3550161 251167 3473 1 0 3538775 0
[pid=19978/tid=20028] ppid=19975 vsize=14200644 CPUtime=2447.13 cores=0,2,4,6
/proc/19978/task/20028/stat : 20028 (java) S 19975 19978 4821 0 -1 1077944384 90016 12357 0 0 244651 54 5 3 20 0 17 0 94134796 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139834226710496 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20029] ppid=19975 vsize=14200644 CPUtime=13.13 cores=0,2,4,6
/proc/19978/task/20029/stat : 20029 (java) S 19975 19978 4821 0 -1 1077944384 8481 12357 0 0 1242 63 5 3 20 0 17 0 94134797 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139834141887376 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20030] ppid=19975 vsize=14200644 CPUtime=13.16 cores=0,2,4,6
/proc/19978/task/20030/stat : 20030 (java) S 19975 19978 4821 0 -1 1077944384 11734 12357 0 0 1241 67 5 3 20 0 17 0 94134797 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139834140834576 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20031] ppid=19975 vsize=14200644 CPUtime=13.17 cores=0,2,4,6
/proc/19978/task/20031/stat : 20031 (java) S 19975 19978 4821 0 -1 1077944384 13797 12357 0 0 1246 63 5 3 20 0 17 0 94134797 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139834139782288 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20032] ppid=19975 vsize=14200644 CPUtime=13.14 cores=0,2,4,6
/proc/19978/task/20032/stat : 20032 (java) S 19975 19978 4821 0 -1 1077944384 14858 12357 0 0 1242 64 5 3 20 0 17 0 94134797 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139834138729488 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20033] ppid=19975 vsize=14200644 CPUtime=12.02 cores=0,2,4,6
/proc/19978/task/20033/stat : 20033 (java) R 19975 19978 4821 0 -1 4202560 19936 12357 0 0 1126 68 5 3 20 0 17 0 94134798 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833701003824 139834206840607 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20034] ppid=19975 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20034/stat : 20034 (java) S 19975 19978 4821 0 -1 1077944384 58 12357 0 0 0 0 5 3 20 0 17 0 94134799 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833699951024 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20035] ppid=19975 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20035/stat : 20035 (java) S 19975 19978 4821 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 17 0 94134799 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833698899072 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20036] ppid=19975 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20036/stat : 20036 (java) S 19975 19978 4821 0 -1 1077944384 86 12357 0 0 0 0 5 3 20 0 17 0 94134802 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833697847376 139834222491547 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20037] ppid=19975 vsize=14200644 CPUtime=2.88 cores=0,2,4,6
/proc/19978/task/20037/stat : 20037 (java) S 19975 19978 4821 0 -1 1077944384 13504 12357 0 0 277 3 5 3 20 0 17 0 94134802 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833696795248 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20038] ppid=19975 vsize=14200644 CPUtime=3.08 cores=0,2,4,6
/proc/19978/task/20038/stat : 20038 (java) S 19975 19978 4821 0 -1 1077944384 9573 12357 0 0 299 1 5 3 20 0 17 0 94134802 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833695728912 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20039] ppid=19975 vsize=14200644 CPUtime=1.51 cores=0,2,4,6
/proc/19978/task/20039/stat : 20039 (java) S 19975 19978 4821 0 -1 1077944384 10788 12357 0 0 140 3 5 3 20 0 17 0 94134802 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833694690160 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20040] ppid=19975 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/19978/task/20040/stat : 20040 (java) S 19975 19978 4821 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 17 0 94134802 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833693637600 139834222483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
[pid=19978/tid=20041] ppid=19975 vsize=14200644 CPUtime=1.66 cores=0,2,4,6
/proc/19978/task/20041/stat : 20041 (java) S 19975 19978 4821 0 -1 1077944384 953 12357 0 0 80 78 5 3 20 0 17 0 94134807 14541459456 251167 18446744073709551615 4194304 4196468 140721956907744 139833692584368 139834222484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25042944 140721956911056 140721956913841 140721956913841 140721956917199 0
Current children cumulated CPU time (s) 2520.28
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2475.69
CPU time (s): 2520.43
CPU user time (s): 2516.49
CPU system time (s): 3.94682
CPU usage (%): 101.807
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.49
system time used= 3.94682
maximum resident set size= 1005316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208590
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316909
involuntary context switches= 10291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3404 second user time and 15.5702 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 16:39:08
IDJOB=4262481
IDBENCH=134319
IDSOLVER=2650
FILE ID=node133/4262481-1502463196
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-11-04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262481-1502463196/watcher-4262481-1502463196 -o /tmp/evaluation-result-4262481-1502463196/solver-4262481-1502463196 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4262481-1502463196.xml

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

MD5SUM BENCH= de9211f741ec47eeb5ead1f5842e57a8
RANDOM SEED=1237031516

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29810160 kB
MemAvailable:   30697876 kB
Buffers:          295284 kB
Cached:           886512 kB
SwapCached:            0 kB
Active:          2054800 kB
Inactive:         469416 kB
Active(anon):    1342772 kB
Inactive(anon):    33112 kB
Active(file):     712028 kB
Inactive(file):   436304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24508 kB
Writeback:             0 kB
AnonPages:       1342420 kB
Mapped:            64516 kB
Shmem:             33468 kB
Slab:             137276 kB
SReclaimable:     110440 kB
SUnreclaim:        26836 kB
KernelStack:        3456 kB
PageTables:         7972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2159384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1122304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 17:20:24