Trace number 4262523

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.73 2491.0701

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-16.xml
MD5SUM9d7406c968f8af9220e5e662d0bd5052
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark340.207
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree24
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":2},{"degree":16,"count":4},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":3},{"degree":20,"count":1},{"degree":24,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.85 2.11 1.82 2/194 18641
/proc/meminfo: memFree=24930004/32770624 swapFree=0/388576
[pid=18641] ppid=18638 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18641/stat : 18641 (runsolver) D 18638 18641 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 32423292 24240128 108 18446744073709551615 4194304 4338465 140725468978960 140725468976600 140462586872535 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 10285056 140725468983505 140725468983881 140725468983881 140725468987338 0
/proc/18641/statm: 5918 108 54 36 0 2156 0

[startup+0.100039 s]
/proc/loadavg: 2.85 2.11 1.82 2/194 18641
/proc/meminfo: memFree=24930004/32770624 swapFree=0/388576
[pid=18641] ppid=18638 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18641/stat : 18641 (bash) S 18638 18641 7434 0 -1 4202496 893 6486 0 0 0 0 0 1 20 0 1 0 32423292 9867264 372 18446744073709551615 4194304 5098028 140726802852368 140726802846376 140143468502016 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 35500032 140726802854420 140726802854505 140726802854505 140726802857962 0
/proc/18641/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200415 s]
/proc/loadavg: 2.85 2.11 1.82 2/194 18641
/proc/meminfo: memFree=24930004/32770624 swapFree=0/388576
[pid=18641] ppid=18638 vsize=9636 CPUtime=0.07 cores=1,3,5,7
/proc/18641/stat : 18641 (bash) S 18638 18641 7434 0 -1 4202496 934 11972 0 0 0 0 5 2 20 0 1 0 32423292 9867264 378 18446744073709551615 4194304 5098028 140726802852368 140726802848200 140143468502016 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 35500032 140726802854420 140726802854505 140726802854505 140726802857962 0
/proc/18641/statm: 2409 378 297 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.300943 s]
/proc/loadavg: 2.85 2.11 1.82 2/194 18641
/proc/meminfo: memFree=24930004/32770624 swapFree=0/388576
[pid=18641] ppid=18638 vsize=13973872 CPUtime=0.14 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 5977 12650 0 0 5 1 5 3 20 0 15 0 32423292 14309244928 6182 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3493468 6182 2629 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973872

