Trace number 4262638

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.53 2479.4099

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cjss/
la03x2-593_X2.xml
MD5SUMc5d32b6ac83ae8a87635e40175bf5ae7
Bench CategoryCSP (decision 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 variables101
Number of constraints105
Number of domains2
Minimum domain size1
Maximum domain size594
Distribution of domain sizes[{"size":1,"count":1},{"size":594,"count":100}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":80},{"degree":20,"count":1}]
Minimum constraint arity2
Maximum constraint arity20
Distribution of constraint arities[{"arity":2,"count":100},{"arity":20,"count":5}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"cumulative","count":5}]
Optimization problemNO
Type of objective

Solver Data

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

pid=7520
running on 4 cores: 0,2,4,6

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: 0.05 0.08 0.66 3/183 7526
/proc/meminfo: memFree=31643292/32770624 swapFree=0/360500
[pid=7526] ppid=7520 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/7526/stat : 7526 (runsolver) D 7520 7526 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 29565011 24240128 106 18446744073709551615 4194304 4338465 140727781734032 140727781731672 140387219235543 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 26128384 140727781740753 140727781741129 140727781741129 140727781744586 0
/proc/7526/statm: 5918 106 53 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 0.05 0.08 0.66 3/183 7526
/proc/meminfo: memFree=31643292/32770624 swapFree=0/360500
[pid=7526] ppid=7520 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/7526/stat : 7526 (runsolver) D 7520 7526 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 29565011 24240128 106 18446744073709551615 4194304 4338465 140727781734032 140727781731672 140387219235543 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 26128384 140727781740753 140727781741129 140727781741129 140727781744586 0
/proc/7526/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200273 s]
/proc/loadavg: 0.05 0.08 0.66 3/183 7526
/proc/meminfo: memFree=31643292/32770624 swapFree=0/360500
[pid=7526] ppid=7520 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/7526/stat : 7526 (bash) S 7520 7526 7434 0 -1 4202496 890 6484 0 0 0 0 0 1 20 0 1 0 29565011 9867264 372 18446744073709551615 4194304 5098028 140726174182208 140726174176216 140028655541248 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 11 0 0 7196144 7232144 29143040 140726174183956 140726174184041 140726174184041 140726174187498 0
/proc/7526/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300302 s]
/proc/loadavg: 0.05 0.08 0.66 3/183 7526
/proc/meminfo: memFree=31643292/32770624 swapFree=0/360500
[pid=7526] ppid=7520 vsize=356956 CPUtime=0.08 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 2588 12341 0 0 0 0 5 3 20 0 2 0 29565011 365522944 1883 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 89239 1883 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 356956

[startup+0.700164 s]
/proc/loadavg: 0.05 0.08 0.66 3/183 7526
/proc/meminfo: memFree=31643292/32770624 swapFree=0/360500
[pid=7526] ppid=7520 vsize=13974784 CPUtime=0.54 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 12768 12341 0 0 43 3 5 3 20 0 15 0 29565011 14310178816 13581 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 3493696 13581 3068 1 0 3482965 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13974784

