Trace number 4259680

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) 261.77802 240.67101

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-20.xml
MD5SUMf43327d25c90fcea6a9e7ed354db6bef
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 variables479
Number of constraints478
Number of domains2
Minimum domain size2
Maximum domain size400
Distribution of domain sizes[{"size":2,"count":78},{"size":400,"count":401}]
Minimum variable degree2
Maximum variable degree78
Distribution of variable degrees[{"degree":2,"count":80},{"degree":3,"count":320},{"degree":4,"count":78},{"degree":78,"count":1}]
Minimum constraint arity2
Maximum constraint arity400
Distribution of constraint arities[{"arity":2,"count":399},{"arity":3,"count":78},{"arity":400,"count":1}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.92 1.87 2/200 16298
/proc/meminfo: memFree=30167776/32770624 swapFree=0/252016
[pid=16298] ppid=16295 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16298/stat : 16298 (runsolver) D 16295 16298 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7468081 24240128 106 18446744073709551615 4194304 4338465 140733844535056 140733844532696 140694452200151 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 8867840 140733844541649 140733844542023 140733844542023 140733844545482 0
/proc/16298/statm: 5918 106 53 36 0 2156 0

[startup+0.100125 s]
/proc/loadavg: 1.93 1.92 1.87 2/200 16298
/proc/meminfo: memFree=30167776/32770624 swapFree=0/252016
[pid=16298] ppid=16295 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/16298/stat : 16298 (bash) S 16295 16298 3187 0 -1 4202496 683 1546 0 0 0 0 0 0 20 0 1 0 7468081 9736192 351 18446744073709551615 4194304 5098028 140731816181648 140731816179288 140393195105280 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 14618624 140731816186386 140731816186471 140731816186471 140731816189930 0
/proc/16298/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200277 s]
/proc/loadavg: 1.93 1.92 1.87 2/200 16298
/proc/meminfo: memFree=30167776/32770624 swapFree=0/252016
[pid=16298] ppid=16295 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16298/stat : 16298 (bash) S 16295 16298 3187 0 -1 4202496 892 6493 0 0 0 0 0 1 20 0 1 0 7468081 9867264 377 18446744073709551615 4194304 5098028 140731816181648 140731816175656 140393195105280 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 14618624 140731816186386 140731816186471 140731816186471 140731816189930 0
/proc/16298/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300318 s]
/proc/loadavg: 1.93 1.92 1.87 2/200 16298
/proc/meminfo: memFree=30167776/32770624 swapFree=0/252016
[pid=16298] ppid=16295 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 5970 12557 0 0 5 1 5 3 20 0 14 0 7468081 14241083392 5666 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3476827 5666 2570 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.703008 s]
/proc/loadavg: 1.93 1.92 1.87 2/200 16298
/proc/meminfo: memFree=30167776/32770624 swapFree=0/252016
[pid=16298] ppid=16295 vsize=13974784 CPUtime=0.66 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 14038 12557 0 0 54 4 5 3 20 0 15 0 7468081 14310178816 14499 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3493696 14499 3110 1 0 3482973 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13974784

