Trace number 4262083

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) 2521.3701 2487.3401

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

pid=12187
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: 2.09 1.88 1.68 4/200 12190
/proc/meminfo: memFree=30161056/32770624 swapFree=0/571264
[pid=12190] ppid=12187 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/12190/stat : 12190 (runsolver) D 12187 12190 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 92825300 24240128 106 18446744073709551615 4194304 4338465 140735376407312 140735376404952 139975926080215 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 6873088 140735376408785 140735376409161 140735376409161 140735376412618 0
/proc/12190/statm: 5918 106 53 36 0 2156 0

[startup+0.100121 s]
/proc/loadavg: 2.09 1.88 1.68 4/200 12190
/proc/meminfo: memFree=30161056/32770624 swapFree=0/571264
[pid=12190] ppid=12187 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/12190/stat : 12190 (bash) S 12187 12190 1460 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 92825300 9867264 377 18446744073709551615 4194304 5098028 140735545910992 140735545905000 140578034916352 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 6 0 0 7196144 7232144 40611840 140735545917972 140735545918057 140735545918057 140735545921514 0
/proc/12190/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200333 s]
/proc/loadavg: 2.09 1.88 1.68 4/200 12190
/proc/meminfo: memFree=30161056/32770624 swapFree=0/571264
[pid=12190] ppid=12187 vsize=13358716 CPUtime=0.08 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 4199 12356 0 0 1 0 5 2 20 0 6 0 92825300 13679325184 2987 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3339679 2987 1867 1 0 3329176 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13358716

[startup+0.307835 s]
/proc/loadavg: 2.09 1.88 1.68 4/200 12190
/proc/meminfo: memFree=30161056/32770624 swapFree=0/571264
[pid=12190] ppid=12187 vsize=13974356 CPUtime=0.21 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 6952 12356 0 0 13 1 5 2 20 0 15 0 92825300 14309740544 8646 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3493589 8646 2937 1 0 3482965 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13974356

