Trace number 4262065

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) 2520.98 2488.45

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-14.xml
MD5SUM7bee45910aa9ad1c56e5a256c184a2b3
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 variables241
Number of constraints240
Number of domains2
Minimum domain size2
Maximum domain size196
Distribution of domain sizes[{"size":2,"count":44},{"size":196,"count":197}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":150},{"degree":4,"count":44},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":195},{"arity":3,"count":44},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints239
Distribution of constraint types[{"type":"intension","count":239},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.28 1.30 1.32 2/199 16346
/proc/meminfo: memFree=30348824/32770624 swapFree=0/428560
[pid=16346] ppid=16343 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16346/stat : 16346 (runsolver) D 16343 16346 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 93226051 24240128 108 18446744073709551615 4194304 4338465 140728273538720 140728273536360 140682645910231 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 21667840 140728273547473 140728273547849 140728273547849 140728273551306 0
/proc/16346/statm: 5918 108 54 36 0 2156 0

[startup+0.100281 s]
/proc/loadavg: 1.28 1.30 1.32 2/199 16346
/proc/meminfo: memFree=30348824/32770624 swapFree=0/428560
[pid=16346] ppid=16343 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16346/stat : 16346 (bash) S 16343 16346 4821 0 -1 4202496 762 5097 0 0 0 0 0 1 20 0 1 0 93226051 9867264 360 18446744073709551615 4194304 5098028 140724869368304 140724869366232 140323194416128 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 32935936 140724869374484 140724869374569 140724869374569 140724869378026 0
/proc/16346/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.202059 s]
/proc/loadavg: 1.28 1.30 1.32 2/199 16346
/proc/meminfo: memFree=30348824/32770624 swapFree=0/428560
[pid=16346] ppid=16343 vsize=13356508 CPUtime=0.07 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 3496 12518 0 0 0 0 5 2 20 0 6 0 93226051 13677064192 2803 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3339127 2803 1309 1 0 3329097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13356508

[startup+0.303912 s]
/proc/loadavg: 1.28 1.30 1.32 2/199 16346
/proc/meminfo: memFree=30348824/32770624 swapFree=0/428560
[pid=16346] ppid=16343 vsize=13974356 CPUtime=0.19 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 6616 12518 0 0 11 1 5 2 20 0 15 0 93226051 14309740544 7276 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3493589 7276 2898 1 0 3482965 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13974356

[startup+0.700804 s]
/proc/loadavg: 1.28 1.30 1.32 2/199 16346
/proc/meminfo: memFree=30348824/32770624 swapFree=0/428560
[pid=16346] ppid=16343 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 13952 12518 0 0 62 3 5 2 20 0 15 0 93226051 14310178816 14917 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3493696 14917 3109 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50104 s]
/proc/loadavg: 1.58 1.36 1.34 3/214 16409
/proc/meminfo: memFree=30250276/32770624 swapFree=0/428600
[pid=16346] ppid=16343 vsize=13985408 CPUtime=1.96 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 29375 12518 0 0 180 9 5 2 20 0 15 0 93226051 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3496352 42719 3372 1 0 3485525 0
[pid=16346/tid=16396] ppid=16343 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/16346/task/16396/stat : 16396 (java) R 16343 16346 4821 0 -1 1077944384 22634 12518 0 0 117 6 5 2 20 0 15 0 93226070 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140186183876112 140186179659477 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16397] ppid=16343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16397/stat : 16397 (java) S 16343 16346 4821 0 -1 1077944384 212 12518 0 0 1 0 5 2 20 0 15 0 93226071 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140186136615824 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16398] ppid=16343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16398/stat : 16398 (java) S 16343 16346 4821 0 -1 1077944384 52 12518 0 0 1 0 5 2 20 0 15 0 93226071 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140186135563024 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16399] ppid=16343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16399/stat : 16399 (java) S 16343 16346 4821 0 -1 1077944384 49 12518 0 0 1 0 5 2 20 0 15 0 93226071 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140186134510736 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16400] ppid=16343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16400/stat : 16400 (java) S 16343 16346 4821 0 -1 1077944384 54 12518 0 0 1 0 5 2 20 0 15 0 93226071 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140186133457936 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16401] ppid=16343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16401/stat : 16401 (java) S 16343 16346 4821 0 -1 1077944384 1325 12518 0 0 1 0 5 2 20 0 15 0 93226072 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185725347952 140186179660418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16402] ppid=16343 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16402/stat : 16402 (java) S 16343 16346 4821 0 -1 1077944384 56 12518 0 0 0 0 5 2 20 0 15 0 93226073 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185724293920 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16403] ppid=16343 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16403/stat : 16403 (java) S 16343 16346 4821 0 -1 1077944384 43 12518 0 0 0 0 5 2 20 0 15 0 93226073 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185723241600 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16404] ppid=16343 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16404/stat : 16404 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226075 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185722189904 140186179667867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16405] ppid=16343 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/16346/task/16405/stat : 16405 (java) R 16343 16346 4821 0 -1 4202560 1099 12518 0 0 17 0 5 2 20 0 15 0 93226075 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185721137776 140186161177364 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16406] ppid=16343 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/16346/task/16406/stat : 16406 (java) R 16343 16346 4821 0 -1 4202560 640 12518 0 0 13 0 5 2 20 0 15 0 93226075 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185652161008 140186164547757 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16407] ppid=16343 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/16346/task/16407/stat : 16407 (java) S 16343 16346 4821 0 -1 1077944384 1047 12518 0 0 24 0 5 2 20 0 15 0 93226075 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185651108720 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16408] ppid=16343 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16408/stat : 16408 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226076 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185650056160 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16409] ppid=16343 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16409/stat : 16409 (java) S 16343 16346 4821 0 -1 1077944384 6 12518 0 0 0 0 5 2 20 0 15 0 93226078 14321057792 42719 18446744073709551615 4194304 4196468 140724433321104 140185649002928 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 13985408

