Trace number 4262087

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) 2522.0801 2488.1201

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-20.xml
MD5SUMf43327d25c90fcea6a9e7ed354db6bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables479
Number of constraints478
Number of domains2
Minimum domain size2
Maximum domain size400
Distribution of domain sizes[{"size":2,"count":78},{"size":400,"count":401}]
Minimum variable degree2
Maximum variable degree78
Distribution of variable degrees[{"degree":2,"count":80},{"degree":3,"count":320},{"degree":4,"count":78},{"degree":78,"count":1}]
Minimum constraint arity2
Maximum constraint arity400
Distribution of constraint arities[{"arity":2,"count":399},{"arity":3,"count":78},{"arity":400,"count":1}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=30430
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.25 1.18 1.27 2/194 30433
/proc/meminfo: memFree=30359828/32770624 swapFree=0/543364
[pid=30433] ppid=30430 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30433/stat : 30433 (runsolver) D 30430 30433 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47540874 24240128 108 18446744073709551615 4194304 4338465 140728499187456 140728499185096 140652908761815 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 29220864 140728499192016 140728499192393 140728499192393 140728499195850 0
/proc/30433/statm: 5918 108 54 36 0 2156 0

[startup+0.100112 s]
/proc/loadavg: 1.25 1.18 1.27 2/194 30433
/proc/meminfo: memFree=30359828/32770624 swapFree=0/543364
[pid=30433] ppid=30430 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/30433/stat : 30433 (bash) S 30430 30433 19618 0 -1 4202496 682 1542 0 0 0 0 0 0 20 0 1 0 47540874 9736192 351 18446744073709551615 4194304 5098028 140727563989376 140727563987016 140293474552832 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 7835648 140727563993620 140727563993705 140727563993705 140727563997162 0
/proc/30433/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200282 s]
/proc/loadavg: 1.25 1.18 1.27 2/194 30433
/proc/meminfo: memFree=30359828/32770624 swapFree=0/543364
[pid=30433] ppid=30430 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30433/stat : 30433 (bash) S 30430 30433 19618 0 -1 4202496 891 6482 0 0 0 0 0 1 20 0 1 0 47540874 9867264 377 18446744073709551615 4194304 5098028 140727563989376 140727563983384 140293474552832 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 7835648 140727563993620 140727563993705 140727563993705 140727563997162 0
/proc/30433/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.3004 s]
/proc/loadavg: 1.25 1.18 1.27 2/194 30433
/proc/meminfo: memFree=30359828/32770624 swapFree=0/543364
[pid=30433] ppid=30430 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 5740 12493 0 0 5 1 5 2 20 0 14 0 47540874 14241083392 5427 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3476827 5427 2569 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.7002 s]
/proc/loadavg: 1.25 1.18 1.27 2/194 30433
/proc/meminfo: memFree=30359828/32770624 swapFree=0/543364
[pid=30433] ppid=30430 vsize=13974784 CPUtime=0.61 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 13716 12493 0 0 51 3 5 2 20 0 15 0 47540874 14310178816 14125 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3493696 14125 3064 1 0 3482965 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.25 1.18 1.27 3/209 30496
/proc/meminfo: memFree=30269208/32770624 swapFree=0/543364
[pid=30433] ppid=30430 vsize=13985408 CPUtime=1.84 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 27267 12493 0 0 171 6 5 2 20 0 15 0 47540874 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3496352 33856 3340 1 0 3485525 0
[pid=30433/tid=30483] ppid=30430 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/30433/task/30483/stat : 30483 (java) R 30430 30433 19618 0 -1 4202560 21795 12493 0 0 115 5 5 2 20 0 15 0 47540898 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140613154971744 140613150760342 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30484] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30484/stat : 30484 (java) S 30430 30433 19618 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 47540899 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140613070162960 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30485] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30485/stat : 30485 (java) S 30430 30433 19618 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 47540899 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612749749392 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30486] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30486/stat : 30486 (java) S 30430 30433 19618 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 47540899 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612748696336 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30487] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30487/stat : 30487 (java) S 30430 30433 19618 0 -1 1077944384 2 12493 0 0 0 0 5 2 20 0 15 0 47540899 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612747643792 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30488] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30488/stat : 30488 (java) S 30430 30433 19618 0 -1 1077944384 5 12493 0 0 0 0 5 2 20 0 15 0 47540900 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612629244144 140613150759554 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30489] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30489/stat : 30489 (java) S 30430 30433 19618 0 -1 1077944384 33 12493 0 0 0 0 5 2 20 0 15 0 47540901 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612628190368 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30490] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30490/stat : 30490 (java) S 30430 30433 19618 0 -1 1077944384 22 12493 0 0 0 0 5 2 20 0 15 0 47540901 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612627137264 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30491] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30491/stat : 30491 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612626085840 140613150767003 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30492] ppid=30430 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/30433/task/30492/stat : 30492 (java) S 30430 30433 19618 0 -1 1077944384 1410 12493 0 0 18 0 5 2 20 0 15 0 47540904 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612625033968 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30493] ppid=30430 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/30433/task/30493/stat : 30493 (java) R 30430 30433 19618 0 -1 1077944384 511 12493 0 0 15 0 5 2 20 0 15 0 47540904 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612623981424 140613150759554 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30494] ppid=30430 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/30433/task/30494/stat : 30494 (java) S 30430 30433 19618 0 -1 1077944384 1319 12493 0 0 22 0 5 2 20 0 15 0 47540904 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612622928368 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30495] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30495/stat : 30495 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612621876064 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30496] ppid=30430 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30496/stat : 30496 (java) S 30430 30433 19618 0 -1 1077944384 10 12493 0 0 0 0 5 2 20 0 15 0 47540908 14321057792 33856 18446744073709551615 4194304 4196468 140736480478224 140612620823088 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10058 s]
/proc/loadavg: 1.31 1.20 1.27 6/209 30496
/proc/meminfo: memFree=30189360/32770624 swapFree=0/543364
[pid=30433] ppid=30430 vsize=13997884 CPUtime=5.11 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 47500 12493 0 0 491 13 5 2 20 0 15 0 47540874 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3499471 54473 3441 1 0 3488085 0
[pid=30433/tid=30483] ppid=30430 vsize=13997884 CPUtime=2.83 cores=1,3,5,7
/proc/30433/task/30483/stat : 30483 (java) R 30430 30433 19618 0 -1 4202560 36139 12493 0 0 268 8 5 2 20 0 15 0 47540898 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140613154978912 140612757916288 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30484] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30484/stat : 30484 (java) S 30430 30433 19618 0 -1 1077944384 64 12493 0 0 0 0 5 2 20 0 15 0 47540899 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140613070162960 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30485] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30485/stat : 30485 (java) S 30430 30433 19618 0 -1 1077944384 46 12493 0 0 1 0 5 2 20 0 15 0 47540899 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612749749392 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30486] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30486/stat : 30486 (java) S 30430 30433 19618 0 -1 1077944384 180 12493 0 0 1 0 5 2 20 0 15 0 47540899 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612748696336 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30487] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30487/stat : 30487 (java) S 30430 30433 19618 0 -1 1077944384 57 12493 0 0 1 0 5 2 20 0 15 0 47540899 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612747643792 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30488] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30488/stat : 30488 (java) S 30430 30433 19618 0 -1 1077944384 1298 12493 0 0 1 0 5 2 20 0 15 0 47540900 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612629244144 140613150759554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30489] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30489/stat : 30489 (java) S 30430 30433 19618 0 -1 1077944384 56 12493 0 0 0 0 5 2 20 0 15 0 47540901 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612628190368 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30490] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30490/stat : 30490 (java) S 30430 30433 19618 0 -1 1077944384 44 12493 0 0 0 0 5 2 20 0 15 0 47540901 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612627137264 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30491] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30491/stat : 30491 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612626085840 140613150767003 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30492] ppid=30430 vsize=13997884 CPUtime=0.66 cores=1,3,5,7
/proc/30433/task/30492/stat : 30492 (java) S 30430 30433 19618 0 -1 1077944384 2105 12493 0 0 58 1 5 2 20 0 15 0 47540904 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612625033968 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30493] ppid=30430 vsize=13997884 CPUtime=0.74 cores=1,3,5,7
/proc/30433/task/30493/stat : 30493 (java) S 30430 30433 19618 0 -1 1077944384 1457 12493 0 0 67 0 5 2 20 0 15 0 47540904 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612623981424 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30494] ppid=30430 vsize=13997884 CPUtime=0.97 cores=1,3,5,7
/proc/30433/task/30494/stat : 30494 (java) S 30430 30433 19618 0 -1 1077944384 3884 12493 0 0 89 1 5 2 20 0 15 0 47540904 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612622928368 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30495] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30495/stat : 30495 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612621876064 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30496] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30496/stat : 30496 (java) S 30430 30433 19618 0 -1 1077944384 13 12493 0 0 0 0 5 2 20 0 15 0 47540908 14333833216 54473 18446744073709551615 4194304 4196468 140736480478224 140612620823088 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 13997884