[startup+1.50069 s]
/proc/loadavg: 0.05 0.08 0.66 7/213 7652
/proc/meminfo: memFree=31479848/32770624 swapFree=0/363024
[pid=7526] ppid=7520 vsize=13985408 CPUtime=1.71 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 23963 12341 0 0 156 7 5 3 20 0 15 0 29565011 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 3496352 32336 3336 1 0 3485525 0
[pid=7526/tid=7621] ppid=7520 vsize=13985408 CPUtime=1.19 cores=0,2,4,6
/proc/7526/task/7621/stat : 7621 (java) R 7520 7526 7434 0 -1 4202560 19284 12341 0 0 106 5 5 3 20 0 15 0 29565041 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140528269222336 140528251225777 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7622] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7622/stat : 7622 (java) S 7520 7526 7434 0 -1 1077944384 1 12341 0 0 0 0 5 3 20 0 15 0 29565042 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140528184400272 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7623] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7623/stat : 7623 (java) S 7520 7526 7434 0 -1 1077944384 1 12341 0 0 0 0 5 3 20 0 15 0 29565042 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140528183347472 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7624] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7624/stat : 7624 (java) S 7520 7526 7434 0 -1 1077944384 1 12341 0 0 0 0 5 3 20 0 15 0 29565042 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140528182295184 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7625] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7625/stat : 7625 (java) S 7520 7526 7434 0 -1 1077944384 2 12341 0 0 0 0 5 3 20 0 15 0 29565042 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140528181242384 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7626] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7626/stat : 7626 (java) S 7520 7526 7434 0 -1 1077944384 5 12341 0 0 0 0 5 3 20 0 15 0 29565043 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527181478512 140528264997506 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7627] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7627/stat : 7627 (java) S 7520 7526 7434 0 -1 1077944384 33 12341 0 0 0 0 5 3 20 0 15 0 29565044 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527180424480 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7629] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7629/stat : 7629 (java) S 7520 7526 7434 0 -1 1077944384 21 12341 0 0 0 0 5 3 20 0 15 0 29565044 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527179372144 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7639] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7639/stat : 7639 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565046 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527178320464 140528265004955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7640] ppid=7520 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/7526/task/7640/stat : 7640 (java) S 7520 7526 7434 0 -1 1077944384 722 12341 0 0 13 0 5 3 20 0 15 0 29565046 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527177267312 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7641] ppid=7520 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/7526/task/7641/stat : 7641 (java) S 7520 7526 7434 0 -1 1077944384 890 12341 0 0 15 0 5 3 20 0 15 0 29565046 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527176214512 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7642] ppid=7520 vsize=13985408 CPUtime=0.28 cores=0,2,4,6
/proc/7526/task/7642/stat : 7642 (java) S 7520 7526 7434 0 -1 1077944384 848 12341 0 0 20 0 5 3 20 0 15 0 29565046 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527175162224 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7643] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7643/stat : 7643 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565047 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527174109664 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7651] ppid=7520 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7651/stat : 7651 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565051 14321057792 32336 18446744073709551615 4194304 4196468 140736162098288 140527173057456 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 13985408

[startup+3.10179 s]
/proc/loadavg: 0.05 0.08 0.66 6/213 7652
/proc/meminfo: memFree=31296176/32770624 swapFree=0/370840
[pid=7526] ppid=7520 vsize=13997884 CPUtime=5.55 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 34395 12341 1 0 534 13 5 3 20 0 15 0 29565011 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 3499471 51792 3449 1 0 3488085 0
[pid=7526/tid=7621] ppid=7520 vsize=13997884 CPUtime=2.73 cores=0,2,4,6
/proc/7526/task/7621/stat : 7621 (java) R 7520 7526 7434 0 -1 4202560 23777 12341 1 0 258 7 5 3 20 0 15 0 29565041 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140528269214864 140527857184026 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7622] ppid=7520 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7622/stat : 7622 (java) S 7520 7526 7434 0 -1 1077944384 43 12341 0 0 0 0 5 3 20 0 15 0 29565042 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140528184400272 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7623] ppid=7520 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/7526/task/7623/stat : 7623 (java) S 7520 7526 7434 0 -1 1077944384 31 12341 0 0 1 0 5 3 20 0 15 0 29565042 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140528183347472 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7624] ppid=7520 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/7526/task/7624/stat : 7624 (java) S 7520 7526 7434 0 -1 1077944384 33 12341 0 0 1 0 5 3 20 0 15 0 29565042 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140528182295184 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7625] ppid=7520 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/7526/task/7625/stat : 7625 (java) S 7520 7526 7434 0 -1 1077944384 198 12341 0 0 1 0 5 3 20 0 15 0 29565042 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140528181242384 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7626] ppid=7520 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/7526/task/7626/stat : 7626 (java) S 7520 7526 7434 0 -1 1077944384 633 12341 0 0 1 0 5 3 20 0 15 0 29565043 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527181478512 140528264997506 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7627] ppid=7520 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7627/stat : 7627 (java) S 7520 7526 7434 0 -1 1077944384 55 12341 0 0 0 0 5 3 20 0 15 0 29565044 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527180424480 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7629] ppid=7520 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7629/stat : 7629 (java) S 7520 7526 7434 0 -1 1077944384 45 12341 0 0 0 0 5 3 20 0 15 0 29565044 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527179372144 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7639] ppid=7520 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7639/stat : 7639 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565046 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527178320464 140528265004955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7640] ppid=7520 vsize=13997884 CPUtime=1.03 cores=0,2,4,6
/proc/7526/task/7640/stat : 7640 (java) R 7520 7526 7434 0 -1 4202560 2574 12341 0 0 94 1 5 3 20 0 15 0 29565046 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527177248944 140528244212046 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7641] ppid=7520 vsize=13997884 CPUtime=0.83 cores=0,2,4,6
/proc/7526/task/7641/stat : 7641 (java) R 7520 7526 7434 0 -1 4202560 1614 12341 0 0 74 1 5 3 20 0 15 0 29565046 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527176190880 140528249883984 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7642] ppid=7520 vsize=13997884 CPUtime=1.08 cores=0,2,4,6
/proc/7526/task/7642/stat : 7642 (java) S 7520 7526 7434 0 -1 1077944384 3233 12341 0 0 100 0 5 3 20 0 15 0 29565046 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527175162224 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7643] ppid=7520 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7643/stat : 7643 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565047 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527174109664 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7651] ppid=7520 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7651/stat : 7651 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565051 14333833216 51792 18446744073709551615 4194304 4196468 140736162098288 140527173057456 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 13997884

