Trace number 4262085

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.52 2490.3899

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-18.xml
MD5SUMc676f6660bfbd7761e9ca0de91c4f968
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 variables391
Number of constraints390
Number of domains2
Minimum domain size2
Maximum domain size324
Distribution of domain sizes[{"size":2,"count":66},{"size":324,"count":325}]
Minimum variable degree2
Maximum variable degree66
Distribution of variable degrees[{"degree":2,"count":68},{"degree":3,"count":256},{"degree":4,"count":66},{"degree":66,"count":1}]
Minimum constraint arity2
Maximum constraint arity324
Distribution of constraint arities[{"arity":2,"count":323},{"arity":3,"count":66},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints389
Distribution of constraint types[{"type":"intension","count":389},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=25147
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.42 1.43 1.40 2/194 25150
/proc/meminfo: memFree=30541648/32770624 swapFree=0/308404
[pid=25150] ppid=25147 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25150/stat : 25150 (runsolver) D 25147 25150 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47603150 24240128 108 18446744073709551615 4194304 4338465 140736084336928 140736084334568 140619699016407 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 20475904 140736084340944 140736084341321 140736084341321 140736084344778 0
/proc/25150/statm: 5918 108 54 36 0 2156 0

[startup+0.100222 s]
/proc/loadavg: 1.42 1.43 1.40 2/194 25150
/proc/meminfo: memFree=30541648/32770624 swapFree=0/308404
[pid=25150] ppid=25147 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/25150/stat : 25150 (bash) S 25147 25150 16548 0 -1 4202496 682 1544 0 0 0 0 0 0 20 0 1 0 47603150 9736192 351 18446744073709551615 4194304 5098028 140725589389328 140725589386968 139817027644416 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 19734528 140725589398036 140725589398121 140725589398121 140725589401578 0
/proc/25150/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200231 s]
/proc/loadavg: 1.42 1.43 1.40 2/194 25150
/proc/meminfo: memFree=30541648/32770624 swapFree=0/308404
[pid=25150] ppid=25147 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/25150/stat : 25150 (bash) S 25147 25150 16548 0 -1 4202496 891 6488 0 0 0 0 0 1 20 0 1 0 47603150 9867264 377 18446744073709551615 4194304 5098028 140725589389328 140725589383336 139817027644416 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 19734528 140725589398036 140725589398121 140725589398121 140725589401578 0
/proc/25150/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30033 s]
/proc/loadavg: 1.42 1.43 1.40 2/194 25150
/proc/meminfo: memFree=30541648/32770624 swapFree=0/308404
[pid=25150] ppid=25147 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 5826 12459 0 0 5 1 5 2 20 0 14 0 47603150 14241083392 5497 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3476827 5497 2563 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700287 s]
/proc/loadavg: 1.42 1.43 1.40 2/194 25150
/proc/meminfo: memFree=30541648/32770624 swapFree=0/308404
[pid=25150] ppid=25147 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 13959 12459 0 0 58 4 5 2 20 0 15 0 47603150 14310178816 14836 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3493696 14836 3090 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.42 1.43 1.40 4/209 25213
/proc/meminfo: memFree=30445624/32770624 swapFree=0/308428
[pid=25150] ppid=25147 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 30055 12459 0 0 174 10 5 2 20 0 15 0 47603150 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3496352 42662 3374 1 0 3485525 0
[pid=25150/tid=25200] ppid=25147 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/25150/task/25200/stat : 25200 (java) S 25147 25150 16548 0 -1 1077944384 22799 12459 0 0 115 6 5 2 20 0 15 0 47603171 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139671117996288 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25201] ppid=25147 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25201/stat : 25201 (java) S 25147 25150 16548 0 -1 1077944384 215 12459 0 0 0 0 5 2 20 0 15 0 47603171 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139671070738832 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25202] ppid=25147 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25202/stat : 25202 (java) S 25147 25150 16548 0 -1 1077944384 42 12459 0 0 1 0 5 2 20 0 15 0 47603171 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139671069686032 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25203] ppid=25147 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25203/stat : 25203 (java) S 25147 25150 16548 0 -1 1077944384 60 12459 0 0 1 0 5 2 20 0 15 0 47603171 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139671068633744 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25204] ppid=25147 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25204/stat : 25204 (java) S 25147 25150 16548 0 -1 1077944384 53 12459 0 0 1 0 5 2 20 0 15 0 47603171 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139671067580944 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25205] ppid=25147 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25205/stat : 25205 (java) S 25147 25150 16548 0 -1 1077944384 1915 12459 0 0 1 0 5 2 20 0 15 0 47603173 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670591629936 139671113783938 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25206] ppid=25147 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25206/stat : 25206 (java) S 25147 25150 16548 0 -1 1077944384 55 12459 0 0 0 0 5 2 20 0 15 0 47603173 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670590575968 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25207] ppid=25147 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25207/stat : 25207 (java) R 25147 25150 16548 0 -1 4202560 43 12459 0 0 0 0 5 2 20 0 15 0 47603173 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670589523568 139670742779463 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25208] ppid=25147 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25208/stat : 25208 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670588471888 139671113791387 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25209] ppid=25147 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/25150/task/25209/stat : 25209 (java) S 25147 25150 16548 0 -1 1077944384 980 12459 0 0 13 0 5 2 20 0 15 0 47603176 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670587418736 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25210] ppid=25147 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/25150/task/25210/stat : 25210 (java) S 25147 25150 16548 0 -1 1077944384 665 12459 0 0 16 0 5 2 20 0 15 0 47603176 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670586365936 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25211] ppid=25147 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/25150/task/25211/stat : 25211 (java) R 25147 25150 16548 0 -1 4202560 1078 12459 0 0 23 0 5 2 20 0 15 0 47603176 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670585309136 139671113784726 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25212] ppid=25147 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25212/stat : 25212 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670584261088 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25213] ppid=25147 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25213/stat : 25213 (java) S 25147 25150 16548 0 -1 1077944384 9 12459 0 0 0 0 5 2 20 0 15 0 47603180 14321057792 42662 18446744073709551615 4194304 4196468 140720856901888 139670583208880 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 1.42 1.43 1.40 6/209 25213
/proc/meminfo: memFree=30369772/32770624 swapFree=0/308428
[pid=25150] ppid=25147 vsize=13997884 CPUtime=5.56 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 49101 12459 0 0 536 13 5 2 20 0 15 0 47603150 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3499471 54755 3445 1 0 3488085 0
[pid=25150/tid=25200] ppid=25147 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/25150/task/25200/stat : 25200 (java) R 25147 25150 16548 0 -1 4202560 36165 12459 0 0 272 8 5 2 20 0 15 0 47603171 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139671118004000 139670750476645 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25201] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25201/stat : 25201 (java) S 25147 25150 16548 0 -1 1077944384 215 12459 0 0 0 0 5 2 20 0 15 0 47603171 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139671070738832 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25202] ppid=25147 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25202/stat : 25202 (java) S 25147 25150 16548 0 -1 1077944384 42 12459 0 0 1 0 5 2 20 0 15 0 47603171 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139671069686032 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25203] ppid=25147 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25203/stat : 25203 (java) S 25147 25150 16548 0 -1 1077944384 60 12459 0 0 1 0 5 2 20 0 15 0 47603171 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139671068633744 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25204] ppid=25147 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25204/stat : 25204 (java) S 25147 25150 16548 0 -1 1077944384 53 12459 0 0 1 0 5 2 20 0 15 0 47603171 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139671067580944 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25205] ppid=25147 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25205/stat : 25205 (java) S 25147 25150 16548 0 -1 1077944384 1926 12459 0 0 1 0 5 2 20 0 15 0 47603173 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670591629936 139671113783938 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25206] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25206/stat : 25206 (java) S 25147 25150 16548 0 -1 1077944384 55 12459 0 0 0 0 5 2 20 0 15 0 47603173 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670590575968 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25207] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25207/stat : 25207 (java) S 25147 25150 16548 0 -1 1077944384 43 12459 0 0 0 0 5 2 20 0 15 0 47603173 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670589523568 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25208] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25208/stat : 25208 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670588471888 139671113791387 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25209] ppid=25147 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/25150/task/25209/stat : 25209 (java) S 25147 25150 16548 0 -1 1077944384 4046 12459 0 0 98 0 5 2 20 0 15 0 47603176 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670587418736 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25210] ppid=25147 vsize=13997884 CPUtime=0.77 cores=1,3,5,7
/proc/25150/task/25210/stat : 25210 (java) S 25147 25150 16548 0 -1 1077944384 1324 12459 0 0 69 1 5 2 20 0 15 0 47603176 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670586365936 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25211] ppid=25147 vsize=13997884 CPUtime=0.97 cores=1,3,5,7
/proc/25150/task/25211/stat : 25211 (java) S 25147 25150 16548 0 -1 1077944384 3005 12459 0 0 89 1 5 2 20 0 15 0 47603176 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670585313648 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25212] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25212/stat : 25212 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670584261088 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25213] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25213/stat : 25213 (java) S 25147 25150 16548 0 -1 1077944384 10 12459 0 0 0 0 5 2 20 0 15 0 47603180 14333833216 54755 18446744073709551615 4194304 4196468 140720856901888 139670583208880 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 13997884