[startup+6.30063 s]
/proc/loadavg: 1.31 1.20 1.27 3/209 30497
/proc/meminfo: memFree=30068784/32770624 swapFree=0/543360
[pid=30433] ppid=30430 vsize=13997884 CPUtime=9.03 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 50211 12493 0 0 879 17 5 2 20 0 15 0 47540874 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3499471 75912 3461 1 0 3488085 0
[pid=30433/tid=30483] ppid=30430 vsize=13997884 CPUtime=5.79 cores=1,3,5,7
/proc/30433/task/30483/stat : 30483 (java) R 30430 30433 19618 0 -1 4202560 36891 12493 0 0 563 9 5 2 20 0 15 0 47540898 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140613154978216 140612750874779 0 4 1 16800974 0 0 0 -1 1 0 0 25 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30484] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30484/stat : 30484 (java) S 30430 30433 19618 0 -1 1077944384 105 12493 0 0 1 0 5 2 20 0 15 0 47540899 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140613070162960 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30485] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30485/stat : 30485 (java) S 30430 30433 19618 0 -1 1077944384 83 12493 0 0 1 0 5 2 20 0 15 0 47540899 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612749749392 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30486] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30486/stat : 30486 (java) S 30430 30433 19618 0 -1 1077944384 272 12493 0 0 1 0 5 2 20 0 15 0 47540899 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612748696336 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30487] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30487/stat : 30487 (java) S 30430 30433 19618 0 -1 1077944384 72 12493 0 0 1 0 5 2 20 0 15 0 47540899 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612747643792 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30488] ppid=30430 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30433/task/30488/stat : 30488 (java) S 30430 30433 19618 0 -1 1077944384 1351 12493 0 0 1 0 5 2 20 0 15 0 47540900 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612629244144 140613150759554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30489] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30489/stat : 30489 (java) S 30430 30433 19618 0 -1 1077944384 56 12493 0 0 0 0 5 2 20 0 15 0 47540901 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612628190432 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30490] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30490/stat : 30490 (java) S 30430 30433 19618 0 -1 1077944384 44 12493 0 0 0 0 5 2 20 0 15 0 47540901 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612627137280 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30491] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30491/stat : 30491 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612626085840 140613150767003 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30492] ppid=30430 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/30433/task/30492/stat : 30492 (java) S 30430 30433 19618 0 -1 1077944384 2573 12493 0 0 99 1 5 2 20 0 15 0 47540904 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612625033968 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30493] ppid=30430 vsize=13997884 CPUtime=1.1 cores=1,3,5,7
/proc/30433/task/30493/stat : 30493 (java) S 30430 30433 19618 0 -1 1077944384 2236 12493 0 0 103 0 5 2 20 0 15 0 47540904 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612623981424 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30494] ppid=30430 vsize=13997884 CPUtime=1.11 cores=1,3,5,7
/proc/30433/task/30494/stat : 30494 (java) S 30430 30433 19618 0 -1 1077944384 4354 12493 0 0 103 1 5 2 20 0 15 0 47540904 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612622928368 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30495] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30495/stat : 30495 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612621876064 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30496] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30496/stat : 30496 (java) S 30430 30433 19618 0 -1 1077944384 17 12493 0 0 0 0 5 2 20 0 15 0 47540908 14333833216 75912 18446744073709551615 4194304 4196468 140736480478224 140612620823088 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 13997884

