Trace number 4262229

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.5601 2474.3

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-080.xml
MD5SUMf0cd38ecba005234ebb464e977fa1d5a
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.16046099
Satisfiable
(Un)Satisfiability was proved
Number of variables159
Number of constraints81
Number of domains2
Minimum domain size79
Maximum domain size80
Distribution of domain sizes[{"size":79,"count":79},{"size":80,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":81},{"degree":3,"count":78}]
Minimum constraint arity3
Maximum constraint arity80
Distribution of constraint arities[{"arity":3,"count":79},{"arity":79,"count":1},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints79
Distribution of constraint types[{"type":"intension","count":79},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=7795
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.58 1.58 1.56 3/202 7798
/proc/meminfo: memFree=26098516/32770624 swapFree=0/565268
[pid=7798] ppid=7795 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7798/stat : 7798 (runsolver) D 7795 7798 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 90830150 24240128 107 18446744073709551615 4194304 4338465 140731740114128 140731740111768 140140071613143 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18796544 140731740115153 140731740115529 140731740115529 140731740118986 0
/proc/7798/statm: 5918 107 54 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.58 1.58 1.56 3/202 7798
/proc/meminfo: memFree=26098516/32770624 swapFree=0/565268
[pid=7798] ppid=7795 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/7798/stat : 7798 (bash) S 7795 7798 1460 0 -1 4202496 856 6162 0 0 0 0 0 1 20 0 1 0 90830150 9867264 366 18446744073709551615 4194304 5098028 140729976789152 140729976782888 140716374293504 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 14217216 140729976795668 140729976795753 140729976795753 140729976799210 0
/proc/7798/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200263 s]
/proc/loadavg: 1.58 1.58 1.56 3/202 7798
/proc/meminfo: memFree=26098516/32770624 swapFree=0/565268
[pid=7798] ppid=7795 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/7798/stat : 7798 (bash) S 7795 7798 1460 0 -1 4202496 897 6471 0 0 0 0 0 1 20 0 1 0 90830150 9867264 377 18446744073709551615 4194304 5098028 140729976789152 140729976783160 140716374293504 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 14217216 140729976795668 140729976795753 140729976795753 140729976799210 0
/proc/7798/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.301923 s]
/proc/loadavg: 1.58 1.58 1.56 3/202 7798
/proc/meminfo: memFree=26098516/32770624 swapFree=0/565268
[pid=7798] ppid=7795 vsize=13973872 CPUtime=0.15 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 5822 12670 0 0 6 1 5 3 20 0 15 0 90830150 14309244928 5981 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3493468 5981 2656 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973872

[startup+0.700284 s]
/proc/loadavg: 1.58 1.58 1.56 3/202 7798
/proc/meminfo: memFree=26098516/32770624 swapFree=0/565268
[pid=7798] ppid=7795 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 14004 12670 0 0 58 5 5 3 20 0 15 0 90830150 14310178816 14930 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3493696 14930 3107 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50643 s]
/proc/loadavg: 1.69 1.60 1.56 5/217 7861
/proc/meminfo: memFree=26002932/32770624 swapFree=0/565268
[pid=7798] ppid=7795 vsize=13985408 CPUtime=1.97 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 29505 12670 0 0 178 11 5 3 20 0 15 0 90830150 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3496352 42654 3369 1 0 3485525 0
[pid=7798/tid=7848] ppid=7795 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/7798/task/7848/stat : 7848 (java) R 7795 7798 1460 0 -1 4202560 22608 12670 0 0 114 8 5 3 20 0 15 0 90830171 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139969421553920 139969397597254 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7849] ppid=7795 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7849/stat : 7849 (java) S 7795 7798 1460 0 -1 1077944384 73 12670 0 0 1 0 5 3 20 0 15 0 90830171 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139969374296464 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7850] ppid=7795 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7850/stat : 7850 (java) S 7795 7798 1460 0 -1 1077944384 43 12670 0 0 1 0 5 3 20 0 15 0 90830171 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139969373243664 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7851] ppid=7795 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7851/stat : 7851 (java) S 7795 7798 1460 0 -1 1077944384 191 12670 0 0 1 0 5 3 20 0 15 0 90830171 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139969372191376 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7852] ppid=7795 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7852/stat : 7852 (java) S 7795 7798 1460 0 -1 1077944384 48 12670 0 0 1 0 5 3 20 0 15 0 90830171 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139969371138576 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7853] ppid=7795 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7853/stat : 7853 (java) S 7795 7798 1460 0 -1 1077944384 1075 12670 0 0 1 0 5 3 20 0 15 0 90830173 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968963041904 139969417341570 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7854] ppid=7795 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7854/stat : 7854 (java) S 7795 7798 1460 0 -1 1077944384 54 12670 0 0 0 0 5 3 20 0 15 0 90830173 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968961987936 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7855] ppid=7795 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7855/stat : 7855 (java) S 7795 7798 1460 0 -1 1077944384 44 12670 0 0 0 0 5 3 20 0 15 0 90830173 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968960935552 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7856] ppid=7795 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7856/stat : 7856 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968959883856 139969417349019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7857] ppid=7795 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/7798/task/7857/stat : 7857 (java) S 7795 7798 1460 0 -1 1077944384 1002 12670 0 0 16 0 5 3 20 0 15 0 90830176 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968958830704 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7858] ppid=7795 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/7798/task/7858/stat : 7858 (java) S 7795 7798 1460 0 -1 1077944384 870 12670 0 0 17 0 5 3 20 0 15 0 90830176 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968890529776 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7859] ppid=7795 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/7798/task/7859/stat : 7859 (java) S 7795 7798 1460 0 -1 1077944384 1326 12670 0 0 23 0 5 3 20 0 15 0 90830176 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968889477488 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7860] ppid=7795 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7860/stat : 7860 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968888424928 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7861] ppid=7795 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7861/stat : 7861 (java) S 7795 7798 1460 0 -1 1077944384 11 12670 0 0 0 0 5 3 20 0 15 0 90830180 14321057792 42654 18446744073709551615 4194304 4196468 140731411840928 139968887372720 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 1.69 1.60 1.56 5/217 7861
/proc/meminfo: memFree=25927056/32770624 swapFree=0/565304
[pid=7798] ppid=7795 vsize=13999932 CPUtime=5.76 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 50282 12670 0 0 551 17 5 3 20 0 15 0 90830150 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3499983 57210 3444 1 0 3488597 0
[pid=7798/tid=7848] ppid=7795 vsize=13999932 CPUtime=2.88 cores=1,3,5,7
/proc/7798/task/7848/stat : 7848 (java) R 7795 7798 1460 0 -1 4202560 37528 12670 0 0 269 11 5 3 20 0 15 0 90830171 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139969421565040 139969397607248 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7849] ppid=7795 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7849/stat : 7849 (java) S 7795 7798 1460 0 -1 1077944384 73 12670 0 0 1 0 5 3 20 0 15 0 90830171 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139969374296464 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7850] ppid=7795 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7850/stat : 7850 (java) S 7795 7798 1460 0 -1 1077944384 43 12670 0 0 1 0 5 3 20 0 15 0 90830171 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139969373243664 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7851] ppid=7795 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7851/stat : 7851 (java) S 7795 7798 1460 0 -1 1077944384 191 12670 0 0 1 0 5 3 20 0 15 0 90830171 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139969372191376 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7852] ppid=7795 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7852/stat : 7852 (java) S 7795 7798 1460 0 -1 1077944384 48 12670 0 0 1 0 5 3 20 0 15 0 90830171 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139969371138576 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7853] ppid=7795 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7798/task/7853/stat : 7853 (java) S 7795 7798 1460 0 -1 1077944384 1089 12670 0 0 1 0 5 3 20 0 15 0 90830173 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968963041904 139969417341570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7854] ppid=7795 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7854/stat : 7854 (java) S 7795 7798 1460 0 -1 1077944384 54 12670 0 0 0 0 5 3 20 0 15 0 90830173 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968961987936 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7855] ppid=7795 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7855/stat : 7855 (java) S 7795 7798 1460 0 -1 1077944384 44 12670 0 0 0 0 5 3 20 0 15 0 90830173 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968960935552 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7856] ppid=7795 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7856/stat : 7856 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968959883856 139969417349019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7857] ppid=7795 vsize=13999932 CPUtime=1.07 cores=1,3,5,7
/proc/7798/task/7857/stat : 7857 (java) S 7795 7798 1460 0 -1 1077944384 3707 12670 0 0 99 0 5 3 20 0 15 0 90830176 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968958830704 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7858] ppid=7795 vsize=13999932 CPUtime=0.82 cores=1,3,5,7
/proc/7798/task/7858/stat : 7858 (java) S 7795 7798 1460 0 -1 1077944384 1859 12670 0 0 73 1 5 3 20 0 15 0 90830176 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968890529776 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7859] ppid=7795 vsize=13999932 CPUtime=1.1 cores=1,3,5,7
/proc/7798/task/7859/stat : 7859 (java) S 7795 7798 1460 0 -1 1077944384 3474 12670 0 0 101 1 5 3 20 0 15 0 90830176 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968889477488 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7860] ppid=7795 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7860/stat : 7860 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968888424928 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7861] ppid=7795 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7861/stat : 7861 (java) S 7795 7798 1460 0 -1 1077944384 12 12670 0 0 0 0 5 3 20 0 15 0 90830180 14335930368 57210 18446744073709551615 4194304 4196468 140731411840928 139968887372720 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 13999932

