Trace number 4259676

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) 258.698 240.423

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-16.xml
MD5SUM03765d59360c09d71a4cc0e8e110fff9
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 variables311
Number of constraints310
Number of domains2
Minimum domain size2
Maximum domain size256
Distribution of domain sizes[{"size":2,"count":54},{"size":256,"count":257}]
Minimum variable degree2
Maximum variable degree54
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":200},{"degree":4,"count":54},{"degree":54,"count":1}]
Minimum constraint arity2
Maximum constraint arity256
Distribution of constraint arities[{"arity":2,"count":255},{"arity":3,"count":54},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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.97 1.89 1.85 2/199 16165
/proc/meminfo: memFree=31059332/32770624 swapFree=0/251644
[pid=16165] ppid=16162 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16165/stat : 16165 (runsolver) D 16162 16165 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7446256 24240128 106 18446744073709551615 4194304 4338465 140734265961376 140734265959016 140550156649175 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 9699328 140734265966801 140734265967175 140734265967175 140734265970634 0
/proc/16165/statm: 5918 106 53 36 0 2156 0

[startup+0.1002 s]
/proc/loadavg: 1.97 1.89 1.85 2/199 16165
/proc/meminfo: memFree=31059332/32770624 swapFree=0/251644
[pid=16165] ppid=16162 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/16165/stat : 16165 (bash) S 16162 16165 3187 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 7446256 9736192 352 18446744073709551615 4194304 5098028 140729779975280 140729779972920 139757168184320 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 20226048 140729779978770 140729779978855 140729779978855 140729779982314 0
/proc/16165/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20025 s]
/proc/loadavg: 1.97 1.89 1.85 2/199 16165
/proc/meminfo: memFree=31059332/32770624 swapFree=0/251644
[pid=16165] ppid=16162 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16165/stat : 16165 (bash) S 16162 16165 3187 0 -1 4202496 897 6484 0 0 0 0 0 1 20 0 1 0 7446256 9867264 377 18446744073709551615 4194304 5098028 140729779975280 140729779969288 139757168184320 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 20226048 140729779978770 140729779978855 140729779978855 140729779982314 0
/proc/16165/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300319 s]
/proc/loadavg: 1.97 1.89 1.85 2/199 16165
/proc/meminfo: memFree=31059332/32770624 swapFree=0/251644
[pid=16165] ppid=16162 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 5669 12659 0 0 5 1 5 2 20 0 14 0 7446256 14241083392 5362 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3476827 5362 2650 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.705016 s]
/proc/loadavg: 1.97 1.89 1.85 2/199 16165
/proc/meminfo: memFree=31059332/32770624 swapFree=0/251644
[pid=16165] ppid=16162 vsize=13974784 CPUtime=0.61 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 13704 12659 0 0 50 4 5 2 20 0 15 0 7446256 14310178816 14110 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3493696 14110 3067 1 0 3482973 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.5013 s]
/proc/loadavg: 1.97 1.89 1.85 3/214 16228
/proc/meminfo: memFree=30965764/32770624 swapFree=0/251644
[pid=16165] ppid=16162 vsize=13985408 CPUtime=1.81 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 27661 12659 0 0 165 9 5 2 20 0 15 0 7446256 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3496352 33914 3333 1 0 3485533 0
[pid=16165/tid=16215] ppid=16162 vsize=13985408 CPUtime=1.26 cores=1,3,5,7
/proc/16165/task/16215/stat : 16215 (java) R 16162 16165 3187 0 -1 4202560 22505 12659 0 0 113 6 5 2 20 0 15 0 7446280 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140538274263504 140538270043542 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16216] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16216/stat : 16216 (java) S 16162 16165 3187 0 -1 1077944384 1 12659 0 0 0 0 5 2 20 0 15 0 7446281 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140538189445648 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16217] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16217/stat : 16217 (java) S 16162 16165 3187 0 -1 1077944384 1 12659 0 0 0 0 5 2 20 0 15 0 7446281 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140538188393104 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16218] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16218/stat : 16218 (java) S 16162 16165 3187 0 -1 1077944384 1 12659 0 0 0 0 5 2 20 0 15 0 7446281 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140538187340048 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16219] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16219/stat : 16219 (java) S 16162 16165 3187 0 -1 1077944384 2 12659 0 0 0 0 5 2 20 0 15 0 7446281 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140538186287504 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16220] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16220/stat : 16220 (java) S 16162 16165 3187 0 -1 1077944384 5 12659 0 0 0 0 5 2 20 0 15 0 7446282 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537747737328 140538270042754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16221] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16221/stat : 16221 (java) S 16162 16165 3187 0 -1 1077944384 33 12659 0 0 0 0 5 2 20 0 15 0 7446282 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537746683552 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16222] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16222/stat : 16222 (java) S 16162 16165 3187 0 -1 1077944384 21 12659 0 0 0 0 5 2 20 0 15 0 7446283 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537745630448 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16223] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16223/stat : 16223 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446285 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537744579024 140538270050203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16224] ppid=16162 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/16165/task/16224/stat : 16224 (java) S 16162 16165 3187 0 -1 1077944384 892 12659 0 0 14 0 5 2 20 0 15 0 7446285 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537743526128 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16225] ppid=16162 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/16165/task/16225/stat : 16225 (java) S 16162 16165 3187 0 -1 1077944384 703 12659 0 0 14 0 5 2 20 0 15 0 7446285 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537742473584 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16226] ppid=16162 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/16165/task/16226/stat : 16226 (java) R 16162 16165 3187 0 -1 4202560 1328 12659 0 0 21 0 5 2 20 0 15 0 7446285 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537741419712 140538263135249 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16227] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16227/stat : 16227 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446286 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537740368224 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16228] ppid=16162 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16228/stat : 16228 (java) S 16162 16165 3187 0 -1 1077944384 8 12659 0 0 0 0 5 2 20 0 15 0 7446291 14321057792 33914 18446744073709551615 4194304 4196468 140722760782528 140537739316272 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10098 s]
/proc/loadavg: 1.97 1.89 1.85 5/214 16228
/proc/meminfo: memFree=30870644/32770624 swapFree=0/251908
[pid=16165] ppid=16162 vsize=13997884 CPUtime=5.08 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 47285 12659 0 0 486 15 5 2 20 0 15 0 7446256 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3499471 55124 3439 1 0 3488093 0
[pid=16165/tid=16215] ppid=16162 vsize=13997884 CPUtime=2.83 cores=1,3,5,7
/proc/16165/task/16215/stat : 16215 (java) R 16162 16165 3187 0 -1 4202560 37562 12659 0 0 267 9 5 2 20 0 15 0 7446280 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140538274260224 140537864052005 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16216] ppid=16162 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16165/task/16216/stat : 16216 (java) S 16162 16165 3187 0 -1 1077944384 43 12659 0 0 1 0 5 2 20 0 15 0 7446281 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140538189445648 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16217] ppid=16162 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16165/task/16217/stat : 16217 (java) S 16162 16165 3187 0 -1 1077944384 50 12659 0 0 1 0 5 2 20 0 15 0 7446281 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140538188393104 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16218] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16218/stat : 16218 (java) S 16162 16165 3187 0 -1 1077944384 49 12659 0 0 0 0 5 2 20 0 15 0 7446281 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140538187340048 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16219] ppid=16162 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16165/task/16219/stat : 16219 (java) S 16162 16165 3187 0 -1 1077944384 210 12659 0 0 1 0 5 2 20 0 15 0 7446281 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140538186287504 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16220] ppid=16162 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16165/task/16220/stat : 16220 (java) S 16162 16165 3187 0 -1 1077944384 740 12659 0 0 1 0 5 2 20 0 15 0 7446282 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537747737328 140538270042754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16221] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16221/stat : 16221 (java) S 16162 16165 3187 0 -1 1077944384 55 12659 0 0 0 0 5 2 20 0 15 0 7446282 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537746683616 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16222] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16222/stat : 16222 (java) S 16162 16165 3187 0 -1 1077944384 44 12659 0 0 0 0 5 2 20 0 15 0 7446283 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537745630464 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16223] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16223/stat : 16223 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446285 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537744579024 140538270050203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16224] ppid=16162 vsize=13997884 CPUtime=0.66 cores=1,3,5,7
/proc/16165/task/16224/stat : 16224 (java) R 16162 16165 3187 0 -1 4202560 1658 12659 0 0 59 0 5 2 20 0 15 0 7446285 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537743526256 140538254024661 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16225] ppid=16162 vsize=13997884 CPUtime=0.7 cores=1,3,5,7
/proc/16165/task/16225/stat : 16225 (java) R 16162 16165 3187 0 -1 4202560 1406 12659 0 0 63 0 5 2 20 0 15 0 7446285 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537742459464 140538251575733 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16226] ppid=16162 vsize=13997884 CPUtime=0.97 cores=1,3,5,7
/proc/16165/task/16226/stat : 16226 (java) S 16162 16165 3187 0 -1 1077944384 3297 12659 0 0 89 1 5 2 20 0 15 0 7446285 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537741420528 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16227] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16227/stat : 16227 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446286 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537740368224 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16228] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16228/stat : 16228 (java) S 16162 16165 3187 0 -1 1077944384 9 12659 0 0 0 0 5 2 20 0 15 0 7446291 14333833216 55124 18446744073709551615 4194304 4196468 140722760782528 140537739316272 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 2.05 1.91 1.86 3/214 16228
/proc/meminfo: memFree=30736700/32770624 swapFree=0/251920
[pid=16165] ppid=16162 vsize=13997884 CPUtime=9.26 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 50016 12659 0 0 901 18 5 2 20 0 15 0 7446256 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3499471 76431 3453 1 0 3488093 0
[pid=16165/tid=16215] ppid=16162 vsize=13997884 CPUtime=6 cores=1,3,5,7
/proc/16165/task/16215/stat : 16215 (java) R 16162 16165 3187 0 -1 4202560 38019 12659 0 0 584 9 5 2 20 0 15 0 7446280 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140538274264088 140537864054663 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16216] ppid=16162 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/16165/task/16216/stat : 16216 (java) S 16162 16165 3187 0 -1 1077944384 185 12659 0 0 2 1 5 2 20 0 15 0 7446281 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140538189445648 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16217] ppid=16162 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16165/task/16217/stat : 16217 (java) S 16162 16165 3187 0 -1 1077944384 225 12659 0 0 2 0 5 2 20 0 15 0 7446281 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140538188393104 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16218] ppid=16162 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/16165/task/16218/stat : 16218 (java) S 16162 16165 3187 0 -1 1077944384 620 12659 0 0 2 1 5 2 20 0 15 0 7446281 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140538187340048 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16219] ppid=16162 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16165/task/16219/stat : 16219 (java) S 16162 16165 3187 0 -1 1077944384 258 12659 0 0 2 0 5 2 20 0 15 0 7446281 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140538186287504 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16220] ppid=16162 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16165/task/16220/stat : 16220 (java) S 16162 16165 3187 0 -1 1077944384 808 12659 0 0 1 0 5 2 20 0 15 0 7446282 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537747737328 140538270042754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16221] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16221/stat : 16221 (java) S 16162 16165 3187 0 -1 1077944384 55 12659 0 0 0 0 5 2 20 0 15 0 7446282 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537746683616 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16222] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16222/stat : 16222 (java) S 16162 16165 3187 0 -1 1077944384 45 12659 0 0 0 0 5 2 20 0 15 0 7446283 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537745630464 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16223] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16223/stat : 16223 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446285 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537744579024 140538270050203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16224] ppid=16162 vsize=13997884 CPUtime=1.04 cores=1,3,5,7
/proc/16165/task/16224/stat : 16224 (java) S 16162 16165 3187 0 -1 1077944384 1851 12659 0 0 96 1 5 2 20 0 15 0 7446285 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537743526128 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16225] ppid=16162 vsize=13997884 CPUtime=1.12 cores=1,3,5,7
/proc/16165/task/16225/stat : 16225 (java) S 16162 16165 3187 0 -1 1077944384 2083 12659 0 0 105 0 5 2 20 0 15 0 7446285 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537742473584 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16226] ppid=16162 vsize=13997884 CPUtime=1.1 cores=1,3,5,7
/proc/16165/task/16226/stat : 16226 (java) S 16162 16165 3187 0 -1 1077944384 3695 12659 0 0 102 1 5 2 20 0 15 0 7446285 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537741420528 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16227] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16227/stat : 16227 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446286 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537740368224 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16228] ppid=16162 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16228/stat : 16228 (java) S 16162 16165 3187 0 -1 1077944384 10 12659 0 0 0 0 5 2 20 0 15 0 7446291 14333833216 76431 18446744073709551615 4194304 4196468 140722760782528 140537739316272 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
Current children cumulated CPU time (s) 9.26
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 2.05 1.91 1.86 5/214 16228
/proc/meminfo: memFree=30594308/32770624 swapFree=0/251920
[pid=16165] ppid=16162 vsize=13999932 CPUtime=19.28 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 69029 12659 0 0 1887 34 5 2 20 0 15 0 7446256 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3499983 119945 3465 1 0 3488605 0
[pid=16165/tid=16215] ppid=16162 vsize=13999932 CPUtime=12.29 cores=1,3,5,7
/proc/16165/task/16215/stat : 16215 (java) R 16162 16165 3187 0 -1 4202560 43234 12659 0 0 1212 10 5 2 20 0 15 0 7446280 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140538274264160 140537871010710 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16216] ppid=16162 vsize=13999932 CPUtime=0.16 cores=1,3,5,7
/proc/16165/task/16216/stat : 16216 (java) S 16162 16165 3187 0 -1 1077944384 620 12659 0 0 6 3 5 2 20 0 15 0 7446281 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140538189445648 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16217] ppid=16162 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/16165/task/16217/stat : 16217 (java) S 16162 16165 3187 0 -1 1077944384 655 12659 0 0 8 4 5 2 20 0 15 0 7446281 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140538188393104 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16218] ppid=16162 vsize=13999932 CPUtime=0.17 cores=1,3,5,7
/proc/16165/task/16218/stat : 16218 (java) S 16162 16165 3187 0 -1 1077944384 768 12659 0 0 6 4 5 2 20 0 15 0 7446281 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140538187340048 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16219] ppid=16162 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/16165/task/16219/stat : 16219 (java) S 16162 16165 3187 0 -1 1077944384 480 12659 0 0 7 4 5 2 20 0 15 0 7446281 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140538186287504 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16220] ppid=16162 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/16165/task/16220/stat : 16220 (java) S 16162 16165 3187 0 -1 1077944384 1138 12659 0 0 3 0 5 2 20 0 15 0 7446282 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140537747737328 140538270042754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16221] ppid=16162 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16221/stat : 16221 (java) S 16162 16165 3187 0 -1 1077944384 59 12659 0 0 0 0 5 2 20 0 15 0 7446282 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140537746683616 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16222] ppid=16162 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16222/stat : 16222 (java) S 16162 16165 3187 0 -1 1077944384 50 12659 0 0 0 0 5 2 20 0 15 0 7446283 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140537745630464 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16223] ppid=16162 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16223/stat : 16223 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446285 14335930368 119945 18446744073709551615 4194304 4196468 140722760782528 140537744579024 140538270050203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0

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