[startup+6.30063 s]
/proc/loadavg: 0.37 0.15 0.67 2/195 7697
/proc/meminfo: memFree=31278156/32770624 swapFree=0/370328
[pid=7526] ppid=7520 vsize=14067516 CPUtime=12.86 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 67779 12341 1 0 1253 25 5 3 20 0 15 0 29565011 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 3516879 103996 3470 1 0 3505493 0
[pid=7526/tid=7621] ppid=7520 vsize=14067516 CPUtime=5.86 cores=0,2,4,6
/proc/7526/task/7621/stat : 7621 (java) R 7520 7526 7434 0 -1 4202560 45744 12341 1 0 564 14 5 3 20 0 15 0 29565041 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140528269220512 140527857137712 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7622] ppid=7520 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/7526/task/7622/stat : 7622 (java) S 7520 7526 7434 0 -1 1077944384 69 12341 0 0 3 1 5 3 20 0 15 0 29565042 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140528184400272 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7623] ppid=7520 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/7526/task/7623/stat : 7623 (java) S 7520 7526 7434 0 -1 1077944384 48 12341 0 0 3 0 5 3 20 0 15 0 29565042 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140528183347472 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7624] ppid=7520 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/7526/task/7624/stat : 7624 (java) S 7520 7526 7434 0 -1 1077944384 690 12341 0 0 4 0 5 3 20 0 15 0 29565042 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140528182295184 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7625] ppid=7520 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/7526/task/7625/stat : 7625 (java) S 7520 7526 7434 0 -1 1077944384 267 12341 0 0 3 1 5 3 20 0 15 0 29565042 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140528181242384 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7626] ppid=7520 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/7526/task/7626/stat : 7626 (java) S 7520 7526 7434 0 -1 1077944384 3025 12341 0 0 4 0 5 3 20 0 15 0 29565043 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527181478512 140528264997506 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7627] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7627/stat : 7627 (java) S 7520 7526 7434 0 -1 1077944384 55 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527180424608 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7629] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7629/stat : 7629 (java) S 7520 7526 7434 0 -1 1077944384 45 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527179372160 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7639] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7639/stat : 7639 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565046 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527178320464 140528265004955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7640] ppid=7520 vsize=14067516 CPUtime=2.75 cores=0,2,4,6
/proc/7526/task/7640/stat : 7640 (java) S 7520 7526 7434 0 -1 1077944384 4043 12341 0 0 266 1 5 3 20 0 15 0 29565046 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527177267312 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7641] ppid=7520 vsize=14067516 CPUtime=2.65 cores=0,2,4,6
/proc/7526/task/7641/stat : 7641 (java) S 7520 7526 7434 0 -1 1077944384 7063 12341 0 0 255 2 5 3 20 0 15 0 29565046 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527176214512 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7642] ppid=7520 vsize=14067516 CPUtime=1.55 cores=0,2,4,6
/proc/7526/task/7642/stat : 7642 (java) S 7520 7526 7434 0 -1 1077944384 4547 12341 0 0 146 1 5 3 20 0 15 0 29565046 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527175162224 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7643] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7643/stat : 7643 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565047 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527174109664 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7651] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7651/stat : 7651 (java) S 7520 7526 7434 0 -1 1077944384 27 12341 0 0 0 0 5 3 20 0 15 0 29565051 14405136384 103996 18446744073709551615 4194304 4196468 140736162098288 140527173057456 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 0.74 0.23 0.70 2/193 7823
/proc/meminfo: memFree=30991888/32770624 swapFree=0/370364
[pid=7526] ppid=7520 vsize=14067516 CPUtime=19.38 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 73109 12341 1 0 1898 32 5 3 20 0 15 0 29565011 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 3516879 170284 3475 1 0 3505493 0
[pid=7526/tid=7621] ppid=7520 vsize=14067516 CPUtime=12.22 cores=0,2,4,6
/proc/7526/task/7621/stat : 7621 (java) R 7520 7526 7434 0 -1 4202560 46843 12341 1 0 1195 19 5 3 20 0 15 0 29565041 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140528269220592 140527871227116 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7622] ppid=7520 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/7526/task/7622/stat : 7622 (java) S 7520 7526 7434 0 -1 1077944384 198 12341 0 0 4 1 5 3 20 0 15 0 29565042 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140528184400272 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7623] ppid=7520 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/7526/task/7623/stat : 7623 (java) S 7520 7526 7434 0 -1 1077944384 610 12341 0 0 4 1 5 3 20 0 15 0 29565042 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140528183347472 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7624] ppid=7520 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/7526/task/7624/stat : 7624 (java) S 7520 7526 7434 0 -1 1077944384 1851 12341 0 0 5 1 5 3 20 0 15 0 29565042 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140528182295184 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7625] ppid=7520 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/7526/task/7625/stat : 7625 (java) S 7520 7526 7434 0 -1 1077944384 410 12341 0 0 4 1 5 3 20 0 15 0 29565042 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140528181242384 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7626] ppid=7520 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/7526/task/7626/stat : 7626 (java) S 7520 7526 7434 0 -1 1077944384 3435 12341 0 0 5 0 5 3 20 0 15 0 29565043 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140527181478512 140528264997506 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7627] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7627/stat : 7627 (java) S 7520 7526 7434 0 -1 1077944384 55 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140527180424608 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7629] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7629/stat : 7629 (java) S 7520 7526 7434 0 -1 1077944384 45 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140527179372160 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7639] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7639/stat : 7639 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565046 14405136384 170284 18446744073709551615 4194304 4196468 140736162098288 140527178320464 140528265004955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0

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