[startup+0.700276 s]
/proc/loadavg: 2.09 1.88 1.68 4/200 12190
/proc/meminfo: memFree=30161056/32770624 swapFree=0/571264
[pid=12190] ppid=12187 vsize=13974784 CPUtime=0.73 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 14024 12356 0 0 62 4 5 2 20 0 15 0 92825300 14310178816 15483 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3493696 15483 3111 1 0 3482965 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50119 s]
/proc/loadavg: 2.09 1.88 1.68 3/215 12253
/proc/meminfo: memFree=30060304/32770624 swapFree=0/571124
[pid=12190] ppid=12187 vsize=13985408 CPUtime=1.98 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 28706 12356 0 0 183 8 5 2 20 0 15 0 92825300 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3496352 43154 3376 1 0 3485525 0
[pid=12190/tid=12240] ppid=12187 vsize=13985408 CPUtime=1.31 cores=1,3,5,7
/proc/12190/task/12240/stat : 12240 (java) R 12187 12190 1460 0 -1 4202560 21652 12356 0 0 119 5 5 2 20 0 15 0 92825319 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888996610016 139888992394646 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12241] ppid=12187 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12241/stat : 12241 (java) S 12187 12190 1460 0 -1 1077944384 38 12356 0 0 0 0 5 2 20 0 15 0 92825320 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888592677264 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12242] ppid=12187 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12242/stat : 12242 (java) S 12187 12190 1460 0 -1 1077944384 19 12356 0 0 1 0 5 2 20 0 15 0 92825320 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888591624464 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12243] ppid=12187 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12243/stat : 12243 (java) S 12187 12190 1460 0 -1 1077944384 204 12356 0 0 1 0 5 2 20 0 15 0 92825320 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888590572176 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12244] ppid=12187 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12244/stat : 12244 (java) S 12187 12190 1460 0 -1 1077944384 57 12356 0 0 1 0 5 2 20 0 15 0 92825320 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888589519376 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12245] ppid=12187 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12245/stat : 12245 (java) S 12187 12190 1460 0 -1 1077944384 1261 12356 0 0 1 0 5 2 20 0 15 0 92825321 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888110434928 139888992393858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12246] ppid=12187 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12246/stat : 12246 (java) S 12187 12190 1460 0 -1 1077944384 55 12356 0 0 0 0 5 2 20 0 15 0 92825322 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888109380960 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12247] ppid=12187 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12247/stat : 12247 (java) S 12187 12190 1460 0 -1 1077944384 44 12356 0 0 0 0 5 2 20 0 15 0 92825322 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888108328576 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12248] ppid=12187 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12248/stat : 12248 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888107276880 139888992401307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12249] ppid=12187 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/12190/task/12249/stat : 12249 (java) S 12187 12190 1460 0 -1 1077944384 1066 12356 0 0 14 0 5 2 20 0 15 0 92825325 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888106223728 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12250] ppid=12187 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/12190/task/12250/stat : 12250 (java) R 12187 12190 1460 0 -1 4202560 829 12356 0 0 18 0 5 2 20 0 15 0 92825325 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888105160192 139888973903893 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12251] ppid=12187 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/12190/task/12251/stat : 12251 (java) R 12187 12190 1460 0 -1 1077944384 1317 12356 0 0 24 0 5 2 20 0 15 0 92825325 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888104118640 139888992393858 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12252] ppid=12187 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12252/stat : 12252 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888103066080 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12253] ppid=12187 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12253/stat : 12253 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825328 14321057792 43154 18446744073709551615 4194304 4196468 140736972754176 139888102013872 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 2.09 1.88 1.68 4/215 12253
/proc/meminfo: memFree=29986164/32770624 swapFree=0/571124
[pid=12190] ppid=12187 vsize=13997884 CPUtime=5.71 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 40549 12356 0 0 551 13 5 2 20 0 15 0 92825300 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3499471 55403 3446 1 0 3488085 0
[pid=12190/tid=12240] ppid=12187 vsize=13997884 CPUtime=2.91 cores=1,3,5,7
/proc/12190/task/12240/stat : 12240 (java) R 12187 12190 1460 0 -1 4202560 29508 12356 0 0 276 8 5 2 20 0 15 0 92825319 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888996613736 139888642712088 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12241] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12241/stat : 12241 (java) S 12187 12190 1460 0 -1 1077944384 38 12356 0 0 0 0 5 2 20 0 15 0 92825320 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888592677264 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12242] ppid=12187 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12242/stat : 12242 (java) S 12187 12190 1460 0 -1 1077944384 19 12356 0 0 1 0 5 2 20 0 15 0 92825320 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888591624464 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12243] ppid=12187 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12243/stat : 12243 (java) S 12187 12190 1460 0 -1 1077944384 204 12356 0 0 1 0 5 2 20 0 15 0 92825320 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888590572176 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12244] ppid=12187 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12244/stat : 12244 (java) S 12187 12190 1460 0 -1 1077944384 57 12356 0 0 1 0 5 2 20 0 15 0 92825320 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888589519376 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12245] ppid=12187 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12245/stat : 12245 (java) S 12187 12190 1460 0 -1 1077944384 1265 12356 0 0 1 0 5 2 20 0 15 0 92825321 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888110434928 139888992393858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12246] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12246/stat : 12246 (java) S 12187 12190 1460 0 -1 1077944384 55 12356 0 0 0 0 5 2 20 0 15 0 92825322 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888109380960 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12247] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12247/stat : 12247 (java) S 12187 12190 1460 0 -1 1077944384 44 12356 0 0 0 0 5 2 20 0 15 0 92825322 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888108328576 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12248] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12248/stat : 12248 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888107276880 139888992401307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12249] ppid=12187 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/12190/task/12249/stat : 12249 (java) R 12187 12190 1460 0 -1 4202560 2718 12356 0 0 100 2 5 2 20 0 15 0 92825325 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888106223728 139888992404058 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12250] ppid=12187 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/12190/task/12250/stat : 12250 (java) R 12187 12190 1460 0 -1 4202560 1516 12356 0 0 77 0 5 2 20 0 15 0 92825325 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888105170928 139888976370221 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12251] ppid=12187 vsize=13997884 CPUtime=0.98 cores=1,3,5,7
/proc/12190/task/12251/stat : 12251 (java) R 12187 12190 1460 0 -1 1077944384 2960 12356 0 0 90 1 5 2 20 0 15 0 92825325 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888104118640 139888992393858 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12252] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12252/stat : 12252 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888103066080 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12253] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12253/stat : 12253 (java) S 12187 12190 1460 0 -1 1077944384 4 12356 0 0 0 0 5 2 20 0 15 0 92825328 14333833216 55403 18446744073709551615 4194304 4196468 140736972754176 139888102013872 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 2.16 1.90 1.69 3/215 12253
/proc/meminfo: memFree=29872212/32770624 swapFree=0/571120
[pid=12190] ppid=12187 vsize=13997884 CPUtime=9.81 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 47930 12356 0 0 956 18 5 2 20 0 15 0 92825300 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3499471 76553 3467 1 0 3488085 0
[pid=12190/tid=12240] ppid=12187 vsize=13997884 CPUtime=6.08 cores=1,3,5,7
/proc/12190/task/12240/stat : 12240 (java) R 12187 12190 1460 0 -1 4202560 30669 12356 0 0 592 9 5 2 20 0 15 0 92825319 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888996614672 139888634244416 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12241] ppid=12187 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/12190/task/12241/stat : 12241 (java) S 12187 12190 1460 0 -1 1077944384 97 12356 0 0 2 0 5 2 20 0 15 0 92825320 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888592677264 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12242] ppid=12187 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/12190/task/12242/stat : 12242 (java) S 12187 12190 1460 0 -1 1077944384 273 12356 0 0 2 0 5 2 20 0 15 0 92825320 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888591624464 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12243] ppid=12187 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/12190/task/12243/stat : 12243 (java) S 12187 12190 1460 0 -1 1077944384 219 12356 0 0 2 0 5 2 20 0 15 0 92825320 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888590572176 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12244] ppid=12187 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/12190/task/12244/stat : 12244 (java) S 12187 12190 1460 0 -1 1077944384 308 12356 0 0 2 0 5 2 20 0 15 0 92825320 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888589519376 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12245] ppid=12187 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12190/task/12245/stat : 12245 (java) S 12187 12190 1460 0 -1 1077944384 1360 12356 0 0 1 0 5 2 20 0 15 0 92825321 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888110434928 139888992393858 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12246] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12246/stat : 12246 (java) S 12187 12190 1460 0 -1 1077944384 55 12356 0 0 0 0 5 2 20 0 15 0 92825322 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888109380960 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12247] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12247/stat : 12247 (java) S 12187 12190 1460 0 -1 1077944384 48 12356 0 0 0 0 5 2 20 0 15 0 92825322 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888108328576 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12248] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12248/stat : 12248 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888107276880 139888992401307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12249] ppid=12187 vsize=13997884 CPUtime=1.41 cores=1,3,5,7
/proc/12190/task/12249/stat : 12249 (java) S 12187 12190 1460 0 -1 1077944384 3766 12356 0 0 132 2 5 2 20 0 15 0 92825325 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888106223728 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12250] ppid=12187 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/12190/task/12250/stat : 12250 (java) S 12187 12190 1460 0 -1 1077944384 3306 12356 0 0 115 0 5 2 20 0 15 0 92825325 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888105170928 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12251] ppid=12187 vsize=13997884 CPUtime=1.1 cores=1,3,5,7
/proc/12190/task/12251/stat : 12251 (java) R 12187 12190 1460 0 -1 4202560 4786 12356 0 0 102 1 5 2 20 0 15 0 92825325 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888104118640 139888992394646 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12252] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12252/stat : 12252 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888103066080 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12253] ppid=12187 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12253/stat : 12253 (java) S 12187 12190 1460 0 -1 1077944384 882 12356 0 0 0 0 5 2 20 0 15 0 92825328 14333833216 76553 18446744073709551615 4194304 4196468 140736972754176 139888102013872 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 13997884

