Trace number 4295377

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.8 2018-06-13SAT (TO)1323 2520.09 2471.04

General information on the benchmark

NameKnapsack/
Knapsack-60-250-01_c18.xml
MD5SUM572d51936cbf7dcb36f92bd653feb000
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1323
Best CPU time to get the best result obtained on this benchmark415.451
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.99/1.25	c Concrete v3.8.1528841891564 running
6.32/4.01	o 784
6.62/4.02	o 866
6.62/4.03	o 871
6.62/4.04	o 959
6.62/4.05	o 968
6.62/4.06	o 1054
6.62/4.08	o 1058
6.62/4.08	o 1063
6.62/4.09	o 1072
6.97/4.11	o 1125
6.97/4.12	o 1134
6.97/4.13	o 1135
6.97/4.14	o 1156
7.63/4.38	o 1183
7.63/4.38	o 1192
7.63/4.39	o 1211
7.98/4.42	o 1223
7.98/4.42	o 1233
7.98/4.43	o 1258
8.56/4.67	o 1279
8.56/4.67	o 1286
9.80/5.02	o 1287
9.80/5.02	o 1294
13.19/7.14	o 1302
13.19/7.14	o 1311
13.89/7.68	o 1313
15.73/8.86	o 1315
17.02/9.74	o 1317
60.16/45.68	o 1323
2520.04/2471.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2471.01		at concrete.MAC.mac(MAC.scala:188)
2520.04/2471.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2471.01		at scala.util.Try$.apply(Try.scala:209)
2520.04/2471.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2471.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2471.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2471.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2471.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2471.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2471.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2471.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2471.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2471.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2471.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2471.01		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2471.01		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2471.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2471.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2471.01		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2471.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2471.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2471.01		at scala.util.Success.map(Try.scala:209)
2520.04/2471.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2471.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2471.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2471.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2471.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2471.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2471.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2471.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2471.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2471.01		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2471.01		at scala.App.main(App.scala:76)
2520.04/2471.01		at scala.App.main$(App.scala:74)
2520.04/2471.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2471.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2471.02	v <instantiation cost="1323">
2520.04/2471.02	v       <list>
2520.04/2471.02	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] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
2520.04/2471.02	v       </list>
2520.04/2471.02	v       <values>
2520.04/2471.02	v         0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1
2520.04/2471.02	v       </values>
2520.04/2471.02	v     </instantiation>
2520.04/2471.02	s SATISFIABLE

Verifier Data

