Trace number 4259507

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4SAT (TO)999 252.13499 219.85699

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-24-a4.xml
MD5SUM703fa8ddaec9a7a194d23a6d05243a88
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark612
Best CPU time to get the best result obtained on this benchmark247.588
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints35928
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":24}]
Minimum variable degree5820
Maximum variable degree5821
Distribution of variable degrees[{"degree":5820,"count":22},{"degree":5821,"count":2}]
Minimum constraint arity1
Maximum constraint arity24
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4048},{"arity":4,"count":31878},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints35927
Distribution of constraint types[{"type":"intension","count":35927},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.25/2.23	c Concrete v3.4 running
244.30/212.48	o 1000
250.08/217.95	o 999
252.06/219.81	java.util.concurrent.TimeoutException
252.06/219.81		at concrete.MAC.mac(MAC.scala:74)
252.06/219.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.06/219.81		at scala.util.Try$.apply(Try.scala:209)
252.06/219.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/219.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/219.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/219.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/219.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.06/219.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/219.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/219.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/219.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/219.81		at concrete.MAC.oneRun(MAC.scala:146)
252.06/219.81		at concrete.MAC.nextSolution(MAC.scala:166)
252.06/219.81		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.06/219.81		at concrete.ProblemState.map(ProblemState.scala:203)
252.06/219.81		at concrete.ProblemState.map(ProblemState.scala:188)
252.06/219.81		at concrete.MAC.nextSolution(MAC.scala:195)
252.06/219.81		at concrete.Solver.hasNext(Solver.scala:202)
252.06/219.81		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.06/219.81		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.06/219.81		at concrete.Solver.toStream(Solver.scala:73)
252.06/219.81		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.06/219.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.06/219.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.06/219.81		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.06/219.81		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.06/219.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/219.81		at scala.util.Success.map(Try.scala:209)
252.06/219.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.06/219.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.06/219.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.06/219.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.06/219.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.06/219.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/219.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/219.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/219.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/219.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/219.81		at scala.App.main(App.scala:76)
252.06/219.81		at scala.App.main$(App.scala:74)
252.06/219.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.06/219.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/219.82	v <instantiation cost="999">
252.06/219.82	v       <list>
252.06/219.82	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23]
252.06/219.82	v       </list>
252.06/219.82	v       <values>
252.06/219.82	v         0 326 389 470 562 599 649 684 713 752 814 830 871 902 926 938 948 971 978 982 991 996 997 999
252.06/219.82	v       </values>
252.06/219.82	v     </instantiation>
252.06/219.82	s SATISFIABLE

Verifier Data