[startup+12.7006 s]
/proc/loadavg: 1.26 1.19 1.27 3/209 30497
/proc/meminfo: memFree=30037012/32770624 swapFree=0/543364
[pid=30433] ppid=30430 vsize=13997884 CPUtime=15.77 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 55567 12493 0 0 1549 21 5 2 20 0 15 0 47540874 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3499471 83629 3464 1 0 3488085 0
[pid=30433/tid=30483] ppid=30430 vsize=13997884 CPUtime=12.15 cores=1,3,5,7
/proc/30433/task/30483/stat : 30483 (java) R 30430 30433 19618 0 -1 4202560 38375 12493 0 0 1199 9 5 2 20 0 15 0 47540898 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140613154979840 140612759435565 0 4 1 16800974 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30484] ppid=30430 vsize=13997884 CPUtime=0.11 cores=1,3,5,7
/proc/30433/task/30484/stat : 30484 (java) S 30430 30433 19618 0 -1 1077944384 491 12493 0 0 3 1 5 2 20 0 15 0 47540899 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140613070162960 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30485] ppid=30430 vsize=13997884 CPUtime=0.11 cores=1,3,5,7
/proc/30433/task/30485/stat : 30485 (java) S 30430 30433 19618 0 -1 1077944384 285 12493 0 0 3 1 5 2 20 0 15 0 47540899 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140612749749392 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30486] ppid=30430 vsize=13997884 CPUtime=0.11 cores=1,3,5,7
/proc/30433/task/30486/stat : 30486 (java) S 30430 30433 19618 0 -1 1077944384 466 12493 0 0 3 1 5 2 20 0 15 0 47540899 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140612748696336 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30487] ppid=30430 vsize=13997884 CPUtime=0.11 cores=1,3,5,7
/proc/30433/task/30487/stat : 30487 (java) S 30430 30433 19618 0 -1 1077944384 950 12493 0 0 3 1 5 2 20 0 15 0 47540899 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140612747643792 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30488] ppid=30430 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/30433/task/30488/stat : 30488 (java) S 30430 30433 19618 0 -1 1077944384 1588 12493 0 0 2 0 5 2 20 0 15 0 47540900 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140612629244144 140613150759554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30489] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30489/stat : 30489 (java) S 30430 30433 19618 0 -1 1077944384 56 12493 0 0 0 0 5 2 20 0 15 0 47540901 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140612628190432 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30490] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30490/stat : 30490 (java) S 30430 30433 19618 0 -1 1077944384 44 12493 0 0 0 0 5 2 20 0 15 0 47540901 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140612627137280 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30491] ppid=30430 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30491/stat : 30491 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14333833216 83629 18446744073709551615 4194304 4196468 140736480478224 140612626085840 140613150767003 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0

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

