Trace number 4262086

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2522.04 2487.4099

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-19.xml
MD5SUM30814e96d0bc4cf3d8fc4c07c399f55d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables434
Number of constraints433
Number of domains2
Minimum domain size2
Maximum domain size361
Distribution of domain sizes[{"size":2,"count":72},{"size":361,"count":362}]
Minimum variable degree2
Maximum variable degree72
Distribution of variable degrees[{"degree":2,"count":74},{"degree":3,"count":287},{"degree":4,"count":72},{"degree":72,"count":1}]
Minimum constraint arity2
Maximum constraint arity361
Distribution of constraint arities[{"arity":2,"count":360},{"arity":3,"count":72},{"arity":361,"count":1}]
Number of extensional constraints0
Number of intensional constraints432
Distribution of constraint types[{"type":"intension","count":432},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.31/2.20	c Concrete v3.4 running
2521.71/2487.39	java.util.concurrent.TimeoutException
2521.71/2487.39		at concrete.MAC.mac(MAC.scala:74)
2521.71/2487.39		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2521.71/2487.39		at scala.util.Try$.apply(Try.scala:209)
2521.71/2487.39		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2521.71/2487.39		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2521.71/2487.39		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2521.71/2487.39		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2521.71/2487.39		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2521.71/2487.39		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2521.71/2487.39		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2521.71/2487.39		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2521.71/2487.39		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2521.71/2487.39		at concrete.MAC.oneRun(MAC.scala:146)
2521.71/2487.39		at concrete.MAC.nextSolution(MAC.scala:166)
2521.71/2487.39		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2521.71/2487.39		at concrete.ProblemState.map(ProblemState.scala:203)
2521.71/2487.39		at concrete.ProblemState.map(ProblemState.scala:188)
2521.71/2487.39		at concrete.MAC.nextSolution(MAC.scala:195)
2521.71/2487.39		at concrete.Solver.hasNext(Solver.scala:202)
2521.71/2487.39		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2521.71/2487.39		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2521.71/2487.39		at concrete.Solver.toStream(Solver.scala:73)
2521.71/2487.39		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2521.71/2487.39		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2521.71/2487.39		at concrete.Solver.toIterable(Solver.scala:73)
2521.71/2487.39		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2521.71/2487.39		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2521.71/2487.39		at scala.util.Success.map(Try.scala:209)
2521.71/2487.39		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2521.71/2487.39		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2521.71/2487.39		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2521.71/2487.39		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2521.71/2487.39		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2521.71/2487.39		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2521.71/2487.39		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2521.71/2487.39		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2521.71/2487.39		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2521.71/2487.39		at scala.collection.immutable.List.foreach(List.scala:389)
2521.71/2487.39		at scala.App.main(App.scala:76)
2521.71/2487.39		at scala.App.main$(App.scala:74)
2521.71/2487.39		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2521.71/2487.39		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2521.71/2487.40	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262086-1502455011/watcher-4262086-1502455011 -o /tmp/evaluation-result-4262086-1502455011/solver-4262086-1502455011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580 bin/concrete HOME/instance-4262086-1502455011.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.46 1.43 1.42 3/194 11995
/proc/meminfo: memFree=29717164/32770624 swapFree=0/506960
[pid=11995] ppid=11992 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/11995/stat : 11995 (runsolver) D 11992 11995 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47721900 24240128 108 18446744073709551615 4194304 4338465 140727284268960 140727284266600 139749458236119 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 22958080 140727284273361 140727284273737 140727284273737 140727284277194 0
/proc/11995/statm: 5918 108 54 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 1.46 1.43 1.42 3/194 11995
/proc/meminfo: memFree=29717164/32770624 swapFree=0/506960
[pid=11995] ppid=11992 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/11995/stat : 11995 (runsolver) D 11992 11995 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47721900 24240128 108 18446744073709551615 4194304 4338465 140727284268960 140727284266600 139749458236119 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 22958080 140727284273361 140727284273737 140727284273737 140727284277194 0
/proc/11995/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200317 s]
/proc/loadavg: 1.46 1.43 1.42 3/194 11995
/proc/meminfo: memFree=29717164/32770624 swapFree=0/506960
[pid=11995] ppid=11992 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/11995/stat : 11995 (bash) S 11992 11995 1330 0 -1 4202496 889 6485 0 0 0 0 0 1 20 0 1 0 47721900 9867264 376 18446744073709551615 4194304 5098028 140734012787520 140734012781528 139629977070592 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 10 0 0 7196144 7232144 25583616 140734012793364 140734012793449 140734012793449 140734012796906 0
/proc/11995/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300337 s]
/proc/loadavg: 1.46 1.43 1.42 3/194 11995
/proc/meminfo: memFree=29717164/32770624 swapFree=0/506960
[pid=11995] ppid=11992 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 5531 12430 0 0 5 1 4 3 20 0 14 0 47721900 14241083392 5216 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3476827 5216 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700242 s]
/proc/loadavg: 1.46 1.43 1.42 3/194 11995
/proc/meminfo: memFree=29717164/32770624 swapFree=0/506960
[pid=11995] ppid=11992 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 13931 12430 0 0 58 5 4 3 20 0 15 0 47721900 14310178816 14305 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3493696 14305 3098 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50061 s]
/proc/loadavg: 1.46 1.43 1.42 3/209 12058
/proc/meminfo: memFree=29623856/32770624 swapFree=0/506984
[pid=11995] ppid=11992 vsize=13985408 CPUtime=1.87 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 29480 12430 0 0 170 10 4 3 20 0 15 0 47721900 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3496352 38146 3346 1 0 3485525 0
[pid=11995/tid=12045] ppid=11992 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/11995/task/12045/stat : 12045 (java) S 11992 11995 1330 0 -1 1077944384 23845 12430 0 0 116 7 4 3 20 0 15 0 47721921 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139912349960400 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12046] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12046/stat : 12046 (java) S 11992 11995 1330 0 -1 1077944384 27 12430 0 0 0 0 4 3 20 0 15 0 47721922 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139912265157392 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12047] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12047/stat : 12047 (java) S 11992 11995 1330 0 -1 1077944384 43 12430 0 0 0 0 4 3 20 0 15 0 47721922 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139912264104848 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12048] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12048/stat : 12048 (java) S 11992 11995 1330 0 -1 1077944384 185 12430 0 0 0 0 4 3 20 0 15 0 47721922 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139912263052304 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12049] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12049/stat : 12049 (java) S 11992 11995 1330 0 -1 1077944384 36 12430 0 0 0 0 4 3 20 0 15 0 47721922 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139912261999760 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12050] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12050/stat : 12050 (java) R 11992 11995 1330 0 -1 4202560 53 12430 0 0 0 0 4 3 20 0 15 0 47721923 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911823360512 139912330681872 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12051] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12051/stat : 12051 (java) S 11992 11995 1330 0 -1 1077944384 33 12430 0 0 0 0 4 3 20 0 15 0 47721924 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911822308256 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12052] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12052/stat : 12052 (java) S 11992 11995 1330 0 -1 1077944384 21 12430 0 0 0 0 4 3 20 0 15 0 47721924 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911821255664 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12053] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12053/stat : 12053 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911820204240 139912345761691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12054] ppid=11992 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/11995/task/12054/stat : 12054 (java) S 11992 11995 1330 0 -1 1077944384 1086 12430 0 0 17 0 4 3 20 0 15 0 47721927 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911819151856 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12055] ppid=11992 vsize=13985408 CPUtime=0.18 cores=0,2,4,6
/proc/11995/task/12055/stat : 12055 (java) S 11992 11995 1330 0 -1 1077944384 596 12430 0 0 11 0 4 3 20 0 15 0 47721927 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911818099312 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12056] ppid=11992 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/11995/task/12056/stat : 12056 (java) S 11992 11995 1330 0 -1 1077944384 1397 12430 0 0 23 0 4 3 20 0 15 0 47721927 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911817046768 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12057] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12057/stat : 12057 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911815994464 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12058] ppid=11992 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12058/stat : 12058 (java) S 11992 11995 1330 0 -1 1077944384 6 12430 0 0 0 0 4 3 20 0 15 0 47721930 14321057792 38146 18446744073709551615 4194304 4196468 140727052821776 139911814940976 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.50 1.44 1.42 3/209 12058
/proc/meminfo: memFree=29548656/32770624 swapFree=0/506984
[pid=11995] ppid=11992 vsize=13997884 CPUtime=5.05 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 47109 12430 0 0 482 16 4 3 20 0 15 0 47721900 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3499471 53889 3444 1 0 3488085 0
[pid=11995/tid=12045] ppid=11992 vsize=13997884 CPUtime=2.87 cores=0,2,4,6
/proc/11995/task/12045/stat : 12045 (java) R 11992 11995 1330 0 -1 4202560 37601 12430 0 0 270 10 4 3 20 0 15 0 47721921 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139912349972800 139911939781797 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12046] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12046/stat : 12046 (java) S 11992 11995 1330 0 -1 1077944384 37 12430 0 0 0 0 4 3 20 0 15 0 47721922 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139912265157392 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12047] ppid=11992 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/11995/task/12047/stat : 12047 (java) S 11992 11995 1330 0 -1 1077944384 53 12430 0 0 1 0 4 3 20 0 15 0 47721922 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139912264104848 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12048] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12048/stat : 12048 (java) S 11992 11995 1330 0 -1 1077944384 196 12430 0 0 0 0 4 3 20 0 15 0 47721922 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139912263052304 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12049] ppid=11992 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/11995/task/12049/stat : 12049 (java) S 11992 11995 1330 0 -1 1077944384 58 12430 0 0 1 0 4 3 20 0 15 0 47721922 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139912261999760 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12050] ppid=11992 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/11995/task/12050/stat : 12050 (java) S 11992 11995 1330 0 -1 1077944384 756 12430 0 0 1 0 4 3 20 0 15 0 47721923 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911823362032 139912345754242 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12051] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12051/stat : 12051 (java) S 11992 11995 1330 0 -1 1077944384 55 12430 0 0 0 0 4 3 20 0 15 0 47721924 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911822308256 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12052] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12052/stat : 12052 (java) S 11992 11995 1330 0 -1 1077944384 43 12430 0 0 0 0 4 3 20 0 15 0 47721924 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911821255664 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12053] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12053/stat : 12053 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911820204240 139912345761691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12054] ppid=11992 vsize=13997884 CPUtime=0.71 cores=0,2,4,6
/proc/11995/task/12054/stat : 12054 (java) R 11992 11995 1330 0 -1 4202560 1607 12430 0 0 63 1 4 3 20 0 15 0 47721927 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911819150256 139912331758208 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12055] ppid=11992 vsize=13997884 CPUtime=0.6 cores=0,2,4,6
/proc/11995/task/12055/stat : 12055 (java) S 11992 11995 1330 0 -1 1077944384 1285 12430 0 0 52 1 4 3 20 0 15 0 47721927 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911818099312 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12056] ppid=11992 vsize=13997884 CPUtime=0.97 cores=0,2,4,6
/proc/11995/task/12056/stat : 12056 (java) S 11992 11995 1330 0 -1 1077944384 3255 12430 0 0 89 1 4 3 20 0 15 0 47721927 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911817046768 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12057] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12057/stat : 12057 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911815994464 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12058] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12058/stat : 12058 (java) S 11992 11995 1330 0 -1 1077944384 8 12430 0 0 0 0 4 3 20 0 15 0 47721930 14333833216 53889 18446744073709551615 4194304 4196468 140727052821776 139911814940976 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 13997884