[startup+6.30064 s]
/proc/loadavg: 1.54 1.45 1.41 3/209 25213
/proc/meminfo: memFree=30252352/32770624 swapFree=0/308432
[pid=25150] ppid=25147 vsize=13997884 CPUtime=9.69 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 51628 12459 0 0 944 18 5 2 20 0 15 0 47603150 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3499471 76560 3463 1 0 3488085 0
[pid=25150/tid=25200] ppid=25147 vsize=13997884 CPUtime=6.04 cores=1,3,5,7
/proc/25150/task/25200/stat : 25200 (java) R 25147 25150 16548 0 -1 4202560 36621 12459 0 0 588 9 5 2 20 0 15 0 47603171 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139671118004880 139670752018601 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25201] ppid=25147 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/25150/task/25201/stat : 25201 (java) S 25147 25150 16548 0 -1 1077944384 780 12459 0 0 2 1 5 2 20 0 15 0 47603171 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139671070738832 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25202] ppid=25147 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/25150/task/25202/stat : 25202 (java) S 25147 25150 16548 0 -1 1077944384 143 12459 0 0 2 0 5 2 20 0 15 0 47603171 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139671069686032 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25203] ppid=25147 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/25150/task/25203/stat : 25203 (java) S 25147 25150 16548 0 -1 1077944384 103 12459 0 0 2 0 5 2 20 0 15 0 47603171 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139671068633744 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25204] ppid=25147 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/25150/task/25204/stat : 25204 (java) S 25147 25150 16548 0 -1 1077944384 239 12459 0 0 2 1 5 2 20 0 15 0 47603171 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139671067580944 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25205] ppid=25147 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25205/stat : 25205 (java) S 25147 25150 16548 0 -1 1077944384 2001 12459 0 0 1 0 5 2 20 0 15 0 47603173 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670591629936 139671113783938 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25206] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25206/stat : 25206 (java) S 25147 25150 16548 0 -1 1077944384 55 12459 0 0 0 0 5 2 20 0 15 0 47603173 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670590575968 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25207] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25207/stat : 25207 (java) S 25147 25150 16548 0 -1 1077944384 43 12459 0 0 0 0 5 2 20 0 15 0 47603173 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670589523584 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25208] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25208/stat : 25208 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670588471888 139671113791387 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25209] ppid=25147 vsize=13997884 CPUtime=1.42 cores=1,3,5,7
/proc/25150/task/25209/stat : 25209 (java) S 25147 25150 16548 0 -1 1077944384 4506 12459 0 0 135 0 5 2 20 0 15 0 47603176 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670587418736 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25210] ppid=25147 vsize=13997884 CPUtime=1.14 cores=1,3,5,7
/proc/25150/task/25210/stat : 25210 (java) S 25147 25150 16548 0 -1 1077944384 1643 12459 0 0 106 1 5 2 20 0 15 0 47603176 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670586365936 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25211] ppid=25147 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/25150/task/25211/stat : 25211 (java) S 25147 25150 16548 0 -1 1077944384 3323 12459 0 0 100 1 5 2 20 0 15 0 47603176 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670585313648 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25212] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25212/stat : 25212 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670584261088 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25213] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25213/stat : 25213 (java) S 25147 25150 16548 0 -1 1077944384 14 12459 0 0 0 0 5 2 20 0 15 0 47603180 14333833216 76560 18446744073709551615 4194304 4196468 140720856901888 139670583208880 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 1.58 1.46 1.41 3/209 25213
/proc/meminfo: memFree=30191852/32770624 swapFree=0/308428
[pid=25150] ppid=25147 vsize=13997884 CPUtime=16.7 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 58198 12459 0 0 1639 24 5 2 20 0 15 0 47603150 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3499471 90460 3471 1 0 3488085 0
[pid=25150/tid=25200] ppid=25147 vsize=13997884 CPUtime=12.4 cores=1,3,5,7
/proc/25150/task/25200/stat : 25200 (java) R 25147 25150 16548 0 -1 4202560 38376 12459 0 0 1224 9 5 2 20 0 15 0 47603171 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139671118003944 139670750479296 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25201] ppid=25147 vsize=13997884 CPUtime=0.13 cores=1,3,5,7
/proc/25150/task/25201/stat : 25201 (java) S 25147 25150 16548 0 -1 1077944384 1116 12459 0 0 4 2 5 2 20 0 15 0 47603171 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139671070738832 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25202] ppid=25147 vsize=13997884 CPUtime=0.13 cores=1,3,5,7
/proc/25150/task/25202/stat : 25202 (java) S 25147 25150 16548 0 -1 1077944384 238 12459 0 0 4 2 5 2 20 0 15 0 47603171 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139671069686032 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25203] ppid=25147 vsize=13997884 CPUtime=0.13 cores=1,3,5,7
/proc/25150/task/25203/stat : 25203 (java) S 25147 25150 16548 0 -1 1077944384 303 12459 0 0 4 2 5 2 20 0 15 0 47603171 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139671068633744 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25204] ppid=25147 vsize=13997884 CPUtime=0.13 cores=1,3,5,7
/proc/25150/task/25204/stat : 25204 (java) S 25147 25150 16548 0 -1 1077944384 596 12459 0 0 4 2 5 2 20 0 15 0 47603171 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139671067580944 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25205] ppid=25147 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/25150/task/25205/stat : 25205 (java) S 25147 25150 16548 0 -1 1077944384 2274 12459 0 0 1 0 5 2 20 0 15 0 47603173 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139670591629936 139671113783938 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25206] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25206/stat : 25206 (java) S 25147 25150 16548 0 -1 1077944384 55 12459 0 0 0 0 5 2 20 0 15 0 47603173 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139670590575968 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25207] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25207/stat : 25207 (java) S 25147 25150 16548 0 -1 1077944384 43 12459 0 0 0 0 5 2 20 0 15 0 47603173 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139670589523584 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25208] ppid=25147 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25208/stat : 25208 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14333833216 90460 18446744073709551615 4194304 4196468 140720856901888 139670588471888 139671113791387 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0

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

