Trace number 4249128

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)119 2400.08 2298.63

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.75/2.29	c Concrete v3.4 running
9.98/4.16	o 420
10.41/4.20	o 362
10.41/4.24	o 360
10.41/4.27	o 350
10.84/4.31	o 341
10.84/4.35	o 327
10.84/4.37	o 325
10.84/4.39	o 322
10.84/4.40	o 321
11.28/4.42	o 313
11.28/4.44	o 295
11.28/4.45	o 280
11.28/4.48	o 275
11.28/4.49	o 265
11.28/4.51	o 259
11.69/4.52	o 245
11.69/4.54	o 226
11.69/4.55	o 225
11.69/4.57	o 223
11.69/4.58	o 222
11.69/4.59	o 221
12.07/4.60	o 203
12.07/4.61	o 198
12.50/4.70	o 196
12.50/4.71	o 193
12.50/4.72	o 186
12.50/4.74	o 184
12.50/4.75	o 183
12.50/4.76	o 179
12.50/4.77	o 175
12.50/4.78	o 170
12.50/4.80	o 166
12.92/4.81	o 163
12.92/4.81	o 156
12.92/4.83	o 154
12.92/4.84	o 149
12.92/4.87	o 147
13.72/5.03	o 146
13.72/5.03	o 144
13.72/5.06	o 141
14.12/5.10	o 140
14.12/5.11	o 139
14.12/5.12	o 138
14.12/5.13	o 127
14.12/5.13	o 125
14.48/5.27	o 124
14.48/5.29	o 119
2400.03/2298.60	java.util.concurrent.TimeoutException
2400.03/2298.60		at concrete.MAC.mac(MAC.scala:74)
2400.03/2298.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.03/2298.60		at scala.util.Try$.apply(Try.scala:209)
2400.03/2298.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.03/2298.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.03/2298.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.03/2298.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.03/2298.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.03/2298.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.03/2298.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.03/2298.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.03/2298.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.03/2298.61		at concrete.MAC.oneRun(MAC.scala:146)
2400.03/2298.61		at concrete.MAC.nextSolution(MAC.scala:166)
2400.03/2298.61		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.03/2298.61		at concrete.ProblemState.map(ProblemState.scala:203)
2400.03/2298.61		at concrete.ProblemState.map(ProblemState.scala:188)
2400.03/2298.61		at concrete.MAC.nextSolution(MAC.scala:195)
2400.03/2298.61		at concrete.Solver.hasNext(Solver.scala:202)
2400.03/2298.61		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.03/2298.61		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.03/2298.61		at concrete.Solver.toStream(Solver.scala:73)
2400.03/2298.61		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.03/2298.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.03/2298.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.03/2298.61		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.03/2298.61		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.03/2298.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.03/2298.61		at scala.util.Success.map(Try.scala:209)
2400.03/2298.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.03/2298.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.03/2298.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2298.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.03/2298.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2298.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.03/2298.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.03/2298.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.03/2298.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.03/2298.61		at scala.collection.immutable.List.foreach(List.scala:389)
2400.03/2298.61		at scala.App.main(App.scala:76)
2400.03/2298.61		at scala.App.main$(App.scala:74)
2400.03/2298.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2298.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2298.61	v <instantiation cost="119">
2400.03/2298.61	v       <list>
2400.03/2298.61	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19]
2400.03/2298.61	v       </list>
2400.03/2298.61	v       <values>
2400.03/2298.61	v         4 2 7 9 11 13 15 18 16 17 19 14 12 10 5 3 0 1 6 8 10 6 4 6 5 7 12 4 8 3 8 3 6 5 4 5 3 10 4 6
2400.03/2298.61	v       </values>
2400.03/2298.61	v     </instantiation>
2400.03/2298.61	s SATISFIABLE

Verifier Data

OK	119

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-4249128-1500757414/watcher-4249128-1500757414 -o /tmp/evaluation-result-4249128-1500757414/solver-4249128-1500757414 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27391 --watchdog 2560 bin/concrete HOME/instance-4249128-1500757414.xml 

pid=29171
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: 1.27 1.37 1.43 2/262 29174
/proc/meminfo: memFree=30620880/32770624 swapFree=5896/230472
[pid=29174] ppid=29171 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (bash) S 29171 29174 27360 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 11011089 9736192 351 33554432000 4194304 5098028 140722960700880 140722960698520 140192609065984 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 12107776 140722960708878 140722960708963 140722960708963 140722960711662 0
/proc/29174/statm: 2377 351 278 221 0 86 0

