Trace number 4262374

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.5601 2497.8101

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h374-13.xml
MD5SUM2c503f7a351e8b8ef7001234fe31d43f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.5475099
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":374},{"degree":2,"count":526}]
Minimum constraint arity526
Maximum constraint arity900
Distribution of constraint arities[{"arity":526,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=30582
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: 1.77 1.76 1.68 3/199 30585
/proc/meminfo: memFree=25941908/32770624 swapFree=0/471424
[pid=30585] ppid=30582 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30585/stat : 30585 (runsolver) D 30582 30585 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89786146 24240128 106 18446744073709551615 4194304 4338465 140735316310224 140735316307864 139800632775383 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 22601728 140735316312272 140735316312649 140735316312649 140735316316106 0
/proc/30585/statm: 5918 106 53 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.77 1.76 1.68 3/199 30585
/proc/meminfo: memFree=25941908/32770624 swapFree=0/471424
[pid=30585] ppid=30582 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30585/stat : 30585 (bash) S 30582 30585 13007 0 -1 4202496 898 6473 0 0 0 0 0 1 20 0 1 0 89786146 9867264 377 18446744073709551615 4194304 5098028 140726501537920 140726501531928 140717499792384 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 9142272 140726501544468 140726501544553 140726501544553 140726501548010 0
/proc/30585/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200254 s]
/proc/loadavg: 1.77 1.76 1.68 3/199 30585
/proc/meminfo: memFree=25941908/32770624 swapFree=0/471424
[pid=30585] ppid=30582 vsize=356956 CPUtime=0.08 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 2593 12483 0 0 0 0 5 3 20 0 2 0 89786146 365522944 1883 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 89239 1883 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 356956

[startup+0.300343 s]
/proc/loadavg: 1.77 1.76 1.68 3/199 30585
/proc/meminfo: memFree=25941908/32770624 swapFree=0/471424
[pid=30585] ppid=30582 vsize=13973936 CPUtime=0.15 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 5693 12483 0 0 6 1 5 3 20 0 15 0 89786146 14309310464 6320 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3493484 6320 2647 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700232 s]
/proc/loadavg: 1.77 1.76 1.68 3/199 30585
/proc/meminfo: memFree=25941908/32770624 swapFree=0/471424
[pid=30585] ppid=30582 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 13680 12483 0 0 58 5 5 3 20 0 15 0 89786146 14310178816 15110 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3493696 15110 3100 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50428 s]
/proc/loadavg: 1.77 1.76 1.68 5/214 30648
/proc/meminfo: memFree=25848048/32770624 swapFree=0/471396
[pid=30585] ppid=30582 vsize=13985408 CPUtime=1.91 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 28843 12483 0 0 172 11 5 3 20 0 15 0 89786146 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3496352 40739 3360 1 0 3485525 0
[pid=30585/tid=30635] ppid=30582 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/30585/task/30635/stat : 30635 (java) S 30582 30585 13007 0 -1 1077944384 21993 12483 0 0 115 7 5 3 20 0 15 0 89786165 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096963494400 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30636] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30636/stat : 30636 (java) R 30582 30585 13007 0 -1 4202560 53 12483 0 0 0 0 5 3 20 0 15 0 89786166 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096878685200 140096940880256 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30637] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30637/stat : 30637 (java) R 30582 30585 13007 0 -1 4202560 48 12483 0 0 0 0 5 3 20 0 15 0 89786166 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096877632656 140096940880256 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30638] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30638/stat : 30638 (java) R 30582 30585 13007 0 -1 4202560 193 12483 0 0 0 0 5 3 20 0 15 0 89786166 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096876579600 140096943728032 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30639] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30639/stat : 30639 (java) R 30582 30585 13007 0 -1 1077944384 50 12483 0 0 0 0 5 3 20 0 15 0 89786166 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096875527056 140096959280853 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30640] ppid=30582 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/30585/task/30640/stat : 30640 (java) S 30582 30585 13007 0 -1 1077944384 1152 12483 0 0 1 0 5 3 20 0 15 0 89786167 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096436687648 140096959280853 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30641] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30641/stat : 30641 (java) S 30582 30585 13007 0 -1 1077944384 33 12483 0 0 0 0 5 3 20 0 15 0 89786168 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096435635360 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30642] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30642/stat : 30642 (java) S 30582 30585 13007 0 -1 1077944384 21 12483 0 0 0 0 5 3 20 0 15 0 89786168 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096434582256 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30643] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30643/stat : 30643 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096433530832 140096959289243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30644] ppid=30582 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/30585/task/30644/stat : 30644 (java) S 30582 30585 13007 0 -1 1077944384 852 12483 0 0 12 0 5 3 20 0 15 0 89786171 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096432478960 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30645] ppid=30582 vsize=13985408 CPUtime=0.26 cores=0,2,4,6
/proc/30585/task/30645/stat : 30645 (java) S 30582 30585 13007 0 -1 1077944384 1004 12483 0 0 18 0 5 3 20 0 15 0 89786171 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096431426416 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30646] ppid=30582 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/30585/task/30646/stat : 30646 (java) S 30582 30585 13007 0 -1 1077944384 1280 12483 0 0 23 0 5 3 20 0 15 0 89786171 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096430369232 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30647] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30647/stat : 30647 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096429321056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30648] ppid=30582 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30648/stat : 30648 (java) S 30582 30585 13007 0 -1 1077944384 6 12483 0 0 0 0 5 3 20 0 15 0 89786175 14321057792 40739 18446744073709551615 4194304 4196468 140730410099920 140096428268080 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10116 s]
/proc/loadavg: 1.77 1.76 1.68 3/214 30648
/proc/meminfo: memFree=25773976/32770624 swapFree=0/471396
[pid=30585] ppid=30582 vsize=13997884 CPUtime=5.75 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 42994 12483 0 0 550 17 5 3 20 0 15 0 89786146 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3499471 55340 3440 1 0 3488085 0
[pid=30585/tid=30635] ppid=30582 vsize=13997884 CPUtime=2.88 cores=0,2,4,6
/proc/30585/task/30635/stat : 30635 (java) R 30582 30585 13007 0 -1 4202560 28211 12483 0 0 270 10 5 3 20 0 15 0 89786165 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096963499528 140096555491559 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30636] ppid=30582 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30636/stat : 30636 (java) S 30582 30585 13007 0 -1 1077944384 58 12483 0 0 0 0 5 3 20 0 15 0 89786166 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096878685200 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30637] ppid=30582 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30585/task/30637/stat : 30637 (java) S 30582 30585 13007 0 -1 1077944384 48 12483 0 0 1 0 5 3 20 0 15 0 89786166 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096877632656 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30638] ppid=30582 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30638/stat : 30638 (java) S 30582 30585 13007 0 -1 1077944384 193 12483 0 0 0 0 5 3 20 0 15 0 89786166 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096876579600 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30639] ppid=30582 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30585/task/30639/stat : 30639 (java) S 30582 30585 13007 0 -1 1077944384 51 12483 0 0 1 0 5 3 20 0 15 0 89786166 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096875527056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30640] ppid=30582 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30585/task/30640/stat : 30640 (java) S 30582 30585 13007 0 -1 1077944384 1167 12483 0 0 1 0 5 3 20 0 15 0 89786167 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096436689136 140096959281794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30641] ppid=30582 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30641/stat : 30641 (java) S 30582 30585 13007 0 -1 1077944384 56 12483 0 0 0 0 5 3 20 0 15 0 89786168 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096435635424 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30642] ppid=30582 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30642/stat : 30642 (java) S 30582 30585 13007 0 -1 1077944384 43 12483 0 0 0 0 5 3 20 0 15 0 89786168 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096434582272 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30643] ppid=30582 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30643/stat : 30643 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096433530832 140096959289243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30644] ppid=30582 vsize=13997884 CPUtime=0.86 cores=0,2,4,6
/proc/30585/task/30644/stat : 30644 (java) R 30582 30585 13007 0 -1 4202560 2744 12483 0 0 78 0 5 3 20 0 15 0 89786171 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096432469936 140096944395334 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30645] ppid=30582 vsize=13997884 CPUtime=0.94 cores=0,2,4,6
/proc/30585/task/30645/stat : 30645 (java) R 30582 30585 13007 0 -1 4202560 2479 12483 0 0 85 1 5 3 20 0 15 0 89786171 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096431426416 140096945289328 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30646] ppid=30582 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/30585/task/30646/stat : 30646 (java) S 30582 30585 13007 0 -1 1077944384 5776 12483 0 0 110 1 5 3 20 0 15 0 89786171 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096430373360 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30647] ppid=30582 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30647/stat : 30647 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096429321056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30648] ppid=30582 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30648/stat : 30648 (java) S 30582 30585 13007 0 -1 1077944384 7 12483 0 0 0 0 5 3 20 0 15 0 89786175 14333833216 55340 18446744073709551615 4194304 4196468 140730410099920 140096428268080 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 13997884

