Trace number 4262370

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.49 2481.5901

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-19.xml
MD5SUM13382dc3b02e119e78eeacc23771b1ff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.439026
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints57
Number of domains2
Minimum domain size19
Maximum domain size38
Distribution of domain sizes[{"size":19,"count":38},{"size":38,"count":38}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":38},{"degree":38,"count":38}]
Minimum constraint arity2
Maximum constraint arity39
Distribution of constraint arities[{"arity":2,"count":19},{"arity":39,"count":38}]
Number of extensional constraints0
Number of intensional constraints19
Distribution of constraint types[{"type":"intension","count":19},{"type":"element","count":38}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.98 1.61 1.49 2/194 21986
/proc/meminfo: memFree=30740280/32770624 swapFree=0/302400
[pid=21986] ppid=21983 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21986/stat : 21986 (runsolver) D 21983 21986 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 45868349 24240128 107 18446744073709551615 4194304 4338465 140733539119840 140733539117480 139938410377943 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 13467648 140733539123408 140733539123785 140733539123785 140733539127242 0
/proc/21986/statm: 5918 107 54 36 0 2156 0

[startup+0.100101 s]
/proc/loadavg: 1.98 1.61 1.49 2/194 21986
/proc/meminfo: memFree=30740280/32770624 swapFree=0/302400
[pid=21986] ppid=21983 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/21986/stat : 21986 (bash) S 21983 21986 16548 0 -1 4202496 714 3537 0 0 0 0 0 0 20 0 1 0 45868349 9736192 355 18446744073709551615 4194304 5098028 140737416126160 140737416123800 140134650731520 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 17186816 140737416131092 140737416131177 140737416131177 140737416134634 0
/proc/21986/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200214 s]
/proc/loadavg: 1.98 1.61 1.49 2/194 21986
/proc/meminfo: memFree=30740280/32770624 swapFree=0/302400
[pid=21986] ppid=21983 vsize=9636 CPUtime=0.07 cores=1,3,5,7
/proc/21986/stat : 21986 (bash) S 21983 21986 16548 0 -1 4202496 932 11695 0 0 0 0 5 2 20 0 1 0 45868349 9867264 377 18446744073709551615 4194304 5098028 140737416126160 140737416121992 140134650731520 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 17186816 140737416131092 140737416131177 140737416131177 140737416134634 0
/proc/21986/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.300265 s]
/proc/loadavg: 1.98 1.61 1.49 2/194 21986
/proc/meminfo: memFree=30740280/32770624 swapFree=0/302400
[pid=21986] ppid=21983 vsize=13973936 CPUtime=0.14 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 6046 12375 0 0 6 1 5 2 20 0 15 0 45868349 14309310464 6248 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3493484 6248 2683 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.70031 s]
/proc/loadavg: 1.98 1.61 1.49 2/194 21986
/proc/meminfo: memFree=30740280/32770624 swapFree=0/302400
[pid=21986] ppid=21983 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 13995 12375 0 0 60 3 5 2 20 0 15 0 45868349 14310178816 14849 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3493696 14849 3097 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50796 s]
/proc/loadavg: 1.98 1.61 1.49 4/209 22049
/proc/meminfo: memFree=30644600/32770624 swapFree=0/302456
[pid=21986] ppid=21983 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 30373 12375 0 0 177 9 5 2 20 0 15 0 45868349 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3496352 42670 3379 1 0 3485525 0
[pid=21986/tid=22036] ppid=21983 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/21986/task/22036/stat : 22036 (java) R 21983 21986 16548 0 -1 4202560 23198 12375 0 0 116 6 5 2 20 0 15 0 45868370 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140010176538896 140010172321174 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22037] ppid=21983 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22037/stat : 22037 (java) S 21983 21986 16548 0 -1 1077944384 57 12375 0 0 0 0 5 2 20 0 15 0 45868371 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140010106743696 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22038] ppid=21983 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21986/task/22038/stat : 22038 (java) S 21983 21986 16548 0 -1 1077944384 43 12375 0 0 1 0 5 2 20 0 15 0 45868371 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140010105690896 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22039] ppid=21983 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21986/task/22039/stat : 22039 (java) S 21983 21986 16548 0 -1 1077944384 53 12375 0 0 1 0 5 2 20 0 15 0 45868371 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140010104638608 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22040] ppid=21983 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21986/task/22040/stat : 22040 (java) S 21983 21986 16548 0 -1 1077944384 202 12375 0 0 1 0 5 2 20 0 15 0 45868371 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140010103585808 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22041] ppid=21983 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21986/task/22041/stat : 22041 (java) S 21983 21986 16548 0 -1 1077944384 1516 12375 0 0 1 0 5 2 20 0 15 0 45868372 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009650223216 140010172320386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22042] ppid=21983 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22042/stat : 22042 (java) S 21983 21986 16548 0 -1 1077944384 55 12375 0 0 0 0 5 2 20 0 15 0 45868372 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009649169184 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22043] ppid=21983 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22043/stat : 22043 (java) S 21983 21986 16548 0 -1 1077944384 44 12375 0 0 0 0 5 2 20 0 15 0 45868373 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009648116864 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22044] ppid=21983 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22044/stat : 22044 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009647065168 140010172327835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22045] ppid=21983 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/21986/task/22045/stat : 22045 (java) S 21983 21986 16548 0 -1 1077944384 1127 12375 0 0 15 0 5 2 20 0 15 0 45868375 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009646013040 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22046] ppid=21983 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/21986/task/22046/stat : 22046 (java) S 21983 21986 16548 0 -1 1077944384 497 12375 0 0 14 0 5 2 20 0 15 0 45868375 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009644960240 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22047] ppid=21983 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/21986/task/22047/stat : 22047 (java) R 21983 21986 16548 0 -1 4202560 1418 12375 0 0 23 0 5 2 20 0 15 0 45868375 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009643907952 140010164546366 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22048] ppid=21983 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22048/stat : 22048 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009642855392 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22049] ppid=21983 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22049/stat : 22049 (java) S 21983 21986 16548 0 -1 1077944384 8 12375 0 0 0 0 5 2 20 0 15 0 45868379 14321057792 42670 18446744073709551615 4194304 4196468 140731432015600 140009641802160 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10099 s]
/proc/loadavg: 1.98 1.61 1.49 5/209 22049
/proc/meminfo: memFree=30572020/32770624 swapFree=0/302456
[pid=21986] ppid=21983 vsize=13999932 CPUtime=5.25 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 50301 12375 0 0 502 16 5 2 20 0 15 0 45868349 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3499983 62887 3457 1 0 3488597 0
[pid=21986/tid=22036] ppid=21983 vsize=13999932 CPUtime=2.84 cores=1,3,5,7
/proc/21986/task/22036/stat : 22036 (java) R 21983 21986 16548 0 -1 4202560 37560 12375 0 0 268 9 5 2 20 0 15 0 45868370 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140010176541248 140010164546366 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22037] ppid=21983 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/21986/task/22037/stat : 22037 (java) S 21983 21986 16548 0 -1 1077944384 73 12375 0 0 2 0 5 2 20 0 15 0 45868371 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140010106743696 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22038] ppid=21983 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/21986/task/22038/stat : 22038 (java) S 21983 21986 16548 0 -1 1077944384 78 12375 0 0 2 0 5 2 20 0 15 0 45868371 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140010105690896 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22039] ppid=21983 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/21986/task/22039/stat : 22039 (java) S 21983 21986 16548 0 -1 1077944384 120 12375 0 0 3 0 5 2 20 0 15 0 45868371 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140010104638608 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22040] ppid=21983 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/21986/task/22040/stat : 22040 (java) S 21983 21986 16548 0 -1 1077944384 217 12375 0 0 3 0 5 2 20 0 15 0 45868371 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140010103585808 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22041] ppid=21983 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/21986/task/22041/stat : 22041 (java) S 21983 21986 16548 0 -1 1077944384 2317 12375 0 0 3 0 5 2 20 0 15 0 45868372 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009650223216 140010172320386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22042] ppid=21983 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22042/stat : 22042 (java) S 21983 21986 16548 0 -1 1077944384 55 12375 0 0 0 0 5 2 20 0 15 0 45868372 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009649169248 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22043] ppid=21983 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22043/stat : 22043 (java) S 21983 21986 16548 0 -1 1077944384 44 12375 0 0 0 0 5 2 20 0 15 0 45868373 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009648116864 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22044] ppid=21983 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22044/stat : 22044 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009647065168 140010172327835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22045] ppid=21983 vsize=13999932 CPUtime=0.7 cores=1,3,5,7
/proc/21986/task/22045/stat : 22045 (java) S 21983 21986 16548 0 -1 1077944384 2370 12375 0 0 62 1 5 2 20 0 15 0 45868375 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009646013040 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22046] ppid=21983 vsize=13999932 CPUtime=0.64 cores=1,3,5,7
/proc/21986/task/22046/stat : 22046 (java) R 21983 21986 16548 0 -1 4202560 1556 12375 0 0 57 0 5 2 20 0 15 0 45868375 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009644960240 140010157416942 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22047] ppid=21983 vsize=13999932 CPUtime=1.05 cores=1,3,5,7
/proc/21986/task/22047/stat : 22047 (java) S 21983 21986 16548 0 -1 1077944384 3745 12375 0 0 97 1 5 2 20 0 15 0 45868375 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009643907952 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22048] ppid=21983 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22048/stat : 22048 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009642855392 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22049] ppid=21983 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22049/stat : 22049 (java) S 21983 21986 16548 0 -1 1077944384 9 12375 0 0 0 0 5 2 20 0 15 0 45868379 14335930368 62887 18446744073709551615 4194304 4196468 140731432015600 140009641802160 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 13999932

