Trace number 4262388

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 2462.6101

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0081.xml
MD5SUMe46647acbda97830867cbaf6bce42852
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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.51 1.41 1.46 3/200 19325
/proc/meminfo: memFree=30278336/32770624 swapFree=0/435060
[pid=19325] ppid=19322 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19325/stat : 19325 (runsolver) D 19322 19325 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93759174 24240128 106 18446744073709551615 4194304 4338465 140723520625280 140723520622920 140313577308887 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 15699968 140723520630993 140723520631369 140723520631369 140723520634826 0
/proc/19325/statm: 5918 106 53 36 0 2156 0

[startup+0.10012 s]
/proc/loadavg: 1.51 1.41 1.46 3/200 19325
/proc/meminfo: memFree=30278336/32770624 swapFree=0/435060
[pid=19325] ppid=19322 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/19325/stat : 19325 (bash) R 19322 19325 4821 0 -1 4202496 685 1545 0 0 0 0 0 0 20 0 1 0 93759174 9736192 351 18446744073709551615 4194304 5098028 140736563216176 140736563213816 140389400771584 0 0 5 65536 0 0 0 17 7 0 0 8 0 0 7196144 7232144 40603648 140736563221012 140736563221097 140736563221097 140736563224554 0
/proc/19325/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200305 s]
/proc/loadavg: 1.51 1.41 1.46 3/200 19325
/proc/meminfo: memFree=30278336/32770624 swapFree=0/435060
[pid=19325] ppid=19322 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19325/stat : 19325 (bash) S 19322 19325 4821 0 -1 4202496 892 6487 0 0 0 0 0 1 20 0 1 0 93759174 9867264 377 18446744073709551615 4194304 5098028 140736563216176 140736563210184 140389400771584 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 40603648 140736563221012 140736563221097 140736563221097 140736563224554 0
/proc/19325/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300353 s]
/proc/loadavg: 1.51 1.41 1.46 3/200 19325
/proc/meminfo: memFree=30278336/32770624 swapFree=0/435060
[pid=19325] ppid=19322 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 5486 12722 0 0 5 1 5 3 20 0 14 0 93759174 14241083392 5170 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3476827 5170 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.709276 s]
/proc/loadavg: 1.51 1.41 1.46 3/200 19325
/proc/meminfo: memFree=30278336/32770624 swapFree=0/435060
[pid=19325] ppid=19322 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 13554 12722 0 0 57 4 5 3 20 0 15 0 93759174 14310178816 14470 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3493696 14470 3110 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 1.47 1.41 1.46 3/215 19388
/proc/meminfo: memFree=30185260/32770624 swapFree=0/435072
[pid=19325] ppid=19322 vsize=13985408 CPUtime=1.87 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 27059 12722 0 0 170 9 5 3 20 0 15 0 93759174 14321057792 39634 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3496352 39634 3339 1 0 3485525 0
[pid=19325/tid=19375] ppid=19322 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/19325/task/19375/stat : 19375 (java) S 19322 19325 4821 0 -1 1077944384 21522 12722 0 0 114 6 5 3 20 0 15 0 93759196 14321057792 39634 18446744073709551615 4194304 4196468 140725489484928 140573365153008 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19376] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19376/stat : 19376 (java) S 19322 19325 4821 0 -1 1077944384 50 12722 0 0 0 0 5 3 20 0 15 0 93759196 14321057792 39634 18446744073709551615 4194304 4196468 140725489484928 140573280348688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19377] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19377/stat : 19377 (java) S 19322 19325 4821 0 -1 1077944384 57 12722 0 0 0 0 5 3 20 0 15 0 93759196 14321057792 39634 18446744073709551615 4194304 4196468 140725489484928 140573279296144 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19378] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19378/stat : 19378 (java) S 19322 19325 4821 0 -1 1077944384 212 12722 0 0 0 0 5 3 20 0 15 0 93759196 14321057792 39634 18446744073709551615 4194304 4196468 140725489484928 140573278243088 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19379] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19379/stat : 19379 (java) S 19322 19325 4821 0 -1 1077944384 19 12722 0 0 0 0 5 3 20 0 15 0 93759196 14321057792 39634 18446744073709551615 4194304 4196468 140725489484928 140573277190544 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19380] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19380/stat : 19380 (java) R 19322 19325 4821 0 -1 4202560 67 12722 0 0 0 0 5 3 20 0 15 0 93759198 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572839355456 140573341129338 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19381] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19381/stat : 19381 (java) S 19322 19325 4821 0 -1 1077944384 33 12722 0 0 0 0 5 3 20 0 15 0 93759198 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572838303392 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19382] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19382/stat : 19382 (java) S 19322 19325 4821 0 -1 1077944384 21 12722 0 0 0 0 5 3 20 0 15 0 93759198 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572837250288 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19383] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19383/stat : 19383 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572836198864 140573360953243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19384] ppid=19322 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/19325/task/19384/stat : 19384 (java) S 19322 19325 4821 0 -1 1077944384 976 12722 0 0 13 0 5 3 20 0 15 0 93759201 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572835145968 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19385] ppid=19322 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/19325/task/19385/stat : 19385 (java) S 19322 19325 4821 0 -1 1077944384 672 12722 0 0 16 0 5 3 20 0 15 0 93759201 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572834093424 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19386] ppid=19322 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/19325/task/19386/stat : 19386 (java) S 19322 19325 4821 0 -1 1077944384 1274 12722 0 0 22 0 5 3 20 0 15 0 93759201 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572833035920 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19387] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19387/stat : 19387 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572831988064 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19388] ppid=19322 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19388/stat : 19388 (java) S 19322 19325 4821 0 -1 1077944384 6 12722 0 0 0 0 5 3 20 0 15 0 93759206 14321057792 39660 18446744073709551615 4194304 4196468 140725489484928 140572830936112 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.1007 s]
/proc/loadavg: 1.47 1.41 1.46 4/215 19388
/proc/meminfo: memFree=30105348/32770624 swapFree=0/435072
[pid=19325] ppid=19322 vsize=13997884 CPUtime=5.68 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 41494 12722 0 0 544 16 5 3 20 0 15 0 93759174 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3499471 66947 3446 1 0 3488085 0
[pid=19325/tid=19375] ppid=19322 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/19325/task/19375/stat : 19375 (java) R 19322 19325 4821 0 -1 4202560 28254 12722 0 0 268 10 5 3 20 0 15 0 93759196 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140573365166488 140572963569610 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19376] ppid=19322 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/19325/task/19376/stat : 19376 (java) S 19322 19325 4821 0 -1 1077944384 55 12722 0 0 1 0 5 3 20 0 15 0 93759196 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140573280348688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19377] ppid=19322 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/19325/task/19377/stat : 19377 (java) S 19322 19325 4821 0 -1 1077944384 57 12722 0 0 1 0 5 3 20 0 15 0 93759196 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140573279296144 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19378] ppid=19322 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/19325/task/19378/stat : 19378 (java) S 19322 19325 4821 0 -1 1077944384 212 12722 0 0 1 0 5 3 20 0 15 0 93759196 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140573278243088 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19379] ppid=19322 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19379/stat : 19379 (java) S 19322 19325 4821 0 -1 1077944384 22 12722 0 0 0 0 5 3 20 0 15 0 93759196 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140573277190544 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19380] ppid=19322 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/19325/task/19380/stat : 19380 (java) S 19322 19325 4821 0 -1 1077944384 1168 12722 0 0 1 0 5 3 20 0 15 0 93759198 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572839357168 140573360945794 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19381] ppid=19322 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19381/stat : 19381 (java) S 19322 19325 4821 0 -1 1077944384 55 12722 0 0 0 0 5 3 20 0 15 0 93759198 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572838303392 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19382] ppid=19322 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19382/stat : 19382 (java) S 19322 19325 4821 0 -1 1077944384 43 12722 0 0 0 0 5 3 20 0 15 0 93759198 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572837250288 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19383] ppid=19322 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19383/stat : 19383 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572836198864 140573360953243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19384] ppid=19322 vsize=13997884 CPUtime=0.79 cores=1,3,5,7
/proc/19325/task/19384/stat : 19384 (java) S 19322 19325 4821 0 -1 1077944384 1877 12722 0 0 70 1 5 3 20 0 15 0 93759201 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572835145968 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19385] ppid=19322 vsize=13997884 CPUtime=1.11 cores=1,3,5,7
/proc/19325/task/19385/stat : 19385 (java) S 19322 19325 4821 0 -1 1077944384 3778 12722 0 0 103 0 5 3 20 0 15 0 93759201 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572834093424 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19386] ppid=19322 vsize=13997884 CPUtime=1.04 cores=1,3,5,7
/proc/19325/task/19386/stat : 19386 (java) S 19322 19325 4821 0 -1 1077944384 3808 12722 0 0 95 1 5 3 20 0 15 0 93759201 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572833040368 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19387] ppid=19322 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19387/stat : 19387 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572831988064 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19388] ppid=19322 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19388/stat : 19388 (java) S 19322 19325 4821 0 -1 1077944384 7 12722 0 0 0 0 5 3 20 0 15 0 93759206 14333833216 66947 18446744073709551615 4194304 4196468 140725489484928 140572830936112 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 13997884