[startup+6.30072 s]
/proc/loadavg: 1.50 1.44 1.42 3/209 12058
/proc/meminfo: memFree=29427428/32770624 swapFree=0/506980
[pid=11995] ppid=11992 vsize=13997884 CPUtime=8.69 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 48653 12430 0 0 842 20 4 3 20 0 15 0 47721900 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3499471 75779 3459 1 0 3488085 0
[pid=11995/tid=12045] ppid=11992 vsize=13997884 CPUtime=5.64 cores=0,2,4,6
/proc/11995/task/12045/stat : 12045 (java) R 11992 11995 1330 0 -1 4202560 38047 12430 0 0 546 11 4 3 20 0 15 0 47721921 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139912349974528 139911941132381 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12046] ppid=11992 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/11995/task/12046/stat : 12046 (java) S 11992 11995 1330 0 -1 1077944384 51 12430 0 0 1 0 4 3 20 0 15 0 47721922 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139912265157392 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12047] ppid=11992 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/11995/task/12047/stat : 12047 (java) S 11992 11995 1330 0 -1 1077944384 107 12430 0 0 1 0 4 3 20 0 15 0 47721922 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139912264104848 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12048] ppid=11992 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/11995/task/12048/stat : 12048 (java) S 11992 11995 1330 0 -1 1077944384 271 12430 0 0 1 0 4 3 20 0 15 0 47721922 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139912263052304 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12049] ppid=11992 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/11995/task/12049/stat : 12049 (java) S 11992 11995 1330 0 -1 1077944384 99 12430 0 0 1 0 4 3 20 0 15 0 47721922 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139912261999760 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12050] ppid=11992 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/11995/task/12050/stat : 12050 (java) S 11992 11995 1330 0 -1 1077944384 809 12430 0 0 1 0 4 3 20 0 15 0 47721923 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911823362032 139912345754242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12051] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12051/stat : 12051 (java) S 11992 11995 1330 0 -1 1077944384 55 12430 0 0 0 0 4 3 20 0 15 0 47721924 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911822308320 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12052] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12052/stat : 12052 (java) S 11992 11995 1330 0 -1 1077944384 44 12430 0 0 0 0 4 3 20 0 15 0 47721924 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911821255680 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12053] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12053/stat : 12053 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911820204240 139912345761691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12054] ppid=11992 vsize=13997884 CPUtime=1.13 cores=0,2,4,6
/proc/11995/task/12054/stat : 12054 (java) S 11992 11995 1330 0 -1 1077944384 2002 12430 0 0 105 1 4 3 20 0 15 0 47721927 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911819151856 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12055] ppid=11992 vsize=13997884 CPUtime=0.89 cores=0,2,4,6
/proc/11995/task/12055/stat : 12055 (java) S 11992 11995 1330 0 -1 1077944384 1435 12430 0 0 81 1 4 3 20 0 15 0 47721927 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911818099312 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12056] ppid=11992 vsize=13997884 CPUtime=1.08 cores=0,2,4,6
/proc/11995/task/12056/stat : 12056 (java) S 11992 11995 1330 0 -1 1077944384 3565 12430 0 0 100 1 4 3 20 0 15 0 47721927 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911817046768 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12057] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12057/stat : 12057 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911815994464 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12058] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12058/stat : 12058 (java) S 11992 11995 1330 0 -1 1077944384 13 12430 0 0 0 0 4 3 20 0 15 0 47721930 14333833216 75779 18446744073709551615 4194304 4196468 140727052821776 139911814940976 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 13997884