/proc/25150/task/25212/stat : 25212 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14342221824 269971 18446744073709551615 4194304 4196468 140720856901888 139670584261088 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25213] ppid=25147 vsize=14006076 CPUtime=0.64 cores=1,3,5,7
/proc/25150/task/25213/stat : 25213 (java) S 25147 25150 16548 0 -1 1077944384 1349 12459 0 0 24 33 5 2 20 0 15 0 47603180 14342221824 269971 18446744073709551615 4194304 4196468 140720856901888 139670583208880 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
Current children cumulated CPU time (s) 2472.25
Current children cumulated vsize (KiB) 14006076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.9 s]
/proc/loadavg: 1.37 1.42 1.42 3/208 25480
/proc/meminfo: memFree=29714468/32770624 swapFree=0/309088
[pid=25150] ppid=25147 vsize=14006076 CPUtime=2520.01 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 362736 12459 0 0 251804 190 5 2 20 0 15 0 47603150 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3501519 269990 3487 1 0 3490133 0
[pid=25150/tid=25200] ppid=25147 vsize=14006076 CPUtime=2482.73 cores=1,3,5,7
/proc/25150/task/25200/stat : 25200 (java) R 25147 25150 16548 0 -1 4202560 112545 12459 0 0 248233 33 5 2 20 0 15 0 47603171 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139671118007088 139670758209415 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25201] ppid=25147 vsize=14006076 CPUtime=3.61 cores=1,3,5,7
/proc/25150/task/25201/stat : 25201 (java) S 25147 25150 16548 0 -1 1077944384 17114 12459 0 0 328 26 5 2 20 0 15 0 47603171 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139671070738832 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25202] ppid=25147 vsize=14006076 CPUtime=3.62 cores=1,3,5,7
/proc/25150/task/25202/stat : 25202 (java) S 25147 25150 16548 0 -1 1077944384 14232 12459 0 0 326 29 5 2 20 0 15 0 47603171 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139671069686032 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25203] ppid=25147 vsize=14006076 CPUtime=3.61 cores=1,3,5,7
/proc/25150/task/25203/stat : 25203 (java) S 25147 25150 16548 0 -1 1077944384 15792 12459 0 0 328 26 5 2 20 0 15 0 47603171 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139671068633744 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25204] ppid=25147 vsize=14006076 CPUtime=3.61 cores=1,3,5,7
/proc/25150/task/25204/stat : 25204 (java) S 25147 25150 16548 0 -1 1077944384 14693 12459 0 0 330 24 5 2 20 0 15 0 47603171 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139671067580944 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25205] ppid=25147 vsize=14006076 CPUtime=2.22 cores=1,3,5,7
/proc/25150/task/25205/stat : 25205 (java) S 25147 25150 16548 0 -1 1077944384 19658 12459 0 0 200 15 5 2 20 0 15 0 47603173 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670591629936 139671113783938 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25206] ppid=25147 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25206/stat : 25206 (java) S 25147 25150 16548 0 -1 1077944384 66 12459 0 0 0 0 5 2 20 0 15 0 47603173 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670590575968 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25207] ppid=25147 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25207/stat : 25207 (java) S 25147 25150 16548 0 -1 1077944384 49 12459 0 0 0 0 5 2 20 0 15 0 47603173 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670589523584 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25208] ppid=25147 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25208/stat : 25208 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670588471888 139671113791387 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25209] ppid=25147 vsize=14006076 CPUtime=9.06 cores=1,3,5,7
/proc/25150/task/25209/stat : 25209 (java) S 25147 25150 16548 0 -1 1077944384 63516 12459 0 0 893 6 5 2 20 0 15 0 47603176 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670587418736 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25210] ppid=25147 vsize=14006076 CPUtime=8.52 cores=1,3,5,7
/proc/25150/task/25210/stat : 25210 (java) S 25147 25150 16548 0 -1 1077944384 53236 12459 0 0 840 5 5 2 20 0 15 0 47603176 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670586365936 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25211] ppid=25147 vsize=14006076 CPUtime=2.89 cores=1,3,5,7
/proc/25150/task/25211/stat : 25211 (java) S 25147 25150 16548 0 -1 1077944384 48311 12459 0 0 275 7 5 2 20 0 15 0 47603176 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670585313648 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25212] ppid=25147 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25212/stat : 25212 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 15 0 47603176 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670584261088 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25213] ppid=25147 vsize=14006076 CPUtime=0.65 cores=1,3,5,7
/proc/25150/task/25213/stat : 25213 (java) S 25147 25150 16548 0 -1 1077944384 1367 12459 0 0 24 34 5 2 20 0 15 0 47603180 14342221824 269990 18446744073709551615 4194304 4196468 140720856901888 139670583208880 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
Current children cumulated CPU time (s) 2520.01
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 25150 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2490.01 s]
/proc/loadavg: 1.37 1.42 1.42 3/208 25480
/proc/meminfo: memFree=29714468/32770624 swapFree=0/309088
[pid=25150] ppid=25147 vsize=14139204 CPUtime=2520.31 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 369682 12459 0 0 251833 191 5 2 20 0 17 0 47603150 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3534801 272866 3487 1 0 3523415 0
[pid=25150/tid=25200] ppid=25147 vsize=14139204 CPUtime=2482.74 cores=1,3,5,7
/proc/25150/task/25200/stat : 25200 (java) S 25147 25150 16548 0 -1 1077944384 112829 12459 0 0 248234 33 5 2 20 0 17 0 47603171 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139671118010512 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25201] ppid=25147 vsize=14139204 CPUtime=3.68 cores=1,3,5,7
/proc/25150/task/25201/stat : 25201 (java) R 25147 25150 16548 0 -1 4202560 17182 12459 0 0 334 27 5 2 20 0 17 0 47603171 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139671070738640 139671106400999 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25202] ppid=25147 vsize=14139204 CPUtime=3.69 cores=1,3,5,7
/proc/25150/task/25202/stat : 25202 (java) R 25147 25150 16548 0 -1 4202560 14418 12459 0 0 333 29 5 2 20 0 17 0 47603171 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139671069685840 139671106400999 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25203] ppid=25147 vsize=14139204 CPUtime=3.67 cores=1,3,5,7
/proc/25150/task/25203/stat : 25203 (java) R 25147 25150 16548 0 -1 4202560 16004 12459 0 0 334 26 5 2 20 0 17 0 47603171 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139671068633744 139671098473801 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25204] ppid=25147 vsize=14139204 CPUtime=3.67 cores=1,3,5,7
/proc/25150/task/25204/stat : 25204 (java) R 25147 25150 16548 0 -1 4202560 14734 12459 0 0 336 24 5 2 20 0 17 0 47603171 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139671067581064 139671106400999 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25205] ppid=25147 vsize=14139204 CPUtime=2.24 cores=1,3,5,7
/proc/25150/task/25205/stat : 25205 (java) S 25147 25150 16548 0 -1 1077944384 25652 12459 0 0 202 15 5 2 20 0 17 0 47603173 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670591628560 139671113782997 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25206] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25206/stat : 25206 (java) S 25147 25150 16548 0 -1 1077944384 66 12459 0 0 0 0 5 2 20 0 17 0 47603173 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670590575968 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25207] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25207/stat : 25207 (java) S 25147 25150 16548 0 -1 1077944384 49 12459 0 0 0 0 5 2 20 0 17 0 47603173 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670589523584 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25208] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25208/stat : 25208 (java) S 25147 25150 16548 0 -1 1077944384 62 12459 0 0 0 0 5 2 20 0 17 0 47603176 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670588471888 139671113791387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25209] ppid=25147 vsize=14139204 CPUtime=9.06 cores=1,3,5,7
/proc/25150/task/25209/stat : 25209 (java) S 25147 25150 16548 0 -1 1077944384 63516 12459 0 0 893 6 5 2 20 0 17 0 47603176 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670587418736 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25210] ppid=25147 vsize=14139204 CPUtime=8.52 cores=1,3,5,7
/proc/25150/task/25210/stat : 25210 (java) S 25147 25150 16548 0 -1 1077944384 53236 12459 0 0 840 5 5 2 20 0 17 0 47603176 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670586365936 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25211] ppid=25147 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/25150/task/25211/stat : 25211 (java) S 25147 25150 16548 0 -1 1077944384 48311 12459 0 0 275 7 5 2 20 0 17 0 47603176 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670585313648 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25212] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25212/stat : 25212 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 17 0 47603176 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670584261088 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25213] ppid=25147 vsize=14139204 CPUtime=0.65 cores=1,3,5,7
/proc/25150/task/25213/stat : 25213 (java) S 25147 25150 16548 0 -1 1077944384 1367 12459 0 0 24 34 5 2 20 0 17 0 47603180 14478544896 272866 18446744073709551615 4194304 4196468 140720856901888 139670583208880 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
Current children cumulated CPU time (s) 2520.31
Current children cumulated vsize (KiB) 14139204