OK	999

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15149 MiB free)
  memory of node 1: 16384 MiB (14142 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259507-1502646214/watcher-4259507-1502646214 -o /tmp/evaluation-result-4259507-1502646214/solver-4259507-1502646214 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259507-1502646214.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30102, runsolver pid=30099

[startup+0.100155 s]*
/proc/loadavg: 2.06 1.85 1.90 2/200 30103
/proc/meminfo: memFree=29995112/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9508 memory=1400 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (bash) S 30099 30102 8289 0 -1 4202496 652 0 0 0 0 0 0 0 20 0 1 0 112436559 9736192 350 18446744073709551615 4194304 5098028 140727285338528 140727285336168 139716018609152 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 10 0 0 7196144 7232144 9965568 140727285346804 140727285346889 140727285346889 140727285350378 0
/proc/30102/statm: 2377 350 277 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9508 KiB
Current children cumulated memory: 1400 KiB

[startup+0.209615 s]*
/proc/loadavg: 2.06 1.85 1.90 4/216 30147
/proc/meminfo: memFree=29982136/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/30102/stat : 30102 (bash) S 30099 30102 8289 0 -1 4202496 895 6479 0 0 0 0 0 1 20 0 1 0 112436559 9867264 378 18446744073709551615 4194304 5098028 140727285338528 140727285332536 139716018609152 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 10 0 0 7196144 7232144 9965568 140727285346804 140727285346889 140727285346889 140727285350378 0
/proc/30102/statm: 2409 378 297 221 0 118 0
[pid=30132] ppid=30102 vsize=9636 memory=708 CPUtime=0 cores=0,2,4,6
/proc/30132/stat : 30132 (bash) S 30102 30102 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112436571 9867264 177 18446744073709551615 4194304 5098028 140727285338528 140727285331208 139716018434684 0 65536 1 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9965568 140727285346804 140727285346889 140727285346889 140727285350378 0
/proc/30132/statm: 2409 177 96 221 0 118 0
[pid=30133] ppid=30132 vsize=10485312 memory=23152 CPUtime=0.05 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30132 30102 8289 0 -1 1077944320 4732 0 0 0 4 1 0 0 20 0 14 0 112436571 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 140726349325504 139821484891895 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
/proc/30133/statm: 2621328 5788 2575 1 0 2610825 0
[pid=30133/tid=30135] ppid=30132 vsize=10485312 memory=7022364594140610616 CPUtime=0.04 cores=0,2,4,6
/proc/30133/task/30135/stat : 30135 (java) D 30132 30102 8289 0 -1 4202560 2875 0 0 0 4 0 0 0 20 0 14 0 112436572 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139821489129376 139821484913917 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30136] ppid=30132 vsize=10485312 memory=4294975260 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30136/stat : 30136 (java) S 30132 30102 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112436572 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139821096450576 139821484902101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30137] ppid=30132 vsize=10485312 memory=288370656441595520 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30137/stat : 30137 (java) S 30132 30102 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112436572 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139821095398032 139821484902101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30138] ppid=30132 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30138/stat : 30138 (java) S 30132 30102 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112436572 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139821094344976 139821484902101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30139] ppid=30132 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30139/stat : 30139 (java) S 30132 30102 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112436572 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139821093292432 139821484902101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30140] ppid=30132 vsize=10485312 memory=140280289883776 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30140/stat : 30140 (java) S 30132 30102 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112436574 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139820980488944 139821484903042 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30141] ppid=30132 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30141/stat : 30141 (java) S 30132 30102 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 112436574 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139820979435168 139821484902101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30142] ppid=30132 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30142/stat : 30142 (java) S 30132 30102 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 112436574 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139820978382064 139821484902101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30143] ppid=30132 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30143/stat : 30143 (java) S 30132 30102 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112436577 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139820977330640 139821484910491 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30144] ppid=30132 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30144/stat : 30144 (java) S 30132 30102 8289 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 14 0 112436577 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139820976277744 139821484903042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30145] ppid=30132 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30145/stat : 30145 (java) S 30132 30102 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112436577 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139820975225200 139821484903042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30146] ppid=30132 vsize=10485312 memory=140280289883776 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30146/stat : 30146 (java) S 30132 30102 8289 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 14 0 112436577 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139820974172144 139821484903042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30133/tid=30147] ppid=30132 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30133/task/30147/stat : 30147 (java) S 30132 30102 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112436577 10736959488 5788 18446744073709551615 4194304 4196468 140726349342960 139820973119840 139821484902101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38912000 140726349345368 140726349345382 140726349345382 140726349348815 0
[pid=30134] ppid=30132 vsize=9872 memory=972 CPUtime=0 cores=0,2,4,6
/proc/30134/stat : 30134 (awk) S 30132 30102 8289 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 112436571 10108928 243 18446744073709551615 4194304 4609284 140734376933264 140734376932440 140497854675968 0 0 1 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 9670656 140734376936064 140734376936094 140734376936094 140734376939499 0
/proc/30134/statm: 2468 243 203 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10514456 KiB
Current children cumulated memory: 26344 KiB

[startup+0.310672 s]*
/proc/loadavg: 2.06 1.85 1.90 2/213 30164
/proc/meminfo: memFree=29985348/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=13907308 memory=20720 CPUtime=0.14 cores=0,2,4,6
/proc/30102/stat : 30102 (java) S 30099 30102 8289 0 -1 1077944320 5502 12568 0 0 5 1 5 3 20 0 14 0 112436559 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 140727609781312 139754452983543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
/proc/30102/statm: 3476827 5180 2569 1 0 3466324 0
[pid=30102/tid=30152] ppid=30099 vsize=13907308 memory=-8774313645642428999 CPUtime=0.12 cores=0,2,4,6
/proc/30102/task/30152/stat : 30152 (java) D 30099 30102 8289 0 -1 4202560 2759 12568 0 0 4 0 5 3 20 0 14 0 112436583 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139754457221024 139754453005565 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30153] ppid=30099 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30153/stat : 30153 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 14 0 112436584 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139754413881744 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30154] ppid=30099 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30154/stat : 30154 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 14 0 112436584 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139754412828944 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30155] ppid=30099 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30155/stat : 30155 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 14 0 112436584 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139754411776656 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30156] ppid=30099 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30156/stat : 30156 (java) S 30099 30102 8289 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 14 0 112436584 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139754050349584 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30157] ppid=30099 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30157/stat : 30157 (java) S 30099 30102 8289 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 14 0 112436585 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139753369590384 139754452994690 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30158] ppid=30099 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30158/stat : 30158 (java) S 30099 30102 8289 0 -1 1077944384 33 12568 0 0 0 0 5 3 20 0 14 0 112436585 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139753368536352 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30159] ppid=30099 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30159/stat : 30159 (java) S 30099 30102 8289 0 -1 1077944384 21 12568 0 0 0 0 5 3 20 0 14 0 112436586 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139753367484016 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30160] ppid=30099 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30160/stat : 30160 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 14 0 112436588 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139753366432336 139754453002139 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30161] ppid=30099 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30161/stat : 30161 (java) S 30099 30102 8289 0 -1 1077944384 307 12568 0 0 0 0 5 3 20 0 14 0 112436588 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139753365379184 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30162] ppid=30099 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30162/stat : 30162 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 14 0 112436588 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139753364326384 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30163] ppid=30099 vsize=13907308 memory=140280289883776 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30163/stat : 30163 (java) S 30099 30102 8289 0 -1 1077944384 215 12568 0 0 0 0 5 3 20 0 14 0 112436588 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139753363274096 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30164] ppid=30099 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30164/stat : 30164 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 14 0 112436588 14241083392 5180 18446744073709551615 4194304 4196468 140727609798768 139753362221536 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 20720 KiB