[startup+0.100127 s]
/proc/loadavg: 1.27 1.37 1.43 2/262 29174
/proc/meminfo: memFree=30620880/32770624 swapFree=5896/230472
[pid=29174] ppid=29171 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (bash) S 29171 29174 27360 0 -1 4202496 884 6412 0 0 0 0 0 1 20 0 1 0 11011089 9871360 378 33554432000 4194304 5098028 140722960700880 140722960694888 140192609065984 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 12107776 140722960708878 140722960708963 140722960708963 140722960711662 0
/proc/29174/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200339 s]
/proc/loadavg: 1.27 1.37 1.43 2/262 29174
/proc/meminfo: memFree=30620880/32770624 swapFree=5896/230472
[pid=29174] ppid=29171 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 4722 12257 0 0 5 1 9 3 20 0 13 0 11011089 10686320640 4545 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2608965 4545 2137 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300296 s]
/proc/loadavg: 1.27 1.37 1.43 2/262 29174
/proc/meminfo: memFree=30620880/32770624 swapFree=5896/230472
[pid=29174] ppid=29171 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 6728 12257 0 0 22 2 9 3 20 0 20 0 11011089 11163947008 8412 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2725573 8412 2922 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700222 s]
/proc/loadavg: 1.27 1.37 1.43 2/262 29174
/proc/meminfo: memFree=30620880/32770624 swapFree=5896/230472
[pid=29174] ppid=29171 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 11971 12257 0 0 73 5 9 3 20 0 20 0 11011089 11164385280 14814 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2725680 14814 3148 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50071 s]
/proc/loadavg: 1.27 1.37 1.43 3/282 29247
/proc/meminfo: memFree=30527408/32770624 swapFree=5896/230436
[pid=29174] ppid=29171 vsize=10913344 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 24444 12257 0 0 180 9 9 3 20 0 20 0 11011089 11175264256 34900 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2728336 34900 3373 1 0 2716450 0
[pid=29174/tid=29229] ppid=29171 vsize=10913344 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29229/stat : 29229 (java) R 29171 29174 27360 0 -1 4202560 18521 12257 0 0 118 6 9 3 20 0 20 0 11011102 11175264256 34900 33554432000 4194304 4196468 140726053052288 139700291642992 139700279670853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29230] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29230/stat : 29230 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011103 11175264256 34900 33554432000 4194304 4196468 140726053052288 139700254988688 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29231] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29231/stat : 29231 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011103 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699893496080 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29232] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29232/stat : 29232 (java) S 29171 29174 27360 0 -1 1077944384 2 12257 0 0 0 0 9 3 20 0 20 0 11011103 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699892443792 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29233] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29233/stat : 29233 (java) S 29171 29174 27360 0 -1 1077944384 2 12257 0 0 0 0 9 3 20 0 20 0 11011103 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699891390992 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29234] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29234/stat : 29234 (java) S 29171 29174 27360 0 -1 1077944384 2 12257 0 0 0 0 9 3 20 0 20 0 11011103 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699890338704 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29235] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29235/stat : 29235 (java) S 29171 29174 27360 0 -1 1077944384 1 12257 0 0 0 0 9 3 20 0 20 0 11011103 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699889285904 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29236] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29236/stat : 29236 (java) S 29171 29174 27360 0 -1 1077944384 1 12257 0 0 0 0 9 3 20 0 20 0 11011103 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699888233616 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29237] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29237/stat : 29237 (java) S 29171 29174 27360 0 -1 1077944384 2 12257 0 0 0 0 9 3 20 0 20 0 11011103 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699887180816 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29238] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29238/stat : 29238 (java) S 29171 29174 27360 0 -1 1077944384 5 12257 0 0 0 0 9 3 20 0 20 0 11011105 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699761985648 139700287441538 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29239] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29239/stat : 29239 (java) S 29171 29174 27360 0 -1 1077944384 33 12257 0 0 0 0 9 3 20 0 20 0 11011106 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699760931616 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29240] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29240/stat : 29240 (java) S 29171 29174 27360 0 -1 1077944384 21 12257 0 0 0 0 9 3 20 0 20 0 11011106 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699759879280 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29241] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29241/stat : 29241 (java) S 29171 29174 27360 0 -1 1077944384 1 12257 0 0 0 0 9 3 20 0 20 0 11011111 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699758827600 139700287448987 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29242] ppid=29171 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29242/stat : 29242 (java) S 29171 29174 27360 0 -1 1077944384 1617 12257 0 0 16 0 9 3 20 0 20 0 11011111 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699757775472 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29243] ppid=29171 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29243/stat : 29243 (java) S 29171 29174 27360 0 -1 1077944384 484 12257 0 0 10 0 9 3 20 0 20 0 11011111 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699756722672 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29244] ppid=29171 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29244/stat : 29244 (java) S 29171 29174 27360 0 -1 1077944384 596 12257 0 0 11 0 9 3 20 0 20 0 11011111 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699755670384 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29245] ppid=29171 vsize=10913344 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29245/stat : 29245 (java) S 29171 29174 27360 0 -1 1077944384 1012 12257 0 0 22 0 9 3 20 0 20 0 11011111 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699754617584 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29246] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29246/stat : 29246 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011111 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699753564512 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29247] ppid=29171 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29247/stat : 29247 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011111 11175264256 34900 33554432000 4194304 4196468 140726053052288 139699752511792 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10913344