[startup+6.30073 s]
/proc/loadavg: 1.79 1.76 1.68 3/214 30648
/proc/meminfo: memFree=25602368/32770624 swapFree=0/471392
[pid=30585] ppid=30582 vsize=14067516 CPUtime=13.04 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 72682 12483 0 0 1272 24 5 3 20 0 15 0 89786146 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3516879 92891 3469 1 0 3505493 0
[pid=30585/tid=30635] ppid=30582 vsize=14067516 CPUtime=6 cores=0,2,4,6
/proc/30585/task/30635/stat : 30635 (java) R 30582 30585 13007 0 -1 4202560 42048 12483 0 0 578 14 5 3 20 0 15 0 89786165 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096963504704 140096549492811 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30636] ppid=30582 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/30585/task/30636/stat : 30636 (java) S 30582 30585 13007 0 -1 1077944384 155 12483 0 0 3 0 5 3 20 0 15 0 89786166 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096878685200 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30637] ppid=30582 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/30585/task/30637/stat : 30637 (java) S 30582 30585 13007 0 -1 1077944384 1172 12483 0 0 2 0 5 3 20 0 15 0 89786166 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096877632656 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30638] ppid=30582 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/30585/task/30638/stat : 30638 (java) S 30582 30585 13007 0 -1 1077944384 345 12483 0 0 3 0 5 3 20 0 15 0 89786166 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096876579600 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30639] ppid=30582 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/30585/task/30639/stat : 30639 (java) S 30582 30585 13007 0 -1 1077944384 228 12483 0 0 3 0 5 3 20 0 15 0 89786166 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096875527056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30640] ppid=30582 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/30585/task/30640/stat : 30640 (java) S 30582 30585 13007 0 -1 1077944384 2277 12483 0 0 4 0 5 3 20 0 15 0 89786167 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096436689136 140096959281794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30641] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30641/stat : 30641 (java) S 30582 30585 13007 0 -1 1077944384 56 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096435635424 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30642] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30642/stat : 30642 (java) S 30582 30585 13007 0 -1 1077944384 43 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096434582272 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30643] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30643/stat : 30643 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096433530832 140096959289243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30644] ppid=30582 vsize=14067516 CPUtime=2.47 cores=0,2,4,6
/proc/30585/task/30644/stat : 30644 (java) S 30582 30585 13007 0 -1 1077944384 7599 12483 0 0 237 2 5 3 20 0 15 0 89786171 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096432478960 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30645] ppid=30582 vsize=14067516 CPUtime=2.87 cores=0,2,4,6
/proc/30585/task/30645/stat : 30645 (java) S 30582 30585 13007 0 -1 1077944384 8751 12483 0 0 278 1 5 3 20 0 15 0 89786171 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096431426416 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30646] ppid=30582 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/30585/task/30646/stat : 30646 (java) S 30582 30585 13007 0 -1 1077944384 7467 12483 0 0 157 1 5 3 20 0 15 0 89786171 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096430373360 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30647] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30647/stat : 30647 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096429321056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30648] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30648/stat : 30648 (java) S 30582 30585 13007 0 -1 1077944384 380 12483 0 0 0 0 5 3 20 0 15 0 89786175 14405136384 92891 18446744073709551615 4194304 4196468 140730410099920 140096428268080 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.80 1.77 1.68 3/214 30648
/proc/meminfo: memFree=25492668/32770624 swapFree=0/471392
[pid=30585] ppid=30582 vsize=14067516 CPUtime=19.66 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 78468 12483 0 0 1931 27 5 3 20 0 15 0 89786146 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3516879 116032 3469 1 0 3505493 0
[pid=30585/tid=30635] ppid=30582 vsize=14067516 CPUtime=12.39 cores=0,2,4,6
/proc/30585/task/30635/stat : 30635 (java) R 30582 30585 13007 0 -1 4202560 42451 12483 0 0 1215 16 5 3 20 0 15 0 89786165 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096963504800 140096563753326 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30636] ppid=30582 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/30585/task/30636/stat : 30636 (java) S 30582 30585 13007 0 -1 1077944384 162 12483 0 0 4 1 5 3 20 0 15 0 89786166 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096878685200 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30637] ppid=30582 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/30585/task/30637/stat : 30637 (java) S 30582 30585 13007 0 -1 1077944384 1180 12483 0 0 3 1 5 3 20 0 15 0 89786166 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096877632656 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30638] ppid=30582 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/30585/task/30638/stat : 30638 (java) S 30582 30585 13007 0 -1 1077944384 353 12483 0 0 4 0 5 3 20 0 15 0 89786166 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096876579600 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30639] ppid=30582 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/30585/task/30639/stat : 30639 (java) S 30582 30585 13007 0 -1 1077944384 236 12483 0 0 4 0 5 3 20 0 15 0 89786166 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096875527056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30640] ppid=30582 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/30585/task/30640/stat : 30640 (java) S 30582 30585 13007 0 -1 1077944384 2316 12483 0 0 4 0 5 3 20 0 15 0 89786167 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096436689136 140096959281794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30641] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30641/stat : 30641 (java) S 30582 30585 13007 0 -1 1077944384 56 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096435635424 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30642] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30642/stat : 30642 (java) S 30582 30585 13007 0 -1 1077944384 43 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096434582272 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30643] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30643/stat : 30643 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 116032 18446744073709551615 4194304 4196468 140730410099920 140096433530832 140096959289243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0

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