[startup+2490.2 s]
/proc/loadavg: 1.37 1.42 1.42 3/208 25480
/proc/meminfo: memFree=29714468/32770624 swapFree=0/309088
[pid=25150] ppid=25147 vsize=14139204 CPUtime=2521.03 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 369978 12459 0 0 251905 191 5 2 20 0 17 0 47603150 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3534801 273039 3493 1 0 3523415 0
[pid=25150/tid=25200] ppid=25147 vsize=14139204 CPUtime=2482.74 cores=1,3,5,7
/proc/25150/task/25200/stat : 25200 (java) S 25147 25150 16548 0 -1 1077944384 112829 12459 0 0 248234 33 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671118010512 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25201] ppid=25147 vsize=14139204 CPUtime=3.86 cores=1,3,5,7
/proc/25150/task/25201/stat : 25201 (java) R 25147 25150 16548 0 -1 4202560 17195 12459 0 0 352 27 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671070738832 139671098758087 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25202] ppid=25147 vsize=14139204 CPUtime=3.86 cores=1,3,5,7
/proc/25150/task/25202/stat : 25202 (java) R 25147 25150 16548 0 -1 4202560 14421 12459 0 0 350 29 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671069685920 139671098758087 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25203] ppid=25147 vsize=14139204 CPUtime=3.85 cores=1,3,5,7
/proc/25150/task/25203/stat : 25203 (java) R 25147 25150 16548 0 -1 4202560 16024 12459 0 0 352 26 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671068633944 139671098226738 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25204] ppid=25147 vsize=14139204 CPUtime=3.84 cores=1,3,5,7
/proc/25150/task/25204/stat : 25204 (java) R 25147 25150 16548 0 -1 4202560 14747 12459 0 0 353 24 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671067581144 139671098470566 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25205] ppid=25147 vsize=14139204 CPUtime=2.27 cores=1,3,5,7
/proc/25150/task/25205/stat : 25205 (java) S 25147 25150 16548 0 -1 1077944384 25896 12459 0 0 205 15 5 2 20 0 17 0 47603173 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670591628336 139671113782997 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25206] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25206/stat : 25206 (java) S 25147 25150 16548 0 -1 1077944384 68 12459 0 0 0 0 5 2 20 0 17 0 47603173 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670590575504 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25207] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25207/stat : 25207 (java) S 25147 25150 16548 0 -1 1077944384 49 12459 0 0 0 0 5 2 20 0 17 0 47603173 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670589523584 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25208] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25208/stat : 25208 (java) S 25147 25150 16548 0 -1 1077944384 62 12459 0 0 0 0 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670588471888 139671113791387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25209] ppid=25147 vsize=14139204 CPUtime=9.06 cores=1,3,5,7
/proc/25150/task/25209/stat : 25209 (java) S 25147 25150 16548 0 -1 1077944384 63516 12459 0 0 893 6 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670587418736 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25210] ppid=25147 vsize=14139204 CPUtime=8.52 cores=1,3,5,7
/proc/25150/task/25210/stat : 25210 (java) S 25147 25150 16548 0 -1 1077944384 53236 12459 0 0 840 5 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670586365936 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25211] ppid=25147 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/25150/task/25211/stat : 25211 (java) S 25147 25150 16548 0 -1 1077944384 48311 12459 0 0 275 7 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670585313648 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25212] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25212/stat : 25212 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670584261088 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25213] ppid=25147 vsize=14139204 CPUtime=0.65 cores=1,3,5,7
/proc/25150/task/25213/stat : 25213 (java) S 25147 25150 16548 0 -1 1077944384 1367 12459 0 0 24 34 5 2 20 0 17 0 47603180 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670583208880 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
Current children cumulated CPU time (s) 2521.03
Current children cumulated vsize (KiB) 14139204