[startup+3.10068 s]
/proc/loadavg: 1.58 1.36 1.34 4/214 16409
/proc/meminfo: memFree=30180480/32770624 swapFree=0/428600
[pid=16346] ppid=16343 vsize=13997884 CPUtime=5.22 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 47588 12518 0 0 501 14 5 2 20 0 15 0 93226051 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3499471 55702 3441 1 0 3488085 0
[pid=16346/tid=16396] ppid=16343 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/16346/task/16396/stat : 16396 (java) R 16343 16346 4821 0 -1 4202560 37625 12518 0 0 274 8 5 2 20 0 15 0 93226070 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140186183882176 140185810745216 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16397] ppid=16343 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16397/stat : 16397 (java) S 16343 16346 4821 0 -1 1077944384 212 12518 0 0 1 0 5 2 20 0 15 0 93226071 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140186136615824 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16398] ppid=16343 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16398/stat : 16398 (java) S 16343 16346 4821 0 -1 1077944384 52 12518 0 0 1 0 5 2 20 0 15 0 93226071 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140186135563024 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16399] ppid=16343 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16399/stat : 16399 (java) S 16343 16346 4821 0 -1 1077944384 49 12518 0 0 1 0 5 2 20 0 15 0 93226071 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140186134510736 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16400] ppid=16343 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16400/stat : 16400 (java) S 16343 16346 4821 0 -1 1077944384 54 12518 0 0 1 0 5 2 20 0 15 0 93226071 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140186133457936 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16401] ppid=16343 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16401/stat : 16401 (java) S 16343 16346 4821 0 -1 1077944384 1338 12518 0 0 1 0 5 2 20 0 15 0 93226072 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185725347952 140186179660418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16402] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16402/stat : 16402 (java) S 16343 16346 4821 0 -1 1077944384 56 12518 0 0 0 0 5 2 20 0 15 0 93226073 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185724293920 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16403] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16403/stat : 16403 (java) S 16343 16346 4821 0 -1 1077944384 43 12518 0 0 0 0 5 2 20 0 15 0 93226073 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185723241600 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16404] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16404/stat : 16404 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226075 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185722189904 140186179667867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16405] ppid=16343 vsize=13997884 CPUtime=0.72 cores=1,3,5,7
/proc/16346/task/16405/stat : 16405 (java) S 16343 16346 4821 0 -1 1077944384 1879 12518 0 0 64 1 5 2 20 0 15 0 93226075 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185721137776 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16406] ppid=16343 vsize=13997884 CPUtime=0.73 cores=1,3,5,7
/proc/16346/task/16406/stat : 16406 (java) S 16343 16346 4821 0 -1 1077944384 1297 12518 0 0 65 1 5 2 20 0 15 0 93226075 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185652161008 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16407] ppid=16343 vsize=13997884 CPUtime=0.97 cores=1,3,5,7
/proc/16346/task/16407/stat : 16407 (java) S 16343 16346 4821 0 -1 1077944384 2818 12518 0 0 89 1 5 2 20 0 15 0 93226075 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185651108720 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16408] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16408/stat : 16408 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226076 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185650056160 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16409] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16409/stat : 16409 (java) S 16343 16346 4821 0 -1 1077944384 7 12518 0 0 0 0 5 2 20 0 15 0 93226078 14333833216 55702 18446744073709551615 4194304 4196468 140724433321104 140185649002928 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 13997884