[startup+12.7038 s]
/proc/loadavg: 2.15 1.90 1.69 5/215 12253
/proc/meminfo: memFree=29712752/32770624 swapFree=0/571120
[pid=12190] ppid=12187 vsize=14001980 CPUtime=20.84 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 73528 12356 0 0 2039 38 5 2 20 0 15 0 92825300 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3500495 130324 3477 1 0 3489109 0
[pid=12190/tid=12240] ppid=12187 vsize=14001980 CPUtime=12.3 cores=1,3,5,7
/proc/12190/task/12240/stat : 12240 (java) R 12187 12190 1460 0 -1 4202560 36396 12356 0 0 1213 10 5 2 20 0 15 0 92825319 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888996615928 139888650000112 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12241] ppid=12187 vsize=14001980 CPUtime=0.22 cores=1,3,5,7
/proc/12190/task/12241/stat : 12241 (java) S 12187 12190 1460 0 -1 1077944384 350 12356 0 0 11 4 5 2 20 0 15 0 92825320 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888592677264 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12242] ppid=12187 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/12190/task/12242/stat : 12242 (java) S 12187 12190 1460 0 -1 1077944384 505 12356 0 0 10 4 5 2 20 0 15 0 92825320 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888591624464 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12243] ppid=12187 vsize=14001980 CPUtime=0.22 cores=1,3,5,7
/proc/12190/task/12243/stat : 12243 (java) S 12187 12190 1460 0 -1 1077944384 999 12356 0 0 11 4 5 2 20 0 15 0 92825320 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888590572176 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12244] ppid=12187 vsize=14001980 CPUtime=0.23 cores=1,3,5,7
/proc/12190/task/12244/stat : 12244 (java) S 12187 12190 1460 0 -1 1077944384 688 12356 0 0 11 5 5 2 20 0 15 0 92825320 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888589519376 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12245] ppid=12187 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/12190/task/12245/stat : 12245 (java) S 12187 12190 1460 0 -1 1077944384 5467 12356 0 0 5 0 5 2 20 0 15 0 92825321 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888110434928 139888992393858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12246] ppid=12187 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12246/stat : 12246 (java) S 12187 12190 1460 0 -1 1077944384 60 12356 0 0 0 0 5 2 20 0 15 0 92825322 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888109380960 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12247] ppid=12187 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12247/stat : 12247 (java) S 12187 12190 1460 0 -1 1077944384 53 12356 0 0 0 0 5 2 20 0 15 0 92825322 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888108328576 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12248] ppid=12187 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12248/stat : 12248 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14338027520 130324 18446744073709551615 4194304 4196468 140736972754176 139888107276880 139888992401307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0

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