[startup+1.50055 s]
/proc/loadavg: 1.93 1.92 1.87 3/215 16361
/proc/meminfo: memFree=30075744/32770624 swapFree=0/251984
[pid=16298] ppid=16295 vsize=13985408 CPUtime=1.87 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 28138 12557 0 0 171 8 5 3 20 0 15 0 7468081 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3496352 33863 3331 1 0 3485533 0
[pid=16298/tid=16348] ppid=16295 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/16298/task/16348/stat : 16348 (java) R 16295 16298 3187 0 -1 4202560 22732 12557 0 0 115 6 5 3 20 0 15 0 7468103 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140436030289408 140436026078365 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16349] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16349/stat : 16349 (java) S 16295 16298 3187 0 -1 1077944384 1 12557 0 0 0 0 5 3 20 0 15 0 7468104 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435983022992 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16350] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16350/stat : 16350 (java) S 16295 16298 3187 0 -1 1077944384 1 12557 0 0 0 0 5 3 20 0 15 0 7468104 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435981970192 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16351] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16351/stat : 16351 (java) S 16295 16298 3187 0 -1 1077944384 1 12557 0 0 0 0 5 3 20 0 15 0 7468104 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435980917904 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16352] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16352/stat : 16352 (java) S 16295 16298 3187 0 -1 1077944384 2 12557 0 0 0 0 5 3 20 0 15 0 7468104 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435979865104 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16353] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16353/stat : 16353 (java) S 16295 16298 3187 0 -1 1077944384 5 12557 0 0 0 0 5 3 20 0 15 0 7468105 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435571648624 140436026067586 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16354] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16354/stat : 16354 (java) S 16295 16298 3187 0 -1 1077944384 33 12557 0 0 0 0 5 3 20 0 15 0 7468106 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435570594592 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16355] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16355/stat : 16355 (java) S 16295 16298 3187 0 -1 1077944384 21 12557 0 0 0 0 5 3 20 0 15 0 7468106 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435569542256 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16356] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16356/stat : 16356 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435568490576 140436026075035 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16357] ppid=16295 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/16298/task/16357/stat : 16357 (java) S 16295 16298 3187 0 -1 1077944384 1265 12557 0 0 17 0 5 3 20 0 15 0 7468109 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435567438448 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16358] ppid=16295 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/16298/task/16358/stat : 16358 (java) S 16295 16298 3187 0 -1 1077944384 656 12557 0 0 16 0 5 3 20 0 15 0 7468109 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435498461680 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16359] ppid=16295 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/16298/task/16359/stat : 16359 (java) S 16295 16298 3187 0 -1 1077944384 1258 12557 0 0 22 0 5 3 20 0 15 0 7468109 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435497409392 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16360] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16360/stat : 16360 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435496356832 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16361] ppid=16295 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16361/stat : 16361 (java) S 16295 16298 3187 0 -1 1077944384 6 12557 0 0 0 0 5 3 20 0 15 0 7468113 14321057792 33863 18446744073709551615 4194304 4196468 140737096633440 140435495303600 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10058 s]
/proc/loadavg: 1.93 1.92 1.87 3/215 16361
/proc/meminfo: memFree=29999552/32770624 swapFree=0/251984
[pid=16298] ppid=16295 vsize=13997884 CPUtime=5.15 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 47452 12557 0 0 492 15 5 3 20 0 15 0 7468081 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3499471 52458 3436 1 0 3488093 0
[pid=16298/tid=16348] ppid=16295 vsize=13997884 CPUtime=2.86 cores=0,2,4,6
/proc/16298/task/16348/stat : 16348 (java) R 16295 16298 3187 0 -1 4202560 37068 12557 0 0 270 8 5 3 20 0 15 0 7468103 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140436030287024 140435657529445 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16349] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16349/stat : 16349 (java) S 16295 16298 3187 0 -1 1077944384 76 12557 0 0 0 0 5 3 20 0 15 0 7468104 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435983022992 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16350] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16350/stat : 16350 (java) S 16295 16298 3187 0 -1 1077944384 41 12557 0 0 1 0 5 3 20 0 15 0 7468104 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435981970192 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16351] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16351/stat : 16351 (java) S 16295 16298 3187 0 -1 1077944384 188 12557 0 0 1 0 5 3 20 0 15 0 7468104 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435980917904 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16352] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16352/stat : 16352 (java) S 16295 16298 3187 0 -1 1077944384 48 12557 0 0 0 0 5 3 20 0 15 0 7468104 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435979865104 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16353] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16353/stat : 16353 (java) S 16295 16298 3187 0 -1 1077944384 1088 12557 0 0 1 0 5 3 20 0 15 0 7468105 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435571648624 140436026067586 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16354] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16354/stat : 16354 (java) S 16295 16298 3187 0 -1 1077944384 54 12557 0 0 0 0 5 3 20 0 15 0 7468106 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435570594592 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16355] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16355/stat : 16355 (java) S 16295 16298 3187 0 -1 1077944384 47 12557 0 0 0 0 5 3 20 0 15 0 7468106 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435569542256 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16356] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16356/stat : 16356 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435568490576 140436026075035 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16357] ppid=16295 vsize=13997884 CPUtime=0.67 cores=0,2,4,6
/proc/16298/task/16357/stat : 16357 (java) S 16295 16298 3187 0 -1 1077944384 1652 12557 0 0 58 1 5 3 20 0 15 0 7468109 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435567438448 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16358] ppid=16295 vsize=13997884 CPUtime=0.75 cores=0,2,4,6
/proc/16298/task/16358/stat : 16358 (java) S 16295 16298 3187 0 -1 1077944384 1860 12557 0 0 67 0 5 3 20 0 15 0 7468109 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435498461680 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16359] ppid=16295 vsize=13997884 CPUtime=0.97 cores=0,2,4,6
/proc/16298/task/16359/stat : 16359 (java) S 16295 16298 3187 0 -1 1077944384 3164 12557 0 0 88 1 5 3 20 0 15 0 7468109 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435497409392 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16360] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16360/stat : 16360 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435496356832 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16361] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16361/stat : 16361 (java) S 16295 16298 3187 0 -1 1077944384 8 12557 0 0 0 0 5 3 20 0 15 0 7468113 14333833216 52458 18446744073709551615 4194304 4196468 140737096633440 140435495303600 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 13997884