[startup+0.700234 s]
/proc/loadavg: 2.85 2.11 1.82 2/194 18641
/proc/meminfo: memFree=24930004/32770624 swapFree=0/388576
[pid=18641] ppid=18638 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 13985 12650 0 0 58 4 5 3 20 0 15 0 32423292 14310178816 14907 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3493696 14907 3114 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 2.85 2.11 1.82 4/209 18704
/proc/meminfo: memFree=24833208/32770624 swapFree=0/388628
[pid=18641] ppid=18638 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 29866 12650 0 0 175 11 5 3 20 0 15 0 32423292 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3496352 42618 3370 1 0 3485525 0
[pid=18641/tid=18691] ppid=18638 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/18641/task/18691/stat : 18691 (java) R 18638 18641 7434 0 -1 4202560 22655 12650 0 0 115 6 5 3 20 0 15 0 32423312 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911725552544 139911705404766 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18692] ppid=18638 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18692/stat : 18692 (java) S 18638 18641 7434 0 -1 1077944384 61 12650 0 0 0 0 5 3 20 0 15 0 32423313 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911655758864 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18693] ppid=18638 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18693/stat : 18693 (java) S 18638 18641 7434 0 -1 1077944384 202 12650 0 0 0 0 5 3 20 0 15 0 32423313 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911654706320 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18694] ppid=18638 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/18641/task/18694/stat : 18694 (java) S 18638 18641 7434 0 -1 1077944384 31 12650 0 0 1 0 5 3 20 0 15 0 32423313 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911653653264 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18695] ppid=18638 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/18641/task/18695/stat : 18695 (java) S 18638 18641 7434 0 -1 1077944384 57 12650 0 0 1 0 5 3 20 0 15 0 32423313 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911652600720 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18696] ppid=18638 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/18641/task/18696/stat : 18696 (java) S 18638 18641 7434 0 -1 1077944384 1506 12650 0 0 1 0 5 3 20 0 15 0 32423314 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911199414512 139911721335426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18697] ppid=18638 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18697/stat : 18697 (java) S 18638 18641 7434 0 -1 1077944384 54 12650 0 0 0 0 5 3 20 0 15 0 32423315 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911198360800 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18698] ppid=18638 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18698/stat : 18698 (java) S 18638 18641 7434 0 -1 1077944384 44 12650 0 0 0 0 5 3 20 0 15 0 32423315 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911197307648 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18699] ppid=18638 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18699/stat : 18699 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911196256208 139911721342875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18700] ppid=18638 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/18641/task/18700/stat : 18700 (java) S 18638 18641 7434 0 -1 1077944384 918 12650 0 0 13 0 5 3 20 0 15 0 32423318 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911195204336 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18701] ppid=18638 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/18641/task/18701/stat : 18701 (java) S 18638 18641 7434 0 -1 1077944384 730 12650 0 0 15 0 5 3 20 0 15 0 32423318 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911194151792 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18702] ppid=18638 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/18641/task/18702/stat : 18702 (java) R 18638 18641 7434 0 -1 4202560 1442 12650 0 0 23 0 5 3 20 0 15 0 32423318 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911193096240 139911702896697 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18703] ppid=18638 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18703/stat : 18703 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911192046432 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18704] ppid=18638 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18704/stat : 18704 (java) S 18638 18641 7434 0 -1 1077944384 8 12650 0 0 0 0 5 3 20 0 15 0 32423322 14321057792 42618 18446744073709551615 4194304 4196468 140735611223440 139911190993456 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 2.94 2.14 1.83 4/209 18704
/proc/meminfo: memFree=24756400/32770624 swapFree=0/388628
[pid=18641] ppid=18638 vsize=13993788 CPUtime=5.74 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 42518 12650 0 0 540 26 5 3 20 0 15 0 32423292 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3498447 101085 3459 1 0 3487061 0
[pid=18641/tid=18691] ppid=18638 vsize=13993788 CPUtime=2.82 cores=1,3,5,7
/proc/18641/task/18691/stat : 18691 (java) R 18638 18641 7434 0 -1 4202560 28312 12650 0 0 264 10 5 3 20 0 15 0 32423312 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911725558992 139911335754175 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18692] ppid=18638 vsize=13993788 CPUtime=0.14 cores=1,3,5,7
/proc/18641/task/18692/stat : 18692 (java) S 18638 18641 7434 0 -1 1077944384 117 12650 0 0 3 3 5 3 20 0 15 0 32423313 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911655758864 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18693] ppid=18638 vsize=13993788 CPUtime=0.15 cores=1,3,5,7
/proc/18641/task/18693/stat : 18693 (java) S 18638 18641 7434 0 -1 1077944384 329 12650 0 0 4 3 5 3 20 0 15 0 32423313 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911654706320 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18694] ppid=18638 vsize=13993788 CPUtime=0.13 cores=1,3,5,7
/proc/18641/task/18694/stat : 18694 (java) S 18638 18641 7434 0 -1 1077944384 131 12650 0 0 3 2 5 3 20 0 15 0 32423313 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911653653264 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18695] ppid=18638 vsize=13993788 CPUtime=0.15 cores=1,3,5,7
/proc/18641/task/18695/stat : 18695 (java) S 18638 18641 7434 0 -1 1077944384 399 12650 0 0 4 3 5 3 20 0 15 0 32423313 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911652600720 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18696] ppid=18638 vsize=13993788 CPUtime=0.09 cores=1,3,5,7
/proc/18641/task/18696/stat : 18696 (java) S 18638 18641 7434 0 -1 1077944384 1591 12650 0 0 1 0 5 3 20 0 15 0 32423314 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911199414512 139911721335426 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18697] ppid=18638 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18697/stat : 18697 (java) S 18638 18641 7434 0 -1 1077944384 54 12650 0 0 0 0 5 3 20 0 15 0 32423315 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911198360800 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18698] ppid=18638 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18698/stat : 18698 (java) S 18638 18641 7434 0 -1 1077944384 44 12650 0 0 0 0 5 3 20 0 15 0 32423315 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911197307648 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18699] ppid=18638 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18699/stat : 18699 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911196256208 139911721342875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18700] ppid=18638 vsize=13993788 CPUtime=0.89 cores=1,3,5,7
/proc/18641/task/18700/stat : 18700 (java) S 18638 18641 7434 0 -1 1077944384 2251 12650 0 0 80 1 5 3 20 0 15 0 32423318 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911195204336 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18701] ppid=18638 vsize=13993788 CPUtime=1.07 cores=1,3,5,7
/proc/18641/task/18701/stat : 18701 (java) S 18638 18641 7434 0 -1 1077944384 3932 12650 0 0 98 1 5 3 20 0 15 0 32423318 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911194151792 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18702] ppid=18638 vsize=13993788 CPUtime=0.85 cores=1,3,5,7
/proc/18641/task/18702/stat : 18702 (java) S 18638 18641 7434 0 -1 1077944384 3189 12650 0 0 76 1 5 3 20 0 15 0 32423318 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911193098736 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18703] ppid=18638 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18703/stat : 18703 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911192046432 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18704] ppid=18638 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18704/stat : 18704 (java) S 18638 18641 7434 0 -1 1077944384 11 12650 0 0 0 0 5 3 20 0 15 0 32423322 14329638912 101085 18446744073709551615 4194304 4196468 140735611223440 139911190993456 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 13993788

