Trace number 4248404

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
R1: Concrete 3.4SAT (TO)1220 2400.09 2319.03

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-17.xml
MD5SUM55160ca1cb6892c8520106891d7cdd01
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1220
Best CPU time to get the best result obtained on this benchmark552.08801
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

4.02/2.25	c Concrete v3.4 running
7.41/3.87	o 709
7.84/3.91	o 715
7.84/3.94	o 745
7.84/3.96	o 774
7.84/3.98	o 813
7.84/4.00	o 862
8.24/4.01	o 915
8.24/4.03	o 942
8.24/4.04	o 998
8.24/4.05	o 1001
8.24/4.06	o 1005
8.24/4.07	o 1038
8.24/4.08	o 1057
8.59/4.11	o 1061
8.59/4.12	o 1063
8.59/4.13	o 1082
8.59/4.13	o 1091
8.59/4.15	o 1092
8.59/4.16	o 1106
8.59/4.17	o 1113
8.98/4.20	o 1144
8.98/4.22	o 1145
8.98/4.26	o 1174
8.98/4.28	o 1201
9.34/4.36	o 1220
2400.04/2319.00	java.util.concurrent.TimeoutException
2400.04/2319.00		at concrete.MAC.mac(MAC.scala:74)
2400.04/2319.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.04/2319.00		at scala.util.Try$.apply(Try.scala:209)
2400.04/2319.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.04/2319.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.04/2319.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.04/2319.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.04/2319.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.04/2319.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.04/2319.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.04/2319.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.04/2319.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.04/2319.01		at concrete.MAC.oneRun(MAC.scala:146)
2400.04/2319.01		at concrete.MAC.nextSolution(MAC.scala:166)
2400.04/2319.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.04/2319.01		at concrete.ProblemState.map(ProblemState.scala:203)
2400.04/2319.01		at concrete.ProblemState.map(ProblemState.scala:188)
2400.04/2319.01		at concrete.MAC.nextSolution(MAC.scala:195)
2400.04/2319.01		at concrete.Solver.hasNext(Solver.scala:202)
2400.04/2319.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.04/2319.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.04/2319.01		at concrete.Solver.toStream(Solver.scala:73)
2400.04/2319.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.04/2319.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.04/2319.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.04/2319.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.04/2319.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.04/2319.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.04/2319.01		at scala.util.Success.map(Try.scala:209)
2400.04/2319.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.04/2319.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.04/2319.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2319.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.04/2319.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2319.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.04/2319.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.04/2319.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.04/2319.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.04/2319.01		at scala.collection.immutable.List.foreach(List.scala:389)
2400.04/2319.01		at scala.App.main(App.scala:76)
2400.04/2319.01		at scala.App.main$(App.scala:74)
2400.04/2319.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2319.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2319.01	v <instantiation cost="1220">
2400.04/2319.01	v       <list>
2400.04/2319.01	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]
2400.04/2319.01	v       </list>
2400.04/2319.01	v       <values>
2400.04/2319.01	v         0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0
2400.04/2319.01	v       </values>
2400.04/2319.01	v     </instantiation>
2400.04/2319.01	s SATISFIABLE

Verifier Data

OK	1220

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248404-1500745546/watcher-4248404-1500745546 -o /tmp/evaluation-result-4248404-1500745546/solver-4248404-1500745546 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500745411-540 --watchdog 2560 bin/concrete HOME/instance-4248404-1500745546.xml 

pid=1526
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 2.17 1.47 1.11 3/261 1529
/proc/meminfo: memFree=30734292/32770624 swapFree=5700/387784
[pid=1529] ppid=1526 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (bash) S 1526 1529 22965 0 -1 4202496 685 1533 0 0 0 0 0 0 20 0 1 0 9822142 9736192 350 33554432000 4194304 5098028 140734244384912 140734244382552 140536720796672 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 8056832 140734244390158 140734244390243 140734244390243 140734244392942 0
/proc/1529/statm: 2377 350 277 221 0 86 0