/proc/meminfo: memFree=28979600/32770624 swapFree=0/571532
[pid=12190] ppid=12187 vsize=14006076 CPUtime=2475.06 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 415978 12356 0 0 247293 206 5 2 20 0 15 0 92825300 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3501519 321682 3494 1 0 3490133 0
[pid=12190/tid=12240] ppid=12187 vsize=14006076 CPUtime=2433.81 cores=1,3,5,7
/proc/12190/task/12240/stat : 12240 (java) R 12187 12190 1460 0 -1 4202560 105577 12356 0 0 243336 38 5 2 20 0 15 0 92825319 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888996617136 139888656892608 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12241] ppid=12187 vsize=14006076 CPUtime=4.48 cores=1,3,5,7
/proc/12190/task/12241/stat : 12241 (java) S 12187 12190 1460 0 -1 1077944384 16184 12356 0 0 416 25 5 2 20 0 15 0 92825320 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888592677264 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12242] ppid=12187 vsize=14006076 CPUtime=4.47 cores=1,3,5,7
/proc/12190/task/12242/stat : 12242 (java) S 12187 12190 1460 0 -1 1077944384 17793 12356 0 0 417 23 5 2 20 0 15 0 92825320 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888591624464 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12243] ppid=12187 vsize=14006076 CPUtime=4.47 cores=1,3,5,7
/proc/12190/task/12243/stat : 12243 (java) S 12187 12190 1460 0 -1 1077944384 23013 12356 0 0 413 27 5 2 20 0 15 0 92825320 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888590572176 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12244] ppid=12187 vsize=14006076 CPUtime=4.48 cores=1,3,5,7
/proc/12190/task/12244/stat : 12244 (java) S 12187 12190 1460 0 -1 1077944384 19822 12356 0 0 416 25 5 2 20 0 15 0 92825320 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888589519376 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12245] ppid=12187 vsize=14006076 CPUtime=3.36 cores=1,3,5,7
/proc/12190/task/12245/stat : 12245 (java) S 12187 12190 1460 0 -1 1077944384 19663 12356 0 0 311 18 5 2 20 0 15 0 92825321 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888110434928 139888992393858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12246] ppid=12187 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12246/stat : 12246 (java) S 12187 12190 1460 0 -1 1077944384 79 12356 0 0 0 0 5 2 20 0 15 0 92825322 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888109380960 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12247] ppid=12187 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12247/stat : 12247 (java) S 12187 12190 1460 0 -1 1077944384 65 12356 0 0 0 0 5 2 20 0 15 0 92825322 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888108328576 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12248] ppid=12187 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12248/stat : 12248 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888107276880 139888992401307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12249] ppid=12187 vsize=14006076 CPUtime=8.41 cores=1,3,5,7
/proc/12190/task/12249/stat : 12249 (java) S 12187 12190 1460 0 -1 1077944384 76623 12356 0 0 826 8 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888106223728 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12250] ppid=12187 vsize=14006076 CPUtime=8.3 cores=1,3,5,7
/proc/12190/task/12250/stat : 12250 (java) S 12187 12190 1460 0 -1 1077944384 69664 12356 0 0 817 6 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888105170928 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12251] ppid=12187 vsize=14006076 CPUtime=2.89 cores=1,3,5,7
/proc/12190/task/12251/stat : 12251 (java) S 12187 12190 1460 0 -1 1077944384 63125 12356 0 0 274 8 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888104118640 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12252] ppid=12187 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12252/stat : 12252 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888103066080 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12253] ppid=12187 vsize=14006076 CPUtime=0.91 cores=1,3,5,7
/proc/12190/task/12253/stat : 12253 (java) S 12187 12190 1460 0 -1 1077944384 2209 12356 0 0 41 43 5 2 20 0 15 0 92825328 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888102013872 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
Current children cumulated CPU time (s) 2475.06
Current children cumulated vsize (KiB) 14006076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.9 s]
/proc/loadavg: 1.23 1.41 1.45 3/214 12559
/proc/meminfo: memFree=28977640/32770624 swapFree=0/571524
[pid=12190] ppid=12187 vsize=14006076 CPUtime=2520.03 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 417496 12356 0 0 251786 210 5 2 20 0 15 0 92825300 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3501519 321682 3494 1 0 3490133 0
[pid=12190/tid=12240] ppid=12187 vsize=14006076 CPUtime=2478.19 cores=1,3,5,7
/proc/12190/task/12240/stat : 12240 (java) R 12187 12190 1460 0 -1 4202560 106110 12356 0 0 247774 38 5 2 20 0 15 0 92825319 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888996617024 139888637665535 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12241] ppid=12187 vsize=14006076 CPUtime=4.59 cores=1,3,5,7
/proc/12190/task/12241/stat : 12241 (java) S 12187 12190 1460 0 -1 1077944384 16463 12356 0 0 426 26 5 2 20 0 15 0 92825320 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888592677264 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12242] ppid=12187 vsize=14006076 CPUtime=4.58 cores=1,3,5,7
/proc/12190/task/12242/stat : 12242 (java) S 12187 12190 1460 0 -1 1077944384 17810 12356 0 0 428 23 5 2 20 0 15 0 92825320 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888591624464 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12243] ppid=12187 vsize=14006076 CPUtime=4.58 cores=1,3,5,7
/proc/12190/task/12243/stat : 12243 (java) S 12187 12190 1460 0 -1 1077944384 23046 12356 0 0 424 27 5 2 20 0 15 0 92825320 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888590572176 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12244] ppid=12187 vsize=14006076 CPUtime=4.59 cores=1,3,5,7
/proc/12190/task/12244/stat : 12244 (java) S 12187 12190 1460 0 -1 1077944384 19913 12356 0 0 426 26 5 2 20 0 15 0 92825320 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888589519376 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12245] ppid=12187 vsize=14006076 CPUtime=3.44 cores=1,3,5,7
/proc/12190/task/12245/stat : 12245 (java) S 12187 12190 1460 0 -1 1077944384 19718 12356 0 0 319 18 5 2 20 0 15 0 92825321 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888110434928 139888992393858 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12246] ppid=12187 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12246/stat : 12246 (java) S 12187 12190 1460 0 -1 1077944384 79 12356 0 0 0 0 5 2 20 0 15 0 92825322 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888109380960 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12247] ppid=12187 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12247/stat : 12247 (java) S 12187 12190 1460 0 -1 1077944384 65 12356 0 0 0 0 5 2 20 0 15 0 92825322 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888108328576 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12248] ppid=12187 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12248/stat : 12248 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888107276880 139888992401307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12249] ppid=12187 vsize=14006076 CPUtime=8.42 cores=1,3,5,7
/proc/12190/task/12249/stat : 12249 (java) S 12187 12190 1460 0 -1 1077944384 76721 12356 0 0 827 8 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888106223728 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12250] ppid=12187 vsize=14006076 CPUtime=8.3 cores=1,3,5,7
/proc/12190/task/12250/stat : 12250 (java) S 12187 12190 1460 0 -1 1077944384 69890 12356 0 0 817 6 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888105170928 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12251] ppid=12187 vsize=14006076 CPUtime=2.89 cores=1,3,5,7
/proc/12190/task/12251/stat : 12251 (java) S 12187 12190 1460 0 -1 1077944384 63307 12356 0 0 274 8 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888104118640 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12252] ppid=12187 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12252/stat : 12252 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 92825325 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888103066080 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12253] ppid=12187 vsize=14006076 CPUtime=0.93 cores=1,3,5,7
/proc/12190/task/12253/stat : 12253 (java) S 12187 12190 1460 0 -1 1077944384 2213 12356 0 0 42 44 5 2 20 0 15 0 92825328 14342221824 321682 18446744073709551615 4194304 4196468 140736972754176 139888102013872 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
Current children cumulated CPU time (s) 2520.03
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 12190 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2487.21 s]
/proc/loadavg: 1.23 1.41 1.45 6/216 12561
/proc/meminfo: memFree=28968796/32770624 swapFree=0/571524
[pid=12190] ppid=12187 vsize=14139204 CPUtime=2521 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 422685 12356 0 0 251883 210 5 2 20 0 17 0 92825300 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3534801 323911 3494 1 0 3523415 0
[pid=12190/tid=12240] ppid=12187 vsize=14139204 CPUtime=2478.2 cores=1,3,5,7
/proc/12190/task/12240/stat : 12240 (java) S 12187 12190 1460 0 -1 1077944384 106330 12356 0 0 247775 38 5 2 20 0 17 0 92825319 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888996620496 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12241] ppid=12187 vsize=14139204 CPUtime=4.82 cores=1,3,5,7
/proc/12190/task/12241/stat : 12241 (java) S 12187 12190 1460 0 -1 1077944384 16470 12356 0 0 449 26 5 2 20 0 17 0 92825320 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888592677264 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12242] ppid=12187 vsize=14139204 CPUtime=4.8 cores=1,3,5,7
/proc/12190/task/12242/stat : 12242 (java) S 12187 12190 1460 0 -1 1077944384 17812 12356 0 0 450 23 5 2 20 0 17 0 92825320 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888591624464 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12243] ppid=12187 vsize=14139204 CPUtime=4.82 cores=1,3,5,7
/proc/12190/task/12243/stat : 12243 (java) S 12187 12190 1460 0 -1 1077944384 23054 12356 0 0 447 28 5 2 20 0 17 0 92825320 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888590572176 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12244] ppid=12187 vsize=14139204 CPUtime=4.83 cores=1,3,5,7
/proc/12190/task/12244/stat : 12244 (java) S 12187 12190 1460 0 -1 1077944384 19928 12356 0 0 450 26 5 2 20 0 17 0 92825320 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888589519376 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12245] ppid=12187 vsize=14139204 CPUtime=3.51 cores=1,3,5,7
/proc/12190/task/12245/stat : 12245 (java) R 12187 12190 1460 0 -1 4202560 24245 12356 0 0 325 19 5 2 20 0 17 0 92825321 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888110433328 139888974786469 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12246] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12246/stat : 12246 (java) S 12187 12190 1460 0 -1 1077944384 81 12356 0 0 0 0 5 2 20 0 17 0 92825322 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888109380864 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12247] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12247/stat : 12247 (java) S 12187 12190 1460 0 -1 1077944384 65 12356 0 0 0 0 5 2 20 0 17 0 92825322 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888108328576 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12248] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12248/stat : 12248 (java) S 12187 12190 1460 0 -1 1077944384 104 12356 0 0 0 0 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888107276880 139888992401307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12249] ppid=12187 vsize=14139204 CPUtime=8.42 cores=1,3,5,7
/proc/12190/task/12249/stat : 12249 (java) S 12187 12190 1460 0 -1 1077944384 76721 12356 0 0 827 8 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888106223728 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12250] ppid=12187 vsize=14139204 CPUtime=8.3 cores=1,3,5,7
/proc/12190/task/12250/stat : 12250 (java) S 12187 12190 1460 0 -1 1077944384 69890 12356 0 0 817 6 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888105170928 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12251] ppid=12187 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/12190/task/12251/stat : 12251 (java) S 12187 12190 1460 0 -1 1077944384 63513 12356 0 0 274 8 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888104118640 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12252] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12252/stat : 12252 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888103066080 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12253] ppid=12187 vsize=14139204 CPUtime=0.93 cores=1,3,5,7
/proc/12190/task/12253/stat : 12253 (java) S 12187 12190 1460 0 -1 1077944384 2213 12356 0 0 42 44 5 2 20 0 17 0 92825328 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888102013872 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12560] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12560/stat : 12560 (java) S 12187 12190 1460 0 -1 1077944384 77 12356 0 0 0 0 5 2 20 0 17 0 93073992 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888001106416 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12561] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12561/stat : 12561 (java) S 12187 12190 1460 0 -1 1077944384 23 12356 0 0 0 0 5 2 20 0 17 0 93073992 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888000055088 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
Current children cumulated CPU time (s) 2521
Current children cumulated vsize (KiB) 14139204