[startup+6.3007 s]
/proc/loadavg: 2.94 2.14 1.83 3/209 18704
/proc/meminfo: memFree=23855616/32770624 swapFree=0/388620
[pid=18641] ppid=18638 vsize=13997884 CPUtime=10.01 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 51200 12650 0 0 923 70 5 3 20 0 15 0 32423292 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3499471 300273 3461 1 0 3488085 0
[pid=18641/tid=18691] ppid=18638 vsize=13997884 CPUtime=5.8 cores=1,3,5,7
/proc/18641/task/18691/stat : 18691 (java) R 18638 18641 7434 0 -1 4202560 34916 12650 0 0 555 17 5 3 20 0 15 0 32423312 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911725546224 139911706693087 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18692] ppid=18638 vsize=13997884 CPUtime=0.35 cores=1,3,5,7
/proc/18641/task/18692/stat : 18692 (java) S 18638 18641 7434 0 -1 1077944384 257 12650 0 0 15 12 5 3 20 0 15 0 32423313 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911655758864 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18693] ppid=18638 vsize=13997884 CPUtime=0.36 cores=1,3,5,7
/proc/18641/task/18693/stat : 18693 (java) S 18638 18641 7434 0 -1 1077944384 470 12650 0 0 15 13 5 3 20 0 15 0 32423313 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911654706320 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18694] ppid=18638 vsize=13997884 CPUtime=0.34 cores=1,3,5,7
/proc/18641/task/18694/stat : 18694 (java) S 18638 18641 7434 0 -1 1077944384 298 12650 0 0 16 10 5 3 20 0 15 0 32423313 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911653653264 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18695] ppid=18638 vsize=13997884 CPUtime=0.36 cores=1,3,5,7
/proc/18641/task/18695/stat : 18695 (java) S 18638 18641 7434 0 -1 1077944384 673 12650 0 0 16 12 5 3 20 0 15 0 32423313 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911652600720 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18696] ppid=18638 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/18641/task/18696/stat : 18696 (java) S 18638 18641 7434 0 -1 1077944384 2083 12650 0 0 2 0 5 3 20 0 15 0 32423314 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911199414512 139911721335426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18697] ppid=18638 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18697/stat : 18697 (java) S 18638 18641 7434 0 -1 1077944384 54 12650 0 0 0 0 5 3 20 0 15 0 32423315 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911198360800 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18698] ppid=18638 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18698/stat : 18698 (java) S 18638 18641 7434 0 -1 1077944384 44 12650 0 0 0 0 5 3 20 0 15 0 32423315 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911197307648 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18699] ppid=18638 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18699/stat : 18699 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911196256208 139911721342875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18700] ppid=18638 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/18641/task/18700/stat : 18700 (java) S 18638 18641 7434 0 -1 1077944384 2541 12650 0 0 97 1 5 3 20 0 15 0 32423318 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911195204336 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18701] ppid=18638 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/18641/task/18701/stat : 18701 (java) S 18638 18641 7434 0 -1 1077944384 4124 12650 0 0 113 1 5 3 20 0 15 0 32423318 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911194151792 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18702] ppid=18638 vsize=13997884 CPUtime=0.97 cores=1,3,5,7
/proc/18641/task/18702/stat : 18702 (java) S 18638 18641 7434 0 -1 1077944384 3428 12650 0 0 88 1 5 3 20 0 15 0 32423318 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911193098736 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18703] ppid=18638 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18703/stat : 18703 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911192046432 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18704] ppid=18638 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18704/stat : 18704 (java) S 18638 18641 7434 0 -1 1077944384 156 12650 0 0 0 0 5 3 20 0 15 0 32423322 14333833216 300273 18446744073709551615 4194304 4196468 140735611223440 139911190993456 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 2.79 2.14 1.83 4/209 18704
/proc/meminfo: memFree=22840232/32770624 swapFree=0/388608
[pid=18641] ppid=18638 vsize=13999932 CPUtime=20.46 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 60117 12650 0 0 1929 109 5 3 20 0 15 0 32423292 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3499983 525336 3464 1 0 3488597 0
[pid=18641/tid=18691] ppid=18638 vsize=13999932 CPUtime=11.63 cores=1,3,5,7
/proc/18641/task/18691/stat : 18691 (java) R 18638 18641 7434 0 -1 4202560 36995 12650 0 0 1130 25 5 3 20 0 15 0 32423312 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911725548528 139911339511079 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18692] ppid=18638 vsize=13999932 CPUtime=0.8 cores=1,3,5,7
/proc/18641/task/18692/stat : 18692 (java) S 18638 18641 7434 0 -1 1077944384 1480 12650 0 0 53 19 5 3 20 0 15 0 32423313 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911655758864 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18693] ppid=18638 vsize=13999932 CPUtime=0.81 cores=1,3,5,7
/proc/18641/task/18693/stat : 18693 (java) S 18638 18641 7434 0 -1 1077944384 916 12650 0 0 54 19 5 3 20 0 15 0 32423313 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911654706320 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18694] ppid=18638 vsize=13999932 CPUtime=0.78 cores=1,3,5,7
/proc/18641/task/18694/stat : 18694 (java) S 18638 18641 7434 0 -1 1077944384 531 12650 0 0 53 17 5 3 20 0 15 0 32423313 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911653653264 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18695] ppid=18638 vsize=13999932 CPUtime=0.81 cores=1,3,5,7
/proc/18641/task/18695/stat : 18695 (java) S 18638 18641 7434 0 -1 1077944384 1273 12650 0 0 54 19 5 3 20 0 15 0 32423313 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911652600720 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18696] ppid=18638 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/18641/task/18696/stat : 18696 (java) S 18638 18641 7434 0 -1 1077944384 3549 12650 0 0 12 0 5 3 20 0 15 0 32423314 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911199414512 139911721335426 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18697] ppid=18638 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18697/stat : 18697 (java) S 18638 18641 7434 0 -1 1077944384 54 12650 0 0 0 0 5 3 20 0 15 0 32423315 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911198360800 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18698] ppid=18638 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18698/stat : 18698 (java) S 18638 18641 7434 0 -1 1077944384 44 12650 0 0 0 0 5 3 20 0 15 0 32423315 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911197307648 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18699] ppid=18638 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18699/stat : 18699 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14335930368 525336 18446744073709551615 4194304 4196468 140735611223440 139911196256208 139911721342875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0

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