[startup+0.700674 s]
/proc/loadavg: 2.06 1.85 1.90 4/214 30165
/proc/meminfo: memFree=29959180/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=13974784 memory=56116 CPUtime=0.6 cores=0,2,4,6
/proc/30102/stat : 30102 (java) S 30099 30102 8289 0 -1 1077944320 13590 12568 0 0 48 4 5 3 20 0 15 0 112436559 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 140727609781312 139754452983543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
/proc/30102/statm: 3493696 14029 3068 1 0 3482965 0
[pid=30102/tid=30152] ppid=30099 vsize=13974784 memory=792 CPUtime=0.48 cores=0,2,4,6
/proc/30102/task/30152/stat : 30152 (java) R 30099 30102 8289 0 -1 4202560 10014 12568 0 0 37 3 5 3 20 0 15 0 112436583 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139754457205296 139754430985020 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30153] ppid=30099 vsize=13974784 memory=1716 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30153/stat : 30153 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 112436584 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139754413881744 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30154] ppid=30099 vsize=13974784 memory=7014751519633921361 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30154/stat : 30154 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 112436584 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139754412828944 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30155] ppid=30099 vsize=13974784 memory=8025788839948412756 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30155/stat : 30155 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 112436584 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139754411776656 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30156] ppid=30099 vsize=13974784 memory=5787213835721533265 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30156/stat : 30156 (java) S 30099 30102 8289 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 15 0 112436584 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139754050349584 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30157] ppid=30099 vsize=13974784 memory=5450909908396308010 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30157/stat : 30157 (java) S 30099 30102 8289 0 -1 1077944384 5 12568 0 0 0 0 5 3 20 0 15 0 112436585 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753369590384 139754452994690 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30158] ppid=30099 vsize=13974784 memory=7100839869735606373 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30158/stat : 30158 (java) S 30099 30102 8289 0 -1 1077944384 33 12568 0 0 0 0 5 3 20 0 15 0 112436585 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753368536352 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30159] ppid=30099 vsize=13974784 memory=4132771212810548115 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30159/stat : 30159 (java) S 30099 30102 8289 0 -1 1077944384 21 12568 0 0 0 0 5 3 20 0 15 0 112436586 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753367484016 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30160] ppid=30099 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30160/stat : 30160 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753366432336 139754453002139 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30161] ppid=30099 vsize=13974784 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30102/task/30161/stat : 30161 (java) S 30099 30102 8289 0 -1 1077944384 519 12568 0 0 2 0 5 3 20 0 15 0 112436588 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753365379184 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30162] ppid=30099 vsize=13974784 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30102/task/30162/stat : 30162 (java) S 30099 30102 8289 0 -1 1077944384 306 12568 0 0 1 0 5 3 20 0 15 0 112436588 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753364326384 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30163] ppid=30099 vsize=13974784 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/30102/task/30163/stat : 30163 (java) S 30099 30102 8289 0 -1 1077944384 529 12568 0 0 6 0 5 3 20 0 15 0 112436588 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753363274096 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30164] ppid=30099 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30164/stat : 30164 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753362221536 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30165] ppid=30099 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30165/stat : 30165 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 112436594 14310178816 14029 18446744073709551615 4194304 4196468 140727609798768 139753361169328 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 56116 KiB