[startup+0.100148 s]
/proc/loadavg: 2.17 1.47 1.11 3/261 1529
/proc/meminfo: memFree=30734292/32770624 swapFree=5700/387784
[pid=1529] ppid=1526 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (bash) S 1526 1529 22965 0 -1 4202496 879 6424 0 0 0 0 0 1 20 0 1 0 9822142 9871360 378 33554432000 4194304 5098028 140734244384912 140734244378920 140536720796672 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 8056832 140734244390158 140734244390243 140734244390243 140734244392942 0
/proc/1529/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200391 s]
/proc/loadavg: 2.17 1.47 1.11 3/261 1529
/proc/meminfo: memFree=30734292/32770624 swapFree=5700/387784
[pid=1529] ppid=1526 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 5114 12315 0 0 7 1 7 4 20 0 13 0 9822142 10686320640 5468 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2608965 5468 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300353 s]
/proc/loadavg: 2.17 1.47 1.11 3/261 1529
/proc/meminfo: memFree=30734292/32770624 swapFree=5700/387784
[pid=1529] ppid=1526 vsize=10902292 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 8330 12315 0 0 23 3 7 4 20 0 20 0 9822142 11163947008 9384 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2725573 9384 2934 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700279 s]
/proc/loadavg: 2.17 1.47 1.11 3/261 1529
/proc/meminfo: memFree=30734292/32770624 swapFree=5700/387784
[pid=1529] ppid=1526 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 12117 12315 0 0 74 5 7 4 20 0 20 0 9822142 11164385280 14905 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2725680 14905 3140 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 2.17 1.47 1.11 3/281 1602
/proc/meminfo: memFree=30636508/32770624 swapFree=5700/387808
[pid=1529] ppid=1526 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 26568 12315 0 0 201 16 7 4 20 0 20 0 9822142 11175264256 41581 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2728336 41581 3402 1 0 2716450 0
[pid=1529/tid=1584] ppid=1526 vsize=10913344 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 22965 0 -1 1077944384 19663 12315 0 0 127 7 7 4 20 0 20 0 9822153 11175264256 41581 33554432000 4194304 4196468 140728553476656 140447171831728 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1585] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 22965 0 -1 1077944384 125 12315 0 0 0 0 7 4 20 0 20 0 9822154 11175264256 41581 33554432000 4194304 4196468 140728553476656 140447109614608 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1586] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 22965 0 -1 1077944384 15 12315 0 0 0 0 7 4 20 0 20 0 9822154 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446773599376 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1587] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 22965 0 -1 1077944384 52 12315 0 0 0 0 7 4 20 0 20 0 9822154 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446772546320 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1588] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 22965 0 -1 1077944384 16 12315 0 0 0 0 7 4 20 0 20 0 9822154 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446771493776 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1589] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 22965 0 -1 1077944384 24 12315 0 0 0 0 7 4 20 0 20 0 9822154 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446770440720 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1590] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 22965 0 -1 1077944384 21 12315 0 0 0 0 7 4 20 0 20 0 9822154 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446769388176 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1591] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 22965 0 -1 1077944384 27 12315 0 0 0 0 7 4 20 0 20 0 9822154 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446768335120 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1592] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 22965 0 -1 1077944384 29 12315 0 0 0 0 7 4 20 0 20 0 9822154 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446767282576 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1593] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1593/stat : 1593 (java) R 1526 1529 22965 0 -1 4202560 772 12315 0 0 0 0 7 4 20 0 20 0 9822157 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446709294032 140447149248949 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1594] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 22965 0 -1 1077944384 33 12315 0 0 0 0 7 4 20 0 20 0 9822157 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446708242080 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1595] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 22965 0 -1 1077944384 21 12315 0 0 0 0 7 4 20 0 20 0 9822158 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446707188976 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1596] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1596/stat : 1596 (java) S 1526 1529 22965 0 -1 1077944384 1 12315 0 0 0 0 7 4 20 0 20 0 9822162 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446302988752 140447167629211 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1597] ppid=1526 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1597/stat : 1597 (java) S 1526 1529 22965 0 -1 1077944384 547 12315 0 0 11 0 7 4 20 0 20 0 9822162 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446301935856 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1598] ppid=1526 vsize=10913344 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1598/stat : 1598 (java) S 1526 1529 22965 0 -1 1077944384 1361 12315 0 0 20 0 7 4 20 0 20 0 9822162 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446300883312 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1599] ppid=1526 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1599/stat : 1599 (java) S 1526 1529 22965 0 -1 1077944384 835 12315 0 0 10 0 7 4 20 0 20 0 9822162 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446299830256 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1600] ppid=1526 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1600/stat : 1600 (java) S 1526 1529 22965 0 -1 1077944384 1008 12315 0 0 26 0 7 4 20 0 20 0 9822162 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446298775088 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1601] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1601/stat : 1601 (java) S 1526 1529 22965 0 -1 1077944384 3 12315 0 0 0 0 7 4 20 0 20 0 9822162 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446297725920 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1602] ppid=1526 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1602/stat : 1602 (java) S 1526 1529 22965 0 -1 1077944384 3 12315 0 0 0 0 7 4 20 0 20 0 9822163 11175264256 41581 33554432000 4194304 4196468 140728553476656 140446296673456 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10082 s]
/proc/loadavg: 2.17 1.47 1.11 6/281 1602
/proc/meminfo: memFree=30556948/32770624 swapFree=5700/387808
[pid=1529] ppid=1526 vsize=10925820 CPUtime=5.29 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 40546 12315 0 0 496 22 7 4 20 0 20 0 9822142 11188039680 50068 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2731455 50068 3472 1 0 2719010 0
[pid=1529/tid=1584] ppid=1526 vsize=10925820 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1584/stat : 1584 (java) R 1526 1529 22965 0 -1 4202560 25644 12315 0 0 241 10 7 4 20 0 20 0 9822153 11188039680 50068 33554432000 4194304 4196468 140728553476656 140447171841192 140447150974311 0 4 0 16800975 0 0 0 -1 0 0 0 40 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1585] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 22965 0 -1 1077944384 129 12315 0 0 0 0 7 4 20 0 20 0 9822154 11188039680 50068 33554432000 4194304 4196468 140728553476656 140447109614608 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1586] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 22965 0 -1 1077944384 16 12315 0 0 0 0 7 4 20 0 20 0 9822154 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446773599376 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1587] ppid=1526 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 22965 0 -1 1077944384 53 12315 0 0 1 0 7 4 20 0 20 0 9822154 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446772546320 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1588] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 22965 0 -1 1077944384 18 12315 0 0 0 0 7 4 20 0 20 0 9822154 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446771493776 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1589] ppid=1526 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 22965 0 -1 1077944384 24 12315 0 0 1 0 7 4 20 0 20 0 9822154 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446770440720 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1590] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 22965 0 -1 1077944384 21 12315 0 0 0 0 7 4 20 0 20 0 9822154 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446769388176 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1591] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 22965 0 -1 1077944384 27 12315 0 0 0 0 7 4 20 0 20 0 9822154 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446768335120 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1592] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 22965 0 -1 1077944384 32 12315 0 0 0 0 7 4 20 0 20 0 9822154 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446767282576 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1593] ppid=1526 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 22965 0 -1 1077944384 1318 12315 0 0 1 0 7 4 20 0 20 0 9822157 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446709295856 140447167621762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1594] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 22965 0 -1 1077944384 56 12315 0 0 0 0 7 4 20 0 20 0 9822157 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446708242144 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1595] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 22965 0 -1 1077944384 44 12315 0 0 0 0 7 4 20 0 20 0 9822158 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446707188992 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1596] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1596/stat : 1596 (java) S 1526 1529 22965 0 -1 1077944384 1 12315 0 0 0 0 7 4 20 0 20 0 9822162 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446302988752 140447167629211 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1597] ppid=1526 vsize=10925820 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1597/stat : 1597 (java) S 1526 1529 22965 0 -1 1077944384 1483 12315 0 0 42 1 7 4 20 0 20 0 9822162 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446301935856 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1598] ppid=1526 vsize=10925820 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1598/stat : 1598 (java) S 1526 1529 22965 0 -1 1077944384 1726 12315 0 0 42 1 7 4 20 0 20 0 9822162 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446300883312 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1599] ppid=1526 vsize=10925820 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1599/stat : 1599 (java) S 1526 1529 22965 0 -1 1077944384 4661 12315 0 0 79 1 7 4 20 0 20 0 9822162 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446299830256 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1600] ppid=1526 vsize=10925820 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1600/stat : 1600 (java) S 1526 1529 22965 0 -1 1077944384 3156 12315 0 0 78 2 7 4 20 0 20 0 9822162 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446298777712 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1601] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1601/stat : 1601 (java) S 1526 1529 22965 0 -1 1077944384 3 12315 0 0 0 0 7 4 20 0 20 0 9822162 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446297725920 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1602] ppid=1526 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1602/stat : 1602 (java) S 1526 1529 22965 0 -1 1077944384 5 12315 0 0 0 0 7 4 20 0 20 0 9822163 11188039680 50068 33554432000 4194304 4196468 140728553476656 140446296673456 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 10925820