[startup+6.30058 s]
/proc/loadavg: 2.10 1.95 1.88 3/215 16361
/proc/meminfo: memFree=29878980/32770624 swapFree=0/251988
[pid=16298] ppid=16295 vsize=13997884 CPUtime=9.31 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 49677 12557 0 0 905 18 5 3 20 0 15 0 7468081 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3499471 75372 3447 1 0 3488093 0
[pid=16298/tid=16348] ppid=16295 vsize=13997884 CPUtime=6.04 cores=0,2,4,6
/proc/16298/task/16348/stat : 16348 (java) R 16295 16298 3187 0 -1 4202560 37553 12557 0 0 587 9 5 3 20 0 15 0 7468103 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140436030286248 140435650581942 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16349] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16349/stat : 16349 (java) S 16295 16298 3187 0 -1 1077944384 183 12557 0 0 1 0 5 3 20 0 15 0 7468104 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435983022992 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16350] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16350/stat : 16350 (java) S 16295 16298 3187 0 -1 1077944384 62 12557 0 0 1 0 5 3 20 0 15 0 7468104 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435981970192 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16351] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16351/stat : 16351 (java) S 16295 16298 3187 0 -1 1077944384 200 12557 0 0 1 0 5 3 20 0 15 0 7468104 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435980917904 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16352] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16352/stat : 16352 (java) S 16295 16298 3187 0 -1 1077944384 81 12557 0 0 1 0 5 3 20 0 15 0 7468104 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435979865104 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16353] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16353/stat : 16353 (java) S 16295 16298 3187 0 -1 1077944384 1152 12557 0 0 1 0 5 3 20 0 15 0 7468105 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435571648624 140436026067586 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16354] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16354/stat : 16354 (java) S 16295 16298 3187 0 -1 1077944384 54 12557 0 0 0 0 5 3 20 0 15 0 7468106 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435570594656 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16355] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16355/stat : 16355 (java) S 16295 16298 3187 0 -1 1077944384 48 12557 0 0 0 0 5 3 20 0 15 0 7468106 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435569542272 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16356] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16356/stat : 16356 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435568490576 140436026075035 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16357] ppid=16295 vsize=13997884 CPUtime=1.03 cores=0,2,4,6
/proc/16298/task/16357/stat : 16357 (java) S 16295 16298 3187 0 -1 1077944384 2035 12557 0 0 94 1 5 3 20 0 15 0 7468109 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435567438448 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16358] ppid=16295 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/16298/task/16358/stat : 16358 (java) S 16295 16298 3187 0 -1 1077944384 2379 12557 0 0 111 1 5 3 20 0 15 0 7468109 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435498461680 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16359] ppid=16295 vsize=13997884 CPUtime=1.12 cores=0,2,4,6
/proc/16298/task/16359/stat : 16359 (java) S 16295 16298 3187 0 -1 1077944384 3762 12557 0 0 102 2 5 3 20 0 15 0 7468109 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435497409392 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16360] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16360/stat : 16360 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435496356832 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16361] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16361/stat : 16361 (java) S 16295 16298 3187 0 -1 1077944384 10 12557 0 0 0 0 5 3 20 0 15 0 7468113 14333833216 75372 18446744073709551615 4194304 4196468 140737096633440 140435495303600 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 2.01 1.94 1.88 3/215 16362
/proc/meminfo: memFree=29850928/32770624 swapFree=0/251996
[pid=16298] ppid=16295 vsize=13997884 CPUtime=16.08 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 55094 12557 0 0 1577 23 5 3 20 0 15 0 7468081 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3499471 83687 3456 1 0 3488093 0
[pid=16298/tid=16348] ppid=16295 vsize=13997884 CPUtime=12.41 cores=0,2,4,6
/proc/16298/task/16348/stat : 16348 (java) R 16295 16298 3187 0 -1 4202560 39266 12557 0 0 1224 9 5 3 20 0 15 0 7468103 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140436030287872 140435657514304 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16349] ppid=16295 vsize=13997884 CPUtime=0.12 cores=0,2,4,6
/proc/16298/task/16349/stat : 16349 (java) S 16295 16298 3187 0 -1 1077944384 581 12557 0 0 3 1 5 3 20 0 15 0 7468104 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140435983022992 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16350] ppid=16295 vsize=13997884 CPUtime=0.12 cores=0,2,4,6
/proc/16298/task/16350/stat : 16350 (java) S 16295 16298 3187 0 -1 1077944384 410 12557 0 0 3 1 5 3 20 0 15 0 7468104 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140435981970192 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16351] ppid=16295 vsize=13997884 CPUtime=0.12 cores=0,2,4,6
/proc/16298/task/16351/stat : 16351 (java) S 16295 16298 3187 0 -1 1077944384 712 12557 0 0 3 1 5 3 20 0 15 0 7468104 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140435980917904 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16352] ppid=16295 vsize=13997884 CPUtime=0.12 cores=0,2,4,6
/proc/16298/task/16352/stat : 16352 (java) S 16295 16298 3187 0 -1 1077944384 250 12557 0 0 3 1 5 3 20 0 15 0 7468104 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140435979865104 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16353] ppid=16295 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16298/task/16353/stat : 16353 (java) S 16295 16298 3187 0 -1 1077944384 1368 12557 0 0 1 0 5 3 20 0 15 0 7468105 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140435571648624 140436026067586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16354] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16354/stat : 16354 (java) S 16295 16298 3187 0 -1 1077944384 54 12557 0 0 0 0 5 3 20 0 15 0 7468106 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140435570594656 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16355] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16355/stat : 16355 (java) S 16295 16298 3187 0 -1 1077944384 48 12557 0 0 0 0 5 3 20 0 15 0 7468106 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140435569542272 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16356] ppid=16295 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16356/stat : 16356 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14333833216 83687 18446744073709551615 4194304 4196468 140737096633440 140435568490576 140436026075035 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0

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