/proc/30433/task/30495/stat : 30495 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14342221824 410470 18446744073709551615 4194304 4196468 140736480478224 140612621876064 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30496] ppid=30430 vsize=14006076 CPUtime=0.9 cores=1,3,5,7
/proc/30433/task/30496/stat : 30496 (java) S 30430 30433 19618 0 -1 1077944384 2218 12493 0 0 39 44 5 2 20 0 15 0 47540908 14342221824 410470 18446744073709551615 4194304 4196468 140736480478224 140612620823088 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
Current children cumulated CPU time (s) 2474.51
Current children cumulated vsize (KiB) 14006076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.5 s]
/proc/loadavg: 1.45 1.37 1.39 3/209 30791
/proc/meminfo: memFree=28756604/32770624 swapFree=0/543912
[pid=30433] ppid=30430 vsize=14006076 CPUtime=2520.03 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 435708 12493 0 0 251756 240 5 2 20 0 15 0 47540874 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3501519 408160 3487 1 0 3490133 0
[pid=30433/tid=30483] ppid=30430 vsize=14006076 CPUtime=2479.62 cores=1,3,5,7
/proc/30433/task/30483/stat : 30483 (java) R 30430 30433 19618 0 -1 4202560 136791 12493 0 0 247904 51 5 2 20 0 15 0 47540898 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140613154982464 140612758585472 0 4 1 16800974 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30484] ppid=30430 vsize=14006076 CPUtime=4.22 cores=1,3,5,7
/proc/30433/task/30484/stat : 30484 (java) S 30430 30433 19618 0 -1 1077944384 30633 12493 0 0 384 31 5 2 20 0 15 0 47540899 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140613070162960 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30485] ppid=30430 vsize=14006076 CPUtime=4.22 cores=1,3,5,7
/proc/30433/task/30485/stat : 30485 (java) S 30430 30433 19618 0 -1 1077944384 23545 12493 0 0 384 31 5 2 20 0 15 0 47540899 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612749749392 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30486] ppid=30430 vsize=14006076 CPUtime=4.23 cores=1,3,5,7
/proc/30433/task/30486/stat : 30486 (java) S 30430 30433 19618 0 -1 1077944384 23325 12493 0 0 385 31 5 2 20 0 15 0 47540899 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612748696336 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30487] ppid=30430 vsize=14006076 CPUtime=4.22 cores=1,3,5,7
/proc/30433/task/30487/stat : 30487 (java) S 30430 30433 19618 0 -1 1077944384 21259 12493 0 0 382 33 5 2 20 0 15 0 47540899 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612747643792 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30488] ppid=30430 vsize=14006076 CPUtime=2.34 cores=1,3,5,7
/proc/30433/task/30488/stat : 30488 (java) S 30430 30433 19618 0 -1 1077944384 24547 12493 0 0 207 20 5 2 20 0 15 0 47540900 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612629244144 140613150759554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30489] ppid=30430 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30489/stat : 30489 (java) S 30430 30433 19618 0 -1 1077944384 61 12493 0 0 0 0 5 2 20 0 15 0 47540901 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612628190432 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30490] ppid=30430 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30490/stat : 30490 (java) S 30430 30433 19618 0 -1 1077944384 50 12493 0 0 0 0 5 2 20 0 15 0 47540901 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612627137280 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30491] ppid=30430 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30491/stat : 30491 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612626085840 140613150767003 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30492] ppid=30430 vsize=14006076 CPUtime=8.57 cores=1,3,5,7
/proc/30433/task/30492/stat : 30492 (java) S 30430 30433 19618 0 -1 1077944384 64006 12493 0 0 844 6 5 2 20 0 15 0 47540904 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612625033968 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30493] ppid=30430 vsize=14006076 CPUtime=9.32 cores=1,3,5,7
/proc/30433/task/30493/stat : 30493 (java) S 30430 30433 19618 0 -1 1077944384 64101 12493 0 0 918 7 5 2 20 0 15 0 47540904 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612623981424 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30494] ppid=30430 vsize=14006076 CPUtime=2.89 cores=1,3,5,7
/proc/30433/task/30494/stat : 30494 (java) S 30430 30433 19618 0 -1 1077944384 43001 12493 0 0 276 6 5 2 20 0 15 0 47540904 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612622928368 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30495] ppid=30430 vsize=14006076 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30495/stat : 30495 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 47540904 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612621876064 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30496] ppid=30430 vsize=14006076 CPUtime=0.92 cores=1,3,5,7
/proc/30433/task/30496/stat : 30496 (java) S 30430 30433 19618 0 -1 1077944384 2232 12493 0 0 40 45 5 2 20 0 15 0 47540908 14342221824 408160 18446744073709551615 4194304 4196468 140736480478224 140612620823088 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 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 30433 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2487.61 s]
/proc/loadavg: 1.45 1.37 1.39 3/209 30791
/proc/meminfo: memFree=28756604/32770624 swapFree=0/543912
[pid=30433] ppid=30430 vsize=14139204 CPUtime=2520.33 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 442937 12493 0 0 251785 241 5 2 20 0 17 0 47540874 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3534801 410922 3487 1 0 3523415 0
[pid=30433/tid=30483] ppid=30430 vsize=14139204 CPUtime=2479.63 cores=1,3,5,7
/proc/30433/task/30483/stat : 30483 (java) S 30430 30433 19618 0 -1 1077944384 137177 12493 0 0 247905 51 5 2 20 0 17 0 47540898 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140613154985952 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30484] ppid=30430 vsize=14139204 CPUtime=4.28 cores=1,3,5,7
/proc/30433/task/30484/stat : 30484 (java) S 30430 30433 19618 0 -1 1077944384 30723 12493 0 0 390 31 5 2 20 0 17 0 47540899 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140613070162768 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30485] ppid=30430 vsize=14139204 CPUtime=4.28 cores=1,3,5,7
/proc/30433/task/30485/stat : 30485 (java) R 30430 30433 19618 0 -1 4202560 23649 12493 0 0 390 31 5 2 20 0 17 0 47540899 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612749749512 140613143376615 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30486] ppid=30430 vsize=14139204 CPUtime=4.29 cores=1,3,5,7
/proc/30433/task/30486/stat : 30486 (java) R 30430 30433 19618 0 -1 4202560 23464 12493 0 0 391 31 5 2 20 0 17 0 47540899 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612748696336 140613135449135 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30487] ppid=30430 vsize=14139204 CPUtime=4.28 cores=1,3,5,7
/proc/30433/task/30487/stat : 30487 (java) R 30430 30433 19618 0 -1 4202560 21363 12493 0 0 388 33 5 2 20 0 17 0 47540899 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612747643792 140613143376615 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30488] ppid=30430 vsize=14139204 CPUtime=2.38 cores=1,3,5,7
/proc/30433/task/30488/stat : 30488 (java) S 30430 30433 19618 0 -1 1077944384 30665 12493 0 0 210 21 5 2 20 0 17 0 47540900 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612629242768 140613150758613 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30489] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30489/stat : 30489 (java) S 30430 30433 19618 0 -1 1077944384 61 12493 0 0 0 0 5 2 20 0 17 0 47540901 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612628190432 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30490] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30490/stat : 30490 (java) S 30430 30433 19618 0 -1 1077944384 50 12493 0 0 0 0 5 2 20 0 17 0 47540901 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612627137280 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30491] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30491/stat : 30491 (java) S 30430 30433 19618 0 -1 1077944384 110 12493 0 0 0 0 5 2 20 0 17 0 47540904 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612626085840 140613150767003 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30492] ppid=30430 vsize=14139204 CPUtime=8.57 cores=1,3,5,7
/proc/30433/task/30492/stat : 30492 (java) S 30430 30433 19618 0 -1 1077944384 64064 12493 0 0 844 6 5 2 20 0 17 0 47540904 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612625025072 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30493] ppid=30430 vsize=14139204 CPUtime=9.33 cores=1,3,5,7
/proc/30433/task/30493/stat : 30493 (java) S 30430 30433 19618 0 -1 1077944384 64101 12493 0 0 919 7 5 2 20 0 17 0 47540904 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612623981424 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30494] ppid=30430 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/30433/task/30494/stat : 30494 (java) S 30430 30433 19618 0 -1 1077944384 43001 12493 0 0 276 6 5 2 20 0 17 0 47540904 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612622928368 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30495] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30495/stat : 30495 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 17 0 47540904 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612621876064 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30496] ppid=30430 vsize=14139204 CPUtime=0.92 cores=1,3,5,7
/proc/30433/task/30496/stat : 30496 (java) S 30430 30433 19618 0 -1 1077944384 2232 12493 0 0 40 45 5 2 20 0 17 0 47540908 14478544896 410922 18446744073709551615 4194304 4196468 140736480478224 140612620823088 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
Current children cumulated CPU time (s) 2520.33
Current children cumulated vsize (KiB) 14139204