[startup+1.50072 s]
/proc/loadavg: 2.06 1.85 1.90 3/214 30165
/proc/meminfo: memFree=29918792/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=13985408 memory=135364 CPUtime=1.8 cores=0,2,4,6
/proc/30102/stat : 30102 (java) S 30099 30102 8289 0 -1 1077944320 25348 12568 0 0 164 8 5 3 20 0 15 0 112436559 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 140727609781312 139754452983543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
/proc/30102/statm: 3496352 33841 3342 1 0 3485525 0
[pid=30102/tid=30152] ppid=30099 vsize=13985408 memory=1724 CPUtime=1.27 cores=0,2,4,6
/proc/30102/task/30152/stat : 30152 (java) R 30099 30102 8289 0 -1 4202560 20435 12568 0 0 113 6 5 3 20 0 15 0 112436583 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139754457202336 139754434547090 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30153] ppid=30099 vsize=13985408 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30153/stat : 30153 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 112436584 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139754413881744 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30154] ppid=30099 vsize=13985408 memory=280560283123944 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30154/stat : 30154 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 112436584 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139754412828944 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30155] ppid=30099 vsize=13985408 memory=8199 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30155/stat : 30155 (java) S 30099 30102 8289 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 112436584 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139754411776656 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30156] ppid=30099 vsize=13985408 memory=22998 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30156/stat : 30156 (java) S 30099 30102 8289 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 15 0 112436584 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139754050349584 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30157] ppid=30099 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30157/stat : 30157 (java) S 30099 30102 8289 0 -1 1077944384 5 12568 0 0 0 0 5 3 20 0 15 0 112436585 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753369590384 139754452994690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30158] ppid=30099 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30158/stat : 30158 (java) S 30099 30102 8289 0 -1 1077944384 33 12568 0 0 0 0 5 3 20 0 15 0 112436585 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753368536352 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30159] ppid=30099 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30159/stat : 30159 (java) S 30099 30102 8289 0 -1 1077944384 21 12568 0 0 0 0 5 3 20 0 15 0 112436586 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753367484016 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30160] ppid=30099 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30160/stat : 30160 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753366432336 139754453002139 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30161] ppid=30099 vsize=13985408 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/30102/task/30161/stat : 30161 (java) S 30099 30102 8289 0 -1 1077944384 815 12568 0 0 11 0 5 3 20 0 15 0 112436588 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753365379184 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30162] ppid=30099 vsize=13985408 memory=6083068230698556575 CPUtime=0.25 cores=0,2,4,6
/proc/30102/task/30162/stat : 30162 (java) S 30099 30102 8289 0 -1 1077944384 990 12568 0 0 17 0 5 3 20 0 15 0 112436588 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753364326384 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30163] ppid=30099 vsize=13985408 memory=-6082772517451821410 CPUtime=0.29 cores=0,2,4,6
/proc/30102/task/30163/stat : 30163 (java) S 30099 30102 8289 0 -1 1077944384 884 12568 0 0 21 0 5 3 20 0 15 0 112436588 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753363274096 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30164] ppid=30099 vsize=13985408 memory=7228425013019977361 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30164/stat : 30164 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753362221536 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30165] ppid=30099 vsize=13985408 memory=7228408520345560721 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30165/stat : 30165 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436594 14321057792 33841 18446744073709551615 4194304 4196468 140727609798768 139753361169328 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 135364 KiB

[startup+3.11065 s]
/proc/loadavg: 2.06 1.85 1.90 5/214 30165
/proc/meminfo: memFree=29654172/32770624 swapFree=67108860/67108860

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