OK	1323

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 (5910 MiB free)
  memory of node 1: 16384 MiB (10522 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295377-1532545271/watcher-4295377-1532545271 -o /tmp/evaluation-result-4295377-1532545271/solver-4295377-1532545271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=918505768 HOME/instance-4295377-1532545271.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=29413, runsolver pid=29410
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.30 1.32 1.37 3/214 29450
/proc/meminfo: memFree=16815732/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=113256 memory=1604 CPUtime=0.01 cores=1,3,5,7
/proc/29413/stat : 29413 (bash) S 29410 29413 23703 0 -1 4202496 883 5668 0 0 0 0 0 1 20 0 1 0 72090281 115974144 401 33554432000 4194304 5098028 140728854421728 140728854415736 140609771150336 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 10997760 140728854422700 140728854422824 140728854422824 140728854425582 0
/proc/29413/statm: 28314 401 318 221 0 119 0
[pid=29440] ppid=29413 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/29440/stat : 29440 (bash) S 29413 29413 23703 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 72090284 115974144 178 33554432000 4194304 5098028 140728854421728 140728854414408 140609770975868 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10997760 140728854422700 140728854422824 140728854422824 140728854425582 0
/proc/29440/statm: 28314 178 95 221 0 119 0
[pid=29441] ppid=29440 vsize=10260324 memory=19960 CPUtime=0.03 cores=1,3,5,7
/proc/29441/stat : 29441 (java) S 29440 29413 23703 0 -1 1077944320 3789 0 0 0 3 0 0 0 20 0 9 0 72090284 10506571776 4990 33554432000 4194304 4196468 140729157196304 140729157178848 140284035952375 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
/proc/29441/statm: 2565081 4990 2142 1 0 2527622 0
[pid=29441/tid=29443] ppid=29440 vsize=10260324 memory=7822038051842263963 CPUtime=0.03 cores=1,3,5,7
/proc/29441/task/29443/stat : 29443 (java) D 29440 29413 23703 0 -1 1077944384 2445 0 0 0 3 0 0 0 20 0 9 0 72090285 10506571776 4990 33554432000 4194304 4196468 140729157196304 140284040190320 140284028631597 0 4 0 16784584 18446744072101629476 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
[pid=29441/tid=29444] ppid=29440 vsize=10260324 memory=6944656425122832000 CPUtime=0 cores=1,3,5,7
/proc/29441/task/29444/stat : 29444 (java) S 29440 29413 23703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72090288 10506571776 4990 33554432000 4194304 4196468 140729157196304 140283972643856 140284035962581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
[pid=29441/tid=29445] ppid=29440 vsize=10260324 memory=140115017275008 CPUtime=0 cores=1,3,5,7
/proc/29441/task/29445/stat : 29445 (java) S 29440 29413 23703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72090288 10506571776 4990 33554432000 4194304 4196468 140729157196304 140283971591312 140284035962581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
[pid=29441/tid=29446] ppid=29440 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29441/task/29446/stat : 29446 (java) S 29440 29413 23703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72090288 10506571776 4990 33554432000 4194304 4196468 140729157196304 140283970538256 140284035962581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
[pid=29441/tid=29447] ppid=29440 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29441/task/29447/stat : 29447 (java) S 29440 29413 23703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72090288 10506571776 4990 33554432000 4194304 4196468 140729157196304 140283969485712 140284035962581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
[pid=29441/tid=29448] ppid=29440 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29441/task/29448/stat : 29448 (java) S 29440 29413 23703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72090290 10506571776 4990 33554432000 4194304 4196468 140729157196304 140283138214128 140284035963522 0 0 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
[pid=29441/tid=29449] ppid=29440 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29441/task/29449/stat : 29449 (java) S 29440 29413 23703 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 72090290 10506571776 4990 33554432000 4194304 4196468 140729157196304 140283137160352 140284035962581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
[pid=29441/tid=29450] ppid=29440 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29441/task/29450/stat : 29450 (java) S 29440 29413 23703 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 72090290 10506571776 4990 33554432000 4194304 4196468 140729157196304 140283136107312 140284035962581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140729157203235 140729157203249 140729157203249 140729157205967 0
[pid=29442] ppid=29440 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/29442/stat : 29442 (awk) S 29440 29413 23703 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 72090284 116211712 243 33554432000 4194304 4609284 140735216883488 140735216882664 140559635221504 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 36855808 140735216891219 140735216891249 140735216891249 140735216893935 0
/proc/29442/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23248 KiB

[startup+0.210345 s]*
/proc/loadavg: 1.30 1.32 1.37 2/204 29466
/proc/meminfo: memFree=16827048/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=132556 memory=4788 CPUtime=0.08 cores=1,3,5,7
/proc/29413/stat : 29413 (java) S 29410 29413 23703 0 -1 1077944320 2292 12846 0 0 0 0 5 3 20 0 2 0 72090281 135737344 1197 33554432000 4194304 4196468 140720466338208 140720466320752 140340630281975 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
/proc/29413/statm: 33139 1197 880 1 0 24737 0
[pid=29413/tid=29466] ppid=29410 vsize=132556 memory=-8540663193526752614 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29466/stat : 29466 (java) D 29410 29413 23703 0 -1 1077944384 105 12846 0 0 0 0 5 3 20 0 2 0 72090300 135737344 1197 33554432000 4194304 4196468 140720466338208 140340602117496 140340632557255 0 0 4096 0 18446744072101629476 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 132556 KiB
Current children cumulated memory: 4788 KiB

[startup+0.309816 s]*
/proc/loadavg: 1.30 1.32 1.37 3/211 29473
/proc/meminfo: memFree=16812096/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=10355560 memory=24680 CPUtime=0.12 cores=1,3,5,7
/proc/29413/stat : 29413 (java) S 29410 29413 23703 0 -1 1077944320 4813 12846 0 0 3 1 5 3 20 0 9 0 72090281 10604093440 6170 33554432000 4194304 4196468 140720466338208 140720466320752 140340630281975 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
/proc/29413/statm: 2588890 6170 2147 1 0 2551431 0
[pid=29413/tid=29466] ppid=29410 vsize=10355560 memory=-8540663193526752614 CPUtime=0.11 cores=1,3,5,7
/proc/29413/task/29466/stat : 29466 (java) D 29410 29413 23703 0 -1 1077944384 2605 12846 0 0 3 0 5 3 20 0 9 0 72090300 10604093440 6170 33554432000 4194304 4196468 140720466338208 140340602117712 140340630305853 0 4 0 16800971 18446744072101629476 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29467] ppid=29410 vsize=10355560 memory=4211973841222065546 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29467/stat : 29467 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 9 0 72090307 10604093440 6170 33554432000 4194304 4196468 140720466338208 140340634524176 140340630292181 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29468] ppid=29410 vsize=10355560 memory=140115017298738 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29468/stat : 29468 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 9 0 72090307 10604093440 6170 33554432000 4194304 4196468 140720466338208 140340549343888 140340630292181 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29469] ppid=29410 vsize=10355560 memory=140114919563718 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29469/stat : 29469 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 9 0 72090307 10604093440 6170 33554432000 4194304 4196468 140720466338208 140340548290832 140340630292181 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29470] ppid=29410 vsize=10355560 memory=140114919546831 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29470/stat : 29470 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 9 0 72090307 10604093440 6170 33554432000 4194304 4196468 140720466338208 140340547238288 140340630292181 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29471] ppid=29410 vsize=10355560 memory=140115017304227 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29471/stat : 29471 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 9 0 72090308 10604093440 6170 33554432000 4194304 4196468 140720466338208 140340156889840 140340630293122 0 0 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29472] ppid=29410 vsize=10355560 memory=140114919546895 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29472/stat : 29472 (java) S 29410 29413 23703 0 -1 1077944384 13 12846 0 0 0 0 5 3 20 0 9 0 72090308 10604093440 6170 33554432000 4194304 4196468 140720466338208 140340069656224 140340630292181 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29473] ppid=29410 vsize=10355560 memory=280229839086736 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29473/stat : 29473 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 9 0 72090309 10604093440 6170 33554432000 4194304 4196468 140720466338208 140339935438064 140340630292181 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 24680 KiB