[startup+12.7006 s]
/proc/loadavg: 1.35 1.40 1.41 3/209 12058
/proc/meminfo: memFree=29365560/32770624 swapFree=0/506976
[pid=11995] ppid=11992 vsize=13997884 CPUtime=15.77 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 56460 12430 0 0 1542 28 4 3 20 0 15 0 47721900 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3499471 91290 3467 1 0 3488085 0
[pid=11995/tid=12045] ppid=11992 vsize=13997884 CPUtime=11.98 cores=0,2,4,6
/proc/11995/task/12045/stat : 12045 (java) R 11992 11995 1330 0 -1 4202560 39850 12430 0 0 1180 11 4 3 20 0 15 0 47721921 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139912349974904 139911939781797 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12046] ppid=11992 vsize=13997884 CPUtime=0.13 cores=0,2,4,6
/proc/11995/task/12046/stat : 12046 (java) S 11992 11995 1330 0 -1 1077944384 530 12430 0 0 4 2 4 3 20 0 15 0 47721922 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139912265157392 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12047] ppid=11992 vsize=13997884 CPUtime=0.13 cores=0,2,4,6
/proc/11995/task/12047/stat : 12047 (java) S 11992 11995 1330 0 -1 1077944384 441 12430 0 0 4 2 4 3 20 0 15 0 47721922 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139912264104848 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12048] ppid=11992 vsize=13997884 CPUtime=0.13 cores=0,2,4,6
/proc/11995/task/12048/stat : 12048 (java) S 11992 11995 1330 0 -1 1077944384 898 12430 0 0 4 2 4 3 20 0 15 0 47721922 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139912263052304 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12049] ppid=11992 vsize=13997884 CPUtime=0.13 cores=0,2,4,6
/proc/11995/task/12049/stat : 12049 (java) S 11992 11995 1330 0 -1 1077944384 526 12430 0 0 4 2 4 3 20 0 15 0 47721922 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139912261999760 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12050] ppid=11992 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/11995/task/12050/stat : 12050 (java) S 11992 11995 1330 0 -1 1077944384 1058 12430 0 0 2 0 4 3 20 0 15 0 47721923 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139911823362032 139912345754242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12051] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12051/stat : 12051 (java) S 11992 11995 1330 0 -1 1077944384 55 12430 0 0 0 0 4 3 20 0 15 0 47721924 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139911822308320 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12052] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12052/stat : 12052 (java) S 11992 11995 1330 0 -1 1077944384 44 12430 0 0 0 0 4 3 20 0 15 0 47721924 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139911821255680 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12053] ppid=11992 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12053/stat : 12053 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14333833216 91290 18446744073709551615 4194304 4196468 140727052821776 139911820204240 139912345761691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0

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