[startup+6.30069 s]
/proc/loadavg: 2.22 1.67 1.51 3/209 22049
/proc/meminfo: memFree=30381148/32770624 swapFree=0/302452
[pid=21986] ppid=21983 vsize=14067516 CPUtime=11.39 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 68707 12375 0 0 1111 21 5 2 20 0 15 0 45868349 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3516879 100507 3470 1 0 3505493 0
[pid=21986/tid=22036] ppid=21983 vsize=14067516 CPUtime=6.02 cores=1,3,5,7
/proc/21986/task/22036/stat : 22036 (java) R 21983 21986 16548 0 -1 4202560 47551 12375 0 0 583 12 5 2 20 0 15 0 45868370 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140010176539704 140009787971382 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22037] ppid=21983 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/21986/task/22037/stat : 22037 (java) S 21983 21986 16548 0 -1 1077944384 122 12375 0 0 3 1 5 2 20 0 15 0 45868371 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140010106743696 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22038] ppid=21983 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/21986/task/22038/stat : 22038 (java) S 21983 21986 16548 0 -1 1077944384 131 12375 0 0 3 0 5 2 20 0 15 0 45868371 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140010105690896 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22039] ppid=21983 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/21986/task/22039/stat : 22039 (java) S 21983 21986 16548 0 -1 1077944384 181 12375 0 0 3 0 5 2 20 0 15 0 45868371 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140010104638608 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22040] ppid=21983 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/21986/task/22040/stat : 22040 (java) S 21983 21986 16548 0 -1 1077944384 1062 12375 0 0 3 0 5 2 20 0 15 0 45868371 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140010103585808 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22041] ppid=21983 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/21986/task/22041/stat : 22041 (java) S 21983 21986 16548 0 -1 1077944384 2357 12375 0 0 3 0 5 2 20 0 15 0 45868372 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009650223216 140010172320386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22042] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22042/stat : 22042 (java) S 21983 21986 16548 0 -1 1077944384 55 12375 0 0 0 0 5 2 20 0 15 0 45868372 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009649169312 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22043] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22043/stat : 22043 (java) S 21983 21986 16548 0 -1 1077944384 44 12375 0 0 0 0 5 2 20 0 15 0 45868373 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009648116864 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22044] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22044/stat : 22044 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009647065168 140010172327835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22045] ppid=21983 vsize=14067516 CPUtime=2.01 cores=1,3,5,7
/proc/21986/task/22045/stat : 22045 (java) S 21983 21986 16548 0 -1 1077944384 4216 12375 0 0 193 1 5 2 20 0 15 0 45868375 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009646013040 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22046] ppid=21983 vsize=14067516 CPUtime=2.01 cores=1,3,5,7
/proc/21986/task/22046/stat : 22046 (java) S 21983 21986 16548 0 -1 1077944384 6240 12375 0 0 193 1 5 2 20 0 15 0 45868375 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009644960240 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22047] ppid=21983 vsize=14067516 CPUtime=1.29 cores=1,3,5,7
/proc/21986/task/22047/stat : 22047 (java) S 21983 21986 16548 0 -1 1077944384 4579 12375 0 0 121 1 5 2 20 0 15 0 45868375 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009643907952 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22048] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22048/stat : 22048 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009642855392 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22049] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22049/stat : 22049 (java) S 21983 21986 16548 0 -1 1077944384 12 12375 0 0 0 0 5 2 20 0 15 0 45868379 14405136384 100507 18446744073709551615 4194304 4196468 140731432015600 140009641802160 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 14067516