[pid=7526/tid=7621] ppid=7520 vsize=14067516 CPUtime=2295 cores=0,2,4,6
/proc/7526/task/7621/stat : 7621 (java) R 7520 7526 7434 0 -1 4202560 82757 12341 1 0 229440 52 5 3 20 0 15 0 29565041 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140528269220560 140527871524934 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7622] ppid=7520 vsize=14067516 CPUtime=11.42 cores=0,2,4,6
/proc/7526/task/7622/stat : 7622 (java) S 7520 7526 7434 0 -1 1077944384 6279 12341 0 0 1077 57 5 3 20 0 15 0 29565042 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140528184400272 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7623] ppid=7520 vsize=14067516 CPUtime=11.43 cores=0,2,4,6
/proc/7526/task/7623/stat : 7623 (java) S 7520 7526 7434 0 -1 1077944384 10586 12341 0 0 1077 58 5 3 20 0 15 0 29565042 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140528183347472 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7624] ppid=7520 vsize=14067516 CPUtime=11.44 cores=0,2,4,6
/proc/7526/task/7624/stat : 7624 (java) S 7520 7526 7434 0 -1 1077944384 8180 12341 0 0 1077 59 5 3 20 0 15 0 29565042 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140528182295184 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7625] ppid=7520 vsize=14067516 CPUtime=11.43 cores=0,2,4,6
/proc/7526/task/7625/stat : 7625 (java) S 7520 7526 7434 0 -1 1077944384 8533 12341 0 0 1076 59 5 3 20 0 15 0 29565042 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140528181242384 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7626] ppid=7520 vsize=14067516 CPUtime=12 cores=0,2,4,6
/proc/7526/task/7626/stat : 7626 (java) S 7520 7526 7434 0 -1 1077944384 11724 12341 0 0 1132 60 5 3 20 0 15 0 29565043 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527181478512 140528264997506 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7627] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7627/stat : 7627 (java) S 7520 7526 7434 0 -1 1077944384 55 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527180424608 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7629] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7629/stat : 7629 (java) S 7520 7526 7434 0 -1 1077944384 45 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527179372160 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7639] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7639/stat : 7639 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565046 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527178320464 140528265004955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7640] ppid=7520 vsize=14067516 CPUtime=2.8 cores=0,2,4,6
/proc/7526/task/7640/stat : 7640 (java) S 7520 7526 7434 0 -1 1077944384 4614 12341 0 0 270 2 5 3 20 0 15 0 29565046 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527177267312 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7641] ppid=7520 vsize=14067516 CPUtime=2.7 cores=0,2,4,6
/proc/7526/task/7641/stat : 7641 (java) S 7520 7526 7434 0 -1 1077944384 9103 12341 0 0 260 2 5 3 20 0 15 0 29565046 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527176214512 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7642] ppid=7520 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/7526/task/7642/stat : 7642 (java) S 7520 7526 7434 0 -1 1077944384 9991 12341 0 0 150 2 5 3 20 0 15 0 29565046 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527175162224 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7643] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7643/stat : 7643 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565047 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527174109664 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7651] ppid=7520 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/7526/task/7651/stat : 7651 (java) S 7520 7526 7434 0 -1 1077944384 881 12341 0 0 70 82 5 3 20 0 15 0 29565051 14405136384 246154 18446744073709551615 4194304 4196468 140736162098288 140527173057456 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
Current children cumulated CPU time (s) 2360.85
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.14 1.22 1.22 3/210 8086
/proc/meminfo: memFree=29329088/32770624 swapFree=0/371612
[pid=7526] ppid=7520 vsize=14067516 CPUtime=2421.72 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 156285 12341 1 0 241802 362 5 3 20 0 15 0 29565011 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 3516879 246171 3475 1 0 3505493 0
[pid=7526/tid=7621] ppid=7520 vsize=14067516 CPUtime=2354.29 cores=0,2,4,6
/proc/7526/task/7621/stat : 7621 (java) R 7520 7526 7434 0 -1 4202560 83536 12341 1 0 235368 53 5 3 20 0 15 0 29565041 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140528269220560 140527857378430 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7622] ppid=7520 vsize=14067516 CPUtime=11.74 cores=0,2,4,6
/proc/7526/task/7622/stat : 7622 (java) S 7520 7526 7434 0 -1 1077944384 6321 12341 0 0 1107 59 5 3 20 0 15 0 29565042 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140528184400272 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7623] ppid=7520 vsize=14067516 CPUtime=11.73 cores=0,2,4,6
/proc/7526/task/7623/stat : 7623 (java) S 7520 7526 7434 0 -1 1077944384 10800 12341 0 0 1106 59 5 3 20 0 15 0 29565042 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140528183347472 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7624] ppid=7520 vsize=14067516 CPUtime=11.75 cores=0,2,4,6
/proc/7526/task/7624/stat : 7624 (java) S 7520 7526 7434 0 -1 1077944384 8263 12341 0 0 1107 60 5 3 20 0 15 0 29565042 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140528182295184 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7625] ppid=7520 vsize=14067516 CPUtime=11.75 cores=0,2,4,6
/proc/7526/task/7625/stat : 7625 (java) S 7520 7526 7434 0 -1 1077944384 8586 12341 0 0 1106 61 5 3 20 0 15 0 29565042 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140528181242384 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7626] ppid=7520 vsize=14067516 CPUtime=12.33 cores=0,2,4,6
/proc/7526/task/7626/stat : 7626 (java) S 7520 7526 7434 0 -1 1077944384 11910 12341 0 0 1163 62 5 3 20 0 15 0 29565043 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527181478512 140528264997506 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7627] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7627/stat : 7627 (java) S 7520 7526 7434 0 -1 1077944384 55 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527180424608 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7629] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7629/stat : 7629 (java) S 7520 7526 7434 0 -1 1077944384 45 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527179372160 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7639] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7639/stat : 7639 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565046 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527178320464 140528265004955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7640] ppid=7520 vsize=14067516 CPUtime=2.8 cores=0,2,4,6
/proc/7526/task/7640/stat : 7640 (java) S 7520 7526 7434 0 -1 1077944384 4616 12341 0 0 270 2 5 3 20 0 15 0 29565046 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527177267312 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7641] ppid=7520 vsize=14067516 CPUtime=2.7 cores=0,2,4,6
/proc/7526/task/7641/stat : 7641 (java) S 7520 7526 7434 0 -1 1077944384 9105 12341 0 0 260 2 5 3 20 0 15 0 29565046 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527176214512 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7642] ppid=7520 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/7526/task/7642/stat : 7642 (java) S 7520 7526 7434 0 -1 1077944384 9993 12341 0 0 150 2 5 3 20 0 15 0 29565046 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527175162224 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7643] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7643/stat : 7643 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565047 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527174109664 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7651] ppid=7520 vsize=14067516 CPUtime=1.63 cores=0,2,4,6
/proc/7526/task/7651/stat : 7651 (java) S 7520 7526 7434 0 -1 1077944384 899 12341 0 0 71 84 5 3 20 0 15 0 29565051 14405136384 246171 18446744073709551615 4194304 4196468 140736162098288 140527173057456 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
Current children cumulated CPU time (s) 2421.72
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.11 1.21 1.22 3/213 8101
/proc/meminfo: memFree=29332216/32770624 swapFree=0/371656
[pid=7526] ppid=7520 vsize=14067516 CPUtime=2482.6 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 157285 12341 1 0 247882 370 5 3 20 0 15 0 29565011 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 3516879 246693 3475 1 0 3505493 0
[pid=7526/tid=7621] ppid=7520 vsize=14067516 CPUtime=2413.58 cores=0,2,4,6
/proc/7526/task/7621/stat : 7621 (java) R 7520 7526 7434 0 -1 4202560 84201 12341 1 0 241296 54 5 3 20 0 15 0 29565041 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140528269220560 140527871222975 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7622] ppid=7520 vsize=14067516 CPUtime=12.04 cores=0,2,4,6
/proc/7526/task/7622/stat : 7622 (java) S 7520 7526 7434 0 -1 1077944384 6333 12341 0 0 1136 60 5 3 20 0 15 0 29565042 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140528184400272 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7623] ppid=7520 vsize=14067516 CPUtime=12.04 cores=0,2,4,6
/proc/7526/task/7623/stat : 7623 (java) S 7520 7526 7434 0 -1 1077944384 10848 12341 0 0 1136 60 5 3 20 0 15 0 29565042 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140528183347472 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7624] ppid=7520 vsize=14067516 CPUtime=12.05 cores=0,2,4,6
/proc/7526/task/7624/stat : 7624 (java) S 7520 7526 7434 0 -1 1077944384 8294 12341 0 0 1135 62 5 3 20 0 15 0 29565042 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140528182295184 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7625] ppid=7520 vsize=14067516 CPUtime=12.05 cores=0,2,4,6
/proc/7526/task/7625/stat : 7625 (java) S 7520 7526 7434 0 -1 1077944384 8788 12341 0 0 1135 62 5 3 20 0 15 0 29565042 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140528181242384 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7626] ppid=7520 vsize=14067516 CPUtime=12.65 cores=0,2,4,6
/proc/7526/task/7626/stat : 7626 (java) S 7520 7526 7434 0 -1 1077944384 11947 12341 0 0 1193 64 5 3 20 0 15 0 29565043 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527181478512 140528264997506 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7627] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7627/stat : 7627 (java) S 7520 7526 7434 0 -1 1077944384 55 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527180424608 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7629] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7629/stat : 7629 (java) S 7520 7526 7434 0 -1 1077944384 45 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527179372160 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7639] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7639/stat : 7639 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565046 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527178320464 140528265004955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7640] ppid=7520 vsize=14067516 CPUtime=2.8 cores=0,2,4,6
/proc/7526/task/7640/stat : 7640 (java) S 7520 7526 7434 0 -1 1077944384 4616 12341 0 0 270 2 5 3 20 0 15 0 29565046 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527177267312 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7641] ppid=7520 vsize=14067516 CPUtime=2.7 cores=0,2,4,6
/proc/7526/task/7641/stat : 7641 (java) S 7520 7526 7434 0 -1 1077944384 9105 12341 0 0 260 2 5 3 20 0 15 0 29565046 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527176214512 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7642] ppid=7520 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/7526/task/7642/stat : 7642 (java) S 7520 7526 7434 0 -1 1077944384 9993 12341 0 0 150 2 5 3 20 0 15 0 29565046 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527175162224 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7643] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7643/stat : 7643 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565047 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527174109664 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7651] ppid=7520 vsize=14067516 CPUtime=1.68 cores=0,2,4,6
/proc/7526/task/7651/stat : 7651 (java) S 7520 7526 7434 0 -1 1077944384 904 12341 0 0 74 86 5 3 20 0 15 0 29565051 14405136384 246693 18446744073709551615 4194304 4196468 140736162098288 140527173057456 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
Current children cumulated CPU time (s) 2482.6
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.2 s]
/proc/loadavg: 1.27 1.24 1.23 3/213 8102
/proc/meminfo: memFree=29338316/32770624 swapFree=0/371656
[pid=7526] ppid=7520 vsize=14067516 CPUtime=2520.04 cores=0,2,4,6
/proc/7526/stat : 7526 (java) S 7520 7526 7434 0 -1 1077944320 158003 12341 1 0 251621 375 5 3 20 0 15 0 29565011 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140736162080832 140528264986359 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
/proc/7526/statm: 3516879 246695 3475 1 0 3505493 0
[pid=7526/tid=7621] ppid=7520 vsize=14067516 CPUtime=2450.01 cores=0,2,4,6
/proc/7526/task/7621/stat : 7621 (java) R 7520 7526 7434 0 -1 4202560 84606 12341 1 0 244939 54 5 3 20 0 15 0 29565041 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140528269220560 140527871394539 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7622] ppid=7520 vsize=14067516 CPUtime=12.24 cores=0,2,4,6
/proc/7526/task/7622/stat : 7622 (java) S 7520 7526 7434 0 -1 1077944384 6339 12341 0 0 1155 61 5 3 20 0 15 0 29565042 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140528184400272 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7623] ppid=7520 vsize=14067516 CPUtime=12.24 cores=0,2,4,6
/proc/7526/task/7623/stat : 7623 (java) S 7520 7526 7434 0 -1 1077944384 10887 12341 0 0 1155 61 5 3 20 0 15 0 29565042 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140528183347472 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7624] ppid=7520 vsize=14067516 CPUtime=12.24 cores=0,2,4,6
/proc/7526/task/7624/stat : 7624 (java) S 7520 7526 7434 0 -1 1077944384 8309 12341 0 0 1153 63 5 3 20 0 15 0 29565042 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140528182295184 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7625] ppid=7520 vsize=14067516 CPUtime=12.25 cores=0,2,4,6
/proc/7526/task/7625/stat : 7625 (java) S 7520 7526 7434 0 -1 1077944384 8856 12341 0 0 1153 64 5 3 20 0 15 0 29565042 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140528181242384 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7626] ppid=7520 vsize=14067516 CPUtime=12.84 cores=0,2,4,6
/proc/7526/task/7626/stat : 7626 (java) S 7520 7526 7434 0 -1 1077944384 12112 12341 0 0 1212 64 5 3 20 0 15 0 29565043 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527181478512 140528264997506 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7627] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7627/stat : 7627 (java) S 7520 7526 7434 0 -1 1077944384 55 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527180424608 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7629] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7629/stat : 7629 (java) S 7520 7526 7434 0 -1 1077944384 45 12341 0 0 0 0 5 3 20 0 15 0 29565044 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527179372160 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7639] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7639/stat : 7639 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565046 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527178320464 140528265004955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7640] ppid=7520 vsize=14067516 CPUtime=2.8 cores=0,2,4,6
/proc/7526/task/7640/stat : 7640 (java) S 7520 7526 7434 0 -1 1077944384 4618 12341 0 0 270 2 5 3 20 0 15 0 29565046 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527177267312 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7641] ppid=7520 vsize=14067516 CPUtime=2.7 cores=0,2,4,6
/proc/7526/task/7641/stat : 7641 (java) S 7520 7526 7434 0 -1 1077944384 9107 12341 0 0 260 2 5 3 20 0 15 0 29565046 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527176214512 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7642] ppid=7520 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/7526/task/7642/stat : 7642 (java) S 7520 7526 7434 0 -1 1077944384 9995 12341 0 0 150 2 5 3 20 0 15 0 29565046 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527175162224 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7643] ppid=7520 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/7643/stat : 7643 (java) S 7520 7526 7434 0 -1 1077944384 3 12341 0 0 0 0 5 3 20 0 15 0 29565047 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527174109664 140528264996565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 0
[pid=7526/tid=7651] ppid=7520 vsize=14067516 CPUtime=1.71 cores=0,2,4,6
/proc/7526/task/7651/stat : 7651 (java) S 7520 7526 7434 0 -1 1077944384 918 12341 0 0 76 87 5 3 20 0 15 0 29565051 14405136384 246695 18446744073709551615 4194304 4196468 140736162098288 140527173057456 140528264997506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140736162101200 140736162103985 140736162103985 140736162107343 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 7526 sig 9
??? kill -7526 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2479.4 s]
/proc/loadavg: 1.27 1.24 1.23 1/183 8139
/proc/meminfo: memFree=31629520/32770624 swapFree=0/371656
[pid=7526] ppid=7520 vsize=0 CPUtime=2520.5 cores=0,2,4,6
/proc/7526/stat : 7526 (java) Z 7520 7526 7434 0 -1 4228108 160855 12341 1 0 251666 376 5 3 20 0 2 0 29565011 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 0 0 0 0 0 0 0 0
/proc/7526/statm: 0 0 0 0 0 0 0
[pid=7526/tid=8135] ppid=7520 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/7526/task/8135/stat : 8135 (java) R 7520 7526 7434 0 -1 1077945412 79 12341 0 0 0 0 5 3 20 0 2 0 29812932 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2520.5
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2479.41
CPU time (s): 2520.53
CPU user time (s): 2516.72
CPU system time (s): 3.80116
CPU usage (%): 101.658
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.72
system time used= 3.80116
maximum resident set size= 994052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173196
page faults= 1
swaps= 0
block input operations= 22696
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312860
involuntary context switches= 9733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9707 second user time and 15.2598 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 02:29:47
IDJOB=4262638
IDBENCH=115500
IDSOLVER=2650
FILE ID=node124/4262638-1502412243
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-cjss/la03x2-593_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262638-1502412243/watcher-4262638-1502412243 -o /tmp/evaluation-result-4262638-1502412243/solver-4262638-1502412243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4262638-1502412243.xml

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

MD5SUM BENCH= c5d32b6ac83ae8a87635e40175bf5ae7
RANDOM SEED=587047046

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:        31644388 kB
MemAvailable:   32012480 kB
Buffers:          183520 kB
Cached:           473488 kB
SwapCached:            0 kB
Active:           334072 kB
Inactive:         377532 kB
Active(anon):      55444 kB
Inactive(anon):    16772 kB
Active(file):     278628 kB
Inactive(file):   360760 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             49116 kB
Writeback:             0 kB
AnonPages:         54464 kB
Mapped:            36788 kB
Shmem:             17132 kB
Slab:             113844 kB
SReclaimable:      89080 kB
SUnreclaim:        24764 kB
KernelStack:        3168 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 61984 MiB
End job on node124 at 2017-08-11 03:11:07