/proc/meminfo: memFree=29414344/32770624 swapFree=0/507556
[pid=11995] ppid=11992 vsize=14006076 CPUtime=2475.24 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 502474 12430 0 0 247300 217 4 3 20 0 15 0 47721900 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3501519 347209 3489 1 0 3490133 0
[pid=11995/tid=12045] ppid=11992 vsize=14006076 CPUtime=2435.18 cores=0,2,4,6
/proc/11995/task/12045/stat : 12045 (java) R 11992 11995 1330 0 -1 4202560 134069 12430 0 0 243469 42 4 3 20 0 15 0 47721921 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912349977184 139911941591798 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12046] ppid=11992 vsize=14006076 CPUtime=3.81 cores=0,2,4,6
/proc/11995/task/12046/stat : 12046 (java) S 11992 11995 1330 0 -1 1077944384 26891 12430 0 0 345 29 4 3 20 0 15 0 47721922 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912265157392 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12047] ppid=11992 vsize=14006076 CPUtime=3.81 cores=0,2,4,6
/proc/11995/task/12047/stat : 12047 (java) S 11992 11995 1330 0 -1 1077944384 28024 12430 0 0 346 28 4 3 20 0 15 0 47721922 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912264104848 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12048] ppid=11992 vsize=14006076 CPUtime=3.82 cores=0,2,4,6
/proc/11995/task/12048/stat : 12048 (java) S 11992 11995 1330 0 -1 1077944384 33137 12430 0 0 346 29 4 3 20 0 15 0 47721922 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912263052304 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12049] ppid=11992 vsize=14006076 CPUtime=3.84 cores=0,2,4,6
/proc/11995/task/12049/stat : 12049 (java) S 11992 11995 1330 0 -1 1077944384 30353 12430 0 0 350 27 4 3 20 0 15 0 47721922 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912261999760 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12050] ppid=11992 vsize=14006076 CPUtime=2.23 cores=0,2,4,6
/proc/11995/task/12050/stat : 12050 (java) S 11992 11995 1330 0 -1 1077944384 25348 12430 0 0 200 16 4 3 20 0 15 0 47721923 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911823362032 139912345754242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12051] ppid=11992 vsize=14006076 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12051/stat : 12051 (java) S 11992 11995 1330 0 -1 1077944384 64 12430 0 0 0 0 4 3 20 0 15 0 47721924 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911822308320 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12052] ppid=11992 vsize=14006076 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12052/stat : 12052 (java) S 11992 11995 1330 0 -1 1077944384 50 12430 0 0 0 0 4 3 20 0 15 0 47721924 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911821255680 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12053] ppid=11992 vsize=14006076 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12053/stat : 12053 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911820204240 139912345761691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12054] ppid=11992 vsize=14006076 CPUtime=10.69 cores=0,2,4,6
/proc/11995/task/12054/stat : 12054 (java) S 11992 11995 1330 0 -1 1077944384 85813 12430 0 0 1054 8 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911819151856 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12055] ppid=11992 vsize=14006076 CPUtime=8.55 cores=0,2,4,6
/proc/11995/task/12055/stat : 12055 (java) S 11992 11995 1330 0 -1 1077944384 79774 12430 0 0 840 8 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911818099312 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12056] ppid=11992 vsize=14006076 CPUtime=2.9 cores=0,2,4,6
/proc/11995/task/12056/stat : 12056 (java) S 11992 11995 1330 0 -1 1077944384 54656 12430 0 0 275 8 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911817046768 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12057] ppid=11992 vsize=14006076 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12057/stat : 12057 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911815994464 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12058] ppid=11992 vsize=14006076 CPUtime=0.94 cores=0,2,4,6
/proc/11995/task/12058/stat : 12058 (java) S 11992 11995 1330 0 -1 1077944384 2140 12430 0 0 43 44 4 3 20 0 15 0 47721930 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911814940976 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
Current children cumulated CPU time (s) 2475.24
Current children cumulated vsize (KiB) 14006076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.8 s]
/proc/loadavg: 1.49 1.41 1.42 3/210 12500
/proc/meminfo: memFree=29404964/32770624 swapFree=0/507568
[pid=11995] ppid=11992 vsize=14006076 CPUtime=2520.02 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 505016 12430 0 0 251776 219 4 3 20 0 15 0 47721900 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3501519 347209 3489 1 0 3490133 0
[pid=11995/tid=12045] ppid=11992 vsize=14006076 CPUtime=2479.48 cores=0,2,4,6
/proc/11995/task/12045/stat : 12045 (java) R 11992 11995 1330 0 -1 4202560 134734 12430 0 0 247899 42 4 3 20 0 15 0 47721921 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912349977328 139911933005250 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12046] ppid=11992 vsize=14006076 CPUtime=3.91 cores=0,2,4,6
/proc/11995/task/12046/stat : 12046 (java) S 11992 11995 1330 0 -1 1077944384 27073 12430 0 0 355 29 4 3 20 0 15 0 47721922 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912265157392 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12047] ppid=11992 vsize=14006076 CPUtime=3.91 cores=0,2,4,6
/proc/11995/task/12047/stat : 12047 (java) S 11992 11995 1330 0 -1 1077944384 28146 12430 0 0 356 28 4 3 20 0 15 0 47721922 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912264104848 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12048] ppid=11992 vsize=14006076 CPUtime=3.91 cores=0,2,4,6
/proc/11995/task/12048/stat : 12048 (java) S 11992 11995 1330 0 -1 1077944384 33232 12430 0 0 355 29 4 3 20 0 15 0 47721922 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912263052304 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12049] ppid=11992 vsize=14006076 CPUtime=3.94 cores=0,2,4,6
/proc/11995/task/12049/stat : 12049 (java) S 11992 11995 1330 0 -1 1077944384 30702 12430 0 0 359 28 4 3 20 0 15 0 47721922 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139912261999760 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12050] ppid=11992 vsize=14006076 CPUtime=2.29 cores=0,2,4,6
/proc/11995/task/12050/stat : 12050 (java) S 11992 11995 1330 0 -1 1077944384 25556 12430 0 0 206 16 4 3 20 0 15 0 47721923 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911823362032 139912345754242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12051] ppid=11992 vsize=14006076 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12051/stat : 12051 (java) S 11992 11995 1330 0 -1 1077944384 64 12430 0 0 0 0 4 3 20 0 15 0 47721924 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911822308320 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12052] ppid=11992 vsize=14006076 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12052/stat : 12052 (java) S 11992 11995 1330 0 -1 1077944384 50 12430 0 0 0 0 4 3 20 0 15 0 47721924 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911821255680 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12053] ppid=11992 vsize=14006076 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12053/stat : 12053 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911820204240 139912345761691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12054] ppid=11992 vsize=14006076 CPUtime=10.7 cores=0,2,4,6
/proc/11995/task/12054/stat : 12054 (java) S 11992 11995 1330 0 -1 1077944384 86139 12430 0 0 1055 8 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911819151856 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12055] ppid=11992 vsize=14006076 CPUtime=8.55 cores=0,2,4,6
/proc/11995/task/12055/stat : 12055 (java) S 11992 11995 1330 0 -1 1077944384 80221 12430 0 0 840 8 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911818099312 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12056] ppid=11992 vsize=14006076 CPUtime=2.91 cores=0,2,4,6
/proc/11995/task/12056/stat : 12056 (java) S 11992 11995 1330 0 -1 1077944384 54788 12430 0 0 276 8 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911817046768 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12057] ppid=11992 vsize=14006076 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12057/stat : 12057 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 15 0 47721927 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911815994464 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12058] ppid=11992 vsize=14006076 CPUtime=0.96 cores=0,2,4,6
/proc/11995/task/12058/stat : 12058 (java) S 11992 11995 1330 0 -1 1077944384 2156 12430 0 0 44 45 4 3 20 0 15 0 47721930 14342221824 347209 18446744073709551615 4194304 4196468 140727052821776 139911814940976 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14006076

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