[startup+2487.3 s]
/proc/loadavg: 1.23 1.41 1.45 6/216 12561
/proc/meminfo: memFree=28968796/32770624 swapFree=0/571524
[pid=12190] ppid=12187 vsize=14139204 CPUtime=2521.27 cores=1,3,5,7
/proc/12190/stat : 12190 (java) S 12187 12190 1460 0 -1 1077944320 422689 12356 0 0 251910 210 5 2 20 0 17 0 92825300 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 140736972736720 139888992382711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
/proc/12190/statm: 3534801 323911 3494 1 0 3523415 0
[pid=12190/tid=12240] ppid=12187 vsize=14139204 CPUtime=2478.2 cores=1,3,5,7
/proc/12190/task/12240/stat : 12240 (java) S 12187 12190 1460 0 -1 1077944384 106330 12356 0 0 247775 38 5 2 20 0 17 0 92825319 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888996620496 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12241] ppid=12187 vsize=14139204 CPUtime=4.87 cores=1,3,5,7
/proc/12190/task/12241/stat : 12241 (java) S 12187 12190 1460 0 -1 1077944384 16470 12356 0 0 454 26 5 2 20 0 17 0 92825320 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888592677264 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12242] ppid=12187 vsize=14139204 CPUtime=4.86 cores=1,3,5,7
/proc/12190/task/12242/stat : 12242 (java) S 12187 12190 1460 0 -1 1077944384 17812 12356 0 0 456 23 5 2 20 0 17 0 92825320 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888591624464 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12243] ppid=12187 vsize=14139204 CPUtime=4.87 cores=1,3,5,7
/proc/12190/task/12243/stat : 12243 (java) S 12187 12190 1460 0 -1 1077944384 23054 12356 0 0 452 28 5 2 20 0 17 0 92825320 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888590572176 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12244] ppid=12187 vsize=14139204 CPUtime=4.88 cores=1,3,5,7
/proc/12190/task/12244/stat : 12244 (java) S 12187 12190 1460 0 -1 1077944384 19928 12356 0 0 455 26 5 2 20 0 17 0 92825320 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888589519376 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12245] ppid=12187 vsize=14139204 CPUtime=3.55 cores=1,3,5,7
/proc/12190/task/12245/stat : 12245 (java) R 12187 12190 1460 0 -1 4202560 24245 12356 0 0 329 19 5 2 20 0 17 0 92825321 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888110433328 139888974786455 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12246] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12246/stat : 12246 (java) S 12187 12190 1460 0 -1 1077944384 82 12356 0 0 0 0 5 2 20 0 17 0 92825322 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888109380592 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12247] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12247/stat : 12247 (java) S 12187 12190 1460 0 -1 1077944384 65 12356 0 0 0 0 5 2 20 0 17 0 92825322 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888108328576 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12248] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12248/stat : 12248 (java) S 12187 12190 1460 0 -1 1077944384 104 12356 0 0 0 0 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888107276880 139888992401307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12249] ppid=12187 vsize=14139204 CPUtime=8.42 cores=1,3,5,7
/proc/12190/task/12249/stat : 12249 (java) S 12187 12190 1460 0 -1 1077944384 76721 12356 0 0 827 8 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888106223728 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12250] ppid=12187 vsize=14139204 CPUtime=8.3 cores=1,3,5,7
/proc/12190/task/12250/stat : 12250 (java) S 12187 12190 1460 0 -1 1077944384 69890 12356 0 0 817 6 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888105170928 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12251] ppid=12187 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/12190/task/12251/stat : 12251 (java) S 12187 12190 1460 0 -1 1077944384 63513 12356 0 0 274 8 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888104118640 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12252] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12252/stat : 12252 (java) S 12187 12190 1460 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 17 0 92825325 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888103066080 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12253] ppid=12187 vsize=14139204 CPUtime=0.93 cores=1,3,5,7
/proc/12190/task/12253/stat : 12253 (java) S 12187 12190 1460 0 -1 1077944384 2213 12356 0 0 42 44 5 2 20 0 17 0 92825328 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888102013872 139888992393858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12560] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12560/stat : 12560 (java) S 12187 12190 1460 0 -1 1077944384 77 12356 0 0 0 0 5 2 20 0 17 0 93073992 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888001106416 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
[pid=12190/tid=12561] ppid=12187 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/12190/task/12561/stat : 12561 (java) S 12187 12190 1460 0 -1 1077944384 26 12356 0 0 0 0 5 2 20 0 17 0 93073992 14478544896 323911 18446744073709551615 4194304 4196468 140736972754176 139888000054848 139888992392917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35745792 140736972761040 140736972763825 140736972763825 140736972767183 0
Current children cumulated CPU time (s) 2521.27
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 2487.34
CPU time (s): 2521.37
CPU user time (s): 2519.22
CPU system time (s): 2.14482
CPU usage (%): 101.368
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.22
system time used= 2.14482
maximum resident set size= 1608028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435111
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= 125645
involuntary context switches= 3527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8178 second user time and 15.5749 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 13:52:34
IDJOB=4262083
IDBENCH=130610
IDSOLVER=2650
FILE ID=node134/4262083-1502453190
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 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-4262083-1502453190/watcher-4262083-1502453190 -o /tmp/evaluation-result-4262083-1502453190/solver-4262083-1502453190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262083-1502453190.xml

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

MD5SUM BENCH= 03765d59360c09d71a4cc0e8e110fff9
RANDOM SEED=2131446750

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30161708 kB
MemAvailable:   31143988 kB
Buffers:          287636 kB
Cached:           988156 kB
SwapCached:            0 kB
Active:          1569296 kB
Inactive:         601960 kB
Active(anon):     897844 kB
Inactive(anon):    31216 kB
Active(file):     671452 kB
Inactive(file):   570744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24380 kB
Writeback:             4 kB
AnonPages:        895228 kB
Mapped:            64152 kB
Shmem:             33468 kB
Slab:             138628 kB
SReclaimable:     111840 kB
SUnreclaim:        26788 kB
KernelStack:        3504 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1724208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 14:34:02