[startup+6.30624 s]
/proc/loadavg: 1.47 1.41 1.46 4/215 19388
/proc/meminfo: memFree=29873664/32770624 swapFree=0/435068
[pid=19325] ppid=19322 vsize=14067516 CPUtime=13.81 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 64734 12722 0 0 1348 25 5 3 20 0 15 0 93759174 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3516879 123858 3471 1 0 3505493 0
[pid=19325/tid=19375] ppid=19322 vsize=14067516 CPUtime=6 cores=1,3,5,7
/proc/19325/task/19375/stat : 19375 (java) R 19322 19325 4821 0 -1 4202560 42448 12722 0 0 578 14 5 3 20 0 15 0 93759196 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140573365168704 140572966050685 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19376] ppid=19322 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19325/task/19376/stat : 19376 (java) S 19322 19325 4821 0 -1 1077944384 77 12722 0 0 3 0 5 3 20 0 15 0 93759196 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140573280348688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19377] ppid=19322 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19325/task/19377/stat : 19377 (java) S 19322 19325 4821 0 -1 1077944384 91 12722 0 0 3 0 5 3 20 0 15 0 93759196 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140573279296144 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19378] ppid=19322 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19325/task/19378/stat : 19378 (java) S 19322 19325 4821 0 -1 1077944384 296 12722 0 0 3 0 5 3 20 0 15 0 93759196 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140573278243088 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19379] ppid=19322 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19325/task/19379/stat : 19379 (java) S 19322 19325 4821 0 -1 1077944384 50 12722 0 0 3 0 5 3 20 0 15 0 93759196 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140573277190544 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19380] ppid=19322 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19325/task/19380/stat : 19380 (java) S 19322 19325 4821 0 -1 1077944384 2063 12722 0 0 4 0 5 3 20 0 15 0 93759198 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572839357168 140573360945794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19381] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19381/stat : 19381 (java) S 19322 19325 4821 0 -1 1077944384 55 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572838303520 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19382] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19382/stat : 19382 (java) S 19322 19325 4821 0 -1 1077944384 43 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572837250304 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19383] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19383/stat : 19383 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572836198864 140573360953243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19384] ppid=19322 vsize=14067516 CPUtime=2.97 cores=1,3,5,7
/proc/19325/task/19384/stat : 19384 (java) S 19322 19325 4821 0 -1 1077944384 6349 12722 0 0 287 2 5 3 20 0 15 0 93759201 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572835145968 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19385] ppid=19322 vsize=14067516 CPUtime=3.3 cores=1,3,5,7
/proc/19325/task/19385/stat : 19385 (java) R 19322 19325 4821 0 -1 4202560 6464 12722 0 0 321 1 5 3 20 0 15 0 93759201 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572834093720 140573340181252 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19386] ppid=19322 vsize=14067516 CPUtime=1.51 cores=1,3,5,7
/proc/19325/task/19386/stat : 19386 (java) S 19322 19325 4821 0 -1 1077944384 4628 12722 0 0 141 2 5 3 20 0 15 0 93759201 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572833040368 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19387] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19387/stat : 19387 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572831988064 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19388] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19388/stat : 19388 (java) S 19322 19325 4821 0 -1 1077944384 12 12722 0 0 0 0 5 3 20 0 15 0 93759206 14405136384 123858 18446744073709551615 4194304 4196468 140725489484928 140572830936112 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 14067516