/proc/30102/task/30152/stat : 30152 (java) R 30099 30102 8289 0 -1 4202560 36495 12568 0 0 4911 57 5 3 20 0 15 0 112436583 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139754457216824 139754102681901 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30153] ppid=30099 vsize=13999932 memory=164 CPUtime=1.03 cores=0,2,4,6
/proc/30102/task/30153/stat : 30153 (java) S 30099 30102 8289 0 -1 1077944384 1414 12568 0 0 81 14 5 3 20 0 15 0 112436584 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139754413881744 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30154] ppid=30099 vsize=13999932 memory=4168 CPUtime=1.01 cores=0,2,4,6
/proc/30102/task/30154/stat : 30154 (java) S 30099 30102 8289 0 -1 1077944384 2191 12568 0 0 80 13 5 3 20 0 15 0 112436584 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139754412828944 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30155] ppid=30099 vsize=13999932 memory=54464 CPUtime=1.03 cores=0,2,4,6
/proc/30102/task/30155/stat : 30155 (java) S 30099 30102 8289 0 -1 1077944384 1094 12568 0 0 82 13 5 3 20 0 15 0 112436584 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139754411776656 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30156] ppid=30099 vsize=13999932 memory=1296 CPUtime=1.02 cores=0,2,4,6
/proc/30102/task/30156/stat : 30156 (java) S 30099 30102 8289 0 -1 1077944384 779 12568 0 0 80 14 5 3 20 0 15 0 112436584 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139754050349584 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30157] ppid=30099 vsize=13999932 memory=2718728 CPUtime=0.21 cores=0,2,4,6
/proc/30102/task/30157/stat : 30157 (java) S 30099 30102 8289 0 -1 1077944384 11690 12568 0 0 13 0 5 3 20 0 15 0 112436585 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753369590384 139754452994690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30158] ppid=30099 vsize=13999932 memory=7307760351559509604 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30158/stat : 30158 (java) S 30099 30102 8289 0 -1 1077944384 57 12568 0 0 0 0 5 3 20 0 15 0 112436585 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753368536416 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30159] ppid=30099 vsize=13999932 memory=5793997891519736417 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30159/stat : 30159 (java) S 30099 30102 8289 0 -1 1077944384 50 12568 0 0 0 0 5 3 20 0 15 0 112436586 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753367484032 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30160] ppid=30099 vsize=13999932 memory=3782272 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30160/stat : 30160 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753366432336 139754453002139 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30161] ppid=30099 vsize=13999932 memory=3782272 CPUtime=5.82 cores=0,2,4,6
/proc/30102/task/30161/stat : 30161 (java) S 30099 30102 8289 0 -1 1077944384 13340 12568 0 0 571 3 5 3 20 0 15 0 112436588 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753365379184 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30162] ppid=30099 vsize=13999932 memory=4047660 CPUtime=6.62 cores=0,2,4,6
/proc/30102/task/30162/stat : 30162 (java) S 30099 30102 8289 0 -1 1077944384 14575 12568 0 0 650 4 5 3 20 0 15 0 112436588 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753364326384 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30163] ppid=30099 vsize=13999932 memory=4168 CPUtime=1.95 cores=0,2,4,6
/proc/30102/task/30163/stat : 30163 (java) S 30099 30102 8289 0 -1 1077944384 7319 12568 0 0 184 3 5 3 20 0 15 0 112436588 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753363274096 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30164] ppid=30099 vsize=13999932 memory=54444 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30164/stat : 30164 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753362221536 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30165] ppid=30099 vsize=13999932 memory=1296 CPUtime=0.1 cores=0,2,4,6
/proc/30102/task/30165/stat : 30165 (java) S 30099 30102 8289 0 -1 1077944384 232 12568 0 0 1 1 5 3 20 0 15 0 112436594 14335930368 1017357 18446744073709551615 4194304 4196468 140727609798768 139753361169328 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
Current children cumulated CPU time: 67.95 s
Current children cumulated vsize: 13999932 KiB
Current children cumulated memory: 4069428 KiB