[startup+6.30124 s]
/proc/loadavg: 2.32 1.51 1.12 3/281 1602
/proc/meminfo: memFree=30377420/32770624 swapFree=5700/387820
[pid=1529] ppid=1526 vsize=10995452 CPUtime=14.11 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 64712 12315 0 0 1367 33 7 4 20 0 20 0 9822142 11259342848 104746 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2748863 104746 3491 1 0 2736418 0
[pid=1529/tid=1584] ppid=1526 vsize=10995452 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1584/stat : 1584 (java) R 1526 1529 22965 0 -1 4202560 41223 12315 0 0 533 14 7 4 20 0 20 0 9822153 11259342848 104746 33554432000 4194304 4196468 140728553476656 140447171842584 140446801015242 0 4 0 16800975 0 0 0 -1 0 0 0 40 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1585] ppid=1526 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 22965 0 -1 1077944384 165 12315 0 0 13 1 7 4 20 0 20 0 9822154 11259342848 104746 33554432000 4194304 4196468 140728553476656 140447109614608 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1586] ppid=1526 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 22965 0 -1 1077944384 34 12315 0 0 13 1 7 4 20 0 20 0 9822154 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446773599376 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1587] ppid=1526 vsize=10995452 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 22965 0 -1 1077944384 80 12315 0 0 10 0 7 4 20 0 20 0 9822154 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446772546320 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1588] ppid=1526 vsize=10995452 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 22965 0 -1 1077944384 65 12315 0 0 11 1 7 4 20 0 20 0 9822154 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446771493776 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1589] ppid=1526 vsize=10995452 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 22965 0 -1 1077944384 82 12315 0 0 11 1 7 4 20 0 20 0 9822154 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446770440720 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1590] ppid=1526 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 22965 0 -1 1077944384 35 12315 0 0 13 1 7 4 20 0 20 0 9822154 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446769388176 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1591] ppid=1526 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 22965 0 -1 1077944384 38 12315 0 0 14 0 7 4 20 0 20 0 9822154 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446768335120 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1592] ppid=1526 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 22965 0 -1 1077944384 51 12315 0 0 13 1 7 4 20 0 20 0 9822154 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446767282576 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1593] ppid=1526 vsize=10995452 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 22965 0 -1 1077944384 2140 12315 0 0 10 0 7 4 20 0 20 0 9822157 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446709295856 140447167621762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1594] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 22965 0 -1 1077944384 58 12315 0 0 0 0 7 4 20 0 20 0 9822157 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446708242208 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1595] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 22965 0 -1 1077944384 46 12315 0 0 0 0 7 4 20 0 20 0 9822158 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446707188992 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1596] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1596/stat : 1596 (java) S 1526 1529 22965 0 -1 1077944384 1 12315 0 0 0 0 7 4 20 0 20 0 9822162 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446302988752 140447167629211 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1597] ppid=1526 vsize=10995452 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1597/stat : 1597 (java) R 1526 1529 22965 0 -1 4202560 2200 12315 0 0 160 1 7 4 20 0 20 0 9822162 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446301936152 140447146759449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1598] ppid=1526 vsize=10995452 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1598/stat : 1598 (java) S 1526 1529 22965 0 -1 1077944384 6836 12315 0 0 218 2 7 4 20 0 20 0 9822162 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446300883312 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1599] ppid=1526 vsize=10995452 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1599/stat : 1599 (java) S 1526 1529 22965 0 -1 1077944384 5351 12315 0 0 201 1 7 4 20 0 20 0 9822162 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446299830256 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1600] ppid=1526 vsize=10995452 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1600/stat : 1600 (java) S 1526 1529 22965 0 -1 1077944384 4168 12315 0 0 137 2 7 4 20 0 20 0 9822162 11259342848 104746 33554432000 4194304 4196468 140728553476656 140446298777712 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1601] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=1529/tid=1598] ppid=1526 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1598/stat : 1598 (java) S 1526 1529 22965 0 -1 1077944384 12673 12315 0 0 778 6 7 4 20 0 20 0 9822162 11259342848 247553 33554432000 4194304 4196468 140728553476656 140446300883312 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1599] ppid=1526 vsize=10995452 CPUtime=7.69 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1599/stat : 1599 (java) S 1526 1529 22965 0 -1 1077944384 7836 12315 0 0 754 4 7 4 20 0 20 0 9822162 11259342848 247553 33554432000 4194304 4196468 140728553476656 140446299830256 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1600] ppid=1526 vsize=10995452 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1600/stat : 1600 (java) S 1526 1529 22965 0 -1 1077944384 11434 12315 0 0 325 6 7 4 20 0 20 0 9822162 11259342848 247553 33554432000 4194304 4196468 140728553476656 140446298777712 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1601] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1601/stat : 1601 (java) S 1526 1529 22965 0 -1 1077944384 3 12315 0 0 0 0 7 4 20 0 20 0 9822162 11259342848 247553 33554432000 4194304 4196468 140728553476656 140446297725920 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1602] ppid=1526 vsize=10995452 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1602/stat : 1602 (java) S 1526 1529 22965 0 -1 1077944384 748 12315 0 0 65 57 7 4 20 0 20 0 9822163 11259342848 247553 33554432000 4194304 4196468 140728553476656 140446296673456 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
Current children cumulated CPU time (s) 2219.1
Current children cumulated vsize (KiB) 10995452