[startup+6.30068 s]
/proc/loadavg: 1.58 1.36 1.34 3/214 16409
/proc/meminfo: memFree=30060392/32770624 swapFree=0/428600
[pid=16346] ppid=16343 vsize=13997884 CPUtime=9.68 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 52385 12518 0 0 943 18 5 2 20 0 15 0 93226051 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3499471 76565 3461 1 0 3488085 0
[pid=16346/tid=16396] ppid=16343 vsize=13997884 CPUtime=6.07 cores=1,3,5,7
/proc/16346/task/16396/stat : 16396 (java) R 16343 16346 4821 0 -1 4202560 38043 12518 0 0 591 9 5 2 20 0 15 0 93226070 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140186183880672 140185811905580 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16397] ppid=16343 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16346/task/16397/stat : 16397 (java) S 16343 16346 4821 0 -1 1077944384 222 12518 0 0 2 0 5 2 20 0 15 0 93226071 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140186136615824 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16398] ppid=16343 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16346/task/16398/stat : 16398 (java) S 16343 16346 4821 0 -1 1077944384 62 12518 0 0 2 0 5 2 20 0 15 0 93226071 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140186135563024 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16399] ppid=16343 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16346/task/16399/stat : 16399 (java) S 16343 16346 4821 0 -1 1077944384 240 12518 0 0 2 0 5 2 20 0 15 0 93226071 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140186134510736 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16400] ppid=16343 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16346/task/16400/stat : 16400 (java) S 16343 16346 4821 0 -1 1077944384 91 12518 0 0 2 0 5 2 20 0 15 0 93226071 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140186133457936 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16401] ppid=16343 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16401/stat : 16401 (java) S 16343 16346 4821 0 -1 1077944384 1379 12518 0 0 1 0 5 2 20 0 15 0 93226072 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185725347952 140186179660418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16402] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16402/stat : 16402 (java) S 16343 16346 4821 0 -1 1077944384 56 12518 0 0 0 0 5 2 20 0 15 0 93226073 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185724293984 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16403] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16403/stat : 16403 (java) S 16343 16346 4821 0 -1 1077944384 43 12518 0 0 0 0 5 2 20 0 15 0 93226073 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185723241600 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16404] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16404/stat : 16404 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226075 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185722189904 140186179667867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16405] ppid=16343 vsize=13997884 CPUtime=1.24 cores=1,3,5,7
/proc/16346/task/16405/stat : 16405 (java) S 16343 16346 4821 0 -1 1077944384 2209 12518 0 0 115 2 5 2 20 0 15 0 93226075 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185721137776 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16406] ppid=16343 vsize=13997884 CPUtime=1.29 cores=1,3,5,7
/proc/16346/task/16406/stat : 16406 (java) S 16343 16346 4821 0 -1 1077944384 4775 12518 0 0 121 1 5 2 20 0 15 0 93226075 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185652161008 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16407] ppid=16343 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/16346/task/16407/stat : 16407 (java) S 16343 16346 4821 0 -1 1077944384 3094 12518 0 0 101 1 5 2 20 0 15 0 93226075 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185651108720 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16408] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16408/stat : 16408 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226076 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185650056160 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16409] ppid=16343 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16409/stat : 16409 (java) S 16343 16346 4821 0 -1 1077944384 13 12518 0 0 0 0 5 2 20 0 15 0 93226078 14333833216 76565 18446744073709551615 4194304 4196468 140724433321104 140185649002928 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 1.57 1.37 1.34 3/214 16409
/proc/meminfo: memFree=29711680/32770624 swapFree=0/428600
[pid=16346] ppid=16343 vsize=14006076 CPUtime=25.99 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 96055 12518 0 0 2558 34 5 2 20 0 15 0 93226051 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3501519 162183 3484 1 0 3490133 0
[pid=16346/tid=16396] ppid=16343 vsize=14006076 CPUtime=12.32 cores=1,3,5,7
/proc/16346/task/16396/stat : 16396 (java) R 16343 16346 4821 0 -1 4202560 57928 12518 0 0 1213 12 5 2 20 0 15 0 93226070 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140186183880320 140185824309715 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16397] ppid=16343 vsize=14006076 CPUtime=0.17 cores=1,3,5,7
/proc/16346/task/16397/stat : 16397 (java) S 16343 16346 4821 0 -1 1077944384 519 12518 0 0 8 2 5 2 20 0 15 0 93226071 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140186136615824 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16398] ppid=16343 vsize=14006076 CPUtime=0.16 cores=1,3,5,7
/proc/16346/task/16398/stat : 16398 (java) S 16343 16346 4821 0 -1 1077944384 162 12518 0 0 7 2 5 2 20 0 15 0 93226071 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140186135563024 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16399] ppid=16343 vsize=14006076 CPUtime=0.16 cores=1,3,5,7
/proc/16346/task/16399/stat : 16399 (java) S 16343 16346 4821 0 -1 1077944384 787 12518 0 0 7 2 5 2 20 0 15 0 93226071 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140186134510736 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16400] ppid=16343 vsize=14006076 CPUtime=0.17 cores=1,3,5,7
/proc/16346/task/16400/stat : 16400 (java) S 16343 16346 4821 0 -1 1077944384 248 12518 0 0 8 2 5 2 20 0 15 0 93226071 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140186133457936 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16401] ppid=16343 vsize=14006076 CPUtime=0.12 cores=1,3,5,7
/proc/16346/task/16401/stat : 16401 (java) S 16343 16346 4821 0 -1 1077944384 2608 12518 0 0 5 0 5 2 20 0 15 0 93226072 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140185725347952 140186179660418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16402] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16402/stat : 16402 (java) S 16343 16346 4821 0 -1 1077944384 60 12518 0 0 0 0 5 2 20 0 15 0 93226073 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140185724293984 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16403] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16403/stat : 16403 (java) S 16343 16346 4821 0 -1 1077944384 48 12518 0 0 0 0 5 2 20 0 15 0 93226073 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140185723241600 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16404] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16404/stat : 16404 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226075 14342221824 162183 18446744073709551615 4194304 4196468 140724433321104 140185722189904 140186179667867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0

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