[startup+102.301 s]
/proc/loadavg: 1.83 1.82 1.88 3/218 30184
/proc/meminfo: memFree=25765308/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=13999932 memory=4142032 CPUtime=125.58 cores=0,2,4,6
/proc/30102/stat : 30102 (java) S 30099 30102 8289 0 -1 1077944320 123826 12568 0 0 12408 142 5 3 20 0 15 0 112436559 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 140727609781312 139754452983543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
/proc/30102/statm: 3499983 1035508 3484 1 0 3488597 0
[pid=30102/tid=30152] ppid=30099 vsize=13999932 memory=4142032 CPUtime=100.6 cores=0,2,4,6
/proc/30102/task/30152/stat : 30152 (java) R 30099 30102 8289 0 -1 4202560 46271 12568 0 0 9994 58 5 3 20 0 15 0 112436583 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139754457214832 139754109730941 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30153] ppid=30099 vsize=13999932 memory=14 CPUtime=1.36 cores=0,2,4,6
/proc/30102/task/30153/stat : 30153 (java) S 30099 30102 8289 0 -1 1077944384 1805 12568 0 0 112 16 5 3 20 0 15 0 112436584 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139754413881744 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30154] ppid=30099 vsize=13999932 memory=4168 CPUtime=1.34 cores=0,2,4,6
/proc/30102/task/30154/stat : 30154 (java) S 30099 30102 8289 0 -1 1077944384 2474 12568 0 0 111 15 5 3 20 0 15 0 112436584 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139754412828944 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30155] ppid=30099 vsize=13999932 memory=164 CPUtime=1.35 cores=0,2,4,6
/proc/30102/task/30155/stat : 30155 (java) S 30099 30102 8289 0 -1 1077944384 1970 12568 0 0 112 15 5 3 20 0 15 0 112436584 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139754411776656 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30156] ppid=30099 vsize=13999932 memory=906 CPUtime=1.34 cores=0,2,4,6
/proc/30102/task/30156/stat : 30156 (java) S 30099 30102 8289 0 -1 1077944384 1591 12568 0 0 110 16 5 3 20 0 15 0 112436584 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139754050349584 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30157] ppid=30099 vsize=13999932 memory=227 CPUtime=0.22 cores=0,2,4,6
/proc/30102/task/30157/stat : 30157 (java) S 30099 30102 8289 0 -1 1077944384 12071 12568 0 0 14 0 5 3 20 0 15 0 112436585 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753369590384 139754452994690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30158] ppid=30099 vsize=13999932 memory=4141956 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30158/stat : 30158 (java) S 30099 30102 8289 0 -1 1077944384 63 12568 0 0 0 0 5 3 20 0 15 0 112436585 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753368536480 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30159] ppid=30099 vsize=13999932 memory=3 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30159/stat : 30159 (java) S 30099 30102 8289 0 -1 1077944384 57 12568 0 0 0 0 5 3 20 0 15 0 112436586 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753367484032 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30160] ppid=30099 vsize=13999932 memory=4135892 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30160/stat : 30160 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753366432336 139754453002139 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30161] ppid=30099 vsize=13999932 memory=56 CPUtime=8.34 cores=0,2,4,6
/proc/30102/task/30161/stat : 30161 (java) S 30099 30102 8289 0 -1 1077944384 21708 12568 0 0 822 4 5 3 20 0 15 0 112436588 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753365379184 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30162] ppid=30099 vsize=13999932 memory=6162965377242731670 CPUtime=9.15 cores=0,2,4,6
/proc/30102/task/30162/stat : 30162 (java) S 30099 30102 8289 0 -1 1077944384 21842 12568 0 0 901 6 5 3 20 0 15 0 112436588 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753364326384 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30163] ppid=30099 vsize=13999932 memory=4168 CPUtime=2.35 cores=0,2,4,6
/proc/30102/task/30163/stat : 30163 (java) S 30099 30102 8289 0 -1 1077944384 11523 12568 0 0 223 4 5 3 20 0 15 0 112436588 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753363274096 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30164] ppid=30099 vsize=13999932 memory=54464 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30164/stat : 30164 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753362221536 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30165] ppid=30099 vsize=13999932 memory=1296 CPUtime=0.13 cores=0,2,4,6
/proc/30102/task/30165/stat : 30165 (java) S 30099 30102 8289 0 -1 1077944384 294 12568 0 0 2 3 5 3 20 0 15 0 112436594 14335930368 1035508 18446744073709551615 4194304 4196468 140727609798768 139753361169328 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
Current children cumulated CPU time: 125.58 s
Current children cumulated vsize: 13999932 KiB
Current children cumulated memory: 4142032 KiB