[startup+12.7015 s]
/proc/loadavg: 2.20 1.68 1.52 3/209 22050
/proc/meminfo: memFree=30205736/32770624 swapFree=0/302452
[pid=21986] ppid=21983 vsize=14067516 CPUtime=17.93 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 71685 12375 0 0 1761 25 5 2 20 0 15 0 45868349 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3516879 144186 3470 1 0 3505493 0
[pid=21986/tid=22036] ppid=21983 vsize=14067516 CPUtime=12.38 cores=1,3,5,7
/proc/21986/task/22036/stat : 22036 (java) R 21983 21986 16548 0 -1 4202560 48486 12375 0 0 1217 14 5 2 20 0 15 0 45868370 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140010176543520 140009788278702 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22037] ppid=21983 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/21986/task/22037/stat : 22037 (java) S 21983 21986 16548 0 -1 1077944384 149 12375 0 0 3 1 5 2 20 0 15 0 45868371 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140010106743696 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22038] ppid=21983 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/21986/task/22038/stat : 22038 (java) S 21983 21986 16548 0 -1 1077944384 346 12375 0 0 4 1 5 2 20 0 15 0 45868371 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140010105690896 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22039] ppid=21983 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/21986/task/22039/stat : 22039 (java) S 21983 21986 16548 0 -1 1077944384 639 12375 0 0 4 1 5 2 20 0 15 0 45868371 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140010104638608 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22040] ppid=21983 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/21986/task/22040/stat : 22040 (java) S 21983 21986 16548 0 -1 1077944384 1182 12375 0 0 4 0 5 2 20 0 15 0 45868371 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140010103585808 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22041] ppid=21983 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/21986/task/22041/stat : 22041 (java) S 21983 21986 16548 0 -1 1077944384 2704 12375 0 0 4 0 5 2 20 0 15 0 45868372 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140009650223216 140010172320386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22042] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22042/stat : 22042 (java) S 21983 21986 16548 0 -1 1077944384 55 12375 0 0 0 0 5 2 20 0 15 0 45868372 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140009649169312 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22043] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22043/stat : 22043 (java) S 21983 21986 16548 0 -1 1077944384 44 12375 0 0 0 0 5 2 20 0 15 0 45868373 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140009648116864 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22044] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22044/stat : 22044 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 144186 18446744073709551615 4194304 4196468 140731432015600 140009647065168 140010172327835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0

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