[startup+0.700699 s]
/proc/loadavg: 1.30 1.32 1.37 2/216 29478
/proc/meminfo: memFree=16807300/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=10819352 memory=53396 CPUtime=0.36 cores=1,3,5,7
/proc/29413/stat : 29413 (java) S 29410 29413 23703 0 -1 1077944320 9676 12846 0 0 26 2 5 3 20 0 15 0 72090281 11079016448 13349 33554432000 4194304 4196468 140720466338208 140720466320752 140340630281975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
/proc/29413/statm: 2704838 13349 3096 1 0 2667149 0
[pid=29413/tid=29466] ppid=29410 vsize=10819384 memory=253162552354366 CPUtime=0.26 cores=1,3,5,7
/proc/29413/task/29466/stat : 29466 (java) R 29410 29413 23703 0 -1 4202560 6243 12846 0 0 17 1 5 3 20 0 15 0 72090300 11079049216 13349 33554432000 4194304 4196468 140720466338208 140340602092544 140340622999079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29467] ppid=29410 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29467/stat : 29467 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090307 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340634524176 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29468] ppid=29410 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29468/stat : 29468 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090307 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340549343888 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29469] ppid=29410 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29469/stat : 29469 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090307 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340548290832 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29470] ppid=29410 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29470/stat : 29470 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090307 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340547238288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29471] ppid=29410 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29471/stat : 29471 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090308 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340156889840 140340630293122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29472] ppid=29410 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29472/stat : 29472 (java) S 29410 29413 23703 0 -1 1077944384 13 12846 0 0 0 0 5 3 20 0 15 0 72090308 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340069656224 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29473] ppid=29410 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29473/stat : 29473 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090309 11079016448 13349 33554432000 4194304 4196468 140720466338208 140339935438064 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29474] ppid=29410 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29474/stat : 29474 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090317 11079016448 13349 33554432000 4194304 4196468 140720466338208 140339331459536 140340630300571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29475] ppid=29410 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/29413/task/29475/stat : 29475 (java) S 29410 29413 23703 0 -1 1077944384 477 12846 0 0 2 0 5 3 20 0 15 0 72090317 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340155836656 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29476] ppid=29410 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29413/task/29476/stat : 29476 (java) S 29410 29413 23703 0 -1 1077944384 139 12846 0 0 1 0 5 3 20 0 15 0 72090317 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340154784112 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29477] ppid=29410 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/29413/task/29477/stat : 29477 (java) S 29410 29413 23703 0 -1 1077944384 611 12846 0 0 5 0 5 3 20 0 15 0 72090317 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340153731056 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29478] ppid=29410 vsize=10819352 memory=15 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29478/stat : 29478 (java) S 29410 29413 23703 0 -1 1077944384 3 12846 0 0 0 0 5 3 20 0 15 0 72090318 11079016448 13349 33554432000 4194304 4196468 140720466338208 140338861697376 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29479] ppid=29410 vsize=10819352 memory=8242257093008177461 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29479/stat : 29479 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090332 11079016448 13349 33554432000 4194304 4196468 140720466338208 140340152679472 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53396 KiB