/proc/16165/task/16227/stat : 16227 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446286 14342221824 394874 18446744073709551615 4194304 4196468 140722760782528 140537740368224 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16228] ppid=16162 vsize=14006076 CPUtime=0.13 cores=1,3,5,7
/proc/16165/task/16228/stat : 16228 (java) S 16162 16165 3187 0 -1 1077944384 707 12659 0 0 2 4 5 2 20 0 15 0 7446291 14342221824 394874 18446744073709551615 4194304 4196468 140722760782528 140537739316272 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
Current children cumulated CPU time (s) 239.61
Current children cumulated vsize (KiB) 14006076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.007 s]
/proc/loadavg: 1.93 1.92 1.87 3/215 16362
/proc/meminfo: memFree=29751932/32770624 swapFree=0/252000
[pid=16165] ppid=16162 vsize=14006076 CPUtime=257.47 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 152597 12659 0 0 25660 80 5 2 20 0 15 0 7446256 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3501519 392174 3480 1 0 3490141 0
[pid=16165/tid=16215] ppid=16162 vsize=14006076 CPUtime=239.36 cores=1,3,5,7
/proc/16165/task/16215/stat : 16215 (java) R 16162 16165 3187 0 -1 4202560 70619 12659 0 0 23901 28 5 2 20 0 15 0 7446280 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140538274263656 140537878250083 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16216] ppid=16162 vsize=14006076 CPUtime=0.35 cores=1,3,5,7
/proc/16165/task/16216/stat : 16216 (java) S 16162 16165 3187 0 -1 1077944384 2550 12659 0 0 20 8 5 2 20 0 15 0 7446281 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140538189445648 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16217] ppid=16162 vsize=14006076 CPUtime=0.36 cores=1,3,5,7
/proc/16165/task/16217/stat : 16217 (java) S 16162 16165 3187 0 -1 1077944384 2497 12659 0 0 21 8 5 2 20 0 15 0 7446281 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140538188393104 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16218] ppid=16162 vsize=14006076 CPUtime=0.36 cores=1,3,5,7
/proc/16165/task/16218/stat : 16218 (java) S 16162 16165 3187 0 -1 1077944384 2814 12659 0 0 20 9 5 2 20 0 15 0 7446281 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140538187340048 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16219] ppid=16162 vsize=14006076 CPUtime=0.36 cores=1,3,5,7
/proc/16165/task/16219/stat : 16219 (java) S 16162 16165 3187 0 -1 1077944384 2205 12659 0 0 21 8 5 2 20 0 15 0 7446281 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140538186287504 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16220] ppid=16162 vsize=14006076 CPUtime=0.16 cores=1,3,5,7
/proc/16165/task/16220/stat : 16220 (java) S 16162 16165 3187 0 -1 1077944384 6544 12659 0 0 8 1 5 2 20 0 15 0 7446282 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537747737328 140538270042754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16221] ppid=16162 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16221/stat : 16221 (java) S 16162 16165 3187 0 -1 1077944384 61 12659 0 0 0 0 5 2 20 0 15 0 7446282 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537746683616 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16222] ppid=16162 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16222/stat : 16222 (java) S 16162 16165 3187 0 -1 1077944384 51 12659 0 0 0 0 5 2 20 0 15 0 7446283 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537745630464 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16223] ppid=16162 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16223/stat : 16223 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446285 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537744579024 140538270050203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16224] ppid=16162 vsize=14006076 CPUtime=7 cores=1,3,5,7
/proc/16165/task/16224/stat : 16224 (java) S 16162 16165 3187 0 -1 1077944384 21605 12659 0 0 690 3 5 2 20 0 15 0 7446285 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537743526128 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16225] ppid=16162 vsize=14006076 CPUtime=7.22 cores=1,3,5,7
/proc/16165/task/16225/stat : 16225 (java) S 16162 16165 3187 0 -1 1077944384 21794 12659 0 0 712 3 5 2 20 0 15 0 7446285 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537742473584 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16226] ppid=16162 vsize=14006076 CPUtime=2.68 cores=1,3,5,7
/proc/16165/task/16226/stat : 16226 (java) S 16162 16165 3187 0 -1 1077944384 18988 12659 0 0 257 4 5 2 20 0 15 0 7446285 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537741420528 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16227] ppid=16162 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16227/stat : 16227 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 15 0 7446286 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537740368224 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16228] ppid=16162 vsize=14006076 CPUtime=0.14 cores=1,3,5,7
/proc/16165/task/16228/stat : 16228 (java) S 16162 16165 3187 0 -1 1077944384 707 12659 0 0 3 4 5 2 20 0 15 0 7446291 14342221824 392174 18446744073709551615 4194304 4196468 140722760782528 140537739316272 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
Current children cumulated CPU time (s) 257.47
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 16165 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.105 s]
/proc/loadavg: 1.93 1.92 1.87 3/215 16362
/proc/meminfo: memFree=29751932/32770624 swapFree=0/252000
[pid=16165] ppid=16162 vsize=14139204 CPUtime=257.74 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 161889 12659 0 0 25686 81 5 2 20 0 17 0 7446256 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3534801 393525 3480 1 0 3523423 0
[pid=16165/tid=16215] ppid=16162 vsize=14139204 CPUtime=239.37 cores=1,3,5,7
/proc/16165/task/16215/stat : 16215 (java) S 16162 16165 3187 0 -1 1077944384 71105 12659 0 0 23902 28 5 2 20 0 17 0 7446280 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140538274269152 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16216] ppid=16162 vsize=14139204 CPUtime=0.4 cores=1,3,5,7
/proc/16165/task/16216/stat : 16216 (java) R 16162 16165 3187 0 -1 4202560 2608 12659 0 0 25 8 5 2 20 0 17 0 7446281 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140538189445768 140538262659815 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16217] ppid=16162 vsize=14139204 CPUtime=0.42 cores=1,3,5,7
/proc/16165/task/16217/stat : 16217 (java) R 16162 16165 3187 0 -1 4202560 2568 12659 0 0 27 8 5 2 20 0 17 0 7446281 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140538188392912 140538262659815 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16218] ppid=16162 vsize=14139204 CPUtime=0.41 cores=1,3,5,7
/proc/16165/task/16218/stat : 16218 (java) R 16162 16165 3187 0 -1 4202560 2877 12659 0 0 25 9 5 2 20 0 17 0 7446281 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140538187340248 140538255028008 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16219] ppid=16162 vsize=14139204 CPUtime=0.41 cores=1,3,5,7
/proc/16165/task/16219/stat : 16219 (java) R 16162 16165 3187 0 -1 4202560 2265 12659 0 0 26 8 5 2 20 0 17 0 7446281 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140538186287312 140538262659815 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16220] ppid=16162 vsize=14139204 CPUtime=0.19 cores=1,3,5,7
/proc/16165/task/16220/stat : 16220 (java) S 16162 16165 3187 0 -1 1077944384 14745 12659 0 0 11 1 5 2 20 0 17 0 7446282 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537747735952 140538270041813 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16221] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16221/stat : 16221 (java) S 16162 16165 3187 0 -1 1077944384 61 12659 0 0 0 0 5 2 20 0 17 0 7446282 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537746683616 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16222] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16222/stat : 16222 (java) S 16162 16165 3187 0 -1 1077944384 51 12659 0 0 0 0 5 2 20 0 17 0 7446283 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537745630464 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16223] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16223/stat : 16223 (java) S 16162 16165 3187 0 -1 1077944384 126 12659 0 0 0 0 5 2 20 0 17 0 7446285 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537744579024 140538270050203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16224] ppid=16162 vsize=14139204 CPUtime=7 cores=1,3,5,7
/proc/16165/task/16224/stat : 16224 (java) S 16162 16165 3187 0 -1 1077944384 21605 12659 0 0 690 3 5 2 20 0 17 0 7446285 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537743526128 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16225] ppid=16162 vsize=14139204 CPUtime=7.23 cores=1,3,5,7
/proc/16165/task/16225/stat : 16225 (java) S 16162 16165 3187 0 -1 1077944384 21796 12659 0 0 713 3 5 2 20 0 17 0 7446285 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537742473584 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16226] ppid=16162 vsize=14139204 CPUtime=2.68 cores=1,3,5,7
/proc/16165/task/16226/stat : 16226 (java) S 16162 16165 3187 0 -1 1077944384 18988 12659 0 0 257 4 5 2 20 0 17 0 7446285 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537741420528 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16227] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16227/stat : 16227 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 17 0 7446286 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537740368224 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16228] ppid=16162 vsize=14139204 CPUtime=0.14 cores=1,3,5,7
/proc/16165/task/16228/stat : 16228 (java) S 16162 16165 3187 0 -1 1077944384 707 12659 0 0 3 4 5 2 20 0 17 0 7446291 14478544896 393525 18446744073709551615 4194304 4196468 140722760782528 140537739316272 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
Current children cumulated CPU time (s) 257.74
Current children cumulated vsize (KiB) 14139204