/proc/16298/task/16360/stat : 16360 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14342221824 575571 18446744073709551615 4194304 4196468 140737096633440 140435496356832 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16361] ppid=16295 vsize=14006076 CPUtime=0.14 cores=0,2,4,6
/proc/16298/task/16361/stat : 16361 (java) S 16295 16298 3187 0 -1 1077944384 178 12557 0 0 2 4 5 3 20 0 15 0 7468113 14342221824 575571 18446744073709551615 4194304 4196468 140737096633440 140435495303600 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
Current children cumulated CPU time (s) 181.75
Current children cumulated vsize (KiB) 14006076

[startup+222.307 s]
/proc/loadavg: 1.47 1.84 1.86 3/214 16508
/proc/meminfo: memFree=28294948/32770624 swapFree=0/252156
[pid=16298] ppid=16295 vsize=14006076 CPUtime=241.85 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 149418 12557 0 0 24058 119 5 3 20 0 15 0 7468081 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3501519 621735 3478 1 0 3490141 0
[pid=16298/tid=16348] ppid=16295 vsize=14006076 CPUtime=221.43 cores=0,2,4,6
/proc/16298/task/16348/stat : 16348 (java) R 16295 16298 3187 0 -1 4202560 67048 12557 0 0 22095 40 5 3 20 0 15 0 7468103 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140436030287616 140435671053376 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16349] ppid=16295 vsize=14006076 CPUtime=0.61 cores=0,2,4,6
/proc/16298/task/16349/stat : 16349 (java) S 16295 16298 3187 0 -1 1077944384 3880 12557 0 0 38 15 5 3 20 0 15 0 7468104 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435983022992 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16350] ppid=16295 vsize=14006076 CPUtime=0.6 cores=0,2,4,6
/proc/16298/task/16350/stat : 16350 (java) S 16295 16298 3187 0 -1 1077944384 2269 12557 0 0 37 15 5 3 20 0 15 0 7468104 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435981970192 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16351] ppid=16295 vsize=14006076 CPUtime=0.59 cores=0,2,4,6
/proc/16298/task/16351/stat : 16351 (java) S 16295 16298 3187 0 -1 1077944384 1930 12557 0 0 36 15 5 3 20 0 15 0 7468104 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435980917904 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16352] ppid=16295 vsize=14006076 CPUtime=0.61 cores=0,2,4,6
/proc/16298/task/16352/stat : 16352 (java) S 16295 16298 3187 0 -1 1077944384 2369 12557 0 0 39 14 5 3 20 0 15 0 7468104 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435979865104 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16353] ppid=16295 vsize=14006076 CPUtime=0.16 cores=0,2,4,6
/proc/16298/task/16353/stat : 16353 (java) S 16295 16298 3187 0 -1 1077944384 8376 12557 0 0 7 1 5 3 20 0 15 0 7468105 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435571648624 140436026067586 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16354] ppid=16295 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16354/stat : 16354 (java) S 16295 16298 3187 0 -1 1077944384 59 12557 0 0 0 0 5 3 20 0 15 0 7468106 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435570594656 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16355] ppid=16295 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16355/stat : 16355 (java) S 16295 16298 3187 0 -1 1077944384 53 12557 0 0 0 0 5 3 20 0 15 0 7468106 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435569542272 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16356] ppid=16295 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16356/stat : 16356 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435568490576 140436026075035 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16357] ppid=16295 vsize=14006076 CPUtime=7.57 cores=0,2,4,6
/proc/16298/task/16357/stat : 16357 (java) S 16295 16298 3187 0 -1 1077944384 22872 12557 0 0 745 4 5 3 20 0 15 0 7468109 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435567438448 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16358] ppid=16295 vsize=14006076 CPUtime=7.91 cores=0,2,4,6
/proc/16298/task/16358/stat : 16358 (java) S 16295 16298 3187 0 -1 1077944384 18913 12557 0 0 781 2 5 3 20 0 15 0 7468109 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435498461680 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16359] ppid=16295 vsize=14006076 CPUtime=2.82 cores=0,2,4,6
/proc/16298/task/16359/stat : 16359 (java) S 16295 16298 3187 0 -1 1077944384 19290 12557 0 0 269 5 5 3 20 0 15 0 7468109 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435497409392 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16360] ppid=16295 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16360/stat : 16360 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435496356832 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16361] ppid=16295 vsize=14006076 CPUtime=0.17 cores=0,2,4,6
/proc/16298/task/16361/stat : 16361 (java) S 16295 16298 3187 0 -1 1077944384 201 12557 0 0 3 6 5 3 20 0 15 0 7468113 14342221824 621735 18446744073709551615 4194304 4196468 140737096633440 140435495303600 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
Current children cumulated CPU time (s) 241.85
Current children cumulated vsize (KiB) 14006076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.62 1.85 1.86 3/214 16508
/proc/meminfo: memFree=28307164/32770624 swapFree=0/252164
[pid=16298] ppid=16295 vsize=14006076 CPUtime=259.58 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 150547 12557 0 0 25830 120 5 3 20 0 15 0 7468081 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3501519 624292 3478 1 0 3490141 0
[pid=16298/tid=16348] ppid=16295 vsize=14006076 CPUtime=239.12 cores=0,2,4,6
/proc/16298/task/16348/stat : 16348 (java) R 16295 16298 3187 0 -1 4202560 67653 12557 0 0 23864 40 5 3 20 0 15 0 7468103 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140436030290576 140435670232241 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16349] ppid=16295 vsize=14006076 CPUtime=0.62 cores=0,2,4,6
/proc/16298/task/16349/stat : 16349 (java) S 16295 16298 3187 0 -1 1077944384 3886 12557 0 0 39 15 5 3 20 0 15 0 7468104 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435983022992 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16350] ppid=16295 vsize=14006076 CPUtime=0.6 cores=0,2,4,6
/proc/16298/task/16350/stat : 16350 (java) S 16295 16298 3187 0 -1 1077944384 2276 12557 0 0 37 15 5 3 20 0 15 0 7468104 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435981970192 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16351] ppid=16295 vsize=14006076 CPUtime=0.6 cores=0,2,4,6
/proc/16298/task/16351/stat : 16351 (java) S 16295 16298 3187 0 -1 1077944384 1961 12557 0 0 37 15 5 3 20 0 15 0 7468104 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435980917904 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16352] ppid=16295 vsize=14006076 CPUtime=0.61 cores=0,2,4,6
/proc/16298/task/16352/stat : 16352 (java) S 16295 16298 3187 0 -1 1077944384 2376 12557 0 0 39 14 5 3 20 0 15 0 7468104 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435979865104 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16353] ppid=16295 vsize=14006076 CPUtime=0.16 cores=0,2,4,6
/proc/16298/task/16353/stat : 16353 (java) S 16295 16298 3187 0 -1 1077944384 8384 12557 0 0 7 1 5 3 20 0 15 0 7468105 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435571648624 140436026067586 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16354] ppid=16295 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16354/stat : 16354 (java) S 16295 16298 3187 0 -1 1077944384 59 12557 0 0 0 0 5 3 20 0 15 0 7468106 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435570594656 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16355] ppid=16295 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16355/stat : 16355 (java) S 16295 16298 3187 0 -1 1077944384 53 12557 0 0 0 0 5 3 20 0 15 0 7468106 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435569542272 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16356] ppid=16295 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16356/stat : 16356 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435568490576 140436026075035 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16357] ppid=16295 vsize=14006076 CPUtime=7.57 cores=0,2,4,6
/proc/16298/task/16357/stat : 16357 (java) S 16295 16298 3187 0 -1 1077944384 22872 12557 0 0 745 4 5 3 20 0 15 0 7468109 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435567438448 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16358] ppid=16295 vsize=14006076 CPUtime=7.91 cores=0,2,4,6
/proc/16298/task/16358/stat : 16358 (java) S 16295 16298 3187 0 -1 1077944384 18913 12557 0 0 781 2 5 3 20 0 15 0 7468109 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435498461680 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16359] ppid=16295 vsize=14006076 CPUtime=2.82 cores=0,2,4,6
/proc/16298/task/16359/stat : 16359 (java) S 16295 16298 3187 0 -1 1077944384 19755 12557 0 0 269 5 5 3 20 0 15 0 7468109 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435497409392 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16360] ppid=16295 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16360/stat : 16360 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 7468109 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435496356832 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16361] ppid=16295 vsize=14006076 CPUtime=0.17 cores=0,2,4,6
/proc/16298/task/16361/stat : 16361 (java) S 16295 16298 3187 0 -1 1077944384 201 12557 0 0 3 6 5 3 20 0 15 0 7468113 14342221824 624292 18446744073709551615 4194304 4196468 140737096633440 140435495303600 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
Current children cumulated CPU time (s) 259.58
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 16298 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.411 s]
/proc/loadavg: 1.62 1.85 1.86 3/214 16508
/proc/meminfo: memFree=28307164/32770624 swapFree=0/252164
[pid=16298] ppid=16295 vsize=14139204 CPUtime=261.02 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 162508 12557 0 0 25971 123 5 3 20 0 17 0 7468081 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3534801 628177 3478 1 0 3523423 0
[pid=16298/tid=16348] ppid=16295 vsize=14139204 CPUtime=239.13 cores=0,2,4,6
/proc/16298/task/16348/stat : 16348 (java) S 16295 16298 3187 0 -1 1077944384 68209 12557 0 0 23865 40 5 3 20 0 17 0 7468103 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140436030294224 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16349] ppid=16295 vsize=14139204 CPUtime=0.95 cores=0,2,4,6
/proc/16298/task/16349/stat : 16349 (java) R 16295 16298 3187 0 -1 4202560 3987 12557 0 0 72 15 5 3 20 0 17 0 7468104 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435983022992 140436010754214 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16350] ppid=16295 vsize=14139204 CPUtime=0.95 cores=0,2,4,6
/proc/16298/task/16350/stat : 16350 (java) R 16295 16298 3187 0 -1 4202560 2424 12557 0 0 71 16 5 3 20 0 17 0 7468104 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435981970392 140436007652358 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16351] ppid=16295 vsize=14139204 CPUtime=0.93 cores=0,2,4,6
/proc/16298/task/16351/stat : 16351 (java) R 16295 16298 3187 0 -1 4202560 2123 12557 0 0 70 15 5 3 20 0 17 0 7468104 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435980917904 140436010510470 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16352] ppid=16295 vsize=14139204 CPUtime=0.96 cores=0,2,4,6
/proc/16298/task/16352/stat : 16352 (java) R 16295 16298 3187 0 -1 4202560 2467 12557 0 0 73 15 5 3 20 0 17 0 7468104 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435979865104 140436010754078 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16353] ppid=16295 vsize=14139204 CPUtime=0.23 cores=0,2,4,6
/proc/16298/task/16353/stat : 16353 (java) S 16295 16298 3187 0 -1 1077944384 18708 12557 0 0 13 2 5 3 20 0 17 0 7468105 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435571647024 140436026066645 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16354] ppid=16295 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16354/stat : 16354 (java) S 16295 16298 3187 0 -1 1077944384 61 12557 0 0 0 0 5 3 20 0 17 0 7468106 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435570594288 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16355] ppid=16295 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16355/stat : 16355 (java) S 16295 16298 3187 0 -1 1077944384 53 12557 0 0 0 0 5 3 20 0 17 0 7468106 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435569542272 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16356] ppid=16295 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16356/stat : 16356 (java) S 16295 16298 3187 0 -1 1077944384 182 12557 0 0 0 0 5 3 20 0 17 0 7468109 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435568490576 140436026075035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16357] ppid=16295 vsize=14139204 CPUtime=7.57 cores=0,2,4,6
/proc/16298/task/16357/stat : 16357 (java) S 16295 16298 3187 0 -1 1077944384 22872 12557 0 0 745 4 5 3 20 0 17 0 7468109 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435567438448 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16358] ppid=16295 vsize=14139204 CPUtime=7.91 cores=0,2,4,6
/proc/16298/task/16358/stat : 16358 (java) S 16295 16298 3187 0 -1 1077944384 19016 12557 0 0 781 2 5 3 20 0 17 0 7468109 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435498461248 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16359] ppid=16295 vsize=14139204 CPUtime=2.82 cores=0,2,4,6
/proc/16298/task/16359/stat : 16359 (java) S 16295 16298 3187 0 -1 1077944384 19755 12557 0 0 269 5 5 3 20 0 17 0 7468109 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435497409392 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16360] ppid=16295 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16360/stat : 16360 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 17 0 7468109 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435496356832 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16361] ppid=16295 vsize=14139204 CPUtime=0.17 cores=0,2,4,6
/proc/16298/task/16361/stat : 16361 (java) S 16295 16298 3187 0 -1 1077944384 201 12557 0 0 3 6 5 3 20 0 17 0 7468113 14478544896 628177 18446744073709551615 4194304 4196468 140737096633440 140435495303600 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
Current children cumulated CPU time (s) 261.02
Current children cumulated vsize (KiB) 14139204