[startup+2202.31 s]
/proc/loadavg: 1.35 1.38 1.40 3/282 1692
/proc/meminfo: memFree=29718612/32770624 swapFree=5700/389292
[pid=1529] ppid=1526 vsize=10995452 CPUtime=2280.58 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 177588 12315 0 0 227625 422 7 4 20 0 20 0 9822142 11259342848 247585 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2748863 247585 3502 1 0 2736418 0
[pid=1529/tid=1584] ppid=1526 vsize=10995452 CPUtime=2182.45 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1584/stat : 1584 (java) R 1526 1529 22965 0 -1 4202560 79654 12315 0 0 218192 42 7 4 20 0 20 0 9822153 11259342848 247585 33554432000 4194304 4196468 140728553476656 140447171844256 140446800664487 0 4 0 16800975 0 0 0 -1 6 0 0 40 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1585] ppid=1526 vsize=10995452 CPUtime=7.96 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 22965 0 -1 1077944384 7768 12315 0 0 749 36 7 4 20 0 20 0 9822154 11259342848 247585 33554432000 4194304 4196468 140728553476656 140447109614608 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1586] ppid=1526 vsize=10995452 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 22965 0 -1 1077944384 3161 12315 0 0 743 39 7 4 20 0 20 0 9822154 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446773599376 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1587] ppid=1526 vsize=10995452 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 22965 0 -1 1077944384 8091 12315 0 0 758 37 7 4 20 0 20 0 9822154 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446772546320 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1588] ppid=1526 vsize=10995452 CPUtime=7.98 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 22965 0 -1 1077944384 4847 12315 0 0 748 39 7 4 20 0 20 0 9822154 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446771493776 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1589] ppid=1526 vsize=10995452 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 22965 0 -1 1077944384 1894 12315 0 0 756 36 7 4 20 0 20 0 9822154 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446770440720 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1590] ppid=1526 vsize=10995452 CPUtime=8.01 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 22965 0 -1 1077944384 4987 12315 0 0 754 36 7 4 20 0 20 0 9822154 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446769388176 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1591] ppid=1526 vsize=10995452 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 22965 0 -1 1077944384 5944 12315 0 0 759 38 7 4 20 0 20 0 9822154 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446768335120 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1592] ppid=1526 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 22965 0 -1 1077944384 8222 12315 0 0 758 38 7 4 20 0 20 0 9822154 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446767282576 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1593] ppid=1526 vsize=10995452 CPUtime=7.61 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 22965 0 -1 1077944384 12023 12315 0 0 711 39 7 4 20 0 20 0 9822157 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446709295856 140447167621762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1594] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 22965 0 -1 1077944384 58 12315 0 0 0 0 7 4 20 0 20 0 9822157 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446708242208 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1595] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 22965 0 -1 1077944384 46 12315 0 0 0 0 7 4 20 0 20 0 9822158 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446707188992 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1596] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1596/stat : 1596 (java) S 1526 1529 22965 0 -1 1077944384 1 12315 0 0 0 0 7 4 20 0 20 0 9822162 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446302988752 140447167629211 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1597] ppid=1526 vsize=10995452 CPUtime=7.34 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1597/stat : 1597 (java) S 1526 1529 22965 0 -1 1077944384 6046 12315 0 0 719 4 7 4 20 0 20 0 9822162 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446301935856 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1598] ppid=1526 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1598/stat : 1598 (java) S 1526 1529 22965 0 -1 1077944384 12675 12315 0 0 778 6 7 4 20 0 20 0 9822162 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446300883312 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1599] ppid=1526 vsize=10995452 CPUtime=7.69 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1599/stat : 1599 (java) S 1526 1529 22965 0 -1 1077944384 7838 12315 0 0 754 4 7 4 20 0 20 0 9822162 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446299830256 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1600] ppid=1526 vsize=10995452 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1600/stat : 1600 (java) S 1526 1529 22965 0 -1 1077944384 11440 12315 0 0 325 6 7 4 20 0 20 0 9822162 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446298777712 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1601] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1601/stat : 1601 (java) S 1526 1529 22965 0 -1 1077944384 3 12315 0 0 0 0 7 4 20 0 20 0 9822162 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446297725920 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1602] ppid=1526 vsize=10995452 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1602/stat : 1602 (java) S 1526 1529 22965 0 -1 1077944384 761 12315 0 0 66 59 7 4 20 0 20 0 9822163 11259342848 247585 33554432000 4194304 4196468 140728553476656 140446296673456 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
Current children cumulated CPU time (s) 2280.58
Current children cumulated vsize (KiB) 10995452