[startup+2488 s]
/proc/loadavg: 1.45 1.37 1.39 3/209 30791
/proc/meminfo: memFree=28756604/32770624 swapFree=0/543912
[pid=30433] ppid=30430 vsize=14139204 CPUtime=2521.72 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 443064 12493 0 0 251924 241 5 2 20 0 17 0 47540874 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3534801 410954 3487 1 0 3523415 0
[pid=30433/tid=30483] ppid=30430 vsize=14139204 CPUtime=2479.63 cores=1,3,5,7
/proc/30433/task/30483/stat : 30483 (java) S 30430 30433 19618 0 -1 1077944384 137178 12493 0 0 247905 51 5 2 20 0 17 0 47540898 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140613154985952 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30484] ppid=30430 vsize=14139204 CPUtime=4.62 cores=1,3,5,7
/proc/30433/task/30484/stat : 30484 (java) S 30430 30433 19618 0 -1 1077944384 30724 12493 0 0 424 31 5 2 20 0 17 0 47540899 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140613070162960 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30485] ppid=30430 vsize=14139204 CPUtime=4.62 cores=1,3,5,7
/proc/30433/task/30485/stat : 30485 (java) S 30430 30433 19618 0 -1 1077944384 23654 12493 0 0 424 31 5 2 20 0 17 0 47540899 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612749749392 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30486] ppid=30430 vsize=14139204 CPUtime=4.63 cores=1,3,5,7
/proc/30433/task/30486/stat : 30486 (java) S 30430 30433 19618 0 -1 1077944384 23465 12493 0 0 425 31 5 2 20 0 17 0 47540899 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612748696336 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30487] ppid=30430 vsize=14139204 CPUtime=4.61 cores=1,3,5,7
/proc/30433/task/30487/stat : 30487 (java) S 30430 30433 19618 0 -1 1077944384 21363 12493 0 0 421 33 5 2 20 0 17 0 47540899 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612747643792 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30488] ppid=30430 vsize=14139204 CPUtime=2.43 cores=1,3,5,7
/proc/30433/task/30488/stat : 30488 (java) R 30430 30433 19618 0 -1 4202560 30778 12493 0 0 215 21 5 2 20 0 17 0 47540900 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612629242432 140613135104560 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30489] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30489/stat : 30489 (java) S 30430 30433 19618 0 -1 1077944384 63 12493 0 0 0 0 5 2 20 0 17 0 47540901 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612628189968 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30490] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30490/stat : 30490 (java) S 30430 30433 19618 0 -1 1077944384 50 12493 0 0 0 0 5 2 20 0 17 0 47540901 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612627137280 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30491] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30491/stat : 30491 (java) S 30430 30433 19618 0 -1 1077944384 110 12493 0 0 0 0 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612626085840 140613150767003 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30492] ppid=30430 vsize=14139204 CPUtime=8.57 cores=1,3,5,7
/proc/30433/task/30492/stat : 30492 (java) S 30430 30433 19618 0 -1 1077944384 64066 12493 0 0 844 6 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612625033968 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30493] ppid=30430 vsize=14139204 CPUtime=9.33 cores=1,3,5,7
/proc/30433/task/30493/stat : 30493 (java) S 30430 30433 19618 0 -1 1077944384 64101 12493 0 0 919 7 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612623981424 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30494] ppid=30430 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/30433/task/30494/stat : 30494 (java) S 30430 30433 19618 0 -1 1077944384 43001 12493 0 0 276 6 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612622928368 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30495] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30495/stat : 30495 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612621876064 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30496] ppid=30430 vsize=14139204 CPUtime=0.92 cores=1,3,5,7
/proc/30433/task/30496/stat : 30496 (java) S 30430 30433 19618 0 -1 1077944384 2232 12493 0 0 40 45 5 2 20 0 17 0 47540908 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612620823088 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
Current children cumulated CPU time (s) 2521.72
Current children cumulated vsize (KiB) 14139204