[startup+3.10078 s]
/proc/loadavg: 1.33 1.38 1.43 7/282 29247
/proc/meminfo: memFree=30443456/32770624 swapFree=5896/230436
[pid=29174] ppid=29171 vsize=10927868 CPUtime=5.75 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 47873 12257 0 0 542 21 9 3 20 0 20 0 11011089 11190136832 54420 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2731967 54420 3477 1 0 2719522 0
[pid=29174/tid=29229] ppid=29171 vsize=10927868 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29229/stat : 29229 (java) R 29171 29174 27360 0 -1 4202560 32724 12257 0 0 272 9 9 3 20 0 20 0 11011102 11190136832 54420 33554432000 4194304 4196468 140726053052288 139700291659296 139699924116953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29230] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29230/stat : 29230 (java) S 29171 29174 27360 0 -1 1077944384 17 12257 0 0 0 0 9 3 20 0 20 0 11011103 11190136832 54420 33554432000 4194304 4196468 140726053052288 139700254988688 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29231] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29231/stat : 29231 (java) S 29171 29174 27360 0 -1 1077944384 32 12257 0 0 0 0 9 3 20 0 20 0 11011103 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699893496080 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29232] ppid=29171 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29232/stat : 29232 (java) S 29171 29174 27360 0 -1 1077944384 145 12257 0 0 1 0 9 3 20 0 20 0 11011103 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699892443792 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29233] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29233/stat : 29233 (java) S 29171 29174 27360 0 -1 1077944384 29 12257 0 0 0 0 9 3 20 0 20 0 11011103 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699891390992 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29234] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29234/stat : 29234 (java) S 29171 29174 27360 0 -1 1077944384 23 12257 0 0 0 0 9 3 20 0 20 0 11011103 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699890338704 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29235] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29235/stat : 29235 (java) S 29171 29174 27360 0 -1 1077944384 16 12257 0 0 0 0 9 3 20 0 20 0 11011103 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699889285904 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29236] ppid=29171 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29236/stat : 29236 (java) S 29171 29174 27360 0 -1 1077944384 16 12257 0 0 1 0 9 3 20 0 20 0 11011103 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699888233616 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29237] ppid=29171 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29237/stat : 29237 (java) S 29171 29174 27360 0 -1 1077944384 55 12257 0 0 1 0 9 3 20 0 20 0 11011103 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699887180816 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29238] ppid=29171 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29238/stat : 29238 (java) S 29171 29174 27360 0 -1 1077944384 1276 12257 0 0 1 0 9 3 20 0 20 0 11011105 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699761985648 139700287441538 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29239] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29239/stat : 29239 (java) S 29171 29174 27360 0 -1 1077944384 57 12257 0 0 0 0 9 3 20 0 20 0 11011106 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699760931680 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29240] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29240/stat : 29240 (java) S 29171 29174 27360 0 -1 1077944384 43 12257 0 0 0 0 9 3 20 0 20 0 11011106 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699759879296 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29241] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29241/stat : 29241 (java) S 29171 29174 27360 0 -1 1077944384 1 12257 0 0 0 0 9 3 20 0 20 0 11011111 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699758827600 139700287448987 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29242] ppid=29171 vsize=10927868 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29242/stat : 29242 (java) S 29171 29174 27360 0 -1 1077944384 5442 12257 0 0 78 1 9 3 20 0 20 0 11011111 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699757775472 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29243] ppid=29171 vsize=10927868 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29243/stat : 29243 (java) S 29171 29174 27360 0 -1 1077944384 919 12257 0 0 42 1 9 3 20 0 20 0 11011111 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699756722672 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29244] ppid=29171 vsize=10927868 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29244/stat : 29244 (java) S 29171 29174 27360 0 -1 1077944384 1495 12257 0 0 47 1 9 3 20 0 20 0 11011111 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699755670384 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29245] ppid=29171 vsize=10927868 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29245/stat : 29245 (java) R 29171 29174 27360 0 -1 4202560 3441 12257 0 0 91 1 9 3 20 0 20 0 11011111 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699754611936 139700266114496 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29246] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29246/stat : 29246 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011111 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699753564512 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29247] ppid=29171 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29247/stat : 29247 (java) S 29171 29174 27360 0 -1 1077944384 7 12257 0 0 0 0 9 3 20 0 20 0 11011111 11190136832 54420 33554432000 4194304 4196468 140726053052288 139699752511792 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 10927868