[startup+2262.3 s]
/proc/loadavg: 1.54 1.44 1.42 3/282 1976
/proc/meminfo: memFree=27119632/32770624 swapFree=5700/389396
[pid=1529] ppid=1526 vsize=10995452 CPUtime=2341.95 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 178693 12315 0 0 233753 431 7 4 20 0 20 0 9822142 11259342848 247604 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2748863 247604 3502 1 0 2736418 0
[pid=1529/tid=1584] ppid=1526 vsize=10995452 CPUtime=2241.88 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1584/stat : 1584 (java) R 1526 1529 22965 0 -1 4202560 80263 12315 0 0 224134 43 7 4 20 0 20 0 9822153 11259342848 247604 33554432000 4194304 4196468 140728553476656 140447171844752 140446801306744 0 4 0 16800975 0 0 0 -1 0 0 0 40 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1585] ppid=1526 vsize=10995452 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 22965 0 -1 1077944384 7774 12315 0 0 769 37 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140447109614608 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1586] ppid=1526 vsize=10995452 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 22965 0 -1 1077944384 3188 12315 0 0 762 40 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446773599376 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1587] ppid=1526 vsize=10995452 CPUtime=8.27 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 22965 0 -1 1077944384 8146 12315 0 0 778 38 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446772546320 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1588] ppid=1526 vsize=10995452 CPUtime=8.19 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 22965 0 -1 1077944384 5050 12315 0 0 768 40 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446771493776 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1589] ppid=1526 vsize=10995452 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 22965 0 -1 1077944384 1917 12315 0 0 775 37 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446770440720 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1590] ppid=1526 vsize=10995452 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 22965 0 -1 1077944384 4995 12315 0 0 775 37 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446769388176 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1591] ppid=1526 vsize=10995452 CPUtime=8.3 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 22965 0 -1 1077944384 5959 12315 0 0 779 40 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446768335120 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1592] ppid=1526 vsize=10995452 CPUtime=8.29 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 22965 0 -1 1077944384 8229 12315 0 0 779 39 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446767282576 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1593] ppid=1526 vsize=10995452 CPUtime=7.85 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 22965 0 -1 1077944384 12158 12315 0 0 734 40 7 4 20 0 20 0 9822157 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446709295856 140447167621762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1594] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 22965 0 -1 1077944384 58 12315 0 0 0 0 7 4 20 0 20 0 9822157 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446708242208 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1595] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 22965 0 -1 1077944384 46 12315 0 0 0 0 7 4 20 0 20 0 9822158 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446707188992 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1596] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1596/stat : 1596 (java) S 1526 1529 22965 0 -1 1077944384 1 12315 0 0 0 0 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446302988752 140447167629211 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1597] ppid=1526 vsize=10995452 CPUtime=7.34 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1597/stat : 1597 (java) S 1526 1529 22965 0 -1 1077944384 6046 12315 0 0 719 4 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446301935856 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1598] ppid=1526 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1598/stat : 1598 (java) S 1526 1529 22965 0 -1 1077944384 12675 12315 0 0 778 6 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446300883312 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1599] ppid=1526 vsize=10995452 CPUtime=7.69 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1599/stat : 1599 (java) S 1526 1529 22965 0 -1 1077944384 7838 12315 0 0 754 4 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446299830256 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1600] ppid=1526 vsize=10995452 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1600/stat : 1600 (java) S 1526 1529 22965 0 -1 1077944384 11440 12315 0 0 325 6 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446298777712 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1601] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1601/stat : 1601 (java) S 1526 1529 22965 0 -1 1077944384 3 12315 0 0 0 0 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446297725920 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1602] ppid=1526 vsize=10995452 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1602/stat : 1602 (java) S 1526 1529 22965 0 -1 1077944384 778 12315 0 0 68 60 7 4 20 0 20 0 9822163 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446296673456 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
Current children cumulated CPU time (s) 2341.95
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319 s]
/proc/loadavg: 2.03 1.63 1.49 3/282 1977
/proc/meminfo: memFree=26796848/32770624 swapFree=5700/389428
[pid=1529] ppid=1526 vsize=10995452 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/1529/stat : 1529 (java) S 1526 1529 22965 0 -1 1077944320 179140 12315 0 0 239552 441 7 4 20 0 20 0 9822142 11259342848 247604 33554432000 4194304 4196468 140728553476656 140728553459200 140447167610615 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
/proc/1529/statm: 2748863 247604 3502 1 0 2736418 0
[pid=1529/tid=1584] ppid=1526 vsize=10995452 CPUtime=2298.07 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1584/stat : 1584 (java) R 1526 1529 22965 0 -1 4202560 80665 12315 0 0 229753 43 7 4 20 0 20 0 9822153 11259342848 247604 33554432000 4194304 4196468 140728553476656 140447171844816 140446800738091 0 4 0 16800975 0 0 0 -1 4 0 0 40 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1585] ppid=1526 vsize=10995452 CPUtime=8.39 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 22965 0 -1 1077944384 7776 12315 0 0 791 37 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140447109614608 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1586] ppid=1526 vsize=10995452 CPUtime=8.34 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 22965 0 -1 1077944384 3191 12315 0 0 782 41 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446773599376 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1587] ppid=1526 vsize=10995452 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 22965 0 -1 1077944384 8154 12315 0 0 799 39 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446772546320 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1588] ppid=1526 vsize=10995452 CPUtime=8.39 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 22965 0 -1 1077944384 5053 12315 0 0 787 41 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446771493776 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1589] ppid=1526 vsize=10995452 CPUtime=8.44 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 22965 0 -1 1077944384 1920 12315 0 0 795 38 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446770440720 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1590] ppid=1526 vsize=10995452 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 22965 0 -1 1077944384 4997 12315 0 0 794 38 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446769388176 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1591] ppid=1526 vsize=10995452 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 22965 0 -1 1077944384 5965 12315 0 0 798 41 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446768335120 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1592] ppid=1526 vsize=10995452 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 22965 0 -1 1077944384 8232 12315 0 0 799 40 7 4 20 0 20 0 9822154 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446767282576 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1593] ppid=1526 vsize=10995452 CPUtime=8.04 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 22965 0 -1 1077944384 12163 12315 0 0 752 41 7 4 20 0 20 0 9822157 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446709295856 140447167621762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1594] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 22965 0 -1 1077944384 58 12315 0 0 0 0 7 4 20 0 20 0 9822157 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446708242208 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1595] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 22965 0 -1 1077944384 46 12315 0 0 0 0 7 4 20 0 20 0 9822158 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446707188992 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1596] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1596/stat : 1596 (java) S 1526 1529 22965 0 -1 1077944384 1 12315 0 0 0 0 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446302988752 140447167629211 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1597] ppid=1526 vsize=10995452 CPUtime=7.34 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1597/stat : 1597 (java) S 1526 1529 22965 0 -1 1077944384 6048 12315 0 0 719 4 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446301935856 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1598] ppid=1526 vsize=10995452 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1598/stat : 1598 (java) S 1526 1529 22965 0 -1 1077944384 12677 12315 0 0 778 6 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446300883312 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1599] ppid=1526 vsize=10995452 CPUtime=7.69 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1599/stat : 1599 (java) S 1526 1529 22965 0 -1 1077944384 7840 12315 0 0 754 4 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446299830256 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1600] ppid=1526 vsize=10995452 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1600/stat : 1600 (java) S 1526 1529 22965 0 -1 1077944384 11442 12315 0 0 325 6 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446298777712 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1601] ppid=1526 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1601/stat : 1601 (java) S 1526 1529 22965 0 -1 1077944384 3 12315 0 0 0 0 7 4 20 0 20 0 9822162 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446297725920 140447167620821 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
[pid=1529/tid=1602] ppid=1526 vsize=10995452 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/1529/task/1602/stat : 1602 (java) S 1526 1529 22965 0 -1 1077944384 780 12315 0 0 70 61 7 4 20 0 20 0 9822163 11259342848 247604 33554432000 4194304 4196468 140728553476656 140446296673456 140447167621762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10620928 140728553482945 140728553485719 140728553485719 140728553488335 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10995452

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1529 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2319.03
CPU time (s): 2400.09
CPU user time (s): 2395.62
CPU system time (s): 4.4667
CPU usage (%): 103.495
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.62
system time used= 4.4667
maximum resident set size= 991264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 348292
involuntary context switches= 186853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7604 second user time and 21.7826 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 19:45:46
IDJOB=4248404
IDBENCH=133491
IDSOLVER=2630
FILE ID=node130/4248404-1500745546
RUNJOBID= node130-1500745411-540
PBS_JOBID= 20623351
Free space on /tmp= 61856 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248404-1500745546/watcher-4248404-1500745546 -o /tmp/evaluation-result-4248404-1500745546/solver-4248404-1500745546 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500745411-540 --watchdog 2560  bin/concrete HOME/instance-4248404-1500745546.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 55160ca1cb6892c8520106891d7cdd01
RANDOM SEED=1138463549

node130.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30735432 kB
MemAvailable:   31177252 kB
Buffers:          158272 kB
Cached:           562360 kB
SwapCached:            0 kB
Active:          1200920 kB
Inactive:         396628 kB
Active(anon):     879772 kB
Inactive(anon):     8844 kB
Active(file):     321148 kB
Inactive(file):   387784 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24376 kB
Writeback:             0 kB
AnonPages:       1017084 kB
Mapped:            44344 kB
Shmem:              8844 kB
Slab:             132092 kB
SReclaimable:      97444 kB
SUnreclaim:        34648 kB
KernelStack:        4848 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1731908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61832 MiB
End job on node130 at 2017-07-22 20:24:26