[startup+2488.1 s]
/proc/loadavg: 1.45 1.37 1.39 3/209 30791
/proc/meminfo: memFree=28756604/32770624 swapFree=0/543912
[pid=30433] ppid=30430 vsize=14139204 CPUtime=2522.04 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 19618 0 -1 1077944320 443096 12493 0 0 251956 241 5 2 20 0 17 0 47540874 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140736480460768 140613150748407 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
/proc/30433/statm: 3534801 410954 3487 1 0 3523415 0
[pid=30433/tid=30483] ppid=30430 vsize=14139204 CPUtime=2479.63 cores=1,3,5,7
/proc/30433/task/30483/stat : 30483 (java) R 30430 30433 19618 0 -1 4202560 137194 12493 0 0 247905 51 5 2 20 0 17 0 47540898 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140613154985952 140613130936945 0 4 1 16800974 0 0 0 -1 1 0 0 25 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30484] ppid=30430 vsize=14139204 CPUtime=4.69 cores=1,3,5,7
/proc/30433/task/30484/stat : 30484 (java) S 30430 30433 19618 0 -1 1077944384 30724 12493 0 0 431 31 5 2 20 0 17 0 47540899 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140613070162960 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30485] ppid=30430 vsize=14139204 CPUtime=4.69 cores=1,3,5,7
/proc/30433/task/30485/stat : 30485 (java) S 30430 30433 19618 0 -1 1077944384 23654 12493 0 0 431 31 5 2 20 0 17 0 47540899 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612749749392 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30486] ppid=30430 vsize=14139204 CPUtime=4.71 cores=1,3,5,7
/proc/30433/task/30486/stat : 30486 (java) S 30430 30433 19618 0 -1 1077944384 23465 12493 0 0 433 31 5 2 20 0 17 0 47540899 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612748696336 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30487] ppid=30430 vsize=14139204 CPUtime=4.69 cores=1,3,5,7
/proc/30433/task/30487/stat : 30487 (java) S 30430 30433 19618 0 -1 1077944384 21363 12493 0 0 429 33 5 2 20 0 17 0 47540899 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612747643792 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30488] ppid=30430 vsize=14139204 CPUtime=2.46 cores=1,3,5,7
/proc/30433/task/30488/stat : 30488 (java) S 30430 30433 19618 0 -1 1077944384 30778 12493 0 0 218 21 5 2 20 0 17 0 47540900 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612629244144 140613150759554 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30489] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30489/stat : 30489 (java) S 30430 30433 19618 0 -1 1077944384 63 12493 0 0 0 0 5 2 20 0 17 0 47540901 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612628190432 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30490] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30490/stat : 30490 (java) S 30430 30433 19618 0 -1 1077944384 52 12493 0 0 0 0 5 2 20 0 17 0 47540901 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612627137280 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30491] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30491/stat : 30491 (java) S 30430 30433 19618 0 -1 1077944384 110 12493 0 0 0 0 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612626085840 140613150767003 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30492] ppid=30430 vsize=14139204 CPUtime=8.57 cores=1,3,5,7
/proc/30433/task/30492/stat : 30492 (java) S 30430 30433 19618 0 -1 1077944384 64066 12493 0 0 844 6 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612625033968 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30493] ppid=30430 vsize=14139204 CPUtime=9.33 cores=1,3,5,7
/proc/30433/task/30493/stat : 30493 (java) S 30430 30433 19618 0 -1 1077944384 64101 12493 0 0 919 7 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612623981424 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30494] ppid=30430 vsize=14139204 CPUtime=2.89 cores=1,3,5,7
/proc/30433/task/30494/stat : 30494 (java) S 30430 30433 19618 0 -1 1077944384 43014 12493 0 0 276 6 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612622928368 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30495] ppid=30430 vsize=14139204 CPUtime=0.07 cores=1,3,5,7
/proc/30433/task/30495/stat : 30495 (java) S 30430 30433 19618 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 17 0 47540904 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612621876064 140613150758613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
[pid=30433/tid=30496] ppid=30430 vsize=14139204 CPUtime=0.92 cores=1,3,5,7
/proc/30433/task/30496/stat : 30496 (java) S 30430 30433 19618 0 -1 1077944384 2232 12493 0 0 40 45 5 2 20 0 17 0 47540908 14478544896 410954 18446744073709551615 4194304 4196468 140736480478224 140612620823088 140613150759554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 9629696 140736480483280 140736480486065 140736480486065 140736480489423 0
Current children cumulated CPU time (s) 2522.04
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 2488.12
CPU time (s): 2522.08
CPU user time (s): 2519.62
CPU system time (s): 2.45872
CPU usage (%): 101.365
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.62
system time used= 2.45872
maximum resident set size= 2566668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107726
involuntary context switches= 3145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5196 second user time and 14.8325 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 13:57:07
IDJOB=4262087
IDBENCH=130617
IDSOLVER=2650
FILE ID=node127/4262087-1502453474
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-20.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262087-1502453474/watcher-4262087-1502453474 -o /tmp/evaluation-result-4262087-1502453474/solver-4262087-1502453474 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4262087-1502453474.xml

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

MD5SUM BENCH= f43327d25c90fcea6a9e7ed354db6bef
RANDOM SEED=1112015397

node127.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.92
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.92
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.92
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.92
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:        30360248 kB
MemAvailable:   31158324 kB
Buffers:          253788 kB
Cached:           834452 kB
SwapCached:            0 kB
Active:          1419404 kB
Inactive:         568520 kB
Active(anon):     900032 kB
Inactive(anon):    24908 kB
Active(file):     519372 kB
Inactive(file):   543612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24420 kB
Writeback:            44 kB
AnonPages:        899756 kB
Mapped:            54848 kB
Shmem:             25252 kB
Slab:             127600 kB
SReclaimable:     101852 kB
SUnreclaim:        25748 kB
KernelStack:        3360 kB
PageTables:         6800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1774636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    806912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 14:38:35