[startup+6.30069 s]
/proc/loadavg: 1.72 1.61 1.57 5/217 7862
/proc/meminfo: memFree=25722792/32770624 swapFree=0/565304
[pid=7798] ppid=7795 vsize=14067516 CPUtime=12.31 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 70771 12670 0 0 1197 26 5 3 20 0 15 0 90830150 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3516879 112254 3476 1 0 3505493 0
[pid=7798/tid=7848] ppid=7795 vsize=14067516 CPUtime=6.02 cores=1,3,5,7
/proc/7798/task/7848/stat : 7848 (java) R 7795 7798 1460 0 -1 4202560 44160 12670 0 0 578 16 5 3 20 0 15 0 90830171 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139969421561424 139969054759296 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7849] ppid=7795 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/7798/task/7849/stat : 7849 (java) S 7795 7798 1460 0 -1 1077944384 150 12670 0 0 3 0 5 3 20 0 15 0 90830171 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139969374296464 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7850] ppid=7795 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/7798/task/7850/stat : 7850 (java) S 7795 7798 1460 0 -1 1077944384 115 12670 0 0 3 0 5 3 20 0 15 0 90830171 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139969373243664 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7851] ppid=7795 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/7798/task/7851/stat : 7851 (java) S 7795 7798 1460 0 -1 1077944384 1023 12670 0 0 3 0 5 3 20 0 15 0 90830171 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139969372191376 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7852] ppid=7795 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/7798/task/7852/stat : 7852 (java) S 7795 7798 1460 0 -1 1077944384 97 12670 0 0 3 0 5 3 20 0 15 0 90830171 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139969371138576 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7853] ppid=7795 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/7798/task/7853/stat : 7853 (java) S 7795 7798 1460 0 -1 1077944384 2086 12670 0 0 3 0 5 3 20 0 15 0 90830173 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968963041904 139969417341570 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7854] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7854/stat : 7854 (java) S 7795 7798 1460 0 -1 1077944384 54 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968961987936 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7855] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7855/stat : 7855 (java) S 7795 7798 1460 0 -1 1077944384 44 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968960935552 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7856] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7856/stat : 7856 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968959883856 139969417349019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7857] ppid=7795 vsize=14067516 CPUtime=2.48 cores=1,3,5,7
/proc/7798/task/7857/stat : 7857 (java) S 7795 7798 1460 0 -1 1077944384 8214 12670 0 0 239 1 5 3 20 0 15 0 90830176 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968958830704 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7858] ppid=7795 vsize=14067516 CPUtime=2.38 cores=1,3,5,7
/proc/7798/task/7858/stat : 7858 (java) S 7795 7798 1460 0 -1 1077944384 7429 12670 0 0 228 2 5 3 20 0 15 0 90830176 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968890529776 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7859] ppid=7795 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/7798/task/7859/stat : 7859 (java) S 7795 7798 1460 0 -1 1077944384 5107 12670 0 0 130 2 5 3 20 0 15 0 90830176 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968889477488 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7860] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7860/stat : 7860 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968888424928 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7861] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7861/stat : 7861 (java) S 7795 7798 1460 0 -1 1077944384 132 12670 0 0 0 0 5 3 20 0 15 0 90830180 14405136384 112254 18446744073709551615 4194304 4196468 140731411840928 139968887372720 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.58 1.58 1.56 3/217 7862
/proc/meminfo: memFree=25466932/32770624 swapFree=0/565300
[pid=7798] ppid=7795 vsize=14067516 CPUtime=18.89 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 72967 12670 0 0 1850 31 5 3 20 0 15 0 90830150 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3516879 169250 3476 1 0 3505493 0
[pid=7798/tid=7848] ppid=7795 vsize=14067516 CPUtime=12.39 cores=1,3,5,7
/proc/7798/task/7848/stat : 7848 (java) R 7795 7798 1460 0 -1 4202560 44843 12670 0 0 1212 19 5 3 20 0 15 0 90830171 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139969421564144 139969052671884 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7849] ppid=7795 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/7798/task/7849/stat : 7849 (java) S 7795 7798 1460 0 -1 1077944384 218 12670 0 0 4 1 5 3 20 0 15 0 90830171 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139969374296464 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7850] ppid=7795 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/7798/task/7850/stat : 7850 (java) S 7795 7798 1460 0 -1 1077944384 135 12670 0 0 4 0 5 3 20 0 15 0 90830171 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139969373243664 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7851] ppid=7795 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/7798/task/7851/stat : 7851 (java) S 7795 7798 1460 0 -1 1077944384 1373 12670 0 0 4 1 5 3 20 0 15 0 90830171 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139969372191376 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7852] ppid=7795 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/7798/task/7852/stat : 7852 (java) S 7795 7798 1460 0 -1 1077944384 144 12670 0 0 4 1 5 3 20 0 15 0 90830171 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139969371138576 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7853] ppid=7795 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/7798/task/7853/stat : 7853 (java) S 7795 7798 1460 0 -1 1077944384 2406 12670 0 0 5 0 5 3 20 0 15 0 90830173 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139968963041904 139969417341570 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7854] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7854/stat : 7854 (java) S 7795 7798 1460 0 -1 1077944384 54 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139968961987936 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7855] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7855/stat : 7855 (java) S 7795 7798 1460 0 -1 1077944384 44 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139968960935552 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7856] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7856/stat : 7856 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 169250 18446744073709551615 4194304 4196468 140731411840928 139968959883856 139969417349019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0

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