[startup+240.301 s]
/proc/loadavg: 1.93 1.92 1.87 3/215 16362
/proc/meminfo: memFree=29751932/32770624 swapFree=0/252000
[pid=16165] ppid=16162 vsize=14139204 CPUtime=258.39 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 162042 12659 0 0 25751 81 5 2 20 0 17 0 7446256 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3534801 390973 3480 1 0 3523423 0
[pid=16165/tid=16215] ppid=16162 vsize=14139204 CPUtime=239.37 cores=1,3,5,7
/proc/16165/task/16215/stat : 16215 (java) S 16162 16165 3187 0 -1 1077944384 71106 12659 0 0 23902 28 5 2 20 0 17 0 7446280 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140538274269152 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16216] ppid=16162 vsize=14139204 CPUtime=0.55 cores=1,3,5,7
/proc/16165/task/16216/stat : 16216 (java) S 16162 16165 3187 0 -1 1077944384 2610 12659 0 0 40 8 5 2 20 0 17 0 7446281 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140538189445648 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16217] ppid=16162 vsize=14139204 CPUtime=0.57 cores=1,3,5,7
/proc/16165/task/16217/stat : 16217 (java) R 16162 16165 3187 0 -1 1077944384 2576 12659 0 0 42 8 5 2 20 0 17 0 7446281 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140538188393120 140538270041813 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16218] ppid=16162 vsize=14139204 CPUtime=0.57 cores=1,3,5,7
/proc/16165/task/16218/stat : 16218 (java) S 16162 16165 3187 0 -1 1077944384 2881 12659 0 0 41 9 5 2 20 0 17 0 7446281 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140538187340048 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16219] ppid=16162 vsize=14139204 CPUtime=0.57 cores=1,3,5,7
/proc/16165/task/16219/stat : 16219 (java) S 16162 16165 3187 0 -1 1077944384 2273 12659 0 0 42 8 5 2 20 0 17 0 7446281 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140538186287504 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16220] ppid=16162 vsize=14139204 CPUtime=0.23 cores=1,3,5,7
/proc/16165/task/16220/stat : 16220 (java) S 16162 16165 3187 0 -1 1077944384 14872 12659 0 0 15 1 5 2 20 0 17 0 7446282 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537747735920 140538270041813 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16221] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16221/stat : 16221 (java) S 16162 16165 3187 0 -1 1077944384 63 12659 0 0 0 0 5 2 20 0 17 0 7446282 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537746683248 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16222] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16222/stat : 16222 (java) S 16162 16165 3187 0 -1 1077944384 51 12659 0 0 0 0 5 2 20 0 17 0 7446283 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537745630464 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16223] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16223/stat : 16223 (java) S 16162 16165 3187 0 -1 1077944384 126 12659 0 0 0 0 5 2 20 0 17 0 7446285 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537744579024 140538270050203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16224] ppid=16162 vsize=14139204 CPUtime=7 cores=1,3,5,7
/proc/16165/task/16224/stat : 16224 (java) S 16162 16165 3187 0 -1 1077944384 21605 12659 0 0 690 3 5 2 20 0 17 0 7446285 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537743526128 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16225] ppid=16162 vsize=14139204 CPUtime=7.23 cores=1,3,5,7
/proc/16165/task/16225/stat : 16225 (java) S 16162 16165 3187 0 -1 1077944384 21796 12659 0 0 713 3 5 2 20 0 17 0 7446285 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537742473584 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16226] ppid=16162 vsize=14139204 CPUtime=2.68 cores=1,3,5,7
/proc/16165/task/16226/stat : 16226 (java) S 16162 16165 3187 0 -1 1077944384 18988 12659 0 0 257 4 5 2 20 0 17 0 7446285 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537741420528 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16227] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16227/stat : 16227 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 17 0 7446286 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537740368224 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16228] ppid=16162 vsize=14139204 CPUtime=0.14 cores=1,3,5,7
/proc/16165/task/16228/stat : 16228 (java) S 16162 16165 3187 0 -1 1077944384 707 12659 0 0 3 4 5 2 20 0 17 0 7446291 14478544896 390973 18446744073709551615 4194304 4196468 140722760782528 140537739316272 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
Current children cumulated CPU time (s) 258.39
Current children cumulated vsize (KiB) 14139204