[startup+240.601 s]
/proc/loadavg: 1.62 1.85 1.86 3/214 16508
/proc/meminfo: memFree=28307164/32770624 swapFree=0/252164
[pid=16298] ppid=16295 vsize=14139204 CPUtime=261.6 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16295 16298 3187 0 -1 1077944320 162523 12557 0 0 26029 123 5 3 20 0 17 0 7468081 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140737096615984 140436026056439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
/proc/16298/statm: 3534801 626894 3478 1 0 3523423 0
[pid=16298/tid=16348] ppid=16295 vsize=14139204 CPUtime=239.13 cores=0,2,4,6
/proc/16298/task/16348/stat : 16348 (java) S 16295 16298 3187 0 -1 1077944384 68210 12557 0 0 23865 40 5 3 20 0 17 0 7468103 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140436030294224 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16349] ppid=16295 vsize=14139204 CPUtime=1.09 cores=0,2,4,6
/proc/16298/task/16349/stat : 16349 (java) S 16295 16298 3187 0 -1 1077944384 3988 12557 0 0 86 15 5 3 20 0 17 0 7468104 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435983022992 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16350] ppid=16295 vsize=14139204 CPUtime=1.08 cores=0,2,4,6
/proc/16298/task/16350/stat : 16350 (java) S 16295 16298 3187 0 -1 1077944384 2427 12557 0 0 84 16 5 3 20 0 17 0 7468104 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435981970192 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16351] ppid=16295 vsize=14139204 CPUtime=1.06 cores=0,2,4,6
/proc/16298/task/16351/stat : 16351 (java) S 16295 16298 3187 0 -1 1077944384 2123 12557 0 0 83 15 5 3 20 0 17 0 7468104 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435980917904 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16352] ppid=16295 vsize=14139204 CPUtime=1.09 cores=0,2,4,6
/proc/16298/task/16352/stat : 16352 (java) S 16295 16298 3187 0 -1 1077944384 2472 12557 0 0 86 15 5 3 20 0 17 0 7468104 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435979865104 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16353] ppid=16295 vsize=14139204 CPUtime=0.28 cores=0,2,4,6
/proc/16298/task/16353/stat : 16353 (java) R 16295 16298 3187 0 -1 4202560 18708 12557 0 0 18 2 5 3 20 0 17 0 7468105 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435571646912 140436010411088 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16354] ppid=16295 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16354/stat : 16354 (java) S 16295 16298 3187 0 -1 1077944384 61 12557 0 0 0 0 5 3 20 0 17 0 7468106 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435570594192 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16355] ppid=16295 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16355/stat : 16355 (java) S 16295 16298 3187 0 -1 1077944384 55 12557 0 0 0 0 5 3 20 0 17 0 7468106 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435569542272 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16356] ppid=16295 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16356/stat : 16356 (java) S 16295 16298 3187 0 -1 1077944384 182 12557 0 0 0 0 5 3 20 0 17 0 7468109 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435568490576 140436026075035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16357] ppid=16295 vsize=14139204 CPUtime=7.57 cores=0,2,4,6
/proc/16298/task/16357/stat : 16357 (java) S 16295 16298 3187 0 -1 1077944384 22872 12557 0 0 745 4 5 3 20 0 17 0 7468109 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435567438448 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16358] ppid=16295 vsize=14139204 CPUtime=7.91 cores=0,2,4,6
/proc/16298/task/16358/stat : 16358 (java) S 16295 16298 3187 0 -1 1077944384 19017 12557 0 0 781 2 5 3 20 0 17 0 7468109 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435498461248 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16359] ppid=16295 vsize=14139204 CPUtime=2.82 cores=0,2,4,6
/proc/16298/task/16359/stat : 16359 (java) S 16295 16298 3187 0 -1 1077944384 19755 12557 0 0 269 5 5 3 20 0 17 0 7468109 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435497409392 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16360] ppid=16295 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16360/stat : 16360 (java) S 16295 16298 3187 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 17 0 7468109 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435496356832 140436026066645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
[pid=16298/tid=16361] ppid=16295 vsize=14139204 CPUtime=0.17 cores=0,2,4,6
/proc/16298/task/16361/stat : 16361 (java) S 16295 16298 3187 0 -1 1077944384 201 12557 0 0 3 6 5 3 20 0 17 0 7468113 14478544896 626894 18446744073709551615 4194304 4196468 140737096633440 140435495303600 140436026067586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140737096640462 140737096643247 140737096643247 140737096646607 0
Current children cumulated CPU time (s) 261.6
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 240.671
CPU time (s): 261.778
CPU user time (s): 260.486
CPU system time (s): 1.2922
CPU usage (%): 108.77
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.486
system time used= 1.2922
maximum resident set size= 2514232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175240
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16393
involuntary context switches= 390

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.11667 second user time and 1.48122 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 08:18:54
IDJOB=4259680
IDBENCH=130617
IDSOLVER=2646
FILE ID=node135/4259680-1501655574
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-20.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259680-1501655574/watcher-4259680-1501655574 -o /tmp/evaluation-result-4259680-1501655574/solver-4259680-1501655574 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259680-1501655574.xml

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

MD5SUM BENCH= f43327d25c90fcea6a9e7ed354db6bef
RANDOM SEED=503930525

node135.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.21
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.21
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.21
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.21
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:        30168540 kB
MemAvailable:   30448588 kB
Buffers:          131964 kB
Cached:           425220 kB
SwapCached:            0 kB
Active:          1918804 kB
Inactive:         260600 kB
Active(anon):    1623016 kB
Inactive(anon):     8592 kB
Active(file):     295788 kB
Inactive(file):   252008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24620 kB
Writeback:            40 kB
AnonPages:       1622436 kB
Mapped:            42588 kB
Shmem:              8960 kB
Slab:             122568 kB
SReclaimable:      96172 kB
SUnreclaim:        26396 kB
KernelStack:        3552 kB
PageTables:         7720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2428452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1396736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 08:22:55