[startup+2487.21 s]
/proc/loadavg: 1.69 1.46 1.43 6/212 12502
/proc/meminfo: memFree=29397684/32770624 swapFree=0/507568
[pid=11995] ppid=11992 vsize=14139204 CPUtime=2521.43 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 512178 12430 0 0 251916 220 4 3 20 0 17 0 47721900 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3534801 349901 3489 1 0 3523415 0
[pid=11995/tid=12045] ppid=11992 vsize=14139204 CPUtime=2479.49 cores=0,2,4,6
/proc/11995/task/12045/stat : 12045 (java) S 11992 11995 1330 0 -1 1077944384 135051 12430 0 0 247900 42 4 3 20 0 17 0 47721921 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912349980816 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12046] ppid=11992 vsize=14139204 CPUtime=4.25 cores=0,2,4,6
/proc/11995/task/12046/stat : 12046 (java) R 11992 11995 1330 0 -1 4202560 27177 12430 0 0 389 29 4 3 20 0 17 0 47721922 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912265157392 139912327339467 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12047] ppid=11992 vsize=14139204 CPUtime=4.25 cores=0,2,4,6
/proc/11995/task/12047/stat : 12047 (java) R 11992 11995 1330 0 -1 4202560 28287 12430 0 0 390 28 4 3 20 0 17 0 47721922 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912264105048 139912330197042 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12048] ppid=11992 vsize=14139204 CPUtime=4.25 cores=0,2,4,6
/proc/11995/task/12048/stat : 12048 (java) R 11992 11995 1330 0 -1 4202560 33394 12430 0 0 389 29 4 3 20 0 17 0 47721922 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912263052192 139912330197136 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12049] ppid=11992 vsize=14139204 CPUtime=4.28 cores=0,2,4,6
/proc/11995/task/12049/stat : 12049 (java) R 11992 11995 1330 0 -1 4202560 30735 12430 0 0 393 28 4 3 20 0 17 0 47721922 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912261999960 139912330197024 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12050] ppid=11992 vsize=14139204 CPUtime=2.35 cores=0,2,4,6
/proc/11995/task/12050/stat : 12050 (java) S 11992 11995 1330 0 -1 1077944384 31789 12430 0 0 211 17 4 3 20 0 17 0 47721923 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911823360432 139912345753301 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12051] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12051/stat : 12051 (java) S 11992 11995 1330 0 -1 1077944384 66 12430 0 0 0 0 4 3 20 0 17 0 47721924 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911822308224 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12052] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12052/stat : 12052 (java) S 11992 11995 1330 0 -1 1077944384 50 12430 0 0 0 0 4 3 20 0 17 0 47721924 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911821255680 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12053] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12053/stat : 12053 (java) S 11992 11995 1330 0 -1 1077944384 67 12430 0 0 0 0 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911820204240 139912345761691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12054] ppid=11992 vsize=14139204 CPUtime=10.7 cores=0,2,4,6
/proc/11995/task/12054/stat : 12054 (java) S 11992 11995 1330 0 -1 1077944384 86139 12430 0 0 1055 8 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911819151856 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12055] ppid=11992 vsize=14139204 CPUtime=8.55 cores=0,2,4,6
/proc/11995/task/12055/stat : 12055 (java) S 11992 11995 1330 0 -1 1077944384 80221 12430 0 0 840 8 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911818099312 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12056] ppid=11992 vsize=14139204 CPUtime=2.91 cores=0,2,4,6
/proc/11995/task/12056/stat : 12056 (java) S 11992 11995 1330 0 -1 1077944384 54788 12430 0 0 276 8 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911817046768 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12057] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12057/stat : 12057 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911815994464 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12058] ppid=11992 vsize=14139204 CPUtime=0.96 cores=0,2,4,6
/proc/11995/task/12058/stat : 12058 (java) S 11992 11995 1330 0 -1 1077944384 2156 12430 0 0 44 45 4 3 20 0 17 0 47721930 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911814940976 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12501] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12501/stat : 12501 (java) S 11992 11995 1330 0 -1 1077944384 78 12430 0 0 0 0 4 3 20 0 17 0 47970581 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911782051952 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12502] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12502/stat : 12502 (java) S 11992 11995 1330 0 -1 1077944384 26 12430 0 0 0 0 4 3 20 0 17 0 47970581 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911713776576 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
Current children cumulated CPU time (s) 2521.43
Current children cumulated vsize (KiB) 14139204