[startup+1.50076 s]
/proc/loadavg: 1.30 1.32 1.37 2/217 29479
/proc/meminfo: memFree=16773272/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=10823936 memory=104244 CPUtime=1.3 cores=1,3,5,7
/proc/29413/stat : 29413 (java) S 29410 29413 23703 0 -1 1077944320 18118 12846 0 0 117 5 5 3 20 0 15 0 72090281 11083710464 26061 33554432000 4194304 4196468 140720466338208 140720466320752 140340630281975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
/proc/29413/statm: 2705984 26061 3391 1 0 2667661 0
[pid=29413/tid=29466] ppid=29410 vsize=10823936 memory=280229839244976 CPUtime=0.85 cores=1,3,5,7
/proc/29413/task/29466/stat : 29466 (java) D 29410 29413 23703 0 -1 1077944384 13382 12846 0 0 73 4 5 3 20 0 15 0 72090300 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340602104448 140340630305853 0 4 0 16800975 18446744072101629476 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29467] ppid=29410 vsize=10823936 memory=3906648609122435454 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29467/stat : 29467 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090307 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340634524176 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29468] ppid=29410 vsize=10823936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29468/stat : 29468 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090307 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340549343888 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29469] ppid=29410 vsize=10823936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29469/stat : 29469 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090307 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340548290832 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29470] ppid=29410 vsize=10823936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29470/stat : 29470 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090307 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340547238288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29471] ppid=29410 vsize=10823936 memory=3708 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29471/stat : 29471 (java) S 29410 29413 23703 0 -1 1077944384 5 12846 0 0 0 0 5 3 20 0 15 0 72090308 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340156889840 140340630293122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29472] ppid=29410 vsize=10823936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29472/stat : 29472 (java) S 29410 29413 23703 0 -1 1077944384 13 12846 0 0 0 0 5 3 20 0 15 0 72090308 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340069656224 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29473] ppid=29410 vsize=10823936 memory=280229839119136 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29473/stat : 29473 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090309 11083710464 26061 33554432000 4194304 4196468 140720466338208 140339935438064 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29474] ppid=29410 vsize=10823936 memory=3763220663162202982 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29474/stat : 29474 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090317 11083710464 26061 33554432000 4194304 4196468 140720466338208 140339331459536 140340630300571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29475] ppid=29410 vsize=10823936 memory=280229839446416 CPUtime=0.18 cores=1,3,5,7
/proc/29413/task/29475/stat : 29475 (java) S 29410 29413 23703 0 -1 1077944384 862 12846 0 0 10 0 5 3 20 0 15 0 72090317 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340155836656 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29476] ppid=29410 vsize=10823936 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/29413/task/29476/stat : 29476 (java) S 29410 29413 23703 0 -1 1077944384 820 12846 0 0 12 0 5 3 20 0 15 0 72090317 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340154784112 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29477] ppid=29410 vsize=10823936 memory=-3252517613199061085 CPUtime=0.27 cores=1,3,5,7
/proc/29413/task/29477/stat : 29477 (java) S 29410 29413 23703 0 -1 1077944384 837 12846 0 0 19 0 5 3 20 0 15 0 72090317 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340153731056 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29478] ppid=29410 vsize=10823936 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29478/stat : 29478 (java) S 29410 29413 23703 0 -1 1077944384 3 12846 0 0 0 0 5 3 20 0 15 0 72090318 11083710464 26061 33554432000 4194304 4196468 140720466338208 140338861697376 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29479] ppid=29410 vsize=10823936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29479/stat : 29479 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090332 11083710464 26061 33554432000 4194304 4196468 140720466338208 140340152679472 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10823936 KiB
Current children cumulated memory: 104244 KiB

[startup+3.11066 s]
/proc/loadavg: 1.35 1.33 1.37 5/217 29479
/proc/meminfo: memFree=16632928/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=10842464 memory=202908 CPUtime=4.3 cores=1,3,5,7
/proc/29413/stat : 29413 (java) S 29410 29413 23703 0 -1 1077944320 42835 12846 0 0 409 13 5 3 20 0 15 0 72090281 11102683136 50727 33554432000 4194304 4196468 140720466338208 140720466320752 140340630281975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
/proc/29413/statm: 2710616 50727 3494 1 0 2672269 0
[pid=29413/tid=29466] ppid=29410 vsize=10842464 memory=180668 CPUtime=2.36 cores=1,3,5,7
/proc/29413/task/29466/stat : 29466 (java) R 29410 29413 23703 0 -1 4202560 27798 12846 0 0 220 8 5 3 20 0 15 0 72090300 11102683136 50727 33554432000 4194304 4196468 140720466338208 140340602093384 140340608284817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29467] ppid=29410 vsize=10842464 memory=280229839180768 CPUtime=0.09 cores=1,3,5,7
/proc/29413/task/29467/stat : 29467 (java) S 29410 29413 23703 0 -1 1077944384 64 12846 0 0 1 0 5 3 20 0 15 0 72090307 11102683136 50727 33554432000 4194304 4196468 140720466338208 140340634524176 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29468] ppid=29410 vsize=10842464 memory=56 CPUtime=0.09 cores=1,3,5,7
/proc/29413/task/29468/stat : 29468 (java) S 29410 29413 23703 0 -1 1077944384 18 12846 0 0 1 0 5 3 20 0 15 0 72090307 11102683136 50727 33554432000 4194304 4196468 140720466338208 140340549343888 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29469] ppid=29410 vsize=10842464 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29413/task/29469/stat : 29469 (java) S 29410 29413 23703 0 -1 1077944384 21 12846 0 0 1 0 5 3 20 0 15 0 72090307 11102683136 50727 33554432000 4194304 4196468 140720466338208 140340548290832 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29470] ppid=29410 vsize=10842464 memory=3708 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29470/stat : 29470 (java) S 29410 29413 23703 0 -1 1077944384 335 12846 0 0 0 0 5 3 20 0 15 0 72090307 11102683136 50727 33554432000 4194304 4196468 140720466338208 140340547238288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29471] ppid=29410 vsize=10842464 memory=21588 CPUtime=0.09 cores=1,3,5,7
/proc/29413/task/29471/stat : 29471 (java) S 29410 29413 23703 0 -1 1077944384 173 12846 0 0 1 0 5 3 20 0 15 0 72090308 11102683136 50727 33554432000 4194304 4196468 140720466338208 140340156889840 140340630293122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29472] ppid=29410 vsize=10842464 memory=2088 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29472/stat : 29472 (java) S 29410 29413 23703 0 -1 1077944384 14 12846 0 0 0 0 5 3 20 0 15 0 72090308 11102683136 50727 33554432000 4194304 4196468 140720466338208 140340069656288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29473] ppid=29410 vsize=10842464 memory=832 CPUtime=0.08 cores=1,3,5,7

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