[startup+162.301 s]
/proc/loadavg: 1.69 1.77 1.86 3/216 30189
/proc/meminfo: memFree=25896912/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=13999932 memory=4134764 CPUtime=186.21 cores=0,2,4,6
/proc/30102/stat : 30102 (java) S 30099 30102 8289 0 -1 1077944320 134293 12568 0 0 18469 144 5 3 20 0 15 0 112436559 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 140727609781312 139754452983543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
/proc/30102/statm: 3499983 1033691 3484 1 0 3488597 0
[pid=30102/tid=30152] ppid=30099 vsize=13999932 memory=4134748 CPUtime=160.42 cores=0,2,4,6
/proc/30102/task/30152/stat : 30152 (java) R 30099 30102 8289 0 -1 4202560 52777 12568 0 0 15975 59 5 3 20 0 15 0 112436583 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139754457217568 139754104157087 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30153] ppid=30099 vsize=13999932 memory=4134748 CPUtime=1.52 cores=0,2,4,6
/proc/30102/task/30153/stat : 30153 (java) S 30099 30102 8289 0 -1 1077944384 3104 12568 0 0 128 16 5 3 20 0 15 0 112436584 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139754413881744 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30154] ppid=30099 vsize=13999932 memory=4134748 CPUtime=1.51 cores=0,2,4,6
/proc/30102/task/30154/stat : 30154 (java) S 30099 30102 8289 0 -1 1077944384 2680 12568 0 0 128 15 5 3 20 0 15 0 112436584 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139754412828944 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30155] ppid=30099 vsize=13999932 memory=4134748 CPUtime=1.53 cores=0,2,4,6
/proc/30102/task/30155/stat : 30155 (java) S 30099 30102 8289 0 -1 1077944384 2086 12568 0 0 129 16 5 3 20 0 15 0 112436584 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139754411776656 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30156] ppid=30099 vsize=13999932 memory=4134764 CPUtime=1.51 cores=0,2,4,6
/proc/30102/task/30156/stat : 30156 (java) S 30099 30102 8289 0 -1 1077944384 1839 12568 0 0 127 16 5 3 20 0 15 0 112436584 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139754050349584 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30157] ppid=30099 vsize=13999932 memory=129514738841034 CPUtime=0.24 cores=0,2,4,6
/proc/30102/task/30157/stat : 30157 (java) S 30099 30102 8289 0 -1 1077944384 12373 12568 0 0 15 1 5 3 20 0 15 0 112436585 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753369590384 139754452994690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30158] ppid=30099 vsize=13999932 memory=4134764 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30158/stat : 30158 (java) S 30099 30102 8289 0 -1 1077944384 63 12568 0 0 0 0 5 3 20 0 15 0 112436585 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753368536480 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30159] ppid=30099 vsize=13999932 memory=4134764 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30159/stat : 30159 (java) S 30099 30102 8289 0 -1 1077944384 57 12568 0 0 0 0 5 3 20 0 15 0 112436586 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753367484032 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30160] ppid=30099 vsize=13999932 memory=4134748 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30160/stat : 30160 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753366432336 139754453002139 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30161] ppid=30099 vsize=13999932 memory=4612 CPUtime=8.38 cores=0,2,4,6
/proc/30102/task/30161/stat : 30161 (java) S 30099 30102 8289 0 -1 1077944384 23331 12568 0 0 826 4 5 3 20 0 15 0 112436588 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753365379184 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30162] ppid=30099 vsize=13999932 memory=4134748 CPUtime=9.17 cores=0,2,4,6
/proc/30102/task/30162/stat : 30162 (java) S 30099 30102 8289 0 -1 1077944384 21856 12568 0 0 903 6 5 3 20 0 15 0 112436588 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753364326384 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30163] ppid=30099 vsize=13999932 memory=4134748 CPUtime=2.39 cores=0,2,4,6
/proc/30102/task/30163/stat : 30163 (java) S 30099 30102 8289 0 -1 1077944384 11632 12568 0 0 227 4 5 3 20 0 15 0 112436588 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753363274096 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30164] ppid=30099 vsize=13999932 memory=4134764 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30164/stat : 30164 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753362221536 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30165] ppid=30099 vsize=13999932 memory=1792 CPUtime=0.16 cores=0,2,4,6
/proc/30102/task/30165/stat : 30165 (java) S 30099 30102 8289 0 -1 1077944384 338 12568 0 0 3 5 5 3 20 0 15 0 112436594 14335930368 1033691 18446744073709551615 4194304 4196468 140727609798768 139753361169328 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
Current children cumulated CPU time: 186.21 s
Current children cumulated vsize: 13999932 KiB
Current children cumulated memory: 4134764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+219.801 s]
/proc/loadavg: 2.00 1.84 1.88 4/216 30316
/proc/meminfo: memFree=23366364/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=14069564 memory=4188044 CPUtime=252.06 cores=0,2,4,6
/proc/30102/stat : 30102 (java) S 30099 30102 8289 0 -1 1077944320 189008 12568 0 0 25044 154 5 3 20 0 15 0 112436559 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 140727609781312 139754452983543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
/proc/30102/statm: 3517391 1047011 3498 1 0 3506005 0
[pid=30102/tid=30152] ppid=30099 vsize=14069564 memory=3054156605368933524 CPUtime=216.86 cores=0,2,4,6
/proc/30102/task/30152/stat : 30152 (java) R 30099 30102 8289 0 -1 4202560 77495 12568 0 0 21615 63 5 3 20 0 15 0 112436583 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139754457214496 139754111264711 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30153] ppid=30099 vsize=14069564 memory=0 CPUtime=2.4 cores=0,2,4,6
/proc/30102/task/30153/stat : 30153 (java) S 30099 30102 8289 0 -1 1077944384 3859 12568 0 0 215 17 5 3 20 0 15 0 112436584 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139754413881744 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30154] ppid=30099 vsize=14069564 memory=0 CPUtime=2.37 cores=0,2,4,6
/proc/30102/task/30154/stat : 30154 (java) S 30099 30102 8289 0 -1 1077944384 3018 12568 0 0 214 15 5 3 20 0 15 0 112436584 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139754412828944 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30155] ppid=30099 vsize=14069564 memory=0 CPUtime=2.41 cores=0,2,4,6
/proc/30102/task/30155/stat : 30155 (java) S 30099 30102 8289 0 -1 1077944384 2272 12568 0 0 217 16 5 3 20 0 15 0 112436584 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139754411776656 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30156] ppid=30099 vsize=14069564 memory=4187136 CPUtime=2.38 cores=0,2,4,6
/proc/30102/task/30156/stat : 30156 (java) S 30099 30102 8289 0 -1 1077944384 1956 12568 0 0 213 17 5 3 20 0 15 0 112436584 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139754050349584 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30157] ppid=30099 vsize=14069564 memory=4186776 CPUtime=0.38 cores=0,2,4,6
/proc/30102/task/30157/stat : 30157 (java) S 30099 30102 8289 0 -1 1077944384 17498 12568 0 0 29 1 5 3 20 0 15 0 112436585 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753369590384 139754452994690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30158] ppid=30099 vsize=14069564 memory=1156 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30158/stat : 30158 (java) S 30099 30102 8289 0 -1 1077944384 67 12568 0 0 0 0 5 3 20 0 15 0 112436585 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753368536480 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30159] ppid=30099 vsize=14069564 memory=2640 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30159/stat : 30159 (java) S 30099 30102 8289 0 -1 1077944384 70 12568 0 0 0 0 5 3 20 0 15 0 112436586 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753367484032 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30160] ppid=30099 vsize=14069564 memory=2872560 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30160/stat : 30160 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753366432336 139754453002139 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30161] ppid=30099 vsize=14069564 memory=4186504 CPUtime=10.99 cores=0,2,4,6
/proc/30102/task/30161/stat : 30161 (java) S 30099 30102 8289 0 -1 1077944384 31800 12568 0 0 1086 5 5 3 20 0 15 0 112436588 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753365379184 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30162] ppid=30099 vsize=14069564 memory=4185704 CPUtime=11.68 cores=0,2,4,6
/proc/30102/task/30162/stat : 30162 (java) S 30099 30102 8289 0 -1 1077944384 31074 12568 0 0 1153 7 5 3 20 0 15 0 112436588 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753364326384 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30163] ppid=30099 vsize=14069564 memory=-8774313645642428999 CPUtime=3 cores=0,2,4,6
/proc/30102/task/30163/stat : 30163 (java) S 30099 30102 8289 0 -1 1077944384 17349 12568 0 0 288 4 5 3 20 0 15 0 112436588 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753363274096 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30164] ppid=30099 vsize=14069564 memory=316773698965340451 CPUtime=0.08 cores=0,2,4,6
/proc/30102/task/30164/stat : 30164 (java) S 30099 30102 8289 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 112436588 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753362221536 139754452993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
[pid=30102/tid=30165] ppid=30099 vsize=14069564 memory=13567080955905322 CPUtime=0.19 cores=0,2,4,6
/proc/30102/task/30165/stat : 30165 (java) S 30099 30102 8289 0 -1 1077944384 393 12568 0 0 5 6 5 3 20 0 15 0 112436594 14407233536 1047011 18446744073709551615 4194304 4196468 140727609798768 139753361169328 139754452994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20652032 140727609804720 140727609807505 140727609807505 140727609810895 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4188044 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+219.857 s]
# the end of solver process 30102 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.521 s, system=1.61337 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 219.857
CPU time (s): 252.135
CPU user time (s): 250.521
CPU system time (s): 1.61337
CPU usage (%): 114.681
Max. virtual memory (cumulated for all children) (KiB): 14069564
Max. memory (cumulated for all children) (KiB): 4190180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.521
system time used= 1.61337
maximum resident set size= 4190392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202917
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17194
involuntary context switches= 587