[startup+6.3012 s]
/proc/loadavg: 1.33 1.38 1.43 4/282 29247
/proc/meminfo: memFree=30259548/32770624 swapFree=5896/230436
[pid=29174] ppid=29171 vsize=10997500 CPUtime=17.78 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 84673 12257 0 0 1731 35 9 3 20 0 20 0 11011089 11261440000 98693 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2749375 98693 3504 1 0 2736930 0
[pid=29174/tid=29229] ppid=29171 vsize=10997500 CPUtime=5.85 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29229/stat : 29229 (java) R 29171 29174 27360 0 -1 4202560 43052 12257 0 0 560 13 9 3 20 0 20 0 11011102 11261440000 98693 33554432000 4194304 4196468 140726053052288 139700291662584 139699935274608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29230] ppid=29171 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29230/stat : 29230 (java) S 29171 29174 27360 0 -1 1077944384 792 12257 0 0 15 1 9 3 20 0 20 0 11011103 11261440000 98693 33554432000 4194304 4196468 140726053052288 139700254988688 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29231] ppid=29171 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29231/stat : 29231 (java) S 29171 29174 27360 0 -1 1077944384 526 12257 0 0 15 1 9 3 20 0 20 0 11011103 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699893496080 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29232] ppid=29171 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29232/stat : 29232 (java) S 29171 29174 27360 0 -1 1077944384 292 12257 0 0 15 1 9 3 20 0 20 0 11011103 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699892443792 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29233] ppid=29171 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29233/stat : 29233 (java) S 29171 29174 27360 0 -1 1077944384 49 12257 0 0 9 1 9 3 20 0 20 0 11011103 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699891390992 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29234] ppid=29171 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29234/stat : 29234 (java) S 29171 29174 27360 0 -1 1077944384 126 12257 0 0 15 1 9 3 20 0 20 0 11011103 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699890338704 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29235] ppid=29171 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29235/stat : 29235 (java) S 29171 29174 27360 0 -1 1077944384 51 12257 0 0 15 1 9 3 20 0 20 0 11011103 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699889285904 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29236] ppid=29171 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29236/stat : 29236 (java) S 29171 29174 27360 0 -1 1077944384 57 12257 0 0 13 1 9 3 20 0 20 0 11011103 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699888233616 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29237] ppid=29171 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29237/stat : 29237 (java) S 29171 29174 27360 0 -1 1077944384 92 12257 0 0 13 1 9 3 20 0 20 0 11011103 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699887180816 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29238] ppid=29171 vsize=10997500 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29238/stat : 29238 (java) S 29171 29174 27360 0 -1 1077944384 2574 12257 0 0 11 0 9 3 20 0 20 0 11011105 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699761985648 139700287441538 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29239] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29239/stat : 29239 (java) S 29171 29174 27360 0 -1 1077944384 58 12257 0 0 0 0 9 3 20 0 20 0 11011106 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699760931744 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29240] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29240/stat : 29240 (java) S 29171 29174 27360 0 -1 1077944384 44 12257 0 0 0 0 9 3 20 0 20 0 11011106 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699759879296 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29241] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29241/stat : 29241 (java) S 29171 29174 27360 0 -1 1077944384 1 12257 0 0 0 0 9 3 20 0 20 0 11011111 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699758827600 139700287448987 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29242] ppid=29171 vsize=10997500 CPUtime=3.73 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29242/stat : 29242 (java) S 29171 29174 27360 0 -1 1077944384 14477 12257 0 0 359 2 9 3 20 0 20 0 11011111 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699757775472 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29243] ppid=29171 vsize=10997500 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29243/stat : 29243 (java) S 29171 29174 27360 0 -1 1077944384 7413 12257 0 0 252 2 9 3 20 0 20 0 11011111 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699756722672 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29244] ppid=29171 vsize=10997500 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29244/stat : 29244 (java) S 29171 29174 27360 0 -1 1077944384 7489 12257 0 0 272 1 9 3 20 0 20 0 11011111 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699755670384 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29245] ppid=29171 vsize=10997500 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29245/stat : 29245 (java) S 29171 29174 27360 0 -1 1077944384 5139 12257 0 0 159 2 9 3 20 0 20 0 11011111 11261440000 98693 33554432000 4194304 4196468 140726053052288 139699754617584 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29246] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=29174/tid=29243] ppid=29171 vsize=10997500 CPUtime=7.27 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29243/stat : 29243 (java) S 29171 29174 27360 0 -1 1077944384 17090 12257 0 0 709 6 9 3 20 0 20 0 11011111 11261440000 208741 33554432000 4194304 4196468 140726053052288 139699756722672 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29244] ppid=29171 vsize=10997500 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29244/stat : 29244 (java) S 29171 29174 27360 0 -1 1077944384 16560 12257 0 0 719 6 9 3 20 0 20 0 11011111 11261440000 208741 33554432000 4194304 4196468 140726053052288 139699755670384 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29245] ppid=29171 vsize=10997500 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29245/stat : 29245 (java) S 29171 29174 27360 0 -1 1077944384 17504 12257 0 0 338 6 9 3 20 0 20 0 11011111 11261440000 208741 33554432000 4194304 4196468 140726053052288 139699754617584 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29246] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29246/stat : 29246 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011111 11261440000 208741 33554432000 4194304 4196468 140726053052288 139699753564512 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29247] ppid=29171 vsize=10997500 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29247/stat : 29247 (java) S 29171 29174 27360 0 -1 1077944384 1023 12257 0 0 58 59 9 3 20 0 20 0 11011111 11261440000 208741 33554432000 4194304 4196468 140726053052288 139699752511792 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
Current children cumulated CPU time (s) 2237.83
Current children cumulated vsize (KiB) 10997500