/proc/21986/task/22048/stat : 22048 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009642855392 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22049] ppid=21983 vsize=14067516 CPUtime=1.38 cores=1,3,5,7
/proc/21986/task/22049/stat : 22049 (java) S 21983 21986 16548 0 -1 1077944384 727 12375 0 0 61 70 5 2 20 0 15 0 45868379 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009641802160 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
Current children cumulated CPU time (s) 2358.64
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.32 1.45 1.47 3/209 22316
/proc/meminfo: memFree=29553656/32770624 swapFree=0/303168
[pid=21986] ppid=21983 vsize=14067516 CPUtime=2419.51 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 162789 12375 0 0 241597 347 5 2 20 0 15 0 45868349 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3516879 185507 3470 1 0 3505493 0
[pid=21986/tid=22036] ppid=21983 vsize=14067516 CPUtime=2356.16 cores=1,3,5,7
/proc/21986/task/22036/stat : 22036 (java) R 21983 21986 16548 0 -1 4202560 83793 12375 0 0 235565 44 5 2 20 0 15 0 45868370 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010176543520 140009788858386 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22037] ppid=21983 vsize=14067516 CPUtime=11.52 cores=1,3,5,7
/proc/21986/task/22037/stat : 22037 (java) S 21983 21986 16548 0 -1 1077944384 9024 12375 0 0 1085 60 5 2 20 0 15 0 45868371 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010106743696 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22038] ppid=21983 vsize=14067516 CPUtime=11.55 cores=1,3,5,7
/proc/21986/task/22038/stat : 22038 (java) S 21983 21986 16548 0 -1 1077944384 9190 12375 0 0 1092 56 5 2 20 0 15 0 45868371 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010105690896 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22039] ppid=21983 vsize=14067516 CPUtime=11.51 cores=1,3,5,7
/proc/21986/task/22039/stat : 22039 (java) S 21983 21986 16548 0 -1 1077944384 12773 12375 0 0 1082 62 5 2 20 0 15 0 45868371 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010104638608 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22040] ppid=21983 vsize=14067516 CPUtime=11.55 cores=1,3,5,7
/proc/21986/task/22040/stat : 22040 (java) S 21983 21986 16548 0 -1 1077944384 10518 12375 0 0 1088 60 5 2 20 0 15 0 45868371 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010103585808 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22041] ppid=21983 vsize=14067516 CPUtime=10.82 cores=1,3,5,7
/proc/21986/task/22041/stat : 22041 (java) S 21983 21986 16548 0 -1 1077944384 11209 12375 0 0 1013 62 5 2 20 0 15 0 45868372 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009650223216 140010172320386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22042] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22042/stat : 22042 (java) S 21983 21986 16548 0 -1 1077944384 55 12375 0 0 0 0 5 2 20 0 15 0 45868372 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009649169312 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22043] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22043/stat : 22043 (java) S 21983 21986 16548 0 -1 1077944384 44 12375 0 0 0 0 5 2 20 0 15 0 45868373 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009648116864 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22044] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22044/stat : 22044 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009647065168 140010172327835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22045] ppid=21983 vsize=14067516 CPUtime=2.11 cores=1,3,5,7
/proc/21986/task/22045/stat : 22045 (java) S 21983 21986 16548 0 -1 1077944384 6999 12375 0 0 202 2 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009646013040 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22046] ppid=21983 vsize=14067516 CPUtime=2.09 cores=1,3,5,7
/proc/21986/task/22046/stat : 22046 (java) S 21983 21986 16548 0 -1 1077944384 8419 12375 0 0 200 2 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009644960240 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22047] ppid=21983 vsize=14067516 CPUtime=1.32 cores=1,3,5,7
/proc/21986/task/22047/stat : 22047 (java) S 21983 21986 16548 0 -1 1077944384 7877 12375 0 0 123 2 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009643907952 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22048] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22048/stat : 22048 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009642855392 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22049] ppid=21983 vsize=14067516 CPUtime=1.42 cores=1,3,5,7
/proc/21986/task/22049/stat : 22049 (java) S 21983 21986 16548 0 -1 1077944384 731 12375 0 0 63 72 5 2 20 0 15 0 45868379 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009641802160 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
Current children cumulated CPU time (s) 2419.51
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.16 1.38 1.44 3/209 22319
/proc/meminfo: memFree=29609288/32770624 swapFree=0/303144
[pid=21986] ppid=21983 vsize=14067516 CPUtime=2480.35 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 163835 12375 0 0 247674 354 5 2 20 0 15 0 45868349 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3516879 185507 3470 1 0 3505493 0
[pid=21986/tid=22036] ppid=21983 vsize=14067516 CPUtime=2415.51 cores=1,3,5,7
/proc/21986/task/22036/stat : 22036 (java) R 21983 21986 16548 0 -1 4202560 84477 12375 0 0 241500 44 5 2 20 0 15 0 45868370 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010176543712 140009788278517 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22037] ppid=21983 vsize=14067516 CPUtime=11.82 cores=1,3,5,7
/proc/21986/task/22037/stat : 22037 (java) S 21983 21986 16548 0 -1 1077944384 9045 12375 0 0 1113 62 5 2 20 0 15 0 45868371 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010106743696 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22038] ppid=21983 vsize=14067516 CPUtime=11.84 cores=1,3,5,7
/proc/21986/task/22038/stat : 22038 (java) S 21983 21986 16548 0 -1 1077944384 9200 12375 0 0 1119 58 5 2 20 0 15 0 45868371 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010105690896 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22039] ppid=21983 vsize=14067516 CPUtime=11.81 cores=1,3,5,7
/proc/21986/task/22039/stat : 22039 (java) S 21983 21986 16548 0 -1 1077944384 12891 12375 0 0 1110 64 5 2 20 0 15 0 45868371 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010104638608 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22040] ppid=21983 vsize=14067516 CPUtime=11.84 cores=1,3,5,7
/proc/21986/task/22040/stat : 22040 (java) S 21983 21986 16548 0 -1 1077944384 10530 12375 0 0 1116 61 5 2 20 0 15 0 45868371 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140010103585808 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22041] ppid=21983 vsize=14067516 CPUtime=11.08 cores=1,3,5,7
/proc/21986/task/22041/stat : 22041 (java) S 21983 21986 16548 0 -1 1077944384 11384 12375 0 0 1039 62 5 2 20 0 15 0 45868372 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009650223216 140010172320386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22042] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22042/stat : 22042 (java) S 21983 21986 16548 0 -1 1077944384 55 12375 0 0 0 0 5 2 20 0 15 0 45868372 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009649169312 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22043] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22043/stat : 22043 (java) S 21983 21986 16548 0 -1 1077944384 44 12375 0 0 0 0 5 2 20 0 15 0 45868373 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009648116864 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22044] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22044/stat : 22044 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009647065168 140010172327835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22045] ppid=21983 vsize=14067516 CPUtime=2.11 cores=1,3,5,7
/proc/21986/task/22045/stat : 22045 (java) S 21983 21986 16548 0 -1 1077944384 7001 12375 0 0 202 2 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009646013040 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22046] ppid=21983 vsize=14067516 CPUtime=2.09 cores=1,3,5,7
/proc/21986/task/22046/stat : 22046 (java) S 21983 21986 16548 0 -1 1077944384 8421 12375 0 0 200 2 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009644960240 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22047] ppid=21983 vsize=14067516 CPUtime=1.32 cores=1,3,5,7
/proc/21986/task/22047/stat : 22047 (java) S 21983 21986 16548 0 -1 1077944384 7879 12375 0 0 123 2 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009643907952 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22048] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22048/stat : 22048 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009642855392 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22049] ppid=21983 vsize=14067516 CPUtime=1.45 cores=1,3,5,7
/proc/21986/task/22049/stat : 22049 (java) S 21983 21986 16548 0 -1 1077944384 751 12375 0 0 64 74 5 2 20 0 15 0 45868379 14405136384 185507 18446744073709551615 4194304 4196468 140731432015600 140009641802160 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
Current children cumulated CPU time (s) 2480.35
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.4 s]
/proc/loadavg: 1.29 1.38 1.44 3/209 22320
/proc/meminfo: memFree=29597612/32770624 swapFree=0/303120
[pid=21986] ppid=21983 vsize=14067516 CPUtime=2520.02 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 164777 12375 0 0 251635 360 5 2 20 0 15 0 45868349 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3516879 186019 3470 1 0 3505493 0
[pid=21986/tid=22036] ppid=21983 vsize=14067516 CPUtime=2454.18 cores=1,3,5,7
/proc/21986/task/22036/stat : 22036 (java) R 21983 21986 16548 0 -1 4202560 84877 12375 0 0 245366 45 5 2 20 0 15 0 45868370 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140010176543632 140009788486557 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22037] ppid=21983 vsize=14067516 CPUtime=12.02 cores=1,3,5,7
/proc/21986/task/22037/stat : 22037 (java) S 21983 21986 16548 0 -1 1077944384 9333 12375 0 0 1132 63 5 2 20 0 15 0 45868371 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140010106743696 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22038] ppid=21983 vsize=14067516 CPUtime=12.04 cores=1,3,5,7
/proc/21986/task/22038/stat : 22038 (java) S 21983 21986 16548 0 -1 1077944384 9223 12375 0 0 1138 59 5 2 20 0 15 0 45868371 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140010105690896 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22039] ppid=21983 vsize=14067516 CPUtime=12.02 cores=1,3,5,7
/proc/21986/task/22039/stat : 22039 (java) S 21983 21986 16548 0 -1 1077944384 12901 12375 0 0 1130 65 5 2 20 0 15 0 45868371 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140010104638608 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22040] ppid=21983 vsize=14067516 CPUtime=12.05 cores=1,3,5,7
/proc/21986/task/22040/stat : 22040 (java) S 21983 21986 16548 0 -1 1077944384 10551 12375 0 0 1136 62 5 2 20 0 15 0 45868371 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140010103585808 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22041] ppid=21983 vsize=14067516 CPUtime=11.26 cores=1,3,5,7
/proc/21986/task/22041/stat : 22041 (java) S 21983 21986 16548 0 -1 1077944384 11571 12375 0 0 1055 64 5 2 20 0 15 0 45868372 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009650223216 140010172320386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22042] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22042/stat : 22042 (java) S 21983 21986 16548 0 -1 1077944384 55 12375 0 0 0 0 5 2 20 0 15 0 45868372 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009649169312 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22043] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22043/stat : 22043 (java) S 21983 21986 16548 0 -1 1077944384 44 12375 0 0 0 0 5 2 20 0 15 0 45868373 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009648116864 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22044] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22044/stat : 22044 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009647065168 140010172327835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22045] ppid=21983 vsize=14067516 CPUtime=2.11 cores=1,3,5,7
/proc/21986/task/22045/stat : 22045 (java) S 21983 21986 16548 0 -1 1077944384 7003 12375 0 0 202 2 5 2 20 0 15 0 45868375 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009646013040 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22046] ppid=21983 vsize=14067516 CPUtime=2.09 cores=1,3,5,7
/proc/21986/task/22046/stat : 22046 (java) S 21983 21986 16548 0 -1 1077944384 8423 12375 0 0 200 2 5 2 20 0 15 0 45868375 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009644960240 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22047] ppid=21983 vsize=14067516 CPUtime=1.32 cores=1,3,5,7
/proc/21986/task/22047/stat : 22047 (java) S 21983 21986 16548 0 -1 1077944384 7881 12375 0 0 123 2 5 2 20 0 15 0 45868375 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009643907952 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22048] ppid=21983 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22048/stat : 22048 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 15 0 45868375 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009642855392 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22049] ppid=21983 vsize=14067516 CPUtime=1.46 cores=1,3,5,7
/proc/21986/task/22049/stat : 22049 (java) S 21983 21986 16548 0 -1 1077944384 758 12375 0 0 64 75 5 2 20 0 15 0 45868379 14405136384 186019 18446744073709551615 4194304 4196468 140731432015600 140009641802160 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
Current children cumulated CPU time (s) 2520.02
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 21986 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2481.51 s]
/proc/loadavg: 1.29 1.38 1.44 3/209 22320
/proc/meminfo: memFree=29597612/32770624 swapFree=0/303120
[pid=21986] ppid=21983 vsize=14200644 CPUtime=2520.32 cores=1,3,5,7
/proc/21986/stat : 21986 (java) S 21983 21986 16548 0 -1 1077944320 170936 12375 0 0 251664 361 5 2 20 0 17 0 45868349 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140731431998144 140010172309239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
/proc/21986/statm: 3550161 187243 3470 1 0 3538775 0
[pid=21986/tid=22036] ppid=21983 vsize=14200644 CPUtime=2454.19 cores=1,3,5,7
/proc/21986/task/22036/stat : 22036 (java) S 21983 21986 16548 0 -1 1077944384 85199 12375 0 0 245367 45 5 2 20 0 17 0 45868370 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140010176546912 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22037] ppid=21983 vsize=14200644 CPUtime=12.09 cores=1,3,5,7
/proc/21986/task/22037/stat : 22037 (java) S 21983 21986 16548 0 -1 1077944384 9346 12375 0 0 1138 64 5 2 20 0 17 0 45868371 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140010106743696 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22038] ppid=21983 vsize=14200644 CPUtime=12.1 cores=1,3,5,7
/proc/21986/task/22038/stat : 22038 (java) S 21983 21986 16548 0 -1 1077944384 9233 12375 0 0 1144 59 5 2 20 0 17 0 45868371 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140010105690896 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22039] ppid=21983 vsize=14200644 CPUtime=12.07 cores=1,3,5,7
/proc/21986/task/22039/stat : 22039 (java) S 21983 21986 16548 0 -1 1077944384 12921 12375 0 0 1135 65 5 2 20 0 17 0 45868371 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140010104638608 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22040] ppid=21983 vsize=14200644 CPUtime=12.11 cores=1,3,5,7
/proc/21986/task/22040/stat : 22040 (java) S 21983 21986 16548 0 -1 1077944384 10596 12375 0 0 1142 62 5 2 20 0 17 0 45868371 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140010103585808 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22041] ppid=21983 vsize=14200644 CPUtime=11.3 cores=1,3,5,7
/proc/21986/task/22041/stat : 22041 (java) S 21983 21986 16548 0 -1 1077944384 16630 12375 0 0 1059 64 5 2 20 0 17 0 45868372 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009650221808 140010172319445 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22042] ppid=21983 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22042/stat : 22042 (java) S 21983 21986 16548 0 -1 1077944384 57 12375 0 0 0 0 5 2 20 0 17 0 45868372 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009649169216 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22043] ppid=21983 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22043/stat : 22043 (java) S 21983 21986 16548 0 -1 1077944384 44 12375 0 0 0 0 5 2 20 0 17 0 45868373 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009648116864 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22044] ppid=21983 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22044/stat : 22044 (java) S 21983 21986 16548 0 -1 1077944384 83 12375 0 0 0 0 5 2 20 0 17 0 45868375 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009647065168 140010172327835 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22045] ppid=21983 vsize=14200644 CPUtime=2.11 cores=1,3,5,7
/proc/21986/task/22045/stat : 22045 (java) S 21983 21986 16548 0 -1 1077944384 7003 12375 0 0 202 2 5 2 20 0 17 0 45868375 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009646013040 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22046] ppid=21983 vsize=14200644 CPUtime=2.09 cores=1,3,5,7
/proc/21986/task/22046/stat : 22046 (java) S 21983 21986 16548 0 -1 1077944384 8423 12375 0 0 200 2 5 2 20 0 17 0 45868375 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009644960240 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22047] ppid=21983 vsize=14200644 CPUtime=1.32 cores=1,3,5,7
/proc/21986/task/22047/stat : 22047 (java) S 21983 21986 16548 0 -1 1077944384 8377 12375 0 0 123 2 5 2 20 0 17 0 45868375 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009643907952 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22048] ppid=21983 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/21986/task/22048/stat : 22048 (java) S 21983 21986 16548 0 -1 1077944384 3 12375 0 0 0 0 5 2 20 0 17 0 45868375 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009642855392 140010172319445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
[pid=21986/tid=22049] ppid=21983 vsize=14200644 CPUtime=1.46 cores=1,3,5,7
/proc/21986/task/22049/stat : 22049 (java) S 21983 21986 16548 0 -1 1077944384 758 12375 0 0 64 75 5 2 20 0 17 0 45868379 14541459456 187243 18446744073709551615 4194304 4196468 140731432015600 140009641802160 140010172320386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140731432019920 140731432022705 140731432022705 140731432026063 0
Current children cumulated CPU time (s) 2520.32
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2481.59
CPU time (s): 2520.49
CPU user time (s): 2516.84
CPU system time (s): 3.64991
CPU usage (%): 101.567
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.84
system time used= 3.64991
maximum resident set size= 749608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183463
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= 308920
involuntary context switches= 11013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8261 second user time and 15.57 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 09:18:08
IDJOB=4262370
IDBENCH=124365
IDSOLVER=2650
FILE ID=node126/4262370-1502436728
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262370-1502436728/watcher-4262370-1502436728 -o /tmp/evaluation-result-4262370-1502436728/solver-4262370-1502436728 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262370-1502436728.xml

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

MD5SUM BENCH= 13382dc3b02e119e78eeacc23771b1ff
RANDOM SEED=849923906

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:        30740560 kB
MemAvailable:   31339880 kB
Buffers:          274732 kB
Cached:           597876 kB
SwapCached:          524 kB
Active:          1197732 kB
Inactive:         373724 kB
Active(anon):     652908 kB
Inactive(anon):    71324 kB
Active(file):     544824 kB
Inactive(file):   302400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24184 kB
Writeback:            12 kB
AnonPages:        698044 kB
Mapped:            53720 kB
Shmem:             25248 kB
Slab:             161976 kB
SReclaimable:     135864 kB
SUnreclaim:        26112 kB
KernelStack:        3440 kB
PageTables:         6448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1608072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 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 09:59:29