[startup+2487.3 s]
/proc/loadavg: 1.69 1.46 1.43 6/212 12502
/proc/meminfo: memFree=29397684/32770624 swapFree=0/507568
[pid=11995] ppid=11992 vsize=14139204 CPUtime=2521.71 cores=0,2,4,6
/proc/11995/stat : 11995 (java) S 11992 11995 1330 0 -1 1077944320 512178 12430 0 0 251944 220 4 3 20 0 17 0 47721900 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 140727052804320 139912345743095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
/proc/11995/statm: 3534801 349901 3489 1 0 3523415 0
[pid=11995/tid=12045] ppid=11992 vsize=14139204 CPUtime=2479.49 cores=0,2,4,6
/proc/11995/task/12045/stat : 12045 (java) S 11992 11995 1330 0 -1 1077944384 135051 12430 0 0 247900 42 4 3 20 0 17 0 47721921 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912349980816 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12046] ppid=11992 vsize=14139204 CPUtime=4.31 cores=0,2,4,6
/proc/11995/task/12046/stat : 12046 (java) S 11992 11995 1330 0 -1 1077944384 27177 12430 0 0 395 29 4 3 20 0 17 0 47721922 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912265157392 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12047] ppid=11992 vsize=14139204 CPUtime=4.31 cores=0,2,4,6
/proc/11995/task/12047/stat : 12047 (java) S 11992 11995 1330 0 -1 1077944384 28287 12430 0 0 396 28 4 3 20 0 17 0 47721922 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912264104848 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12048] ppid=11992 vsize=14139204 CPUtime=4.31 cores=0,2,4,6
/proc/11995/task/12048/stat : 12048 (java) S 11992 11995 1330 0 -1 1077944384 33394 12430 0 0 395 29 4 3 20 0 17 0 47721922 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912263052304 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12049] ppid=11992 vsize=14139204 CPUtime=4.34 cores=0,2,4,6
/proc/11995/task/12049/stat : 12049 (java) S 11992 11995 1330 0 -1 1077944384 30735 12430 0 0 399 28 4 3 20 0 17 0 47721922 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139912261999760 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12050] ppid=11992 vsize=14139204 CPUtime=2.38 cores=0,2,4,6
/proc/11995/task/12050/stat : 12050 (java) R 11992 11995 1330 0 -1 4202560 31789 12430 0 0 214 17 4 3 20 0 17 0 47721923 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911823360432 139912323874574 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12051] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12051/stat : 12051 (java) S 11992 11995 1330 0 -1 1077944384 66 12430 0 0 0 0 4 3 20 0 17 0 47721924 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911822308224 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12052] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12052/stat : 12052 (java) S 11992 11995 1330 0 -1 1077944384 50 12430 0 0 0 0 4 3 20 0 17 0 47721924 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911821255680 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12053] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12053/stat : 12053 (java) S 11992 11995 1330 0 -1 1077944384 67 12430 0 0 0 0 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911820204240 139912345761691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12054] ppid=11992 vsize=14139204 CPUtime=10.7 cores=0,2,4,6
/proc/11995/task/12054/stat : 12054 (java) S 11992 11995 1330 0 -1 1077944384 86139 12430 0 0 1055 8 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911819151856 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12055] ppid=11992 vsize=14139204 CPUtime=8.55 cores=0,2,4,6
/proc/11995/task/12055/stat : 12055 (java) S 11992 11995 1330 0 -1 1077944384 80221 12430 0 0 840 8 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911818099312 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12056] ppid=11992 vsize=14139204 CPUtime=2.91 cores=0,2,4,6
/proc/11995/task/12056/stat : 12056 (java) S 11992 11995 1330 0 -1 1077944384 54788 12430 0 0 276 8 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911817046768 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12057] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12057/stat : 12057 (java) S 11992 11995 1330 0 -1 1077944384 3 12430 0 0 0 0 4 3 20 0 17 0 47721927 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911815994464 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12058] ppid=11992 vsize=14139204 CPUtime=0.96 cores=0,2,4,6
/proc/11995/task/12058/stat : 12058 (java) S 11992 11995 1330 0 -1 1077944384 2156 12430 0 0 44 45 4 3 20 0 17 0 47721930 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911814940976 139912345754242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12501] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12501/stat : 12501 (java) S 11992 11995 1330 0 -1 1077944384 78 12430 0 0 0 0 4 3 20 0 17 0 47970581 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911782051952 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
[pid=11995/tid=12502] ppid=11992 vsize=14139204 CPUtime=0.07 cores=0,2,4,6
/proc/11995/task/12502/stat : 12502 (java) S 11992 11995 1330 0 -1 1077944384 26 12430 0 0 0 0 4 3 20 0 17 0 47970581 14478544896 349901 18446744073709551615 4194304 4196468 140727052821776 139911713776576 139912345753301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140727052830672 140727052833457 140727052833457 140727052836815 0
Current children cumulated CPU time (s) 2521.71
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 2487.41
CPU time (s): 2522.04
CPU user time (s): 2519.78
CPU system time (s): 2.25442
CPU usage (%): 101.392
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.78
system time used= 2.25442
maximum resident set size= 1902732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107879
involuntary context switches= 4000

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3364 second user time and 15.5645 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 14:22:46
IDJOB=4262086
IDBENCH=130626
IDSOLVER=2650
FILE ID=node125/4262086-1502455011
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262086-1502455011/watcher-4262086-1502455011 -o /tmp/evaluation-result-4262086-1502455011/solver-4262086-1502455011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262086-1502455011.xml

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

MD5SUM BENCH= 30814e96d0bc4cf3d8fc4c07c399f55d
RANDOM SEED=55820118

node125.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.07
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.07
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.07
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.07
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:        29717168 kB
MemAvailable:   30482444 kB
Buffers:          252300 kB
Cached:           804808 kB
SwapCached:            0 kB
Active:          2098804 kB
Inactive:         531868 kB
Active(anon):    1574320 kB
Inactive(anon):    24908 kB
Active(file):     524484 kB
Inactive(file):   506960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24604 kB
Writeback:             4 kB
AnonPages:       1573764 kB
Mapped:            54904 kB
Shmem:             25252 kB
Slab:             124428 kB
SReclaimable:      99336 kB
SUnreclaim:        25092 kB
KernelStack:        3424 kB
PageTables:         8440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2305860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1325056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 15:04:14