/proc/29413/task/29466/stat : 29466 (java) R 29410 29413 23703 0 -1 4202560 84044 12846 0 0 229388 57 5 3 20 0 15 0 72090300 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340602116496 140340233373556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29467] ppid=29410 vsize=10914144 memory=883660 CPUtime=11.75 cores=1,3,5,7
/proc/29413/task/29467/stat : 29467 (java) S 29410 29413 23703 0 -1 1077944384 14034 12846 0 0 1104 63 5 3 20 0 15 0 72090307 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340634524176 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29468] ppid=29410 vsize=10914144 memory=883660 CPUtime=11.76 cores=1,3,5,7
/proc/29413/task/29468/stat : 29468 (java) S 29410 29413 23703 0 -1 1077944384 9673 12846 0 0 1105 63 5 3 20 0 15 0 72090307 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340549343888 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29469] ppid=29410 vsize=10914144 memory=883660 CPUtime=11.72 cores=1,3,5,7
/proc/29413/task/29469/stat : 29469 (java) S 29410 29413 23703 0 -1 1077944384 10558 12846 0 0 1096 68 5 3 20 0 15 0 72090307 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340548290832 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29470] ppid=29410 vsize=10914144 memory=883572 CPUtime=11.78 cores=1,3,5,7
/proc/29413/task/29470/stat : 29470 (java) S 29410 29413 23703 0 -1 1077944384 18064 12846 0 0 1104 66 5 3 20 0 15 0 72090307 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340547238288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29471] ppid=29410 vsize=10914144 memory=883572 CPUtime=11.42 cores=1,3,5,7
/proc/29413/task/29471/stat : 29471 (java) S 29410 29413 23703 0 -1 1077944384 15073 12846 0 0 1073 61 5 3 20 0 15 0 72090308 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340156889840 140340630293122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29472] ppid=29410 vsize=10914144 memory=883572 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29472/stat : 29472 (java) S 29410 29413 23703 0 -1 1077944384 14 12846 0 0 0 0 5 3 20 0 15 0 72090308 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340069656288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29473] ppid=29410 vsize=10914144 memory=883660 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29473/stat : 29473 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090309 11176083456 220915 33554432000 4194304 4196468 140720466338208 140339935438080 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29474] ppid=29410 vsize=10914144 memory=883660 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29474/stat : 29474 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090317 11176083456 220915 33554432000 4194304 4196468 140720466338208 140339331459536 140340630300571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29475] ppid=29410 vsize=10914144 memory=883660 CPUtime=6.1 cores=1,3,5,7
/proc/29413/task/29475/stat : 29475 (java) S 29410 29413 23703 0 -1 1077944384 10916 12846 0 0 599 3 5 3 20 0 15 0 72090317 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340155836656 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29476] ppid=29410 vsize=10914144 memory=883660 CPUtime=6.12 cores=1,3,5,7
/proc/29413/task/29476/stat : 29476 (java) S 29410 29413 23703 0 -1 1077944384 15446 12846 0 0 600 4 5 3 20 0 15 0 72090317 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340154784112 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29477] ppid=29410 vsize=10914144 memory=883660 CPUtime=3.05 cores=1,3,5,7
/proc/29413/task/29477/stat : 29477 (java) S 29410 29413 23703 0 -1 1077944384 17116 12846 0 0 293 4 5 3 20 0 15 0 72090317 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340153731056 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29478] ppid=29410 vsize=10914144 memory=883660 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29478/stat : 29478 (java) S 29410 29413 23703 0 -1 1077944384 3 12846 0 0 0 0 5 3 20 0 15 0 72090318 11176083456 220915 33554432000 4194304 4196468 140720466338208 140338861697376 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29479] ppid=29410 vsize=10914144 memory=140114920493409 CPUtime=1.5 cores=1,3,5,7
/proc/29413/task/29479/stat : 29479 (java) S 29410 29413 23703 0 -1 1077944384 763 12846 0 0 62 80 5 3 20 0 15 0 72090332 11176083456 220915 33554432000 4194304 4196468 140720466338208 140340152679472 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
Current children cumulated CPU time: 2369.14 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 883660 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.38 1.37 3/216 29702
/proc/meminfo: memFree=15903460/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=10914144 memory=885788 CPUtime=2430.02 cores=1,3,5,7
/proc/29413/stat : 29413 (java) S 29410 29413 23703 0 -1 1077944320 199249 12846 0 0 242592 402 5 3 20 0 15 0 72090281 11176083456 221447 33554432000 4194304 4196468 140720466338208 140720466320752 140340630281975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
/proc/29413/statm: 2728536 221447 3517 1 0 2690189 0
[pid=29413/tid=29466] ppid=29410 vsize=10914144 memory=885768 CPUtime=2353.78 cores=1,3,5,7
/proc/29413/task/29466/stat : 29466 (java) R 29410 29413 23703 0 -1 4202560 84751 12846 0 0 235312 58 5 3 20 0 15 0 72090300 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340602116976 140340233298760 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29467] ppid=29410 vsize=10914144 memory=288230617492226348 CPUtime=12.07 cores=1,3,5,7
/proc/29413/task/29467/stat : 29467 (java) S 29410 29413 23703 0 -1 1077944384 14099 12846 0 0 1135 64 5 3 20 0 15 0 72090307 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340634524176 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29468] ppid=29410 vsize=10914144 memory=883720 CPUtime=12.08 cores=1,3,5,7
/proc/29413/task/29468/stat : 29468 (java) S 29410 29413 23703 0 -1 1077944384 9968 12846 0 0 1134 66 5 3 20 0 15 0 72090307 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340549343888 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29469] ppid=29410 vsize=10914144 memory=885768 CPUtime=12.03 cores=1,3,5,7
/proc/29413/task/29469/stat : 29469 (java) S 29410 29413 23703 0 -1 1077944384 10582 12846 0 0 1126 69 5 3 20 0 15 0 72090307 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340548290832 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29470] ppid=29410 vsize=10914144 memory=885768 CPUtime=12.1 cores=1,3,5,7
/proc/29413/task/29470/stat : 29470 (java) S 29410 29413 23703 0 -1 1077944384 18109 12846 0 0 1134 68 5 3 20 0 15 0 72090307 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340547238288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29471] ppid=29410 vsize=10914144 memory=885788 CPUtime=11.74 cores=1,3,5,7
/proc/29413/task/29471/stat : 29471 (java) S 29410 29413 23703 0 -1 1077944384 15280 12846 0 0 1103 63 5 3 20 0 15 0 72090308 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340156889840 140340630293122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29472] ppid=29410 vsize=10914144 memory=885788 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29472/stat : 29472 (java) S 29410 29413 23703 0 -1 1077944384 14 12846 0 0 0 0 5 3 20 0 15 0 72090308 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340069656288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29473] ppid=29410 vsize=10914144 memory=885768 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29473/stat : 29473 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090309 11176083456 221447 33554432000 4194304 4196468 140720466338208 140339935438080 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29474] ppid=29410 vsize=10914144 memory=885788 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29474/stat : 29474 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090317 11176083456 221447 33554432000 4194304 4196468 140720466338208 140339331459536 140340630300571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29475] ppid=29410 vsize=10914144 memory=885768 CPUtime=6.1 cores=1,3,5,7
/proc/29413/task/29475/stat : 29475 (java) S 29410 29413 23703 0 -1 1077944384 10918 12846 0 0 599 3 5 3 20 0 15 0 72090317 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340155836656 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29476] ppid=29410 vsize=10914144 memory=885768 CPUtime=6.12 cores=1,3,5,7
/proc/29413/task/29476/stat : 29476 (java) S 29410 29413 23703 0 -1 1077944384 15448 12846 0 0 600 4 5 3 20 0 15 0 72090317 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340154784112 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29477] ppid=29410 vsize=10914144 memory=885788 CPUtime=3.05 cores=1,3,5,7
/proc/29413/task/29477/stat : 29477 (java) S 29410 29413 23703 0 -1 1077944384 17118 12846 0 0 293 4 5 3 20 0 15 0 72090317 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340153731056 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29478] ppid=29410 vsize=10914144 memory=1088 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29478/stat : 29478 (java) S 29410 29413 23703 0 -1 1077944384 3 12846 0 0 0 0 5 3 20 0 15 0 72090318 11176083456 221447 33554432000 4194304 4196468 140720466338208 140338861697376 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29479] ppid=29410 vsize=10914144 memory=1796 CPUtime=1.54 cores=1,3,5,7
/proc/29413/task/29479/stat : 29479 (java) S 29410 29413 23703 0 -1 1077944384 769 12846 0 0 64 82 5 3 20 0 15 0 72090332 11176083456 221447 33554432000 4194304 4196468 140720466338208 140340152679472 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
Current children cumulated CPU time: 2430.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 885788 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.37 1.37 3/216 29703
/proc/meminfo: memFree=15903324/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=10914144 memory=885852 CPUtime=2490.94 cores=1,3,5,7
/proc/29413/stat : 29413 (java) S 29410 29413 23703 0 -1 1077944320 200764 12846 0 0 248674 412 5 3 20 0 15 0 72090281 11176083456 221463 33554432000 4194304 4196468 140720466338208 140720466320752 140340630281975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
/proc/29413/statm: 2728536 221463 3517 1 0 2690189 0
[pid=29413/tid=29466] ppid=29410 vsize=10914144 memory=885852 CPUtime=2413.03 cores=1,3,5,7
/proc/29413/task/29466/stat : 29466 (java) R 29410 29413 23703 0 -1 4202560 85630 12846 0 0 241236 59 5 3 20 0 15 0 72090300 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340602117744 140340233214807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29467] ppid=29410 vsize=10914144 memory=885852 CPUtime=12.4 cores=1,3,5,7
/proc/29413/task/29467/stat : 29467 (java) S 29410 29413 23703 0 -1 1077944384 14115 12846 0 0 1166 66 5 3 20 0 15 0 72090307 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340634524176 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29468] ppid=29410 vsize=10914144 memory=885852 CPUtime=12.41 cores=1,3,5,7
/proc/29413/task/29468/stat : 29468 (java) S 29410 29413 23703 0 -1 1077944384 10287 12846 0 0 1165 68 5 3 20 0 15 0 72090307 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340549343888 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29469] ppid=29410 vsize=10914144 memory=885788 CPUtime=12.37 cores=1,3,5,7
/proc/29413/task/29469/stat : 29469 (java) S 29410 29413 23703 0 -1 1077944384 10638 12846 0 0 1158 71 5 3 20 0 15 0 72090307 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340548290832 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29470] ppid=29410 vsize=10914144 memory=885788 CPUtime=12.42 cores=1,3,5,7
/proc/29413/task/29470/stat : 29470 (java) S 29410 29413 23703 0 -1 1077944384 18141 12846 0 0 1164 70 5 3 20 0 15 0 72090307 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340547238288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29471] ppid=29410 vsize=10914144 memory=885788 CPUtime=12.05 cores=1,3,5,7
/proc/29413/task/29471/stat : 29471 (java) S 29410 29413 23703 0 -1 1077944384 15471 12846 0 0 1133 64 5 3 20 0 15 0 72090308 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340156889840 140340630293122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29472] ppid=29410 vsize=10914144 memory=885788 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29472/stat : 29472 (java) S 29410 29413 23703 0 -1 1077944384 14 12846 0 0 0 0 5 3 20 0 15 0 72090308 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340069656288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29473] ppid=29410 vsize=10914144 memory=885852 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29473/stat : 29473 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090309 11176083456 221463 33554432000 4194304 4196468 140720466338208 140339935438080 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29474] ppid=29410 vsize=10914144 memory=885852 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29474/stat : 29474 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090317 11176083456 221463 33554432000 4194304 4196468 140720466338208 140339331459536 140340630300571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29475] ppid=29410 vsize=10914144 memory=885852 CPUtime=6.1 cores=1,3,5,7
/proc/29413/task/29475/stat : 29475 (java) S 29410 29413 23703 0 -1 1077944384 10920 12846 0 0 599 3 5 3 20 0 15 0 72090317 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340155836656 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29476] ppid=29410 vsize=10914144 memory=885788 CPUtime=6.12 cores=1,3,5,7
/proc/29413/task/29476/stat : 29476 (java) S 29410 29413 23703 0 -1 1077944384 15450 12846 0 0 600 4 5 3 20 0 15 0 72090317 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340154784112 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29477] ppid=29410 vsize=10914144 memory=266429706331660 CPUtime=3.06 cores=1,3,5,7
/proc/29413/task/29477/stat : 29477 (java) S 29410 29413 23703 0 -1 1077944384 17120 12846 0 0 294 4 5 3 20 0 15 0 72090317 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340153731056 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29478] ppid=29410 vsize=10914144 memory=885852 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29478/stat : 29478 (java) S 29410 29413 23703 0 -1 1077944384 3 12846 0 0 0 0 5 3 20 0 15 0 72090318 11176083456 221463 33554432000 4194304 4196468 140720466338208 140338861697376 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29479] ppid=29410 vsize=10914144 memory=885852 CPUtime=1.58 cores=1,3,5,7
/proc/29413/task/29479/stat : 29479 (java) S 29410 29413 23703 0 -1 1077944384 785 12846 0 0 66 84 5 3 20 0 15 0 72090332 11176083456 221463 33554432000 4194304 4196468 140720466338208 140340152679472 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
Current children cumulated CPU time: 2490.94 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 885852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471 s]*
/proc/loadavg: 1.09 1.32 1.36 3/216 29703
/proc/meminfo: memFree=15903712/32770624 swapFree=67108796/67108860
[pid=29413] ppid=29410 vsize=10914144 memory=885900 CPUtime=2520.04 cores=1,3,5,7
/proc/29413/stat : 29413 (java) S 29410 29413 23703 0 -1 1077944320 201376 12846 0 0 251579 417 5 3 20 0 15 0 72090281 11176083456 221475 33554432000 4194304 4196468 140720466338208 140720466320752 140340630281975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
/proc/29413/statm: 2728536 221475 3517 1 0 2690189 0
[pid=29413/tid=29466] ppid=29410 vsize=10914144 memory=2600 CPUtime=2441.42 cores=1,3,5,7
/proc/29413/task/29466/stat : 29466 (java) R 29410 29413 23703 0 -1 4202560 85989 12846 0 0 244074 60 5 3 20 0 15 0 72090300 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340602116496 140340613665966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29467] ppid=29410 vsize=10914144 memory=-7003737579269690708 CPUtime=12.53 cores=1,3,5,7
/proc/29413/task/29467/stat : 29467 (java) S 29410 29413 23703 0 -1 1077944384 14133 12846 0 0 1179 66 5 3 20 0 15 0 72090307 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340634524176 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29468] ppid=29410 vsize=10914144 memory=17560 CPUtime=12.56 cores=1,3,5,7
/proc/29413/task/29468/stat : 29468 (java) S 29410 29413 23703 0 -1 1077944384 10299 12846 0 0 1179 69 5 3 20 0 15 0 72090307 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340549343888 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29469] ppid=29410 vsize=10914144 memory=17804 CPUtime=12.51 cores=1,3,5,7
/proc/29413/task/29469/stat : 29469 (java) S 29410 29413 23703 0 -1 1077944384 10651 12846 0 0 1171 72 5 3 20 0 15 0 72090307 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340548290832 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29470] ppid=29410 vsize=10914144 memory=4016 CPUtime=12.57 cores=1,3,5,7
/proc/29413/task/29470/stat : 29470 (java) S 29410 29413 23703 0 -1 1077944384 18173 12846 0 0 1178 71 5 3 20 0 15 0 72090307 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340547238288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29471] ppid=29410 vsize=10914144 memory=644 CPUtime=12.19 cores=1,3,5,7
/proc/29413/task/29471/stat : 29471 (java) S 29410 29413 23703 0 -1 1077944384 15638 12846 0 0 1146 65 5 3 20 0 15 0 72090308 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340156889840 140340630293122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29472] ppid=29410 vsize=10914144 memory=1676 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29472/stat : 29472 (java) S 29410 29413 23703 0 -1 1077944384 14 12846 0 0 0 0 5 3 20 0 15 0 72090308 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340069656288 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29473] ppid=29410 vsize=10914144 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29473/stat : 29473 (java) S 29410 29413 23703 0 -1 1077944384 1 12846 0 0 0 0 5 3 20 0 15 0 72090309 11176083456 221475 33554432000 4194304 4196468 140720466338208 140339935438080 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29474] ppid=29410 vsize=10914144 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29474/stat : 29474 (java) S 29410 29413 23703 0 -1 1077944384 2 12846 0 0 0 0 5 3 20 0 15 0 72090317 11176083456 221475 33554432000 4194304 4196468 140720466338208 140339331459536 140340630300571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29475] ppid=29410 vsize=10914144 memory=4072 CPUtime=6.1 cores=1,3,5,7
/proc/29413/task/29475/stat : 29475 (java) S 29410 29413 23703 0 -1 1077944384 10920 12846 0 0 599 3 5 3 20 0 15 0 72090317 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340155836656 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29476] ppid=29410 vsize=10914144 memory=2244 CPUtime=6.12 cores=1,3,5,7
/proc/29413/task/29476/stat : 29476 (java) S 29410 29413 23703 0 -1 1077944384 15450 12846 0 0 600 4 5 3 20 0 15 0 72090317 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340154784112 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29477] ppid=29410 vsize=10914144 memory=4124 CPUtime=3.06 cores=1,3,5,7
/proc/29413/task/29477/stat : 29477 (java) S 29410 29413 23703 0 -1 1077944384 17120 12846 0 0 294 4 5 3 20 0 15 0 72090317 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340153731056 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29478] ppid=29410 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29413/task/29478/stat : 29478 (java) S 29410 29413 23703 0 -1 1077944384 3 12846 0 0 0 0 5 3 20 0 15 0 72090318 11176083456 221475 33554432000 4194304 4196468 140720466338208 140338861697376 140340630292181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
[pid=29413/tid=29479] ppid=29410 vsize=10914144 memory=1572 CPUtime=1.59 cores=1,3,5,7
/proc/29413/task/29479/stat : 29479 (java) S 29410 29413 23703 0 -1 1077944384 796 12846 0 0 66 85 5 3 20 0 15 0 72090332 11176083456 221475 33554432000 4194304 4196468 140720466338208 140340152679472 140340630293122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34258944 140720466340463 140720466343260 140720466343260 140720466345935 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 885900 KiB

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