/proc/18641/task/18703/stat : 18703 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14405136384 1104702 18446744073709551615 4194304 4196468 140735611223440 139911192046432 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18704] ppid=18638 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/18641/task/18704/stat : 18704 (java) S 18638 18641 7434 0 -1 1077944384 1514 12650 0 0 65 67 5 3 20 0 15 0 32423322 14405136384 1104702 18446744073709551615 4194304 4196468 140735611223440 139911190993456 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
Current children cumulated CPU time (s) 2351.09
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.38 1.46 1.49 3/210 18996
/proc/meminfo: memFree=25545804/32770624 swapFree=0/389672
[pid=18641] ppid=18638 vsize=14067516 CPUtime=2411.24 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 563297 12650 0 0 240744 372 5 3 20 0 15 0 32423292 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3516879 1104712 3473 1 0 3505493 0
[pid=18641/tid=18691] ppid=18638 vsize=14067516 CPUtime=2374.79 cores=1,3,5,7
/proc/18641/task/18691/stat : 18691 (java) R 18638 18641 7434 0 -1 4202560 388121 12650 0 0 237376 95 5 3 20 0 15 0 32423312 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911725558688 139911330392465 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18692] ppid=18638 vsize=14067516 CPUtime=5.93 cores=1,3,5,7
/proc/18641/task/18692/stat : 18692 (java) S 18638 18641 7434 0 -1 1077944384 24760 12650 0 0 535 50 5 3 20 0 15 0 32423313 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911655758864 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18693] ppid=18638 vsize=14067516 CPUtime=5.9 cores=1,3,5,7
/proc/18641/task/18693/stat : 18693 (java) S 18638 18641 7434 0 -1 1077944384 27484 12650 0 0 534 48 5 3 20 0 15 0 32423313 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911654706320 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18694] ppid=18638 vsize=14067516 CPUtime=5.88 cores=1,3,5,7
/proc/18641/task/18694/stat : 18694 (java) S 18638 18641 7434 0 -1 1077944384 32992 12650 0 0 530 50 5 3 20 0 15 0 32423313 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911653653264 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18695] ppid=18638 vsize=14067516 CPUtime=5.91 cores=1,3,5,7
/proc/18641/task/18695/stat : 18695 (java) S 18638 18641 7434 0 -1 1077944384 23418 12650 0 0 534 49 5 3 20 0 15 0 32423313 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911652600720 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18696] ppid=18638 vsize=14067516 CPUtime=1.06 cores=1,3,5,7
/proc/18641/task/18696/stat : 18696 (java) S 18638 18641 7434 0 -1 1077944384 31081 12650 0 0 81 17 5 3 20 0 15 0 32423314 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911199414512 139911721335426 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18697] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18697/stat : 18697 (java) S 18638 18641 7434 0 -1 1077944384 54 12650 0 0 0 0 5 3 20 0 15 0 32423315 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911198360800 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18698] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18698/stat : 18698 (java) S 18638 18641 7434 0 -1 1077944384 44 12650 0 0 0 0 5 3 20 0 15 0 32423315 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911197307648 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18699] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18699/stat : 18699 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911196256208 139911721342875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18700] ppid=18638 vsize=14067516 CPUtime=4.43 cores=1,3,5,7
/proc/18641/task/18700/stat : 18700 (java) S 18638 18641 7434 0 -1 1077944384 12604 12650 0 0 432 3 5 3 20 0 15 0 32423318 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911195204336 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18701] ppid=18638 vsize=14067516 CPUtime=4.8 cores=1,3,5,7
/proc/18641/task/18701/stat : 18701 (java) S 18638 18641 7434 0 -1 1077944384 9961 12650 0 0 469 3 5 3 20 0 15 0 32423318 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911194151792 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18702] ppid=18638 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/18641/task/18702/stat : 18702 (java) S 18638 18641 7434 0 -1 1077944384 9072 12650 0 0 160 4 5 3 20 0 15 0 32423318 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911193098736 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18703] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18703/stat : 18703 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911192046432 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18704] ppid=18638 vsize=14067516 CPUtime=1.43 cores=1,3,5,7
/proc/18641/task/18704/stat : 18704 (java) S 18638 18641 7434 0 -1 1077944384 1548 12650 0 0 66 69 5 3 20 0 15 0 32423322 14405136384 1104712 18446744073709551615 4194304 4196468 140735611223440 139911190993456 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
Current children cumulated CPU time (s) 2411.24
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.30 1.43 1.48 3/209 18998
/proc/meminfo: memFree=25541868/32770624 swapFree=0/389728
[pid=18641] ppid=18638 vsize=14067516 CPUtime=2471.38 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 573051 12650 0 0 246756 374 5 3 20 0 15 0 32423292 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3516879 1104719 3473 1 0 3505493 0
[pid=18641/tid=18691] ppid=18638 vsize=14067516 CPUtime=2434.72 cores=1,3,5,7
/proc/18641/task/18691/stat : 18691 (java) R 18638 18641 7434 0 -1 4202560 395331 12650 0 0 243368 96 5 3 20 0 15 0 32423312 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911725557744 139911340610189 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18692] ppid=18638 vsize=14067516 CPUtime=5.97 cores=1,3,5,7
/proc/18641/task/18692/stat : 18692 (java) S 18638 18641 7434 0 -1 1077944384 24919 12650 0 0 539 50 5 3 20 0 15 0 32423313 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911655758864 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18693] ppid=18638 vsize=14067516 CPUtime=5.94 cores=1,3,5,7
/proc/18641/task/18693/stat : 18693 (java) S 18638 18641 7434 0 -1 1077944384 27765 12650 0 0 538 48 5 3 20 0 15 0 32423313 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911654706320 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18694] ppid=18638 vsize=14067516 CPUtime=5.93 cores=1,3,5,7
/proc/18641/task/18694/stat : 18694 (java) S 18638 18641 7434 0 -1 1077944384 33226 12650 0 0 535 50 5 3 20 0 15 0 32423313 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911653653264 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18695] ppid=18638 vsize=14067516 CPUtime=5.95 cores=1,3,5,7
/proc/18641/task/18695/stat : 18695 (java) S 18638 18641 7434 0 -1 1077944384 24929 12650 0 0 538 49 5 3 20 0 15 0 32423313 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911652600720 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18696] ppid=18638 vsize=14067516 CPUtime=1.08 cores=1,3,5,7
/proc/18641/task/18696/stat : 18696 (java) S 18638 18641 7434 0 -1 1077944384 31394 12650 0 0 82 18 5 3 20 0 15 0 32423314 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911199414512 139911721335426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18697] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18697/stat : 18697 (java) S 18638 18641 7434 0 -1 1077944384 54 12650 0 0 0 0 5 3 20 0 15 0 32423315 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911198360800 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18698] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18698/stat : 18698 (java) S 18638 18641 7434 0 -1 1077944384 44 12650 0 0 0 0 5 3 20 0 15 0 32423315 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911197307648 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18699] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18699/stat : 18699 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911196256208 139911721342875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18700] ppid=18638 vsize=14067516 CPUtime=4.43 cores=1,3,5,7
/proc/18641/task/18700/stat : 18700 (java) S 18638 18641 7434 0 -1 1077944384 12608 12650 0 0 432 3 5 3 20 0 15 0 32423318 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911195204336 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18701] ppid=18638 vsize=14067516 CPUtime=4.8 cores=1,3,5,7
/proc/18641/task/18701/stat : 18701 (java) S 18638 18641 7434 0 -1 1077944384 9963 12650 0 0 469 3 5 3 20 0 15 0 32423318 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911194151792 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18702] ppid=18638 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/18641/task/18702/stat : 18702 (java) S 18638 18641 7434 0 -1 1077944384 9074 12650 0 0 160 4 5 3 20 0 15 0 32423318 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911193098736 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18703] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18703/stat : 18703 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911192046432 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18704] ppid=18638 vsize=14067516 CPUtime=1.46 cores=1,3,5,7
/proc/18641/task/18704/stat : 18704 (java) S 18638 18641 7434 0 -1 1077944384 1586 12650 0 0 68 70 5 3 20 0 15 0 32423322 14405136384 1104719 18446744073709551615 4194304 4196468 140735611223440 139911190993456 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
Current children cumulated CPU time (s) 2471.38
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.8 s]
/proc/loadavg: 1.42 1.45 1.49 3/209 19000
/proc/meminfo: memFree=25539176/32770624 swapFree=0/389760
[pid=18641] ppid=18638 vsize=14067516 CPUtime=2520.04 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 582070 12650 0 0 251619 377 5 3 20 0 15 0 32423292 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3516879 1104981 3473 1 0 3505493 0
[pid=18641/tid=18691] ppid=18638 vsize=14067516 CPUtime=2483.16 cores=1,3,5,7
/proc/18641/task/18691/stat : 18691 (java) R 18638 18641 7434 0 -1 4202560 401782 12650 0 0 248212 96 5 3 20 0 15 0 32423312 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911725557728 139911337080928 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18692] ppid=18638 vsize=14067516 CPUtime=6.01 cores=1,3,5,7
/proc/18641/task/18692/stat : 18692 (java) S 18638 18641 7434 0 -1 1077944384 25069 12650 0 0 543 50 5 3 20 0 15 0 32423313 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911655758864 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18693] ppid=18638 vsize=14067516 CPUtime=5.99 cores=1,3,5,7
/proc/18641/task/18693/stat : 18693 (java) S 18638 18641 7434 0 -1 1077944384 28074 12650 0 0 542 49 5 3 20 0 15 0 32423313 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911654706320 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18694] ppid=18638 vsize=14067516 CPUtime=5.97 cores=1,3,5,7
/proc/18641/task/18694/stat : 18694 (java) S 18638 18641 7434 0 -1 1077944384 34828 12650 0 0 539 50 5 3 20 0 15 0 32423313 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911653653264 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18695] ppid=18638 vsize=14067516 CPUtime=5.99 cores=1,3,5,7
/proc/18641/task/18695/stat : 18695 (java) S 18638 18641 7434 0 -1 1077944384 25097 12650 0 0 542 49 5 3 20 0 15 0 32423313 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911652600720 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18696] ppid=18638 vsize=14067516 CPUtime=1.09 cores=1,3,5,7
/proc/18641/task/18696/stat : 18696 (java) S 18638 18641 7434 0 -1 1077944384 31691 12650 0 0 83 18 5 3 20 0 15 0 32423314 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911199414512 139911721335426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18697] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18697/stat : 18697 (java) S 18638 18641 7434 0 -1 1077944384 54 12650 0 0 0 0 5 3 20 0 15 0 32423315 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911198360800 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18698] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18698/stat : 18698 (java) S 18638 18641 7434 0 -1 1077944384 44 12650 0 0 0 0 5 3 20 0 15 0 32423315 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911197307648 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18699] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18699/stat : 18699 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911196256208 139911721342875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18700] ppid=18638 vsize=14067516 CPUtime=4.43 cores=1,3,5,7
/proc/18641/task/18700/stat : 18700 (java) S 18638 18641 7434 0 -1 1077944384 12610 12650 0 0 432 3 5 3 20 0 15 0 32423318 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911195204336 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18701] ppid=18638 vsize=14067516 CPUtime=4.8 cores=1,3,5,7
/proc/18641/task/18701/stat : 18701 (java) S 18638 18641 7434 0 -1 1077944384 9967 12650 0 0 469 3 5 3 20 0 15 0 32423318 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911194151792 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18702] ppid=18638 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/18641/task/18702/stat : 18702 (java) S 18638 18641 7434 0 -1 1077944384 9076 12650 0 0 160 4 5 3 20 0 15 0 32423318 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911193098736 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18703] ppid=18638 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18703/stat : 18703 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 15 0 32423318 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911192046432 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18704] ppid=18638 vsize=14067516 CPUtime=1.49 cores=1,3,5,7
/proc/18641/task/18704/stat : 18704 (java) S 18638 18641 7434 0 -1 1077944384 1620 12650 0 0 70 71 5 3 20 0 15 0 32423322 14405136384 1104981 18446744073709551615 4194304 4196468 140735611223440 139911190993456 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 14067516

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 18641 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2491.01 s]
/proc/loadavg: 1.42 1.45 1.49 3/209 19000
/proc/meminfo: memFree=25539176/32770624 swapFree=0/389760
[pid=18641] ppid=18638 vsize=14200644 CPUtime=2520.62 cores=1,3,5,7
/proc/18641/stat : 18641 (java) S 18638 18641 7434 0 -1 1077944320 594399 12650 0 0 251677 377 5 3 20 0 17 0 32423292 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 140735611205984 139911721324279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
/proc/18641/statm: 3550161 1106104 3473 1 0 3538775 0
[pid=18641/tid=18691] ppid=18638 vsize=14200644 CPUtime=2483.18 cores=1,3,5,7
/proc/18641/task/18691/stat : 18691 (java) S 18638 18641 7434 0 -1 1077944384 402967 12650 0 0 248214 96 5 3 20 0 17 0 32423312 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911725562000 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18692] ppid=18638 vsize=14200644 CPUtime=6.13 cores=1,3,5,7
/proc/18641/task/18692/stat : 18692 (java) S 18638 18641 7434 0 -1 1077944384 25142 12650 0 0 555 50 5 3 20 0 17 0 32423313 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911655758864 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18693] ppid=18638 vsize=14200644 CPUtime=6.12 cores=1,3,5,7
/proc/18641/task/18693/stat : 18693 (java) S 18638 18641 7434 0 -1 1077944384 28130 12650 0 0 555 49 5 3 20 0 17 0 32423313 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911654706320 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18694] ppid=18638 vsize=14200644 CPUtime=6.09 cores=1,3,5,7
/proc/18641/task/18694/stat : 18694 (java) S 18638 18641 7434 0 -1 1077944384 34902 12650 0 0 551 50 5 3 20 0 17 0 32423313 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911653653264 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18695] ppid=18638 vsize=14200644 CPUtime=6.11 cores=1,3,5,7
/proc/18641/task/18695/stat : 18695 (java) S 18638 18641 7434 0 -1 1077944384 25152 12650 0 0 554 49 5 3 20 0 17 0 32423313 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911652600720 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18696] ppid=18638 vsize=14200644 CPUtime=1.15 cores=1,3,5,7
/proc/18641/task/18696/stat : 18696 (java) R 18638 18641 7434 0 -1 4202560 41960 12650 0 0 89 18 5 3 20 0 17 0 32423314 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911199412912 139911721345626 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18697] ppid=18638 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18697/stat : 18697 (java) S 18638 18641 7434 0 -1 1077944384 56 12650 0 0 0 0 5 3 20 0 17 0 32423315 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911198360304 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18698] ppid=18638 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18698/stat : 18698 (java) S 18638 18641 7434 0 -1 1077944384 44 12650 0 0 0 0 5 3 20 0 17 0 32423315 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911197307648 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18699] ppid=18638 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18699/stat : 18699 (java) S 18638 18641 7434 0 -1 1077944384 252 12650 0 0 0 0 5 3 20 0 17 0 32423318 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911196256208 139911721342875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18700] ppid=18638 vsize=14200644 CPUtime=4.43 cores=1,3,5,7
/proc/18641/task/18700/stat : 18700 (java) S 18638 18641 7434 0 -1 1077944384 12610 12650 0 0 432 3 5 3 20 0 17 0 32423318 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911195204336 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18701] ppid=18638 vsize=14200644 CPUtime=4.8 cores=1,3,5,7
/proc/18641/task/18701/stat : 18701 (java) S 18638 18641 7434 0 -1 1077944384 9967 12650 0 0 469 3 5 3 20 0 17 0 32423318 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911194151792 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18702] ppid=18638 vsize=14200644 CPUtime=1.72 cores=1,3,5,7
/proc/18641/task/18702/stat : 18702 (java) S 18638 18641 7434 0 -1 1077944384 9076 12650 0 0 160 4 5 3 20 0 17 0 32423318 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911193098736 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18703] ppid=18638 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/18641/task/18703/stat : 18703 (java) S 18638 18641 7434 0 -1 1077944384 3 12650 0 0 0 0 5 3 20 0 17 0 32423318 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911192046432 139911721334485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
[pid=18641/tid=18704] ppid=18638 vsize=14200644 CPUtime=1.49 cores=1,3,5,7
/proc/18641/task/18704/stat : 18704 (java) S 18638 18641 7434 0 -1 1077944384 1620 12650 0 0 70 71 5 3 20 0 17 0 32423322 14541459456 1106104 18446744073709551615 4194304 4196468 140735611223440 139911190993456 139911721335426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10125312 140735611230160 140735611232945 140735611232945 140735611236303 0
Current children cumulated CPU time (s) 2520.62
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2491.07
CPU time (s): 2520.73
CPU user time (s): 2516.89
CPU system time (s): 3.83567
CPU usage (%): 101.191
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.89
system time used= 3.83567
maximum resident set size= 4424972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 607303
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76155
involuntary context switches= 2846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1632 second user time and 15.4062 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 10:26:10
IDJOB=4262523
IDBENCH=126094
IDSOLVER=2650
FILE ID=node124/4262523-1502440826
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-16.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262523-1502440826/watcher-4262523-1502440826 -o /tmp/evaluation-result-4262523-1502440826/solver-4262523-1502440826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262523-1502440826.xml

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

MD5SUM BENCH= 9d7406c968f8af9220e5e662d0bd5052
RANDOM SEED=1739277891

node124.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.51
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.51
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.51
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.51
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:        24930376 kB
MemAvailable:   25379812 kB
Buffers:          203148 kB
Cached:           533600 kB
SwapCached:            0 kB
Active:          7009836 kB
Inactive:         405084 kB
Active(anon):    6678876 kB
Inactive(anon):    16768 kB
Active(file):     330960 kB
Inactive(file):   388316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             56304 kB
Writeback:             0 kB
AnonPages:       6678236 kB
Mapped:            50444 kB
Shmem:             17128 kB
Slab:             117464 kB
SReclaimable:      91988 kB
SUnreclaim:        25476 kB
KernelStack:        3392 kB
PageTables:        17872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7409316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6268928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61952 MiB
End job on node124 at 2017-08-11 11:07:41