Current children cumulated vsize (KiB) 14006076

[startup+2382.3 s]
/proc/loadavg: 1.27 1.43 1.50 3/214 17932
/proc/meminfo: memFree=25394116/32770624 swapFree=0/429360
[pid=16346] ppid=16343 vsize=14006076 CPUtime=2413.38 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 543539 12518 0 0 241124 207 5 2 20 0 15 0 93226051 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3501519 364810 3494 1 0 3490133 0
[pid=16346/tid=16396] ppid=16343 vsize=14006076 CPUtime=2373.82 cores=1,3,5,7
/proc/16346/task/16396/stat : 16396 (java) R 16343 16346 4821 0 -1 4202560 127293 12518 0 0 237337 38 5 2 20 0 15 0 93226070 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140186183883488 140185825067003 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16397] ppid=16343 vsize=14006076 CPUtime=4.39 cores=1,3,5,7
/proc/16346/task/16397/stat : 16397 (java) S 16343 16346 4821 0 -1 1077944384 19271 12518 0 0 407 25 5 2 20 0 15 0 93226071 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140186136615824 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16398] ppid=16343 vsize=14006076 CPUtime=4.39 cores=1,3,5,7
/proc/16346/task/16398/stat : 16398 (java) S 16343 16346 4821 0 -1 1077944384 28035 12518 0 0 408 24 5 2 20 0 15 0 93226071 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140186135563024 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16399] ppid=16343 vsize=14006076 CPUtime=4.4 cores=1,3,5,7
/proc/16346/task/16399/stat : 16399 (java) S 16343 16346 4821 0 -1 1077944384 27713 12518 0 0 409 24 5 2 20 0 15 0 93226071 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140186134510736 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16400] ppid=16343 vsize=14006076 CPUtime=4.42 cores=1,3,5,7
/proc/16346/task/16400/stat : 16400 (java) S 16343 16346 4821 0 -1 1077944384 26198 12518 0 0 410 25 5 2 20 0 15 0 93226071 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140186133457936 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16401] ppid=16343 vsize=14006076 CPUtime=3.3 cores=1,3,5,7
/proc/16346/task/16401/stat : 16401 (java) S 16343 16346 4821 0 -1 1077944384 21123 12518 0 0 300 23 5 2 20 0 15 0 93226072 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185725347952 140186179660418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16402] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16402/stat : 16402 (java) S 16343 16346 4821 0 -1 1077944384 71 12518 0 0 0 0 5 2 20 0 15 0 93226073 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185724293984 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16403] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16403/stat : 16403 (java) S 16343 16346 4821 0 -1 1077944384 49 12518 0 0 0 0 5 2 20 0 15 0 93226073 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185723241600 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16404] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16404/stat : 16404 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226075 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185722189904 140186179667867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16405] ppid=16343 vsize=14006076 CPUtime=7.65 cores=1,3,5,7
/proc/16346/task/16405/stat : 16405 (java) S 16343 16346 4821 0 -1 1077944384 99688 12518 0 0 750 8 5 2 20 0 15 0 93226075 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185721137776 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16406] ppid=16343 vsize=14006076 CPUtime=7.83 cores=1,3,5,7
/proc/16346/task/16406/stat : 16406 (java) S 16343 16346 4821 0 -1 1077944384 99588 12518 0 0 767 9 5 2 20 0 15 0 93226075 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185652161008 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16407] ppid=16343 vsize=14006076 CPUtime=2.86 cores=1,3,5,7
/proc/16346/task/16407/stat : 16407 (java) S 16343 16346 4821 0 -1 1077944384 89698 12518 0 0 271 8 5 2 20 0 15 0 93226075 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185651108720 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16408] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16408/stat : 16408 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226076 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185650056160 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16409] ppid=16343 vsize=14006076 CPUtime=0.84 cores=1,3,5,7
/proc/16346/task/16409/stat : 16409 (java) S 16343 16346 4821 0 -1 1077944384 2654 12518 0 0 35 42 5 2 20 0 15 0 93226078 14342221824 364810 18446744073709551615 4194304 4196468 140724433321104 140185649002928 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
Current children cumulated CPU time (s) 2413.38
Current children cumulated vsize (KiB) 14006076