[startup+2490.31 s]
/proc/loadavg: 1.37 1.42 1.42 3/208 25480
/proc/meminfo: memFree=29714468/32770624 swapFree=0/309088
[pid=25150] ppid=25147 vsize=14139204 CPUtime=2521.35 cores=1,3,5,7
/proc/25150/stat : 25150 (java) S 25147 25150 16548 0 -1 1077944320 369981 12459 0 0 251936 192 5 2 20 0 17 0 47603150 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 140720856884432 139671113772791 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
/proc/25150/statm: 3534801 273039 3493 1 0 3523415 0
[pid=25150/tid=25200] ppid=25147 vsize=14139204 CPUtime=2482.74 cores=1,3,5,7
/proc/25150/task/25200/stat : 25200 (java) S 25147 25150 16548 0 -1 1077944384 112831 12459 0 0 248234 33 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671118010512 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25201] ppid=25147 vsize=14139204 CPUtime=3.93 cores=1,3,5,7
/proc/25150/task/25201/stat : 25201 (java) R 25147 25150 16548 0 -1 4202560 17195 12459 0 0 359 27 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671070738832 139671098226765 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25202] ppid=25147 vsize=14139204 CPUtime=3.93 cores=1,3,5,7
/proc/25150/task/25202/stat : 25202 (java) R 25147 25150 16548 0 -1 4202560 14421 12459 0 0 357 29 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671069686232 139671098470616 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25203] ppid=25147 vsize=14139204 CPUtime=3.92 cores=1,3,5,7
/proc/25150/task/25203/stat : 25203 (java) R 25147 25150 16548 0 -1 4202560 16024 12459 0 0 359 26 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671068633944 139671095369383 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25204] ppid=25147 vsize=14139204 CPUtime=3.91 cores=1,3,5,7
/proc/25150/task/25204/stat : 25204 (java) R 25147 25150 16548 0 -1 4202560 14747 12459 0 0 360 24 5 2 20 0 17 0 47603171 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139671067580832 139671098723396 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25205] ppid=25147 vsize=14139204 CPUtime=2.3 cores=1,3,5,7
/proc/25150/task/25205/stat : 25205 (java) S 25147 25150 16548 0 -1 1077944384 25896 12459 0 0 208 15 5 2 20 0 17 0 47603173 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670591628336 139671113782997 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25206] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25206/stat : 25206 (java) S 25147 25150 16548 0 -1 1077944384 68 12459 0 0 0 0 5 2 20 0 17 0 47603173 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670590575600 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25207] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25207/stat : 25207 (java) S 25147 25150 16548 0 -1 1077944384 49 12459 0 0 0 0 5 2 20 0 17 0 47603173 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670589523584 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25208] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25208/stat : 25208 (java) S 25147 25150 16548 0 -1 1077944384 62 12459 0 0 0 0 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670588471888 139671113791387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25209] ppid=25147 vsize=14139204 CPUtime=9.06 cores=1,3,5,7
/proc/25150/task/25209/stat : 25209 (java) S 25147 25150 16548 0 -1 1077944384 63516 12459 0 0 893 6 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670587418736 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25210] ppid=25147 vsize=14139204 CPUtime=8.52 cores=1,3,5,7
/proc/25150/task/25210/stat : 25210 (java) S 25147 25150 16548 0 -1 1077944384 53236 12459 0 0 840 5 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670586365936 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25211] ppid=25147 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/25150/task/25211/stat : 25211 (java) S 25147 25150 16548 0 -1 1077944384 48311 12459 0 0 275 7 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670585313648 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25212] ppid=25147 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/25150/task/25212/stat : 25212 (java) S 25147 25150 16548 0 -1 1077944384 3 12459 0 0 0 0 5 2 20 0 17 0 47603176 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670584261088 139671113782997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
[pid=25150/tid=25213] ppid=25147 vsize=14139204 CPUtime=0.65 cores=1,3,5,7
/proc/25150/task/25213/stat : 25213 (java) S 25147 25150 16548 0 -1 1077944384 1367 12459 0 0 24 34 5 2 20 0 17 0 47603180 14478544896 273039 18446744073709551615 4194304 4196468 140720856901888 139670583208880 139671113783938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19918848 140720856905680 140720856908465 140720856908465 140720856911823 0
Current children cumulated CPU time (s) 2521.35
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 2490.39
CPU time (s): 2521.52
CPU user time (s): 2519.56
CPU system time (s): 1.95678
CPU usage (%): 101.25
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.56
system time used= 1.95677
maximum resident set size= 1584304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102926
involuntary context switches= 4505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.66107 second user time and 18.0849 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 14:07:16
IDJOB=4262085
IDBENCH=130619
IDSOLVER=2650
FILE ID=node126/4262085-1502454076
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-18.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262085-1502454076/watcher-4262085-1502454076 -o /tmp/evaluation-result-4262085-1502454076/solver-4262085-1502454076 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262085-1502454076.xml

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

MD5SUM BENCH= c676f6660bfbd7761e9ca0de91c4f968
RANDOM SEED=1098184505

node126.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.81
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.81
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.81
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.81
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:        30541388 kB
MemAvailable:   31154692 kB
Buffers:          281512 kB
Cached:           604904 kB
SwapCached:          524 kB
Active:          1391036 kB
Inactive:         379728 kB
Active(anon):     838408 kB
Inactive(anon):    71324 kB
Active(file):     552628 kB
Inactive(file):   308404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24512 kB
Writeback:             4 kB
AnonPages:        884076 kB
Mapped:            54248 kB
Shmem:             25248 kB
Slab:             162244 kB
SReclaimable:     136212 kB
SUnreclaim:        26032 kB
KernelStack:        3424 kB
PageTables:         7012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1752148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 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 node126 at 2017-08-11 14:48:46