[startup+240.401 s]
/proc/loadavg: 1.93 1.92 1.87 3/215 16362
/proc/meminfo: memFree=29751932/32770624 swapFree=0/252000
[pid=16165] ppid=16162 vsize=14139204 CPUtime=258.66 cores=1,3,5,7
/proc/16165/stat : 16165 (java) S 16162 16165 3187 0 -1 1077944320 162133 12659 0 0 25778 81 5 2 20 0 17 0 7446256 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140722760765072 140538270031607 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
/proc/16165/statm: 3534801 388034 3480 1 0 3523423 0
[pid=16165/tid=16215] ppid=16162 vsize=14139204 CPUtime=239.38 cores=1,3,5,7
/proc/16165/task/16215/stat : 16215 (java) R 16162 16165 3187 0 -1 4202560 71185 12659 0 0 23903 28 5 2 20 0 17 0 7446280 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140538274269152 140537858784392 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16216] ppid=16162 vsize=14139204 CPUtime=0.61 cores=1,3,5,7
/proc/16165/task/16216/stat : 16216 (java) S 16162 16165 3187 0 -1 1077944384 2611 12659 0 0 46 8 5 2 20 0 17 0 7446281 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140538189445648 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16217] ppid=16162 vsize=14139204 CPUtime=0.62 cores=1,3,5,7
/proc/16165/task/16217/stat : 16217 (java) S 16162 16165 3187 0 -1 1077944384 2577 12659 0 0 47 8 5 2 20 0 17 0 7446281 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140538188393104 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16218] ppid=16162 vsize=14139204 CPUtime=0.62 cores=1,3,5,7
/proc/16165/task/16218/stat : 16218 (java) S 16162 16165 3187 0 -1 1077944384 2885 12659 0 0 46 9 5 2 20 0 17 0 7446281 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140538187340048 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16219] ppid=16162 vsize=14139204 CPUtime=0.62 cores=1,3,5,7
/proc/16165/task/16219/stat : 16219 (java) S 16162 16165 3187 0 -1 1077944384 2273 12659 0 0 47 8 5 2 20 0 17 0 7446281 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140538186287504 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16220] ppid=16162 vsize=14139204 CPUtime=0.27 cores=1,3,5,7
/proc/16165/task/16220/stat : 16220 (java) S 16162 16165 3187 0 -1 1077944384 14872 12659 0 0 19 1 5 2 20 0 17 0 7446282 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537747737328 140538270042754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16221] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16221/stat : 16221 (java) S 16162 16165 3187 0 -1 1077944384 63 12659 0 0 0 0 5 2 20 0 17 0 7446282 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537746683616 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16222] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16222/stat : 16222 (java) S 16162 16165 3187 0 -1 1077944384 53 12659 0 0 0 0 5 2 20 0 17 0 7446283 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537745630464 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16223] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16223/stat : 16223 (java) S 16162 16165 3187 0 -1 1077944384 126 12659 0 0 0 0 5 2 20 0 17 0 7446285 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537744579024 140538270050203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16224] ppid=16162 vsize=14139204 CPUtime=7 cores=1,3,5,7
/proc/16165/task/16224/stat : 16224 (java) S 16162 16165 3187 0 -1 1077944384 21606 12659 0 0 690 3 5 2 20 0 17 0 7446285 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537743526128 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16225] ppid=16162 vsize=14139204 CPUtime=7.23 cores=1,3,5,7
/proc/16165/task/16225/stat : 16225 (java) S 16162 16165 3187 0 -1 1077944384 21796 12659 0 0 713 3 5 2 20 0 17 0 7446285 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537742473584 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16226] ppid=16162 vsize=14139204 CPUtime=2.68 cores=1,3,5,7
/proc/16165/task/16226/stat : 16226 (java) S 16162 16165 3187 0 -1 1077944384 18990 12659 0 0 257 4 5 2 20 0 17 0 7446285 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537741420528 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16227] ppid=16162 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16165/task/16227/stat : 16227 (java) S 16162 16165 3187 0 -1 1077944384 3 12659 0 0 0 0 5 2 20 0 17 0 7446286 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537740368224 140538270041813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
[pid=16165/tid=16228] ppid=16162 vsize=14139204 CPUtime=0.14 cores=1,3,5,7
/proc/16165/task/16228/stat : 16228 (java) S 16162 16165 3187 0 -1 1077944384 707 12659 0 0 3 4 5 2 20 0 17 0 7446291 14478544896 388034 18446744073709551615 4194304 4196468 140722760782528 140537739316272 140538270042754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7032832 140722760783822 140722760786607 140722760786607 140722760789967 0
Current children cumulated CPU time (s) 258.66
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 240.423
CPU time (s): 258.698
CPU user time (s): 257.843
CPU system time (s): 0.854697
CPU usage (%): 107.601
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.843
system time used= 0.854697
maximum resident set size= 1586184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174841
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= 16262
involuntary context switches= 281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06168 second user time and 1.54977 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 08:15:16
IDJOB=4259676
IDBENCH=130610
IDSOLVER=2646
FILE ID=node135/4259676-1501655356
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= 03765d59360c09d71a4cc0e8e110fff9
RANDOM SEED=1604504478

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:        31060616 kB
MemAvailable:   31340384 kB
Buffers:          131808 kB
Cached:           424568 kB
SwapCached:            0 kB
Active:          1032256 kB
Inactive:         260236 kB
Active(anon):     736352 kB
Inactive(anon):     8592 kB
Active(file):     295904 kB
Inactive(file):   251644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24416 kB
Writeback:             4 kB
AnonPages:        736280 kB
Mapped:            42464 kB
Shmem:              8960 kB
Slab:             122548 kB
SReclaimable:      96108 kB
SUnreclaim:        26440 kB
KernelStack:        3504 kB
PageTables:         6196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1662356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 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:19:16