[startup+2471.04 s]
# the end of solver process 29413 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.87 s, system=4.21337 s

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

Child status: 143
Real time (s): 2471.04
CPU time (s): 2520.09
CPU user time (s): 2515.87
CPU system time (s): 4.21337
CPU usage (%): 101.985
Max. virtual memory (cumulated for all children) (KiB): 10916956
Max. memory (cumulated for all children) (KiB): 885900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.87
system time used= 4.21337
maximum resident set size= 890032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324593
involuntary context switches= 8298


# summary of solver processes directly reported to runsolver:
#   pid: 29413
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.87
#   total CPU system time (s): 4.21337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9113 second user time and 24.0973 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 21:01:11
IDJOB=4295377
IDBENCH=141533
IDSOLVER=2750
FILE ID=node138/4295377-1532545271
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-60-250-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295377-1532545271/watcher-4295377-1532545271 -o /tmp/evaluation-result-4295377-1532545271/solver-4295377-1532545271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=918505768 HOME/instance-4295377-1532545271.xml

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

MD5SUM BENCH= 572d51936cbf7dcb36f92bd653feb000
RANDOM SEED=918505768

node138.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.71
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.71
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.71
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.71
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:        16828780 kB
MemAvailable:   31125352 kB
Buffers:          170852 kB
Cached:         14271368 kB
SwapCached:           44 kB
Active:          3188332 kB
Inactive:       12109804 kB
Active(anon):     806460 kB
Inactive(anon):    77316 kB
Active(file):    2381872 kB
Inactive(file): 12032488 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26596 kB
Writeback:            12 kB
AnonPages:        863524 kB
Mapped:            47792 kB
Shmem:             25164 kB
Slab:             339360 kB
SReclaimable:     310672 kB
SUnreclaim:        28688 kB
KernelStack:        3552 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1857380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 21:42:22