[startup+2202.31 s]
/proc/loadavg: 1.49 1.33 1.36 3/282 29456
/proc/meminfo: memFree=30016524/32770624 swapFree=5896/232040
[pid=29174] ppid=29171 vsize=10997500 CPUtime=2300.1 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 324514 12257 0 0 229232 766 9 3 20 0 20 0 11011089 11261440000 205221 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2749375 205221 3507 1 0 2736930 0
[pid=29174/tid=29229] ppid=29171 vsize=10997500 CPUtime=2181.36 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29229/stat : 29229 (java) R 29171 29174 27360 0 -1 4202560 163133 12257 0 0 218060 64 9 3 20 0 20 0 11011102 11261440000 205221 33554432000 4194304 4196468 140726053052288 139700291661040 139699936348472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29230] ppid=29171 vsize=10997500 CPUtime=10.79 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29230/stat : 29230 (java) S 29171 29174 27360 0 -1 1077944384 9120 12257 0 0 989 78 9 3 20 0 20 0 11011103 11261440000 205221 33554432000 4194304 4196468 140726053052288 139700254988688 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29231] ppid=29171 vsize=10997500 CPUtime=10.87 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29231/stat : 29231 (java) S 29171 29174 27360 0 -1 1077944384 9863 12257 0 0 1000 75 9 3 20 0 20 0 11011103 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699893496080 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29232] ppid=29171 vsize=10997500 CPUtime=10.84 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29232/stat : 29232 (java) S 29171 29174 27360 0 -1 1077944384 8922 12257 0 0 999 73 9 3 20 0 20 0 11011103 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699892443792 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29233] ppid=29171 vsize=10997500 CPUtime=10.82 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29233/stat : 29233 (java) S 29171 29174 27360 0 -1 1077944384 9033 12257 0 0 997 73 9 3 20 0 20 0 11011103 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699891390992 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29234] ppid=29171 vsize=10997500 CPUtime=10.75 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29234/stat : 29234 (java) S 29171 29174 27360 0 -1 1077944384 9787 12257 0 0 985 78 9 3 20 0 20 0 11011103 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699890338704 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29235] ppid=29171 vsize=10997500 CPUtime=10.88 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29235/stat : 29235 (java) S 29171 29174 27360 0 -1 1077944384 8984 12257 0 0 1004 72 9 3 20 0 20 0 11011103 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699889285904 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29236] ppid=29171 vsize=10997500 CPUtime=10.8 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29236/stat : 29236 (java) S 29171 29174 27360 0 -1 1077944384 6318 12257 0 0 992 76 9 3 20 0 20 0 11011103 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699888233616 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29237] ppid=29171 vsize=10997500 CPUtime=10.86 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29237/stat : 29237 (java) S 29171 29174 27360 0 -1 1077944384 8874 12257 0 0 998 76 9 3 20 0 20 0 11011103 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699887180816 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29238] ppid=29171 vsize=10997500 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29238/stat : 29238 (java) S 29171 29174 27360 0 -1 1077944384 12661 12257 0 0 502 78 9 3 20 0 20 0 11011105 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699761985648 139700287441538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29239] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29239/stat : 29239 (java) S 29171 29174 27360 0 -1 1077944384 58 12257 0 0 0 0 9 3 20 0 20 0 11011106 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699760931744 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29240] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29240/stat : 29240 (java) S 29171 29174 27360 0 -1 1077944384 44 12257 0 0 0 0 9 3 20 0 20 0 11011106 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699759879296 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29241] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29241/stat : 29241 (java) S 29171 29174 27360 0 -1 1077944384 1 12257 0 0 0 0 9 3 20 0 20 0 11011111 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699758827600 139700287448987 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29242] ppid=29171 vsize=10997500 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29242/stat : 29242 (java) S 29171 29174 27360 0 -1 1077944384 23380 12257 0 0 802 6 9 3 20 0 20 0 11011111 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699757775472 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29243] ppid=29171 vsize=10997500 CPUtime=7.27 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29243/stat : 29243 (java) S 29171 29174 27360 0 -1 1077944384 17092 12257 0 0 709 6 9 3 20 0 20 0 11011111 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699756722672 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29244] ppid=29171 vsize=10997500 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29244/stat : 29244 (java) S 29171 29174 27360 0 -1 1077944384 16562 12257 0 0 719 6 9 3 20 0 20 0 11011111 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699755670384 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29245] ppid=29171 vsize=10997500 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29245/stat : 29245 (java) S 29171 29174 27360 0 -1 1077944384 17506 12257 0 0 338 6 9 3 20 0 20 0 11011111 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699754617584 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29246] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29246/stat : 29246 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011111 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699753564512 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29247] ppid=29171 vsize=10997500 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29247/stat : 29247 (java) S 29171 29174 27360 0 -1 1077944384 1041 12257 0 0 59 61 9 3 20 0 20 0 11011111 11261440000 205221 33554432000 4194304 4196468 140726053052288 139699752511792 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
Current children cumulated CPU time (s) 2300.1
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.41 1.34 1.36 3/282 29457
/proc/meminfo: memFree=30043500/32770624 swapFree=5896/232084
[pid=29174] ppid=29171 vsize=10997500 CPUtime=2362.35 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 330002 12257 0 0 235438 785 9 3 20 0 20 0 11011089 11261440000 209693 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2749375 209693 3507 1 0 2736930 0
[pid=29174/tid=29229] ppid=29171 vsize=10997500 CPUtime=2240.76 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29229/stat : 29229 (java) R 29171 29174 27360 0 -1 4202560 167227 12257 0 0 223998 66 9 3 20 0 20 0 11011102 11261440000 209693 33554432000 4194304 4196468 140726053052288 139700291664400 139699935427368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29230] ppid=29171 vsize=10997500 CPUtime=11.13 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29230/stat : 29230 (java) S 29171 29174 27360 0 -1 1077944384 9226 12257 0 0 1022 79 9 3 20 0 20 0 11011103 11261440000 209693 33554432000 4194304 4196468 140726053052288 139700254988688 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29231] ppid=29171 vsize=10997500 CPUtime=11.22 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29231/stat : 29231 (java) S 29171 29174 27360 0 -1 1077944384 9936 12257 0 0 1033 77 9 3 20 0 20 0 11011103 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699893496080 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29232] ppid=29171 vsize=10997500 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29232/stat : 29232 (java) S 29171 29174 27360 0 -1 1077944384 9044 12257 0 0 1032 75 9 3 20 0 20 0 11011103 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699892443792 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29233] ppid=29171 vsize=10997500 CPUtime=11.13 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29233/stat : 29233 (java) S 29171 29174 27360 0 -1 1077944384 9203 12257 0 0 1026 75 9 3 20 0 20 0 11011103 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699891390992 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29234] ppid=29171 vsize=10997500 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29234/stat : 29234 (java) S 29171 29174 27360 0 -1 1077944384 9853 12257 0 0 1015 80 9 3 20 0 20 0 11011103 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699890338704 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29235] ppid=29171 vsize=10997500 CPUtime=11.23 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29235/stat : 29235 (java) S 29171 29174 27360 0 -1 1077944384 9133 12257 0 0 1038 73 9 3 20 0 20 0 11011103 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699889285904 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29236] ppid=29171 vsize=10997500 CPUtime=11.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29236/stat : 29236 (java) S 29171 29174 27360 0 -1 1077944384 6447 12257 0 0 1022 78 9 3 20 0 20 0 11011103 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699888233616 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29237] ppid=29171 vsize=10997500 CPUtime=11.2 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29237/stat : 29237 (java) S 29171 29174 27360 0 -1 1077944384 9236 12257 0 0 1030 78 9 3 20 0 20 0 11011103 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699887180816 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29238] ppid=29171 vsize=10997500 CPUtime=6.06 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29238/stat : 29238 (java) S 29171 29174 27360 0 -1 1077944384 12865 12257 0 0 514 80 9 3 20 0 20 0 11011105 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699761985648 139700287441538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29239] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29239/stat : 29239 (java) S 29171 29174 27360 0 -1 1077944384 58 12257 0 0 0 0 9 3 20 0 20 0 11011106 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699760931744 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29240] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29240/stat : 29240 (java) S 29171 29174 27360 0 -1 1077944384 44 12257 0 0 0 0 9 3 20 0 20 0 11011106 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699759879296 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29241] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29241/stat : 29241 (java) S 29171 29174 27360 0 -1 1077944384 1 12257 0 0 0 0 9 3 20 0 20 0 11011111 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699758827600 139700287448987 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29242] ppid=29171 vsize=10997500 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29242/stat : 29242 (java) S 29171 29174 27360 0 -1 1077944384 23382 12257 0 0 802 6 9 3 20 0 20 0 11011111 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699757775472 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29243] ppid=29171 vsize=10997500 CPUtime=7.27 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29243/stat : 29243 (java) S 29171 29174 27360 0 -1 1077944384 17094 12257 0 0 709 6 9 3 20 0 20 0 11011111 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699756722672 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29244] ppid=29171 vsize=10997500 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29244/stat : 29244 (java) S 29171 29174 27360 0 -1 1077944384 16564 12257 0 0 719 6 9 3 20 0 20 0 11011111 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699755670384 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29245] ppid=29171 vsize=10997500 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29245/stat : 29245 (java) S 29171 29174 27360 0 -1 1077944384 17508 12257 0 0 338 6 9 3 20 0 20 0 11011111 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699754617584 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29246] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29246/stat : 29246 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011111 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699753564512 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29247] ppid=29171 vsize=10997500 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29247/stat : 29247 (java) S 29171 29174 27360 0 -1 1077944384 1046 12257 0 0 61 63 9 3 20 0 20 0 11011111 11261440000 209693 33554432000 4194304 4196468 140726053052288 139699752511792 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
Current children cumulated CPU time (s) 2362.35
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2298.6 s]
/proc/loadavg: 1.84 1.46 1.40 3/282 29457
/proc/meminfo: memFree=29985912/32770624 swapFree=5896/232080
[pid=29174] ppid=29171 vsize=10997500 CPUtime=2400.03 cores=0,2,4,6,8,10,12,14
/proc/29174/stat : 29174 (java) S 29171 29174 27360 0 -1 1077944320 331898 12257 0 0 239197 794 9 3 20 0 20 0 11011089 11261440000 210867 33554432000 4194304 4196468 140726053052288 140726053034832 139700287430391 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
/proc/29174/statm: 2749375 210867 3507 1 0 2736930 0
[pid=29174/tid=29229] ppid=29171 vsize=10997500 CPUtime=2276.69 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29229/stat : 29229 (java) R 29171 29174 27360 0 -1 4202560 168044 12257 0 0 227591 66 9 3 20 0 20 0 11011102 11261440000 210867 33554432000 4194304 4196468 140726053052288 139700291664128 139699935275645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29230] ppid=29171 vsize=10997500 CPUtime=11.34 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29230/stat : 29230 (java) S 29171 29174 27360 0 -1 1077944384 9260 12257 0 0 1042 80 9 3 20 0 20 0 11011103 11261440000 210867 33554432000 4194304 4196468 140726053052288 139700254988688 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29231] ppid=29171 vsize=10997500 CPUtime=11.42 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29231/stat : 29231 (java) S 29171 29174 27360 0 -1 1077944384 10096 12257 0 0 1052 78 9 3 20 0 20 0 11011103 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699893496080 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29232] ppid=29171 vsize=10997500 CPUtime=11.4 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29232/stat : 29232 (java) S 29171 29174 27360 0 -1 1077944384 9081 12257 0 0 1052 76 9 3 20 0 20 0 11011103 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699892443792 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29233] ppid=29171 vsize=10997500 CPUtime=11.35 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29233/stat : 29233 (java) S 29171 29174 27360 0 -1 1077944384 9478 12257 0 0 1047 76 9 3 20 0 20 0 11011103 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699891390992 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29234] ppid=29171 vsize=10997500 CPUtime=11.26 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29234/stat : 29234 (java) S 29171 29174 27360 0 -1 1077944384 10093 12257 0 0 1033 81 9 3 20 0 20 0 11011103 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699890338704 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29235] ppid=29171 vsize=10997500 CPUtime=11.44 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29235/stat : 29235 (java) S 29171 29174 27360 0 -1 1077944384 9264 12257 0 0 1058 74 9 3 20 0 20 0 11011103 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699889285904 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29236] ppid=29171 vsize=10997500 CPUtime=11.31 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29236/stat : 29236 (java) S 29171 29174 27360 0 -1 1077944384 6513 12257 0 0 1040 79 9 3 20 0 20 0 11011103 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699888233616 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29237] ppid=29171 vsize=10997500 CPUtime=11.42 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29237/stat : 29237 (java) S 29171 29174 27360 0 -1 1077944384 9267 12257 0 0 1051 79 9 3 20 0 20 0 11011103 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699887180816 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29238] ppid=29171 vsize=10997500 CPUtime=6.15 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29238/stat : 29238 (java) S 29171 29174 27360 0 -1 1077944384 12955 12257 0 0 521 82 9 3 20 0 20 0 11011105 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699761985648 139700287441538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29239] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29239/stat : 29239 (java) S 29171 29174 27360 0 -1 1077944384 58 12257 0 0 0 0 9 3 20 0 20 0 11011106 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699760931744 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29240] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29240/stat : 29240 (java) S 29171 29174 27360 0 -1 1077944384 44 12257 0 0 0 0 9 3 20 0 20 0 11011106 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699759879296 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29241] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29241/stat : 29241 (java) S 29171 29174 27360 0 -1 1077944384 1 12257 0 0 0 0 9 3 20 0 20 0 11011111 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699758827600 139700287448987 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29242] ppid=29171 vsize=10997500 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29242/stat : 29242 (java) S 29171 29174 27360 0 -1 1077944384 23382 12257 0 0 802 6 9 3 20 0 20 0 11011111 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699757775472 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29243] ppid=29171 vsize=10997500 CPUtime=7.27 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29243/stat : 29243 (java) S 29171 29174 27360 0 -1 1077944384 17094 12257 0 0 709 6 9 3 20 0 20 0 11011111 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699756722672 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29244] ppid=29171 vsize=10997500 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29244/stat : 29244 (java) S 29171 29174 27360 0 -1 1077944384 16564 12257 0 0 719 6 9 3 20 0 20 0 11011111 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699755670384 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29245] ppid=29171 vsize=10997500 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29245/stat : 29245 (java) S 29171 29174 27360 0 -1 1077944384 17508 12257 0 0 338 6 9 3 20 0 20 0 11011111 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699754617584 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29246] ppid=29171 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29246/stat : 29246 (java) S 29171 29174 27360 0 -1 1077944384 3 12257 0 0 0 0 9 3 20 0 20 0 11011111 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699753564512 139700287440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
[pid=29174/tid=29247] ppid=29171 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/29174/task/29247/stat : 29247 (java) S 29171 29174 27360 0 -1 1077944384 1061 12257 0 0 62 64 9 3 20 0 20 0 11011111 11261440000 210867 33554432000 4194304 4196468 140726053052288 139699752511792 139700287441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30085120 140726053055169 140726053057943 140726053057943 140726053060559 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 10997500

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 29174 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2298.63
CPU time (s): 2400.08
CPU user time (s): 2392.09
CPU system time (s): 7.9948
CPU usage (%): 104.413
Max. virtual memory (cumulated for all children) (KiB): 10999616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.09
system time used= 7.9948
maximum resident set size= 1057700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 265118
involuntary context switches= 174723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.222 second user time and 18.76 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 23:03:34
IDJOB=4249128
IDBENCH=135668
IDSOLVER=2630
FILE ID=node104/4249128-1500757414
RUNJOBID= node104-1500750445-27391
PBS_JOBID= 20624574
Free space on /tmp= 61956 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-02.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249128-1500757414/watcher-4249128-1500757414 -o /tmp/evaluation-result-4249128-1500757414/solver-4249128-1500757414 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27391 --watchdog 2560  bin/concrete HOME/instance-4249128-1500757414.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=904202226

node104.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		: 2000.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	: 5334.12
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.57
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	: 5334.12
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.57
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	: 5334.12
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.57
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	: 5334.12
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.57
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		: 1600.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	: 5334.12
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.57
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	: 5334.12
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.57
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		: 1600.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	: 5334.12
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.57
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		: 2133.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	: 5334.12
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		: 1600.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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30620856 kB
MemAvailable:   30984716 kB
Buffers:          213980 kB
Cached:           412464 kB
SwapCached:          252 kB
Active:          1385520 kB
Inactive:         287076 kB
Active(anon):    1001172 kB
Inactive(anon):    56304 kB
Active(file):     384348 kB
Inactive(file):   230772 kB
Unevictable:        5896 kB
Mlocked:            5896 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             24012 kB
Writeback:             0 kB
AnonPages:       1049832 kB
Mapped:            44368 kB
Shmem:              8772 kB
Slab:             163908 kB
SReclaimable:     129148 kB
SUnreclaim:        34760 kB
KernelStack:        4544 kB
PageTables:         8108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1515996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    950272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61932 MiB
End job on node104 at 2017-07-22 23:41:53