[startup+12.7013 s]
/proc/loadavg: 1.62 1.44 1.47 4/215 19388
/proc/meminfo: memFree=29457888/32770624 swapFree=0/435064
[pid=19325] ppid=19322 vsize=14067516 CPUtime=25.42 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 78906 12722 0 0 2498 36 5 3 20 0 15 0 93759174 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3516879 208724 3478 1 0 3505493 0
[pid=19325/tid=19375] ppid=19322 vsize=14067516 CPUtime=12.36 cores=1,3,5,7
/proc/19325/task/19375/stat : 19375 (java) R 19322 19325 4821 0 -1 4202560 43642 12722 0 0 1208 20 5 3 20 0 15 0 93759196 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140573365165272 140572955933688 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19376] ppid=19322 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19325/task/19376/stat : 19376 (java) S 19322 19325 4821 0 -1 1077944384 501 12722 0 0 4 1 5 3 20 0 15 0 93759196 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140573280348688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19377] ppid=19322 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19325/task/19377/stat : 19377 (java) S 19322 19325 4821 0 -1 1077944384 159 12722 0 0 4 1 5 3 20 0 15 0 93759196 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140573279296144 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19378] ppid=19322 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19325/task/19378/stat : 19378 (java) S 19322 19325 4821 0 -1 1077944384 573 12722 0 0 4 1 5 3 20 0 15 0 93759196 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140573278243088 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19379] ppid=19322 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19325/task/19379/stat : 19379 (java) S 19322 19325 4821 0 -1 1077944384 1006 12722 0 0 4 1 5 3 20 0 15 0 93759196 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140573277190544 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19380] ppid=19322 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19325/task/19380/stat : 19380 (java) S 19322 19325 4821 0 -1 1077944384 2518 12722 0 0 5 0 5 3 20 0 15 0 93759198 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140572839357168 140573360945794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19381] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19381/stat : 19381 (java) S 19322 19325 4821 0 -1 1077944384 55 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140572838303520 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19382] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19382/stat : 19382 (java) S 19322 19325 4821 0 -1 1077944384 43 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140572837250304 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19383] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19383/stat : 19383 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 208724 18446744073709551615 4194304 4196468 140725489484928 140572836198864 140573360953243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0

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