/proc/30585/task/30647/stat : 30647 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096429321056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30648] ppid=30582 vsize=14067516 CPUtime=1.37 cores=0,2,4,6
/proc/30585/task/30648/stat : 30648 (java) S 30582 30585 13007 0 -1 1077944384 1302 12483 0 0 67 62 5 3 20 0 15 0 89786175 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096428268080 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
Current children cumulated CPU time (s) 2343.68
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.22 1.27 1.37 3/213 31067
/proc/meminfo: memFree=28130088/32770624 swapFree=0/472136
[pid=30585] ppid=30582 vsize=14067516 CPUtime=2404.04 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 164785 12483 0 0 240204 192 5 3 20 0 15 0 89786146 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3516879 140384 3469 1 0 3505493 0
[pid=30585/tid=30635] ppid=30582 vsize=14067516 CPUtime=2369.24 cores=0,2,4,6
/proc/30585/task/30635/stat : 30635 (java) R 30582 30585 13007 0 -1 4202560 68291 12483 0 0 236886 30 5 3 20 0 15 0 89786165 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096963504704 140096564140948 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30636] ppid=30582 vsize=14067516 CPUtime=5.36 cores=0,2,4,6
/proc/30585/task/30636/stat : 30636 (java) S 30582 30585 13007 0 -1 1077944384 10866 12483 0 0 504 24 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096878685200 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30637] ppid=30582 vsize=14067516 CPUtime=5.36 cores=0,2,4,6
/proc/30585/task/30637/stat : 30637 (java) S 30582 30585 13007 0 -1 1077944384 11090 12483 0 0 503 25 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096877632656 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30638] ppid=30582 vsize=14067516 CPUtime=5.35 cores=0,2,4,6
/proc/30585/task/30638/stat : 30638 (java) S 30582 30585 13007 0 -1 1077944384 7163 12483 0 0 502 25 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096876579600 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30639] ppid=30582 vsize=14067516 CPUtime=5.37 cores=0,2,4,6
/proc/30585/task/30639/stat : 30639 (java) S 30582 30585 13007 0 -1 1077944384 9977 12483 0 0 502 27 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096875527056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30640] ppid=30582 vsize=14067516 CPUtime=5.04 cores=0,2,4,6
/proc/30585/task/30640/stat : 30640 (java) S 30582 30585 13007 0 -1 1077944384 11052 12483 0 0 470 26 5 3 20 0 15 0 89786167 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096436689136 140096959281794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30641] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30641/stat : 30641 (java) S 30582 30585 13007 0 -1 1077944384 56 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096435635424 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30642] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30642/stat : 30642 (java) S 30582 30585 13007 0 -1 1077944384 43 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096434582272 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30643] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30643/stat : 30643 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096433530832 140096959289243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30644] ppid=30582 vsize=14067516 CPUtime=2.73 cores=0,2,4,6
/proc/30585/task/30644/stat : 30644 (java) S 30582 30585 13007 0 -1 1077944384 11898 12483 0 0 263 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096432478960 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30645] ppid=30582 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/30585/task/30645/stat : 30645 (java) S 30582 30585 13007 0 -1 1077944384 12812 12483 0 0 297 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096431426416 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30646] ppid=30582 vsize=14067516 CPUtime=1.73 cores=0,2,4,6
/proc/30585/task/30646/stat : 30646 (java) S 30582 30585 13007 0 -1 1077944384 18056 12483 0 0 163 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096430373360 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30647] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30647/stat : 30647 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096429321056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30648] ppid=30582 vsize=14067516 CPUtime=1.4 cores=0,2,4,6
/proc/30585/task/30648/stat : 30648 (java) S 30582 30585 13007 0 -1 1077944384 1320 12483 0 0 68 64 5 3 20 0 15 0 89786175 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096428268080 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
Current children cumulated CPU time (s) 2404.04
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.22 1.25 1.36 3/213 31069
/proc/meminfo: memFree=28197076/32770624 swapFree=0/472148
[pid=30585] ppid=30582 vsize=14067516 CPUtime=2464.41 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 165520 12483 0 0 246237 196 5 3 20 0 15 0 89786146 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3516879 140384 3469 1 0 3505493 0
[pid=30585/tid=30635] ppid=30582 vsize=14067516 CPUtime=2428.89 cores=0,2,4,6
/proc/30585/task/30635/stat : 30635 (java) R 30582 30585 13007 0 -1 4202560 68709 12483 0 0 242851 30 5 3 20 0 15 0 89786165 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096963504832 140096563524740 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30636] ppid=30582 vsize=14067516 CPUtime=5.5 cores=0,2,4,6
/proc/30585/task/30636/stat : 30636 (java) S 30582 30585 13007 0 -1 1077944384 10937 12483 0 0 517 25 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096878685200 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30637] ppid=30582 vsize=14067516 CPUtime=5.5 cores=0,2,4,6
/proc/30585/task/30637/stat : 30637 (java) S 30582 30585 13007 0 -1 1077944384 11105 12483 0 0 516 26 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096877632656 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30638] ppid=30582 vsize=14067516 CPUtime=5.49 cores=0,2,4,6
/proc/30585/task/30638/stat : 30638 (java) S 30582 30585 13007 0 -1 1077944384 7174 12483 0 0 515 26 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096876579600 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30639] ppid=30582 vsize=14067516 CPUtime=5.51 cores=0,2,4,6
/proc/30585/task/30639/stat : 30639 (java) S 30582 30585 13007 0 -1 1077944384 10162 12483 0 0 516 27 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096875527056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30640] ppid=30582 vsize=14067516 CPUtime=5.15 cores=0,2,4,6
/proc/30585/task/30640/stat : 30640 (java) S 30582 30585 13007 0 -1 1077944384 11081 12483 0 0 481 26 5 3 20 0 15 0 89786167 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096436689136 140096959281794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30641] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30641/stat : 30641 (java) S 30582 30585 13007 0 -1 1077944384 56 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096435635424 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30642] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30642/stat : 30642 (java) S 30582 30585 13007 0 -1 1077944384 43 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096434582272 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30643] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30643/stat : 30643 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096433530832 140096959289243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30644] ppid=30582 vsize=14067516 CPUtime=2.73 cores=0,2,4,6
/proc/30585/task/30644/stat : 30644 (java) S 30582 30585 13007 0 -1 1077944384 11898 12483 0 0 263 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096432478960 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30645] ppid=30582 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/30585/task/30645/stat : 30645 (java) S 30582 30585 13007 0 -1 1077944384 12812 12483 0 0 297 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096431426416 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30646] ppid=30582 vsize=14067516 CPUtime=1.73 cores=0,2,4,6
/proc/30585/task/30646/stat : 30646 (java) S 30582 30585 13007 0 -1 1077944384 18056 12483 0 0 163 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096430373360 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30647] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30647/stat : 30647 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096429321056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30648] ppid=30582 vsize=14067516 CPUtime=1.43 cores=0,2,4,6
/proc/30585/task/30648/stat : 30648 (java) S 30582 30585 13007 0 -1 1077944384 1326 12483 0 0 69 66 5 3 20 0 15 0 89786175 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096428268080 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
Current children cumulated CPU time (s) 2464.41
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.6 s]
/proc/loadavg: 1.10 1.21 1.34 3/217 31086
/proc/meminfo: memFree=28243648/32770624 swapFree=0/472152
[pid=30585] ppid=30582 vsize=14067516 CPUtime=2520.04 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 166016 12483 0 0 251796 200 5 3 20 0 15 0 89786146 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3516879 140384 3469 1 0 3505493 0
[pid=30585/tid=30635] ppid=30582 vsize=14067516 CPUtime=2483.87 cores=0,2,4,6
/proc/30585/task/30635/stat : 30635 (java) R 30582 30585 13007 0 -1 4202560 68949 12483 0 0 248348 31 5 3 20 0 15 0 89786165 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096963505088 140096563773586 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30636] ppid=30582 vsize=14067516 CPUtime=5.62 cores=0,2,4,6
/proc/30585/task/30636/stat : 30636 (java) S 30582 30585 13007 0 -1 1077944384 10955 12483 0 0 529 25 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096878685200 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30637] ppid=30582 vsize=14067516 CPUtime=5.63 cores=0,2,4,6
/proc/30585/task/30637/stat : 30637 (java) S 30582 30585 13007 0 -1 1077944384 11112 12483 0 0 528 27 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096877632656 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30638] ppid=30582 vsize=14067516 CPUtime=5.61 cores=0,2,4,6
/proc/30585/task/30638/stat : 30638 (java) S 30582 30585 13007 0 -1 1077944384 7208 12483 0 0 527 26 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096876579600 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30639] ppid=30582 vsize=14067516 CPUtime=5.64 cores=0,2,4,6
/proc/30585/task/30639/stat : 30639 (java) S 30582 30585 13007 0 -1 1077944384 10168 12483 0 0 528 28 5 3 20 0 15 0 89786166 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096875527056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30640] ppid=30582 vsize=14067516 CPUtime=5.27 cores=0,2,4,6
/proc/30585/task/30640/stat : 30640 (java) S 30582 30585 13007 0 -1 1077944384 11250 12483 0 0 492 27 5 3 20 0 15 0 89786167 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096436689136 140096959281794 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30641] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30641/stat : 30641 (java) S 30582 30585 13007 0 -1 1077944384 56 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096435635424 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30642] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30642/stat : 30642 (java) S 30582 30585 13007 0 -1 1077944384 43 12483 0 0 0 0 5 3 20 0 15 0 89786168 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096434582272 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30643] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30643/stat : 30643 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096433530832 140096959289243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30644] ppid=30582 vsize=14067516 CPUtime=2.73 cores=0,2,4,6
/proc/30585/task/30644/stat : 30644 (java) S 30582 30585 13007 0 -1 1077944384 11900 12483 0 0 263 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096432478960 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30645] ppid=30582 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/30585/task/30645/stat : 30645 (java) S 30582 30585 13007 0 -1 1077944384 12814 12483 0 0 297 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096431426416 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30646] ppid=30582 vsize=14067516 CPUtime=1.73 cores=0,2,4,6
/proc/30585/task/30646/stat : 30646 (java) S 30582 30585 13007 0 -1 1077944384 18058 12483 0 0 163 2 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096430373360 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30647] ppid=30582 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30647/stat : 30647 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 15 0 89786171 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096429321056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30648] ppid=30582 vsize=14067516 CPUtime=1.47 cores=0,2,4,6
/proc/30585/task/30648/stat : 30648 (java) S 30582 30585 13007 0 -1 1077944384 1342 12483 0 0 71 68 5 3 20 0 15 0 89786175 14405136384 140384 18446744073709551615 4194304 4196468 140730410099920 140096428268080 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 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 30585 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2497.8 s]
/proc/loadavg: 1.10 1.21 1.34 3/217 31086
/proc/meminfo: memFree=28243648/32770624 swapFree=0/472152
[pid=30585] ppid=30582 vsize=14200644 CPUtime=2520.54 cores=0,2,4,6
/proc/30585/stat : 30585 (java) S 30582 30585 13007 0 -1 1077944320 172230 12483 0 0 251844 202 5 3 20 0 17 0 89786146 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140730410082464 140096959270647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
/proc/30585/statm: 3550161 141607 3471 1 0 3538775 0
[pid=30585/tid=30635] ppid=30582 vsize=14200644 CPUtime=2483.88 cores=0,2,4,6
/proc/30585/task/30635/stat : 30635 (java) S 30582 30585 13007 0 -1 1077944384 69285 12483 0 0 248349 31 5 3 20 0 17 0 89786165 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096963513520 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30636] ppid=30582 vsize=14200644 CPUtime=5.73 cores=0,2,4,6
/proc/30585/task/30636/stat : 30636 (java) S 30582 30585 13007 0 -1 1077944384 10984 12483 0 0 539 26 5 3 20 0 17 0 89786166 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096878685200 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30637] ppid=30582 vsize=14200644 CPUtime=5.72 cores=0,2,4,6
/proc/30585/task/30637/stat : 30637 (java) S 30582 30585 13007 0 -1 1077944384 11144 12483 0 0 537 27 5 3 20 0 17 0 89786166 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096877632656 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30638] ppid=30582 vsize=14200644 CPUtime=5.72 cores=0,2,4,6
/proc/30585/task/30638/stat : 30638 (java) S 30582 30585 13007 0 -1 1077944384 7220 12483 0 0 537 27 5 3 20 0 17 0 89786166 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096876579600 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30639] ppid=30582 vsize=14200644 CPUtime=5.74 cores=0,2,4,6
/proc/30585/task/30639/stat : 30639 (java) S 30582 30585 13007 0 -1 1077944384 10186 12483 0 0 538 28 5 3 20 0 17 0 89786166 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096875527056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30640] ppid=30582 vsize=14200644 CPUtime=5.36 cores=0,2,4,6
/proc/30585/task/30640/stat : 30640 (java) S 30582 30585 13007 0 -1 1077944384 16648 12483 0 0 500 28 5 3 20 0 17 0 89786167 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096436689136 140096959281794 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30641] ppid=30582 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30641/stat : 30641 (java) S 30582 30585 13007 0 -1 1077944384 58 12483 0 0 0 0 5 3 20 0 17 0 89786168 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096435635424 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30642] ppid=30582 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30642/stat : 30642 (java) S 30582 30585 13007 0 -1 1077944384 45 12483 0 0 0 0 5 3 20 0 17 0 89786168 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096434582272 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30643] ppid=30582 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30643/stat : 30643 (java) S 30582 30585 13007 0 -1 1077944384 82 12483 0 0 0 0 5 3 20 0 17 0 89786171 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096433530832 140096959289243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30644] ppid=30582 vsize=14200644 CPUtime=2.73 cores=0,2,4,6
/proc/30585/task/30644/stat : 30644 (java) S 30582 30585 13007 0 -1 1077944384 11900 12483 0 0 263 2 5 3 20 0 17 0 89786171 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096432478960 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30645] ppid=30582 vsize=14200644 CPUtime=3.07 cores=0,2,4,6
/proc/30585/task/30645/stat : 30645 (java) S 30582 30585 13007 0 -1 1077944384 12814 12483 0 0 297 2 5 3 20 0 17 0 89786171 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096431426416 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30646] ppid=30582 vsize=14200644 CPUtime=1.73 cores=0,2,4,6
/proc/30585/task/30646/stat : 30646 (java) S 30582 30585 13007 0 -1 1077944384 18251 12483 0 0 163 2 5 3 20 0 17 0 89786171 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096430373360 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30647] ppid=30582 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/30585/task/30647/stat : 30647 (java) S 30582 30585 13007 0 -1 1077944384 3 12483 0 0 0 0 5 3 20 0 17 0 89786171 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096429321056 140096959280853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
[pid=30585/tid=30648] ppid=30582 vsize=14200644 CPUtime=1.47 cores=0,2,4,6
/proc/30585/task/30648/stat : 30648 (java) S 30582 30585 13007 0 -1 1077944384 1342 12483 0 0 71 68 5 3 20 0 17 0 89786175 14541459456 141607 18446744073709551615 4194304 4196468 140730410099920 140096428268080 140096959281794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24604672 140730410104784 140730410107569 140730410107569 140730410110927 0
Current children cumulated CPU time (s) 2520.54
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2497.81
CPU time (s): 2520.56
CPU user time (s): 2518.5
CPU system time (s): 2.05981
CPU usage (%): 100.911
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.5
system time used= 2.05981
maximum resident set size= 593928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184742
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170573
involuntary context switches= 8232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9052 second user time and 15.0169 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 20:58:35
IDJOB=4262374
IDBENCH=138954
IDSOLVER=2650
FILE ID=node135/4262374-1502478749
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h374-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262374-1502478749/watcher-4262374-1502478749 -o /tmp/evaluation-result-4262374-1502478749/solver-4262374-1502478749 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580  bin/concrete HOME/instance-4262374-1502478749.xml

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

MD5SUM BENCH= 2c503f7a351e8b8ef7001234fe31d43f
RANDOM SEED=391353773

node135.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.21
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.21
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.21
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.21
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:        25942324 kB
MemAvailable:   26789176 kB
Buffers:          297108 kB
Cached:           841060 kB
SwapCached:            0 kB
Active:          5872876 kB
Inactive:         504564 kB
Active(anon):    5239620 kB
Inactive(anon):    33140 kB
Active(file):     633256 kB
Inactive(file):   471424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24396 kB
Writeback:             0 kB
AnonPages:       5238784 kB
Mapped:            63760 kB
Shmem:             33464 kB
Slab:             143764 kB
SReclaimable:     116012 kB
SUnreclaim:        27752 kB
KernelStack:        3520 kB
PageTables:        14924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5696356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4968448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61980 MiB
End job on node135 at 2017-08-11 21:40:13