/proc/7798/task/7860/stat : 7860 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 252148 18446744073709551615 4194304 4196468 140731411840928 139968888424928 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7861] ppid=7795 vsize=14067516 CPUtime=1.44 cores=1,3,5,7
/proc/7798/task/7861/stat : 7861 (java) S 7795 7798 1460 0 -1 1077944384 1134 12670 0 0 62 74 5 3 20 0 15 0 90830180 14405136384 252148 18446744073709551615 4194304 4196468 140731411840928 139968887372720 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
Current children cumulated CPU time (s) 2365.62
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.44 1.35 1.41 3/213 8124
/proc/meminfo: memFree=29371284/32770624 swapFree=0/565796
[pid=7798] ppid=7795 vsize=14067516 CPUtime=2426.61 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 251000 12670 0 0 242307 346 5 3 20 0 15 0 90830150 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3516879 253172 3476 1 0 3505493 0
[pid=7798/tid=7848] ppid=7795 vsize=14067516 CPUtime=2356.88 cores=1,3,5,7
/proc/7798/task/7848/stat : 7848 (java) R 7795 7798 1460 0 -1 4202560 93972 12670 0 0 235626 54 5 3 20 0 15 0 90830171 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139969421564688 139969055012920 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7849] ppid=7795 vsize=14067516 CPUtime=12.98 cores=1,3,5,7
/proc/7798/task/7849/stat : 7849 (java) S 7795 7798 1460 0 -1 1077944384 18269 12670 0 0 1239 51 5 3 20 0 15 0 90830171 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139969374296464 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7850] ppid=7795 vsize=14067516 CPUtime=12.97 cores=1,3,5,7
/proc/7798/task/7850/stat : 7850 (java) S 7795 7798 1460 0 -1 1077944384 20488 12670 0 0 1237 52 5 3 20 0 15 0 90830171 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139969373243664 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7851] ppid=7795 vsize=14067516 CPUtime=13.01 cores=1,3,5,7
/proc/7798/task/7851/stat : 7851 (java) S 7795 7798 1460 0 -1 1077944384 22721 12670 0 0 1237 56 5 3 20 0 15 0 90830171 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139969372191376 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7852] ppid=7795 vsize=14067516 CPUtime=12.98 cores=1,3,5,7
/proc/7798/task/7852/stat : 7852 (java) S 7795 7798 1460 0 -1 1077944384 28682 12670 0 0 1239 51 5 3 20 0 15 0 90830171 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139969371138576 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7853] ppid=7795 vsize=14067516 CPUtime=10.11 cores=1,3,5,7
/proc/7798/task/7853/stat : 7853 (java) S 7795 7798 1460 0 -1 1077944384 16813 12670 0 0 952 51 5 3 20 0 15 0 90830173 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968963041904 139969417341570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7854] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7854/stat : 7854 (java) S 7795 7798 1460 0 -1 1077944384 54 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968961987936 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7855] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7855/stat : 7855 (java) S 7795 7798 1460 0 -1 1077944384 44 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968960935552 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7856] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7856/stat : 7856 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968959883856 139969417349019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7857] ppid=7795 vsize=14067516 CPUtime=2.7 cores=1,3,5,7
/proc/7798/task/7857/stat : 7857 (java) S 7795 7798 1460 0 -1 1077944384 14991 12670 0 0 260 2 5 3 20 0 15 0 90830176 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968958830704 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7858] ppid=7795 vsize=14067516 CPUtime=2.66 cores=1,3,5,7
/proc/7798/task/7858/stat : 7858 (java) S 7795 7798 1460 0 -1 1077944384 14547 12670 0 0 255 3 5 3 20 0 15 0 90830176 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968890529776 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7859] ppid=7795 vsize=14067516 CPUtime=1.47 cores=1,3,5,7
/proc/7798/task/7859/stat : 7859 (java) S 7795 7798 1460 0 -1 1077944384 17108 12670 0 0 136 3 5 3 20 0 15 0 90830176 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968889477488 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7860] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7860/stat : 7860 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968888424928 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7861] ppid=7795 vsize=14067516 CPUtime=1.47 cores=1,3,5,7
/proc/7798/task/7861/stat : 7861 (java) S 7795 7798 1460 0 -1 1077944384 1151 12670 0 0 64 75 5 3 20 0 15 0 90830180 14405136384 253172 18446744073709551615 4194304 4196468 140731411840928 139968887372720 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
Current children cumulated CPU time (s) 2426.61
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.51 1.39 1.42 3/216 8140
/proc/meminfo: memFree=29388332/32770624 swapFree=0/565820
[pid=7798] ppid=7795 vsize=14067516 CPUtime=2487.7 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 253479 12670 0 0 248409 353 5 3 20 0 15 0 90830150 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3516879 253169 3476 1 0 3505493 0
[pid=7798/tid=7848] ppid=7795 vsize=14067516 CPUtime=2416.21 cores=1,3,5,7
/proc/7798/task/7848/stat : 7848 (java) R 7795 7798 1460 0 -1 4202560 95004 12670 0 0 241559 54 5 3 20 0 15 0 90830171 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139969421564544 139969053886553 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7849] ppid=7795 vsize=14067516 CPUtime=13.36 cores=1,3,5,7
/proc/7798/task/7849/stat : 7849 (java) S 7795 7798 1460 0 -1 1077944384 18504 12670 0 0 1276 52 5 3 20 0 15 0 90830171 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139969374296464 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7850] ppid=7795 vsize=14067516 CPUtime=13.34 cores=1,3,5,7
/proc/7798/task/7850/stat : 7850 (java) S 7795 7798 1460 0 -1 1077944384 20885 12670 0 0 1273 53 5 3 20 0 15 0 90830171 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139969373243664 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7851] ppid=7795 vsize=14067516 CPUtime=13.37 cores=1,3,5,7
/proc/7798/task/7851/stat : 7851 (java) S 7795 7798 1460 0 -1 1077944384 23005 12670 0 0 1272 57 5 3 20 0 15 0 90830171 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139969372191376 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7852] ppid=7795 vsize=14067516 CPUtime=13.35 cores=1,3,5,7
/proc/7798/task/7852/stat : 7852 (java) S 7795 7798 1460 0 -1 1077944384 28998 12670 0 0 1275 52 5 3 20 0 15 0 90830171 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139969371138576 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7853] ppid=7795 vsize=14067516 CPUtime=10.33 cores=1,3,5,7
/proc/7798/task/7853/stat : 7853 (java) S 7795 7798 1460 0 -1 1077944384 17005 12670 0 0 974 51 5 3 20 0 15 0 90830173 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968963041904 139969417341570 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7854] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7854/stat : 7854 (java) S 7795 7798 1460 0 -1 1077944384 54 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968961987936 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7855] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7855/stat : 7855 (java) S 7795 7798 1460 0 -1 1077944384 44 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968960935552 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7856] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7856/stat : 7856 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968959883856 139969417349019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7857] ppid=7795 vsize=14067516 CPUtime=2.7 cores=1,3,5,7
/proc/7798/task/7857/stat : 7857 (java) S 7795 7798 1460 0 -1 1077944384 14993 12670 0 0 260 2 5 3 20 0 15 0 90830176 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968958830704 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7858] ppid=7795 vsize=14067516 CPUtime=2.66 cores=1,3,5,7
/proc/7798/task/7858/stat : 7858 (java) S 7795 7798 1460 0 -1 1077944384 14549 12670 0 0 255 3 5 3 20 0 15 0 90830176 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968890529776 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7859] ppid=7795 vsize=14067516 CPUtime=1.47 cores=1,3,5,7
/proc/7798/task/7859/stat : 7859 (java) S 7795 7798 1460 0 -1 1077944384 17110 12670 0 0 136 3 5 3 20 0 15 0 90830176 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968889477488 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7860] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7860/stat : 7860 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968888424928 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7861] ppid=7795 vsize=14067516 CPUtime=1.52 cores=1,3,5,7
/proc/7798/task/7861/stat : 7861 (java) S 7795 7798 1460 0 -1 1077944384 1168 12670 0 0 66 78 5 3 20 0 15 0 90830180 14405136384 253169 18446744073709551615 4194304 4196468 140731411840928 139968887372720 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
Current children cumulated CPU time (s) 2487.7
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.1 s]
/proc/loadavg: 1.72 1.45 1.44 3/216 8166
/proc/meminfo: memFree=29385800/32770624 swapFree=0/565820
[pid=7798] ppid=7795 vsize=14067516 CPUtime=2520.06 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 255311 12670 0 0 251642 356 5 3 20 0 15 0 90830150 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3516879 253681 3476 1 0 3505493 0
[pid=7798/tid=7848] ppid=7795 vsize=14067516 CPUtime=2447.67 cores=1,3,5,7
/proc/7798/task/7848/stat : 7848 (java) R 7795 7798 1460 0 -1 4202560 95666 12670 0 0 244705 54 5 3 20 0 15 0 90830171 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139969421564768 139969054799746 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7849] ppid=7795 vsize=14067516 CPUtime=13.55 cores=1,3,5,7
/proc/7798/task/7849/stat : 7849 (java) S 7795 7798 1460 0 -1 1077944384 18605 12670 0 0 1294 53 5 3 20 0 15 0 90830171 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139969374296464 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7850] ppid=7795 vsize=14067516 CPUtime=13.53 cores=1,3,5,7
/proc/7798/task/7850/stat : 7850 (java) S 7795 7798 1460 0 -1 1077944384 21359 12670 0 0 1292 53 5 3 20 0 15 0 90830171 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139969373243664 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7851] ppid=7795 vsize=14067516 CPUtime=13.57 cores=1,3,5,7
/proc/7798/task/7851/stat : 7851 (java) S 7795 7798 1460 0 -1 1077944384 23204 12670 0 0 1291 58 5 3 20 0 15 0 90830171 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139969372191376 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7852] ppid=7795 vsize=14067516 CPUtime=13.55 cores=1,3,5,7
/proc/7798/task/7852/stat : 7852 (java) S 7795 7798 1460 0 -1 1077944384 29185 12670 0 0 1294 53 5 3 20 0 15 0 90830171 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139969371138576 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7853] ppid=7795 vsize=14067516 CPUtime=10.45 cores=1,3,5,7
/proc/7798/task/7853/stat : 7853 (java) S 7795 7798 1460 0 -1 1077944384 17193 12670 0 0 985 52 5 3 20 0 15 0 90830173 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968963041904 139969417341570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7854] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7854/stat : 7854 (java) S 7795 7798 1460 0 -1 1077944384 54 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968961987936 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7855] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7855/stat : 7855 (java) S 7795 7798 1460 0 -1 1077944384 44 12670 0 0 0 0 5 3 20 0 15 0 90830173 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968960935552 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7856] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7856/stat : 7856 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968959883856 139969417349019 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7857] ppid=7795 vsize=14067516 CPUtime=2.7 cores=1,3,5,7
/proc/7798/task/7857/stat : 7857 (java) S 7795 7798 1460 0 -1 1077944384 14995 12670 0 0 260 2 5 3 20 0 15 0 90830176 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968958830704 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7858] ppid=7795 vsize=14067516 CPUtime=2.66 cores=1,3,5,7
/proc/7798/task/7858/stat : 7858 (java) S 7795 7798 1460 0 -1 1077944384 14551 12670 0 0 255 3 5 3 20 0 15 0 90830176 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968890529776 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7859] ppid=7795 vsize=14067516 CPUtime=1.47 cores=1,3,5,7
/proc/7798/task/7859/stat : 7859 (java) S 7795 7798 1460 0 -1 1077944384 17112 12670 0 0 136 3 5 3 20 0 15 0 90830176 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968889477488 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7860] ppid=7795 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7860/stat : 7860 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 15 0 90830176 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968888424928 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7861] ppid=7795 vsize=14067516 CPUtime=1.53 cores=1,3,5,7
/proc/7798/task/7861/stat : 7861 (java) S 7795 7798 1460 0 -1 1077944384 1183 12670 0 0 66 79 5 3 20 0 15 0 90830180 14405136384 253681 18446744073709551615 4194304 4196468 140731411840928 139968887372720 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
Current children cumulated CPU time (s) 2520.06
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 7798 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2474.21 s]
/proc/loadavg: 1.72 1.45 1.44 3/216 8166
/proc/meminfo: memFree=29385800/32770624 swapFree=0/565820
[pid=7798] ppid=7795 vsize=14200644 CPUtime=2520.35 cores=1,3,5,7
/proc/7798/stat : 7798 (java) S 7795 7798 1460 0 -1 1077944320 262392 12670 0 0 251669 358 5 3 20 0 17 0 90830150 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 140731411823472 139969417330423 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
/proc/7798/statm: 3550161 257900 3477 1 0 3538775 0
[pid=7798/tid=7848] ppid=7795 vsize=14200644 CPUtime=2447.68 cores=1,3,5,7
/proc/7798/task/7848/stat : 7848 (java) S 7795 7798 1460 0 -1 1077944384 96066 12670 0 0 244706 54 5 3 20 0 17 0 90830171 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139969421568096 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7849] ppid=7795 vsize=14200644 CPUtime=13.61 cores=1,3,5,7
/proc/7798/task/7849/stat : 7849 (java) S 7795 7798 1460 0 -1 1077944384 18992 12670 0 0 1300 53 5 3 20 0 17 0 90830171 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139969374296464 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7850] ppid=7795 vsize=14200644 CPUtime=13.6 cores=1,3,5,7
/proc/7798/task/7850/stat : 7850 (java) S 7795 7798 1460 0 -1 1077944384 21371 12670 0 0 1298 54 5 3 20 0 17 0 90830171 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139969373243664 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7851] ppid=7795 vsize=14200644 CPUtime=13.63 cores=1,3,5,7
/proc/7798/task/7851/stat : 7851 (java) S 7795 7798 1460 0 -1 1077944384 23410 12670 0 0 1297 58 5 3 20 0 17 0 90830171 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139969372191376 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7852] ppid=7795 vsize=14200644 CPUtime=13.61 cores=1,3,5,7
/proc/7798/task/7852/stat : 7852 (java) S 7795 7798 1460 0 -1 1077944384 29212 12670 0 0 1300 53 5 3 20 0 17 0 90830171 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139969371138576 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7853] ppid=7795 vsize=14200644 CPUtime=10.48 cores=1,3,5,7
/proc/7798/task/7853/stat : 7853 (java) R 7795 7798 1460 0 -1 4202560 23019 12670 0 0 988 52 5 3 20 0 17 0 90830173 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968963040304 139969401686563 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7854] ppid=7795 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7854/stat : 7854 (java) S 7795 7798 1460 0 -1 1077944384 55 12670 0 0 0 0 5 3 20 0 17 0 90830173 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968961987840 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7855] ppid=7795 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7855/stat : 7855 (java) S 7795 7798 1460 0 -1 1077944384 44 12670 0 0 0 0 5 3 20 0 17 0 90830173 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968960935552 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7856] ppid=7795 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7856/stat : 7856 (java) S 7795 7798 1460 0 -1 1077944384 100 12670 0 0 0 0 5 3 20 0 17 0 90830176 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968959883856 139969417349019 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7857] ppid=7795 vsize=14200644 CPUtime=2.7 cores=1,3,5,7
/proc/7798/task/7857/stat : 7857 (java) S 7795 7798 1460 0 -1 1077944384 14995 12670 0 0 260 2 5 3 20 0 17 0 90830176 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968958830704 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7858] ppid=7795 vsize=14200644 CPUtime=2.66 cores=1,3,5,7
/proc/7798/task/7858/stat : 7858 (java) S 7795 7798 1460 0 -1 1077944384 14561 12670 0 0 255 3 5 3 20 0 17 0 90830176 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968890521872 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7859] ppid=7795 vsize=14200644 CPUtime=1.47 cores=1,3,5,7
/proc/7798/task/7859/stat : 7859 (java) S 7795 7798 1460 0 -1 1077944384 17112 12670 0 0 136 3 5 3 20 0 17 0 90830176 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968889477488 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7860] ppid=7795 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/7798/task/7860/stat : 7860 (java) S 7795 7798 1460 0 -1 1077944384 3 12670 0 0 0 0 5 3 20 0 17 0 90830176 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968888424928 139969417340629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
[pid=7798/tid=7861] ppid=7795 vsize=14200644 CPUtime=1.53 cores=1,3,5,7
/proc/7798/task/7861/stat : 7861 (java) S 7795 7798 1460 0 -1 1077944384 1183 12670 0 0 66 79 5 3 20 0 17 0 90830180 14541459456 257900 18446744073709551615 4194304 4196468 140731411840928 139968887372720 139969417341570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140731411847120 140731411849905 140731411849905 140731411853263 0
Current children cumulated CPU time (s) 2520.35
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2474.3
CPU time (s): 2520.56
CPU user time (s): 2516.94
CPU system time (s): 3.621
CPU usage (%): 101.87
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.94
system time used= 3.621
maximum resident set size= 1032228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275235
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 270298
involuntary context switches= 6323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6238 second user time and 16.1505 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 08:20:03
IDJOB=4262229
IDBENCH=124104
IDSOLVER=2650
FILE ID=node134/4262229-1502433239
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-080.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262229-1502433239/watcher-4262229-1502433239 -o /tmp/evaluation-result-4262229-1502433239/solver-4262229-1502433239 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262229-1502433239.xml

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

MD5SUM BENCH= f0cd38ecba005234ebb464e977fa1d5a
RANDOM SEED=1894829027

node134.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.43
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.43
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.43
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.43
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:        26098520 kB
MemAvailable:   27066296 kB
Buffers:          283000 kB
Cached:           978596 kB
SwapCached:            0 kB
Active:          5630900 kB
Inactive:         596484 kB
Active(anon):    4968168 kB
Inactive(anon):    31216 kB
Active(file):     662732 kB
Inactive(file):   565268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24264 kB
Writeback:             8 kB
AnonPages:       4965736 kB
Mapped:            64696 kB
Shmem:             33468 kB
Slab:             137888 kB
SReclaimable:     111224 kB
SUnreclaim:        26664 kB
KernelStack:        3552 kB
PageTables:        15236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5453136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4659200 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 node134 at 2017-08-11 09:01:17