/proc/19325/task/19386/stat : 19386 (java) S 19322 19325 4821 0 -1 1077944384 16503 12722 0 0 299 5 5 3 20 0 15 0 93759201 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572833040368 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19387] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19387/stat : 19387 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572831988064 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19388] ppid=19322 vsize=14067516 CPUtime=1.46 cores=1,3,5,7
/proc/19325/task/19388/stat : 19388 (java) S 19322 19325 4821 0 -1 1077944384 1000 12722 0 0 60 78 5 3 20 0 15 0 93759206 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572830936112 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
Current children cumulated CPU time (s) 2377.57
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.31 1.28 1.33 3/213 19708
/proc/meminfo: memFree=29508904/32770624 swapFree=0/435576
[pid=19325] ppid=19322 vsize=14067516 CPUtime=2438.57 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 221523 12722 0 0 243441 408 5 3 20 0 15 0 93759174 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3516879 274713 3478 1 0 3505493 0
[pid=19325/tid=19375] ppid=19322 vsize=14067516 CPUtime=2354.97 cores=1,3,5,7
/proc/19325/task/19375/stat : 19375 (java) R 19322 19325 4821 0 -1 4202560 94322 12722 0 0 235426 63 5 3 20 0 15 0 93759196 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140573365168768 140572968575835 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19376] ppid=19322 vsize=14067516 CPUtime=12.66 cores=1,3,5,7
/proc/19325/task/19376/stat : 19376 (java) S 19322 19325 4821 0 -1 1077944384 17645 12722 0 0 1197 61 5 3 20 0 15 0 93759196 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140573280348688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19377] ppid=19322 vsize=14067516 CPUtime=12.69 cores=1,3,5,7
/proc/19325/task/19377/stat : 19377 (java) S 19322 19325 4821 0 -1 1077944384 12207 12722 0 0 1192 69 5 3 20 0 15 0 93759196 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140573279296144 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19378] ppid=19322 vsize=14067516 CPUtime=12.69 cores=1,3,5,7
/proc/19325/task/19378/stat : 19378 (java) S 19322 19325 4821 0 -1 1077944384 15285 12722 0 0 1193 68 5 3 20 0 15 0 93759196 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140573278243088 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19379] ppid=19322 vsize=14067516 CPUtime=12.67 cores=1,3,5,7
/proc/19325/task/19379/stat : 19379 (java) S 19322 19325 4821 0 -1 1077944384 15759 12722 0 0 1199 60 5 3 20 0 15 0 93759196 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140573277190544 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19380] ppid=19322 vsize=14067516 CPUtime=11.97 cores=1,3,5,7
/proc/19325/task/19380/stat : 19380 (java) S 19322 19325 4821 0 -1 1077944384 16418 12722 0 0 1124 65 5 3 20 0 15 0 93759198 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572839357168 140573360945794 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19381] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19381/stat : 19381 (java) S 19322 19325 4821 0 -1 1077944384 55 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572838303520 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19382] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19382/stat : 19382 (java) S 19322 19325 4821 0 -1 1077944384 43 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572837250304 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19383] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19383/stat : 19383 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572836198864 140573360953243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19384] ppid=19322 vsize=14067516 CPUtime=8.27 cores=1,3,5,7
/proc/19325/task/19384/stat : 19384 (java) S 19322 19325 4821 0 -1 1077944384 15967 12722 0 0 815 4 5 3 20 0 15 0 93759201 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572835145968 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19385] ppid=19322 vsize=14067516 CPUtime=8.65 cores=1,3,5,7
/proc/19325/task/19385/stat : 19385 (java) S 19322 19325 4821 0 -1 1077944384 14141 12722 0 0 853 4 5 3 20 0 15 0 93759201 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572834093424 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19386] ppid=19322 vsize=14067516 CPUtime=3.12 cores=1,3,5,7
/proc/19325/task/19386/stat : 19386 (java) S 19322 19325 4821 0 -1 1077944384 16508 12722 0 0 299 5 5 3 20 0 15 0 93759201 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572833040368 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19387] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19387/stat : 19387 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572831988064 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19388] ppid=19322 vsize=14067516 CPUtime=1.49 cores=1,3,5,7
/proc/19325/task/19388/stat : 19388 (java) S 19322 19325 4821 0 -1 1077944384 1015 12722 0 0 61 80 5 3 20 0 15 0 93759206 14405136384 274713 18446744073709551615 4194304 4196468 140725489484928 140572830936112 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
Current children cumulated CPU time (s) 2438.57
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.49 1.32 1.34 8/213 19710
/proc/meminfo: memFree=29499644/32770624 swapFree=0/435580
[pid=19325] ppid=19322 vsize=14067516 CPUtime=2499.58 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 223203 12722 0 0 249533 417 5 3 20 0 15 0 93759174 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3516879 275225 3478 1 0 3505493 0
[pid=19325/tid=19375] ppid=19322 vsize=14067516 CPUtime=2414.28 cores=1,3,5,7
/proc/19325/task/19375/stat : 19375 (java) R 19322 19325 4821 0 -1 4202560 95273 12722 0 0 241356 64 5 3 20 0 15 0 93759196 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140573365167952 140573343456450 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19376] ppid=19322 vsize=14067516 CPUtime=12.98 cores=1,3,5,7
/proc/19325/task/19376/stat : 19376 (java) S 19322 19325 4821 0 -1 1077944384 17875 12722 0 0 1229 61 5 3 20 0 15 0 93759196 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140573280348688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19377] ppid=19322 vsize=14067516 CPUtime=13.02 cores=1,3,5,7
/proc/19325/task/19377/stat : 19377 (java) S 19322 19325 4821 0 -1 1077944384 12248 12722 0 0 1224 70 5 3 20 0 15 0 93759196 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140573279296144 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19378] ppid=19322 vsize=14067516 CPUtime=13.02 cores=1,3,5,7
/proc/19325/task/19378/stat : 19378 (java) S 19322 19325 4821 0 -1 1077944384 15373 12722 0 0 1225 69 5 3 20 0 15 0 93759196 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140573278243088 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19379] ppid=19322 vsize=14067516 CPUtime=13.01 cores=1,3,5,7
/proc/19325/task/19379/stat : 19379 (java) S 19322 19325 4821 0 -1 1077944384 15849 12722 0 0 1232 61 5 3 20 0 15 0 93759196 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140573277190544 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19380] ppid=19322 vsize=14067516 CPUtime=12.28 cores=1,3,5,7
/proc/19325/task/19380/stat : 19380 (java) S 19322 19325 4821 0 -1 1077944384 16665 12722 0 0 1153 67 5 3 20 0 15 0 93759198 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572839357168 140573360945794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19381] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19381/stat : 19381 (java) S 19322 19325 4821 0 -1 1077944384 55 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572838303520 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19382] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19382/stat : 19382 (java) S 19322 19325 4821 0 -1 1077944384 43 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572837250304 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19383] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19383/stat : 19383 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572836198864 140573360953243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19384] ppid=19322 vsize=14067516 CPUtime=8.27 cores=1,3,5,7
/proc/19325/task/19384/stat : 19384 (java) S 19322 19325 4821 0 -1 1077944384 15969 12722 0 0 815 4 5 3 20 0 15 0 93759201 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572835145968 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19385] ppid=19322 vsize=14067516 CPUtime=8.65 cores=1,3,5,7
/proc/19325/task/19385/stat : 19385 (java) S 19322 19325 4821 0 -1 1077944384 14143 12722 0 0 853 4 5 3 20 0 15 0 93759201 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572834093424 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19386] ppid=19322 vsize=14067516 CPUtime=3.12 cores=1,3,5,7
/proc/19325/task/19386/stat : 19386 (java) S 19322 19325 4821 0 -1 1077944384 16510 12722 0 0 299 5 5 3 20 0 15 0 93759201 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572833040368 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19387] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19387/stat : 19387 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572831988064 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19388] ppid=19322 vsize=14067516 CPUtime=1.52 cores=1,3,5,7
/proc/19325/task/19388/stat : 19388 (java) S 19322 19325 4821 0 -1 1077944384 1042 12722 0 0 62 82 5 3 20 0 15 0 93759206 14405136384 275225 18446744073709551615 4194304 4196468 140725489484928 140572830936112 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
Current children cumulated CPU time (s) 2499.58
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.4 s]
/proc/loadavg: 1.42 1.32 1.34 3/213 19712
/proc/meminfo: memFree=29503768/32770624 swapFree=0/435596
[pid=19325] ppid=19322 vsize=14067516 CPUtime=2520.03 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 223866 12722 0 0 251575 420 5 3 20 0 15 0 93759174 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3516879 274070 3478 1 0 3505493 0
[pid=19325/tid=19375] ppid=19322 vsize=14067516 CPUtime=2434.16 cores=1,3,5,7
/proc/19325/task/19375/stat : 19375 (java) R 19322 19325 4821 0 -1 4202560 95831 12722 0 0 243344 64 5 3 20 0 15 0 93759196 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140573365168736 140572967507135 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19376] ppid=19322 vsize=14067516 CPUtime=13.11 cores=1,3,5,7
/proc/19325/task/19376/stat : 19376 (java) S 19322 19325 4821 0 -1 1077944384 17900 12722 0 0 1241 62 5 3 20 0 15 0 93759196 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140573280348688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19377] ppid=19322 vsize=14067516 CPUtime=13.14 cores=1,3,5,7
/proc/19325/task/19377/stat : 19377 (java) S 19322 19325 4821 0 -1 1077944384 12250 12722 0 0 1235 71 5 3 20 0 15 0 93759196 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140573279296144 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19378] ppid=19322 vsize=14067516 CPUtime=13.14 cores=1,3,5,7
/proc/19325/task/19378/stat : 19378 (java) S 19322 19325 4821 0 -1 1077944384 15414 12722 0 0 1236 70 5 3 20 0 15 0 93759196 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140573278243088 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19379] ppid=19322 vsize=14067516 CPUtime=13.13 cores=1,3,5,7
/proc/19325/task/19379/stat : 19379 (java) S 19322 19325 4821 0 -1 1077944384 15876 12722 0 0 1243 62 5 3 20 0 15 0 93759196 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140573277190544 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19380] ppid=19322 vsize=14067516 CPUtime=12.39 cores=1,3,5,7
/proc/19325/task/19380/stat : 19380 (java) S 19322 19325 4821 0 -1 1077944384 16673 12722 0 0 1163 68 5 3 20 0 15 0 93759198 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572839357168 140573360945794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19381] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19381/stat : 19381 (java) S 19322 19325 4821 0 -1 1077944384 55 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572838303520 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19382] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19382/stat : 19382 (java) S 19322 19325 4821 0 -1 1077944384 43 12722 0 0 0 0 5 3 20 0 15 0 93759198 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572837250304 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19383] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19383/stat : 19383 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572836198864 140573360953243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19384] ppid=19322 vsize=14067516 CPUtime=8.27 cores=1,3,5,7
/proc/19325/task/19384/stat : 19384 (java) S 19322 19325 4821 0 -1 1077944384 15969 12722 0 0 815 4 5 3 20 0 15 0 93759201 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572835145968 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19385] ppid=19322 vsize=14067516 CPUtime=8.65 cores=1,3,5,7
/proc/19325/task/19385/stat : 19385 (java) S 19322 19325 4821 0 -1 1077944384 14143 12722 0 0 853 4 5 3 20 0 15 0 93759201 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572834093424 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19386] ppid=19322 vsize=14067516 CPUtime=3.12 cores=1,3,5,7
/proc/19325/task/19386/stat : 19386 (java) S 19322 19325 4821 0 -1 1077944384 16510 12722 0 0 299 5 5 3 20 0 15 0 93759201 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572833040368 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19387] ppid=19322 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19387/stat : 19387 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572831988064 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19388] ppid=19322 vsize=14067516 CPUtime=1.54 cores=1,3,5,7
/proc/19325/task/19388/stat : 19388 (java) S 19322 19325 4821 0 -1 1077944384 1044 12722 0 0 63 83 5 3 20 0 15 0 93759206 14405136384 274070 18446744073709551615 4194304 4196468 140725489484928 140572830936112 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
Current children cumulated CPU time (s) 2520.03
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 19325 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2462.6 s]
/proc/loadavg: 1.42 1.32 1.34 3/213 19712
/proc/meminfo: memFree=29503768/32770624 swapFree=0/435596
[pid=19325] ppid=19322 vsize=14200644 CPUtime=2520.51 cores=1,3,5,7
/proc/19325/stat : 19325 (java) S 19322 19325 4821 0 -1 1077944320 230020 12722 0 0 251623 420 5 3 20 0 15 0 93759174 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140725489467472 140573360934647 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
/proc/19325/statm: 3550161 275542 3480 1 0 3538775 0
[pid=19325/tid=19375] ppid=19322 vsize=14200644 CPUtime=2434.17 cores=1,3,5,7
/proc/19325/task/19375/stat : 19375 (java) S 19322 19325 4821 0 -1 1077944384 96055 12722 0 0 243345 64 5 3 20 0 15 0 93759196 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140573365176048 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19376] ppid=19322 vsize=14200644 CPUtime=13.2 cores=1,3,5,7
/proc/19325/task/19376/stat : 19376 (java) S 19322 19325 4821 0 -1 1077944384 17945 12722 0 0 1250 62 5 3 20 0 15 0 93759196 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140573280348688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19377] ppid=19322 vsize=14200644 CPUtime=13.24 cores=1,3,5,7
/proc/19325/task/19377/stat : 19377 (java) S 19322 19325 4821 0 -1 1077944384 12273 12722 0 0 1245 71 5 3 20 0 15 0 93759196 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140573279296144 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19378] ppid=19322 vsize=14200644 CPUtime=13.24 cores=1,3,5,7
/proc/19325/task/19378/stat : 19378 (java) S 19322 19325 4821 0 -1 1077944384 15419 12722 0 0 1246 70 5 3 20 0 15 0 93759196 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140573278243088 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19379] ppid=19322 vsize=14200644 CPUtime=13.22 cores=1,3,5,7
/proc/19325/task/19379/stat : 19379 (java) S 19322 19325 4821 0 -1 1077944384 15909 12722 0 0 1252 62 5 3 20 0 15 0 93759196 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140573277190544 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19380] ppid=19322 vsize=14200644 CPUtime=12.46 cores=1,3,5,7
/proc/19325/task/19380/stat : 19380 (java) S 19322 19325 4821 0 -1 1077944384 22182 12722 0 0 1170 68 5 3 20 0 15 0 93759198 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140572839356672 140573360945794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19381] ppid=19322 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19381/stat : 19381 (java) S 19322 19325 4821 0 -1 1077944384 57 12722 0 0 0 0 5 3 20 0 15 0 93759198 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140572838303520 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19382] ppid=19322 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19382/stat : 19382 (java) S 19322 19325 4821 0 -1 1077944384 47 12722 0 0 0 0 5 3 20 0 15 0 93759198 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140572837250304 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19383] ppid=19322 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19383/stat : 19383 (java) S 19322 19325 4821 0 -1 1077944384 80 12722 0 0 0 0 5 3 20 0 15 0 93759201 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140572836198576 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19384] ppid=19322 vsize=14200644 CPUtime=8.27 cores=1,3,5,7
/proc/19325/task/19384/stat : 19384 (java) S 19322 19325 4821 0 -1 1077944384 15969 12722 0 0 815 4 5 3 20 0 15 0 93759201 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140572835145968 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19385] ppid=19322 vsize=14200644 CPUtime=8.66 cores=1,3,5,7
/proc/19325/task/19385/stat : 19385 (java) S 19322 19325 4821 0 -1 1077944384 14191 12722 0 0 854 4 5 3 20 0 15 0 93759201 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140572834093424 140573360945794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19386] ppid=19322 vsize=14200644 CPUtime=3.13 cores=1,3,5,7
/proc/19325/task/19386/stat : 19386 (java) S 19322 19325 4821 0 -1 1077944384 16574 12722 0 0 300 5 5 3 20 0 15 0 93759201 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140572833034688 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
[pid=19325/tid=19387] ppid=19322 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/19325/task/19387/stat : 19387 (java) S 19322 19325 4821 0 -1 1077944384 3 12722 0 0 0 0 5 3 20 0 15 0 93759201 14541459456 275542 18446744073709551615 4194304 4196468 140725489484928 140572831988064 140573360944853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22843392 140725489489872 140725489492657 140725489492657 140725489496015 0
Current children cumulated CPU time (s) 2520.51
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2462.61
CPU time (s): 2520.53
CPU user time (s): 2516.28
CPU system time (s): 4.25026
CPU usage (%): 102.352
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.28
system time used= 4.25026
maximum resident set size= 1209416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242760
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 328597
involuntary context switches= 8456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9321 second user time and 13.7983 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 15:36:32
IDJOB=4262388
IDBENCH=133547
IDSOLVER=2650
FILE ID=node133/4262388-1502459439
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0081.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262388-1502459439/watcher-4262388-1502459439 -o /tmp/evaluation-result-4262388-1502459439/solver-4262388-1502459439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262388-1502459439.xml

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

MD5SUM BENCH= e46647acbda97830867cbaf6bce42852
RANDOM SEED=380951629

node133.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.17
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.17
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.17
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.17
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:        30279340 kB
MemAvailable:   31164632 kB
Buffers:          294620 kB
Cached:           884704 kB
SwapCached:            0 kB
Active:          1586928 kB
Inactive:         468336 kB
Active(anon):     876292 kB
Inactive(anon):    33112 kB
Active(file):     710636 kB
Inactive(file):   435224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24408 kB
Writeback:             0 kB
AnonPages:        875964 kB
Mapped:            64360 kB
Shmem:             33468 kB
Slab:             138172 kB
SReclaimable:     110532 kB
SUnreclaim:        27640 kB
KernelStack:        3488 kB
PageTables:         6624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1822740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 16:17:35