# summary of solver processes directly reported to runsolver:
#   pid: 30102
#   total CPU time (s): 252.135
#   total CPU user time (s): 250.521
#   total CPU system time (s): 1.61337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.64078 second user time and 1.89376 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:29:26
IDJOB=4259507
IDBENCH=126230
IDSOLVER=2646
FILE ID=node133/4259507-1502646214
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-24-a4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259507-1502646214/watcher-4259507-1502646214 -o /tmp/evaluation-result-4259507-1502646214/solver-4259507-1502646214 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259507-1502646214.xml

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

MD5SUM BENCH= 703fa8ddaec9a7a194d23a6d05243a88
RANDOM SEED=275669552

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:        29996688 kB
MemAvailable:   30636164 kB
Buffers:          237812 kB
Cached:           697448 kB
SwapCached:            0 kB
Active:          2139668 kB
Inactive:         184484 kB
Active(anon):    1330412 kB
Inactive(anon):   100820 kB
Active(file):     809256 kB
Inactive(file):    83664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25176 kB
Writeback:             0 kB
AnonPages:       1415696 kB
Mapped:            69832 kB
Shmem:             41660 kB
Slab:             152412 kB
SReclaimable:     124784 kB
SUnreclaim:        27628 kB
KernelStack:        3776 kB
PageTables:         7164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2361648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1202176 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= 61980 MiB
End job on node133 at 2017-08-13 19:33:06