[startup+2442.3 s]
/proc/loadavg: 1.34 1.41 1.49 3/214 17934
/proc/meminfo: memFree=25409548/32770624 swapFree=0/429376
[pid=16346] ppid=16343 vsize=14006076 CPUtime=2473.81 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 547831 12518 0 0 247161 213 5 2 20 0 15 0 93226051 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3501519 363398 3494 1 0 3490133 0
[pid=16346/tid=16396] ppid=16343 vsize=14006076 CPUtime=2433.59 cores=1,3,5,7
/proc/16346/task/16396/stat : 16396 (java) R 16343 16346 4821 0 -1 4202560 128359 12518 0 0 243314 38 5 2 20 0 15 0 93226070 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140186183883472 140185824497648 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16397] ppid=16343 vsize=14006076 CPUtime=4.52 cores=1,3,5,7
/proc/16346/task/16397/stat : 16397 (java) S 16343 16346 4821 0 -1 1077944384 19461 12518 0 0 418 27 5 2 20 0 15 0 93226071 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140186136615824 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16398] ppid=16343 vsize=14006076 CPUtime=4.51 cores=1,3,5,7
/proc/16346/task/16398/stat : 16398 (java) S 16343 16346 4821 0 -1 1077944384 28481 12518 0 0 419 25 5 2 20 0 15 0 93226071 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140186135563024 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16399] ppid=16343 vsize=14006076 CPUtime=4.52 cores=1,3,5,7
/proc/16346/task/16399/stat : 16399 (java) S 16343 16346 4821 0 -1 1077944384 27894 12518 0 0 420 25 5 2 20 0 15 0 93226071 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140186134510736 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16400] ppid=16343 vsize=14006076 CPUtime=4.54 cores=1,3,5,7
/proc/16346/task/16400/stat : 16400 (java) S 16343 16346 4821 0 -1 1077944384 26366 12518 0 0 421 26 5 2 20 0 15 0 93226071 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140186133457936 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16401] ppid=16343 vsize=14006076 CPUtime=3.38 cores=1,3,5,7
/proc/16346/task/16401/stat : 16401 (java) S 16343 16346 4821 0 -1 1077944384 21319 12518 0 0 308 23 5 2 20 0 15 0 93226072 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185725347952 140186179660418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16402] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16402/stat : 16402 (java) S 16343 16346 4821 0 -1 1077944384 71 12518 0 0 0 0 5 2 20 0 15 0 93226073 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185724293984 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16403] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16403/stat : 16403 (java) S 16343 16346 4821 0 -1 1077944384 49 12518 0 0 0 0 5 2 20 0 15 0 93226073 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185723241600 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16404] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16404/stat : 16404 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226075 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185722189904 140186179667867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16405] ppid=16343 vsize=14006076 CPUtime=7.68 cores=1,3,5,7
/proc/16346/task/16405/stat : 16405 (java) S 16343 16346 4821 0 -1 1077944384 100289 12518 0 0 753 8 5 2 20 0 15 0 93226075 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185721137776 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16406] ppid=16343 vsize=14006076 CPUtime=7.86 cores=1,3,5,7
/proc/16346/task/16406/stat : 16406 (java) S 16343 16346 4821 0 -1 1077944384 100108 12518 0 0 770 9 5 2 20 0 15 0 93226075 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185652161008 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16407] ppid=16343 vsize=14006076 CPUtime=2.88 cores=1,3,5,7
/proc/16346/task/16407/stat : 16407 (java) S 16343 16346 4821 0 -1 1077944384 90606 12518 0 0 272 9 5 2 20 0 15 0 93226075 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185651108720 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16408] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16408/stat : 16408 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226076 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185650056160 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16409] ppid=16343 vsize=14006076 CPUtime=0.85 cores=1,3,5,7
/proc/16346/task/16409/stat : 16409 (java) S 16343 16346 4821 0 -1 1077944384 2670 12518 0 0 35 43 5 2 20 0 15 0 93226078 14342221824 363398 18446744073709551615 4194304 4196468 140724433321104 140185649002928 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
Current children cumulated CPU time (s) 2473.81
Current children cumulated vsize (KiB) 14006076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.1 s]
/proc/loadavg: 1.38 1.42 1.49 3/214 17935
/proc/meminfo: memFree=25407796/32770624 swapFree=0/429396
[pid=16346] ppid=16343 vsize=14006076 CPUtime=2520 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 552106 12518 0 0 251777 216 5 2 20 0 15 0 93226051 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3501519 363910 3494 1 0 3490133 0
[pid=16346/tid=16396] ppid=16343 vsize=14006076 CPUtime=2479.18 cores=1,3,5,7
/proc/16346/task/16396/stat : 16396 (java) R 16343 16346 4821 0 -1 4202560 129183 12518 0 0 247872 39 5 2 20 0 15 0 93226070 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140186183883472 140185812106412 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16397] ppid=16343 vsize=14006076 CPUtime=4.62 cores=1,3,5,7
/proc/16346/task/16397/stat : 16397 (java) S 16343 16346 4821 0 -1 1077944384 19527 12518 0 0 428 27 5 2 20 0 15 0 93226071 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140186136615824 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16398] ppid=16343 vsize=14006076 CPUtime=4.61 cores=1,3,5,7
/proc/16346/task/16398/stat : 16398 (java) S 16343 16346 4821 0 -1 1077944384 28989 12518 0 0 429 25 5 2 20 0 15 0 93226071 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140186135563024 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16399] ppid=16343 vsize=14006076 CPUtime=4.62 cores=1,3,5,7
/proc/16346/task/16399/stat : 16399 (java) S 16343 16346 4821 0 -1 1077944384 28055 12518 0 0 430 25 5 2 20 0 15 0 93226071 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140186134510736 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16400] ppid=16343 vsize=14006076 CPUtime=4.64 cores=1,3,5,7
/proc/16346/task/16400/stat : 16400 (java) S 16343 16346 4821 0 -1 1077944384 26938 12518 0 0 431 26 5 2 20 0 15 0 93226071 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140186133457936 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16401] ppid=16343 vsize=14006076 CPUtime=3.46 cores=1,3,5,7
/proc/16346/task/16401/stat : 16401 (java) S 16343 16346 4821 0 -1 1077944384 21525 12518 0 0 315 24 5 2 20 0 15 0 93226072 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185725347952 140186179660418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16402] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16402/stat : 16402 (java) S 16343 16346 4821 0 -1 1077944384 71 12518 0 0 0 0 5 2 20 0 15 0 93226073 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185724293984 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16403] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16403/stat : 16403 (java) S 16343 16346 4821 0 -1 1077944384 49 12518 0 0 0 0 5 2 20 0 15 0 93226073 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185723241600 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16404] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16404/stat : 16404 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226075 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185722189904 140186179667867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16405] ppid=16343 vsize=14006076 CPUtime=7.73 cores=1,3,5,7
/proc/16346/task/16405/stat : 16405 (java) S 16343 16346 4821 0 -1 1077944384 100920 12518 0 0 758 8 5 2 20 0 15 0 93226075 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185721137776 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16406] ppid=16343 vsize=14006076 CPUtime=7.9 cores=1,3,5,7
/proc/16346/task/16406/stat : 16406 (java) S 16343 16346 4821 0 -1 1077944384 100581 12518 0 0 774 9 5 2 20 0 15 0 93226075 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185652161008 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16407] ppid=16343 vsize=14006076 CPUtime=2.89 cores=1,3,5,7
/proc/16346/task/16407/stat : 16407 (java) S 16343 16346 4821 0 -1 1077944384 91415 12518 0 0 273 9 5 2 20 0 15 0 93226075 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185651108720 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16408] ppid=16343 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16408/stat : 16408 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 15 0 93226076 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185650056160 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16409] ppid=16343 vsize=14006076 CPUtime=0.87 cores=1,3,5,7
/proc/16346/task/16409/stat : 16409 (java) S 16343 16346 4821 0 -1 1077944384 2695 12518 0 0 36 44 5 2 20 0 15 0 93226078 14342221824 363910 18446744073709551615 4194304 4196468 140724433321104 140185649002928 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
Current children cumulated CPU time (s) 2520
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 16346 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2488.4 s]
/proc/loadavg: 1.38 1.42 1.49 6/216 17937
/proc/meminfo: memFree=25400876/32770624 swapFree=0/429396
[pid=16346] ppid=16343 vsize=14139204 CPUtime=2520.89 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 4821 0 -1 1077944320 559676 12518 0 0 251865 217 5 2 20 0 17 0 93226051 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140724433303648 140186179649271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
/proc/16346/statm: 3534801 365896 3494 1 0 3523415 0
[pid=16346/tid=16396] ppid=16343 vsize=14139204 CPUtime=2479.19 cores=1,3,5,7
/proc/16346/task/16396/stat : 16396 (java) S 16343 16346 4821 0 -1 1077944384 129478 12518 0 0 247873 39 5 2 20 0 17 0 93226070 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140186183886992 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16397] ppid=16343 vsize=14139204 CPUtime=4.81 cores=1,3,5,7
/proc/16346/task/16397/stat : 16397 (java) S 16343 16346 4821 0 -1 1077944384 19585 12518 0 0 447 27 5 2 20 0 17 0 93226071 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140186136615824 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16398] ppid=16343 vsize=14139204 CPUtime=4.81 cores=1,3,5,7
/proc/16346/task/16398/stat : 16398 (java) S 16343 16346 4821 0 -1 1077944384 29263 12518 0 0 449 25 5 2 20 0 17 0 93226071 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140186135563024 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16399] ppid=16343 vsize=14139204 CPUtime=4.82 cores=1,3,5,7
/proc/16346/task/16399/stat : 16399 (java) S 16343 16346 4821 0 -1 1077944384 28179 12518 0 0 450 25 5 2 20 0 17 0 93226071 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140186134510736 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16400] ppid=16343 vsize=14139204 CPUtime=4.85 cores=1,3,5,7
/proc/16346/task/16400/stat : 16400 (java) R 16343 16346 4821 0 -1 1077944384 27010 12518 0 0 452 26 5 2 20 0 17 0 93226071 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140186133457952 140186179659477 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16401] ppid=16343 vsize=14139204 CPUtime=3.54 cores=1,3,5,7
/proc/16346/task/16401/stat : 16401 (java) S 16343 16346 4821 0 -1 1077944384 28112 12518 0 0 323 24 5 2 20 0 17 0 93226072 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185725346352 140186179659477 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16402] ppid=16343 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16402/stat : 16402 (java) S 16343 16346 4821 0 -1 1077944384 73 12518 0 0 0 0 5 2 20 0 17 0 93226073 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185724293888 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16403] ppid=16343 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16403/stat : 16403 (java) S 16343 16346 4821 0 -1 1077944384 49 12518 0 0 0 0 5 2 20 0 17 0 93226073 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185723241600 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16404] ppid=16343 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16404/stat : 16404 (java) S 16343 16346 4821 0 -1 1077944384 63 12518 0 0 0 0 5 2 20 0 17 0 93226075 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185722189904 140186179667867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16405] ppid=16343 vsize=14139204 CPUtime=7.73 cores=1,3,5,7
/proc/16346/task/16405/stat : 16405 (java) S 16343 16346 4821 0 -1 1077944384 100920 12518 0 0 758 8 5 2 20 0 17 0 93226075 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185721137776 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16406] ppid=16343 vsize=14139204 CPUtime=7.9 cores=1,3,5,7
/proc/16346/task/16406/stat : 16406 (java) S 16343 16346 4821 0 -1 1077944384 100581 12518 0 0 774 9 5 2 20 0 17 0 93226075 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185652161008 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16407] ppid=16343 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/16346/task/16407/stat : 16407 (java) S 16343 16346 4821 0 -1 1077944384 91415 12518 0 0 273 9 5 2 20 0 17 0 93226075 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185651108720 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16408] ppid=16343 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16408/stat : 16408 (java) S 16343 16346 4821 0 -1 1077944384 3 12518 0 0 0 0 5 2 20 0 17 0 93226076 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185650056160 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=16409] ppid=16343 vsize=14139204 CPUtime=0.87 cores=1,3,5,7
/proc/16346/task/16409/stat : 16409 (java) S 16343 16346 4821 0 -1 1077944384 2695 12518 0 0 36 44 5 2 20 0 17 0 93226078 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185649002928 140186179660418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=17936] ppid=16343 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/17936/stat : 17936 (java) S 16343 16346 4821 0 -1 1077944384 69 12518 0 0 0 0 5 2 20 0 17 0 93474861 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185620152304 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
[pid=16346/tid=17937] ppid=16343 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/17937/stat : 17937 (java) S 16343 16346 4821 0 -1 1077944384 28 12518 0 0 0 0 5 2 20 0 17 0 93474862 14478544896 365896 18446744073709551615 4194304 4196468 140724433321104 140185614144576 140186179659477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13770752 140724433328080 140724433330865 140724433330865 140724433334223 0
Current children cumulated CPU time (s) 2520.89
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 2488.45
CPU time (s): 2520.98
CPU user time (s): 2518.77
CPU system time (s): 2.2102
CPU usage (%): 101.307
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.77
system time used= 2.2102
maximum resident set size= 1563312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 572278
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132345
involuntary context switches= 4701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.08073 second user time and 18.7425 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 14:07:41
IDJOB=4262065
IDBENCH=130621
IDSOLVER=2650
FILE ID=node133/4262065-1502454108
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-14.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262065-1502454108/watcher-4262065-1502454108 -o /tmp/evaluation-result-4262065-1502454108/solver-4262065-1502454108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262065-1502454108.xml

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

MD5SUM BENCH= 7bee45910aa9ad1c56e5a256c184a2b3
RANDOM SEED=2117746774

node133.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.17
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.17
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.17
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.17
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:        30349384 kB
MemAvailable:   31225388 kB
Buffers:          293112 kB
Cached:           877236 kB
SwapCached:            0 kB
Active:          1525408 kB
Inactive:         461672 kB
Active(anon):     817212 kB
Inactive(anon):    33112 kB
Active(file):     708196 kB
Inactive(file):   428560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24136 kB
Writeback:            12 kB
AnonPages:        816568 kB
Mapped:            64248 kB
Shmem:             33468 kB
Slab:             137488 kB
SReclaimable:     110168 kB
SUnreclaim:        27320 kB
KernelStack:        3504 kB
PageTables:         6188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1709732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61976 MiB
End job on node133 at 2017-08-11 14:49:09