Trace number 4249135

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)120 2400.06 2306.03

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"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.98/2.27	c Concrete v3.4 running
9.94/4.14	o 414
9.94/4.19	o 404
10.42/4.23	o 387
10.42/4.26	o 356
10.42/4.28	o 333
10.88/4.31	o 269
10.88/4.33	o 268
10.88/4.35	o 266
10.88/4.38	o 262
11.31/4.43	o 261
11.31/4.48	o 257
11.74/4.52	o 244
11.74/4.53	o 243
11.74/4.55	o 237
11.74/4.57	o 235
11.74/4.58	o 229
12.14/4.60	o 226
12.14/4.61	o 225
12.14/4.63	o 223
12.14/4.64	o 222
12.14/4.68	o 220
12.14/4.69	o 217
12.57/4.70	o 214
12.57/4.71	o 210
12.57/4.72	o 209
12.57/4.73	o 203
12.57/4.75	o 200
12.57/4.78	o 198
12.57/4.79	o 190
12.99/4.82	o 187
12.99/4.83	o 186
12.99/4.84	o 185
12.99/4.84	o 174
12.99/4.85	o 173
13.41/4.91	o 171
13.41/4.99	o 169
13.84/5.07	o 168
13.84/5.10	o 164
14.20/5.10	o 160
14.20/5.15	o 159
14.20/5.16	o 153
14.20/5.17	o 146
14.20/5.18	o 145
14.39/5.22	o 144
14.39/5.25	o 140
14.39/5.29	o 139
15.26/5.66	o 137
15.61/5.72	o 136
16.74/6.09	o 133
17.01/6.17	o 132
17.46/6.54	o 131
17.46/6.55	o 130
48.78/33.22	o 129
55.11/38.68	o 126
73.55/54.98	o 125
73.55/54.99	o 124
73.55/55.00	o 122
73.69/55.08	o 120
2400.00/2306.00	java.util.concurrent.TimeoutException
2400.00/2306.00		at concrete.MAC.mac(MAC.scala:74)
2400.00/2306.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.00/2306.00		at scala.util.Try$.apply(Try.scala:209)
2400.00/2306.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.00/2306.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.00/2306.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.00/2306.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.00/2306.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.00/2306.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.00/2306.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.00/2306.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.00/2306.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.00/2306.00		at concrete.MAC.oneRun(MAC.scala:146)
2400.00/2306.00		at concrete.MAC.nextSolution(MAC.scala:166)
2400.00/2306.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.00/2306.00		at concrete.ProblemState.map(ProblemState.scala:203)
2400.00/2306.00		at concrete.ProblemState.map(ProblemState.scala:188)
2400.00/2306.00		at concrete.MAC.nextSolution(MAC.scala:195)
2400.00/2306.00		at concrete.Solver.hasNext(Solver.scala:202)
2400.00/2306.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.00/2306.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.00/2306.00		at concrete.Solver.toStream(Solver.scala:73)
2400.00/2306.00		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.00/2306.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.00/2306.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.00/2306.00		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.00/2306.00		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.00/2306.00		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.00/2306.00		at scala.util.Success.map(Try.scala:209)
2400.00/2306.00		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.00/2306.00		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.00/2306.00		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2306.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.00/2306.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2306.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.00/2306.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.00/2306.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.00/2306.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.00/2306.01		at scala.collection.immutable.List.foreach(List.scala:389)
2400.00/2306.01		at scala.App.main(App.scala:76)
2400.00/2306.01		at scala.App.main$(App.scala:74)
2400.00/2306.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2306.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2306.01	v <instantiation cost="120">
2400.00/2306.01	v       <list>
2400.00/2306.01	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.00/2306.01	v       </list>
2400.00/2306.01	v       <values>
2400.00/2306.01	v         8 9 7 1 0 2 5 4 10 16 17 15 18 19 14 13 12 11 6 3 7 3 9 3 2 3 2 5 14 2 5 5 18 10 3 7 4 11 2 5
2400.00/2306.01	v       </values>
2400.00/2306.01	v     </instantiation>
2400.00/2306.01	s SATISFIABLE

Verifier Data

OK	120

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

pid=29311
running on 8 cores: 1,3,5,7,9,11,13,15

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.43 1.40 1.44 2/262 29314
/proc/meminfo: memFree=30575072/32770624 swapFree=5896/230328
[pid=29314] ppid=29311 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (bash) S 29311 29314 27360 0 -1 4202496 686 1529 0 0 0 0 0 0 20 0 1 0 11014687 9736192 351 33554432000 4194304 5098028 140737432684720 140737432682360 140070691818496 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 29589504 140737432687886 140737432687971 140737432687971 140737432690670 0
/proc/29314/statm: 2377 351 278 221 0 86 0

[startup+0.100061 s]
/proc/loadavg: 1.43 1.40 1.44 2/262 29314
/proc/meminfo: memFree=30575072/32770624 swapFree=5896/230328
[pid=29314] ppid=29311 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (bash) S 29311 29314 27360 0 -1 4202496 884 6408 0 0 0 0 0 1 20 0 1 0 11014687 9871360 378 33554432000 4194304 5098028 140737432684720 140737432678728 140070691818496 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 29589504 140737432687886 140737432687971 140737432687971 140737432690670 0
/proc/29314/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200374 s]
/proc/loadavg: 1.43 1.40 1.44 2/262 29314
/proc/meminfo: memFree=30575072/32770624 swapFree=5896/230328
[pid=29314] ppid=29311 vsize=10768680 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 5388 12342 0 0 7 1 6 3 20 0 18 0 11014687 11027128320 5654 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2692170 5654 2224 1 0 2680608 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10768680

[startup+0.30036 s]
/proc/loadavg: 1.43 1.40 1.44 2/262 29314
/proc/meminfo: memFree=30575072/32770624 swapFree=5896/230328
[pid=29314] ppid=29311 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 9123 12342 0 0 24 3 6 3 20 0 20 0 11014687 11163947008 10139 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2725573 10205 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700312 s]
/proc/loadavg: 1.43 1.40 1.44 2/262 29314
/proc/meminfo: memFree=30575072/32770624 swapFree=5896/230328
[pid=29314] ppid=29311 vsize=10902720 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 12957 12342 0 0 83 4 6 3 20 0 20 0 11014687 11164385280 16223 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2725680 16223 3215 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50105 s]
/proc/loadavg: 1.55 1.43 1.45 3/282 29387
/proc/meminfo: memFree=30468288/32770624 swapFree=5896/230288
[pid=29314] ppid=29311 vsize=10913344 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 27914 12342 0 0 204 15 6 3 20 0 20 0 11014687 11175264256 44616 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2728336 44616 3408 1 0 2716450 0
[pid=29314/tid=29369] ppid=29311 vsize=10913344 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29369/stat : 29369 (java) R 29311 29314 27360 0 -1 4202560 19920 12342 0 0 124 6 6 3 20 0 20 0 11014698 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588613815720 140588609605014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29370] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29370/stat : 29370 (java) S 29311 29314 27360 0 -1 1077944384 21 12342 0 0 0 0 6 3 20 0 20 0 11014699 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588574874512 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29371] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29371/stat : 29371 (java) S 29311 29314 27360 0 -1 1077944384 14 12342 0 0 0 0 6 3 20 0 20 0 11014699 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588215806736 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29372] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29372/stat : 29372 (java) S 29311 29314 27360 0 -1 1077944384 17 12342 0 0 0 0 6 3 20 0 20 0 11014699 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588214754448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29373] ppid=29311 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29373/stat : 29373 (java) S 29311 29314 27360 0 -1 1077944384 39 12342 0 0 1 0 6 3 20 0 20 0 11014699 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588213701648 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29374] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29374/stat : 29374 (java) S 29311 29314 27360 0 -1 1077944384 32 12342 0 0 0 0 6 3 20 0 20 0 11014699 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588212648336 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29375] ppid=29311 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29375/stat : 29375 (java) S 29311 29314 27360 0 -1 1077944384 137 12342 0 0 1 0 6 3 20 0 20 0 11014699 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588211595536 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29376] ppid=29311 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29376/stat : 29376 (java) S 29311 29314 27360 0 -1 1077944384 48 12342 0 0 1 0 6 3 20 0 20 0 11014699 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588210543248 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29377] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29377/stat : 29377 (java) S 29311 29314 27360 0 -1 1077944384 20 12342 0 0 0 0 6 3 20 0 20 0 11014699 11175264256 44616 33554432000 4194304 4196468 140725563653792 140588209490448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29378] ppid=29311 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29378/stat : 29378 (java) S 29311 29314 27360 0 -1 1077944384 1434 12342 0 0 1 0 6 3 20 0 20 0 11014702 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587748715120 140588609604226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29379] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29379/stat : 29379 (java) S 29311 29314 27360 0 -1 1077944384 55 12342 0 0 0 0 6 3 20 0 20 0 11014703 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587747661152 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29380] ppid=29311 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29380/stat : 29380 (java) S 29311 29314 27360 0 -1 1077944384 43 12342 0 0 1 0 6 3 20 0 20 0 11014703 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587746608768 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29381] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29381/stat : 29381 (java) S 29311 29314 27360 0 -1 1077944384 1 12342 0 0 0 0 6 3 20 0 20 0 11014707 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587745557072 140588609611675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29382] ppid=29311 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29382/stat : 29382 (java) R 29311 29314 27360 0 -1 4202560 728 12342 0 0 13 0 6 3 20 0 20 0 11014707 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587744493184 140588591137681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29383] ppid=29311 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29383/stat : 29383 (java) S 29311 29314 27360 0 -1 1077944384 505 12342 0 0 12 0 6 3 20 0 20 0 11014707 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587743451120 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29384] ppid=29311 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29384/stat : 29384 (java) S 29311 29314 27360 0 -1 1077944384 1520 12342 0 0 16 0 6 3 20 0 20 0 11014707 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587742398832 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29385] ppid=29311 vsize=10913344 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29385/stat : 29385 (java) S 29311 29314 27360 0 -1 1077944384 1244 12342 0 0 26 0 6 3 20 0 20 0 11014707 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587741346032 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29386] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29386/stat : 29386 (java) S 29311 29314 27360 0 -1 1077944384 3 12342 0 0 0 0 6 3 20 0 20 0 11014707 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587740293984 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29387] ppid=29311 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29387/stat : 29387 (java) S 29311 29314 27360 0 -1 1077944384 3 12342 0 0 0 0 6 3 20 0 20 0 11014708 11175264256 44616 33554432000 4194304 4196468 140725563653792 140587739241264 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10127 s]
/proc/loadavg: 1.55 1.43 1.45 5/282 29387
/proc/meminfo: memFree=30398448/32770624 swapFree=5896/230516
[pid=29314] ppid=29311 vsize=10927868 CPUtime=5.97 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 48773 12342 0 0 567 21 6 3 20 0 20 0 11014687 11190136832 54406 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2731967 54406 3475 1 0 2719522 0
[pid=29314/tid=29369] ppid=29311 vsize=10927868 CPUtime=2.98 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29369/stat : 29369 (java) R 29311 29314 27360 0 -1 4202560 33184 12342 0 0 280 9 6 3 20 0 20 0 11014698 11190136832 54406 33554432000 4194304 4196468 140725563653792 140588613815200 140588609605014 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29370] ppid=29311 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29370/stat : 29370 (java) S 29311 29314 27360 0 -1 1077944384 21 12342 0 0 0 0 6 3 20 0 20 0 11014699 11190136832 54406 33554432000 4194304 4196468 140725563653792 140588574874512 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29371] ppid=29311 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29371/stat : 29371 (java) S 29311 29314 27360 0 -1 1077944384 14 12342 0 0 0 0 6 3 20 0 20 0 11014699 11190136832 54406 33554432000 4194304 4196468 140725563653792 140588215806736 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29372] ppid=29311 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29372/stat : 29372 (java) S 29311 29314 27360 0 -1 1077944384 17 12342 0 0 0 0 6 3 20 0 20 0 11014699 11190136832 54406 33554432000 4194304 4196468 140725563653792 140588214754448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29373] ppid=29311 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29373/stat : 29373 (java) S 29311 29314 27360 0 -1 1077944384 39 12342 0 0 1 0 6 3 20 0 20 0 11014699 11190136832 54406 33554432000 4194304 4196468 140725563653792 140588213701648 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29374] ppid=29311 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29374/stat : 29374 (java) S 29311 29314 27360 0 -1 1077944384 32 12342 0 0 0 0 6 3 20 0 20 0 11014699 11190136832 54406 33554432000 4194304 4196468 140725563653792 140588212648336 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29375] ppid=29311 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29375/stat : 29375 (java) S 29311 29314 27360 0 -1 1077944384 137 12342 0 0 1 0 6 3 20 0 20 0 11014699 11190136832 54406 33554432000 4194304 4196468 140725563653792 140588211595536 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29376] ppid=29311 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29376/stat : 29376 (java) S 29311 29314 27360 0 -1 1077944384 48 12342 0 0 1 0 6 3 20 0 20 0 11014699 11190136832 54406 33554432000 4194304 4196468 140725563653792 140588210543248 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29377] ppid=29311 vsize=10927804 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29377/stat : 29377 (java) S 29311 29314 27360 0 -1 1077944384 20 12342 0 0 0 0 6 3 20 0 20 0 11014699 11190071296 54422 33554432000 4194304 4196468 140725563653792 140588209490448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29378] ppid=29311 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29378/stat : 29378 (java) S 29311 29314 27360 0 -1 1077944384 1511 12342 0 0 1 0 6 3 20 0 20 0 11014702 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587748715120 140588609604226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29379] ppid=29311 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29379/stat : 29379 (java) S 29311 29314 27360 0 -1 1077944384 55 12342 0 0 0 0 6 3 20 0 20 0 11014703 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587747661152 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29380] ppid=29311 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29380/stat : 29380 (java) S 29311 29314 27360 0 -1 1077944384 43 12342 0 0 1 0 6 3 20 0 20 0 11014703 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587746608768 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29381] ppid=29311 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29381/stat : 29381 (java) S 29311 29314 27360 0 -1 1077944384 1 12342 0 0 0 0 6 3 20 0 20 0 11014707 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587745557072 140588609611675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29382] ppid=29311 vsize=10927868 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29382/stat : 29382 (java) S 29311 29314 27360 0 -1 1077944384 1229 12342 0 0 46 1 6 3 20 0 20 0 11014707 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587744503920 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29383] ppid=29311 vsize=10927868 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29383/stat : 29383 (java) S 29311 29314 27360 0 -1 1077944384 3961 12342 0 0 88 0 6 3 20 0 20 0 11014707 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587743451120 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29384] ppid=29311 vsize=10927868 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29384/stat : 29384 (java) S 29311 29314 27360 0 -1 1077944384 2871 12342 0 0 46 1 6 3 20 0 20 0 11014707 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587742398832 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29385] ppid=29311 vsize=10927868 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29385/stat : 29385 (java) R 29311 29314 27360 0 -1 4202560 3453 12342 0 0 94 1 6 3 20 0 20 0 11014707 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587741346032 140588601830206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29386] ppid=29311 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29386/stat : 29386 (java) S 29311 29314 27360 0 -1 1077944384 3 12342 0 0 0 0 6 3 20 0 20 0 11014707 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587740293984 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29387] ppid=29311 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29387/stat : 29387 (java) S 29311 29314 27360 0 -1 1077944384 6 12342 0 0 0 0 6 3 20 0 20 0 11014708 11190136832 54422 33554432000 4194304 4196468 140725563653792 140587739241264 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 10927868

[startup+6.30116 s]
/proc/loadavg: 1.51 1.42 1.44 4/282 29387
/proc/meminfo: memFree=30213768/32770624 swapFree=5896/230520
[pid=29314] ppid=29311 vsize=10997500 CPUtime=17.22 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 73568 12342 0 0 1679 34 6 3 20 0 20 0 11014687 11261440000 114322 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2749375 114322 3504 1 0 2736930 0
[pid=29314/tid=29369] ppid=29311 vsize=10997500 CPUtime=5.9 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29369/stat : 29369 (java) R 29311 29314 27360 0 -1 4202560 41910 12342 0 0 568 13 6 3 20 0 20 0 11014698 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588613826824 140588259610552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29370] ppid=29311 vsize=10997500 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29370/stat : 29370 (java) S 29311 29314 27360 0 -1 1077944384 55 12342 0 0 13 1 6 3 20 0 20 0 11014699 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588574874512 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29371] ppid=29311 vsize=10997500 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29371/stat : 29371 (java) S 29311 29314 27360 0 -1 1077944384 42 12342 0 0 14 1 6 3 20 0 20 0 11014699 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588215806736 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29372] ppid=29311 vsize=10997500 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29372/stat : 29372 (java) S 29311 29314 27360 0 -1 1077944384 74 12342 0 0 14 1 6 3 20 0 20 0 11014699 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588214754448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29373] ppid=29311 vsize=10997500 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29373/stat : 29373 (java) S 29311 29314 27360 0 -1 1077944384 76 12342 0 0 14 1 6 3 20 0 20 0 11014699 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588213701648 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29374] ppid=29311 vsize=10997500 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29374/stat : 29374 (java) S 29311 29314 27360 0 -1 1077944384 72 12342 0 0 10 1 6 3 20 0 20 0 11014699 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588212648336 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29375] ppid=29311 vsize=10997500 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29375/stat : 29375 (java) S 29311 29314 27360 0 -1 1077944384 899 12342 0 0 13 1 6 3 20 0 20 0 11014699 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588211595536 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29376] ppid=29311 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29376/stat : 29376 (java) S 29311 29314 27360 0 -1 1077944384 78 12342 0 0 11 1 6 3 20 0 20 0 11014699 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588210543248 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29377] ppid=29311 vsize=10997500 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29377/stat : 29377 (java) S 29311 29314 27360 0 -1 1077944384 93 12342 0 0 15 1 6 3 20 0 20 0 11014699 11261440000 114322 33554432000 4194304 4196468 140725563653792 140588209490448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29378] ppid=29311 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29378/stat : 29378 (java) S 29311 29314 27360 0 -1 1077944384 2329 12342 0 0 12 0 6 3 20 0 20 0 11014702 11261440000 114322 33554432000 4194304 4196468 140725563653792 140587748715120 140588609604226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29379] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29379/stat : 29379 (java) S 29311 29314 27360 0 -1 1077944384 57 12342 0 0 0 0 6 3 20 0 20 0 11014703 11261440000 114322 33554432000 4194304 4196468 140725563653792 140587747661216 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29380] ppid=29311 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29380/stat : 29380 (java) S 29311 29314 27360 0 -1 1077944384 43 12342 0 0 1 0 6 3 20 0 20 0 11014703 11261440000 114322 33554432000 4194304 4196468 140725563653792 140587746608768 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29381] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29381/stat : 29381 (java) S 29311 29314 27360 0 -1 1077944384 1 12342 0 0 0 0 6 3 20 0 20 0 11014707 11261440000 114322 33554432000 4194304 4196468 140725563653792 140587745557072 140588609611675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29382] ppid=29311 vsize=10997500 CPUtime=2.55 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29382/stat : 29382 (java) S 29311 29314 27360 0 -1 1077944384 5704 12342 0 0 244 2 6 3 20 0 20 0 11014707 11261440000 114322 33554432000 4194304 4196468 140725563653792 140587744503920 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29383] ppid=29311 vsize=10997500 CPUtime=3.14 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29383/stat : 29383 (java) S 29311 29314 27360 0 -1 1077944384 8089 12342 0 0 304 1 6 3 20 0 20 0 11014707 11261440000 114322 33554432000 4194304 4196468 140725563653792 140587743451120 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29384] ppid=29311 vsize=10997500 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29384/stat : 29384 (java) S 29311 29314 27360 0 -1 1077944384 7405 12342 0 0 272 1 6 3 20 0 20 0 11014707 11261440000 114322 33554432000 4194304 4196468 140725563653792 140587742398832 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29385] ppid=29311 vsize=10997500 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29385/stat : 29385 (java) S 29311 29314 27360 0 -1 1077944384 4500 12342 0 0 168 2 6 3 20 0 20 0 11014707 11261440000 114322 33554432000 4194304 4196468 140725563653792 140587741346032 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29386] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15

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

[pid=29314/tid=29383] ppid=29311 vsize=10997500 CPUtime=7.6 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29383/stat : 29383 (java) S 29311 29314 27360 0 -1 1077944384 14455 12342 0 0 747 4 6 3 20 0 20 0 11014707 11261440000 179034 33554432000 4194304 4196468 140725563653792 140587743451120 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29384] ppid=29311 vsize=10997500 CPUtime=7.26 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29384/stat : 29384 (java) S 29311 29314 27360 0 -1 1077944384 18704 12342 0 0 712 5 6 3 20 0 20 0 11014707 11261440000 179034 33554432000 4194304 4196468 140725563653792 140587742398832 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29385] ppid=29311 vsize=10997500 CPUtime=3.56 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29385/stat : 29385 (java) S 29311 29314 27360 0 -1 1077944384 21568 12342 0 0 341 6 6 3 20 0 20 0 11014707 11261440000 179034 33554432000 4194304 4196468 140725563653792 140587741346032 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29386] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29386/stat : 29386 (java) S 29311 29314 27360 0 -1 1077944384 3 12342 0 0 0 0 6 3 20 0 20 0 11014707 11261440000 179034 33554432000 4194304 4196468 140725563653792 140587740293984 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29387] ppid=29311 vsize=10997500 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29387/stat : 29387 (java) S 29311 29314 27360 0 -1 1077944384 1337 12342 0 0 53 58 6 3 20 0 20 0 11014708 11261440000 179034 33554432000 4194304 4196468 140725563653792 140587739241264 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
Current children cumulated CPU time (s) 2230.7
Current children cumulated vsize (KiB) 10997500

[startup+2202.31 s]
/proc/loadavg: 1.51 1.36 1.37 3/282 29456
/proc/meminfo: memFree=30016344/32770624 swapFree=5896/232056
[pid=29314] ppid=29311 vsize=10997500 CPUtime=2292.77 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 300143 12342 0 0 228635 633 6 3 20 0 20 0 11014687 11261440000 191051 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2749375 191051 3520 1 0 2736930 0
[pid=29314/tid=29369] ppid=29311 vsize=10997500 CPUtime=2181.46 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29369/stat : 29369 (java) R 29311 29314 27360 0 -1 4202560 142639 12342 0 0 218078 59 6 3 20 0 20 0 11014698 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588613827376 140588255919584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29370] ppid=29311 vsize=10997500 CPUtime=9.85 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29370/stat : 29370 (java) S 29311 29314 27360 0 -1 1077944384 8458 12342 0 0 916 60 6 3 20 0 20 0 11014699 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588574874512 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29371] ppid=29311 vsize=10997500 CPUtime=9.83 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29371/stat : 29371 (java) S 29311 29314 27360 0 -1 1077944384 8043 12342 0 0 912 62 6 3 20 0 20 0 11014699 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588215806736 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29372] ppid=29311 vsize=10997500 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29372/stat : 29372 (java) S 29311 29314 27360 0 -1 1077944384 8761 12342 0 0 926 58 6 3 20 0 20 0 11014699 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588214754448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29373] ppid=29311 vsize=10997500 CPUtime=9.98 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29373/stat : 29373 (java) S 29311 29314 27360 0 -1 1077944384 6888 12342 0 0 927 62 6 3 20 0 20 0 11014699 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588213701648 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29374] ppid=29311 vsize=10997500 CPUtime=9.84 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29374/stat : 29374 (java) S 29311 29314 27360 0 -1 1077944384 11596 12342 0 0 913 62 6 3 20 0 20 0 11014699 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588212648336 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29375] ppid=29311 vsize=10997500 CPUtime=9.87 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29375/stat : 29375 (java) S 29311 29314 27360 0 -1 1077944384 7453 12342 0 0 920 58 6 3 20 0 20 0 11014699 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588211595536 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29376] ppid=29311 vsize=10997500 CPUtime=9.8 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29376/stat : 29376 (java) S 29311 29314 27360 0 -1 1077944384 5887 12342 0 0 912 59 6 3 20 0 20 0 11014699 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588210543248 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29377] ppid=29311 vsize=10997500 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29377/stat : 29377 (java) S 29311 29314 27360 0 -1 1077944384 13185 12342 0 0 928 58 6 3 20 0 20 0 11014699 11261440000 191051 33554432000 4194304 4196468 140725563653792 140588209490448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29378] ppid=29311 vsize=10997500 CPUtime=6.75 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29378/stat : 29378 (java) S 29311 29314 27360 0 -1 1077944384 13378 12342 0 0 600 66 6 3 20 0 20 0 11014702 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587748715120 140588609604226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29379] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29379/stat : 29379 (java) S 29311 29314 27360 0 -1 1077944384 73 12342 0 0 0 0 6 3 20 0 20 0 11014703 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587747661216 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29380] ppid=29311 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29380/stat : 29380 (java) S 29311 29314 27360 0 -1 1077944384 43 12342 0 0 1 0 6 3 20 0 20 0 11014703 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587746608768 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29381] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29381/stat : 29381 (java) S 29311 29314 27360 0 -1 1077944384 1 12342 0 0 0 0 6 3 20 0 20 0 11014707 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587745557072 140588609611675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29382] ppid=29311 vsize=10997500 CPUtime=6.97 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29382/stat : 29382 (java) S 29311 29314 27360 0 -1 1077944384 15517 12342 0 0 682 6 6 3 20 0 20 0 11014707 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587744503920 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29383] ppid=29311 vsize=10997500 CPUtime=7.6 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29383/stat : 29383 (java) S 29311 29314 27360 0 -1 1077944384 14457 12342 0 0 747 4 6 3 20 0 20 0 11014707 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587743451120 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29384] ppid=29311 vsize=10997500 CPUtime=7.26 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29384/stat : 29384 (java) S 29311 29314 27360 0 -1 1077944384 18706 12342 0 0 712 5 6 3 20 0 20 0 11014707 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587742398832 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29385] ppid=29311 vsize=10997500 CPUtime=3.56 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29385/stat : 29385 (java) S 29311 29314 27360 0 -1 1077944384 21570 12342 0 0 341 6 6 3 20 0 20 0 11014707 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587741346032 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29386] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29386/stat : 29386 (java) S 29311 29314 27360 0 -1 1077944384 3 12342 0 0 0 0 6 3 20 0 20 0 11014707 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587740293984 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29387] ppid=29311 vsize=10997500 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29387/stat : 29387 (java) S 29311 29314 27360 0 -1 1077944384 1354 12342 0 0 54 60 6 3 20 0 20 0 11014708 11261440000 191051 33554432000 4194304 4196468 140725563653792 140587739241264 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
Current children cumulated CPU time (s) 2292.77
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.84 1.46 1.40 3/282 29457
/proc/meminfo: memFree=29985244/32770624 swapFree=5896/232080
[pid=29314] ppid=29311 vsize=10997500 CPUtime=2354.87 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 310437 12342 0 0 234824 654 6 3 20 0 20 0 11014687 11261440000 200938 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2749375 200938 3520 1 0 2736930 0
[pid=29314/tid=29369] ppid=29311 vsize=10997500 CPUtime=2240.82 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29369/stat : 29369 (java) R 29311 29314 27360 0 -1 4202560 151111 12342 0 0 224013 60 6 3 20 0 20 0 11014698 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588613826144 140588259524581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29370] ppid=29311 vsize=10997500 CPUtime=10.17 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29370/stat : 29370 (java) S 29311 29314 27360 0 -1 1077944384 8544 12342 0 0 946 62 6 3 20 0 20 0 11014699 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588574874512 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29371] ppid=29311 vsize=10997500 CPUtime=10.17 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29371/stat : 29371 (java) S 29311 29314 27360 0 -1 1077944384 8320 12342 0 0 943 65 6 3 20 0 20 0 11014699 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588215806736 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29372] ppid=29311 vsize=10997500 CPUtime=10.23 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29372/stat : 29372 (java) S 29311 29314 27360 0 -1 1077944384 8936 12342 0 0 954 60 6 3 20 0 20 0 11014699 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588214754448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29373] ppid=29311 vsize=10997500 CPUtime=10.29 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29373/stat : 29373 (java) S 29311 29314 27360 0 -1 1077944384 7258 12342 0 0 955 65 6 3 20 0 20 0 11014699 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588213701648 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29374] ppid=29311 vsize=10997500 CPUtime=10.13 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29374/stat : 29374 (java) S 29311 29314 27360 0 -1 1077944384 11889 12342 0 0 940 64 6 3 20 0 20 0 11014699 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588212648336 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29375] ppid=29311 vsize=10997500 CPUtime=10.17 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29375/stat : 29375 (java) S 29311 29314 27360 0 -1 1077944384 7629 12342 0 0 947 61 6 3 20 0 20 0 11014699 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588211595536 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29376] ppid=29311 vsize=10997500 CPUtime=10.11 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29376/stat : 29376 (java) S 29311 29314 27360 0 -1 1077944384 5969 12342 0 0 941 61 6 3 20 0 20 0 11014699 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588210543248 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29377] ppid=29311 vsize=10997500 CPUtime=10.27 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29377/stat : 29377 (java) S 29311 29314 27360 0 -1 1077944384 13268 12342 0 0 958 60 6 3 20 0 20 0 11014699 11261440000 200938 33554432000 4194304 4196468 140725563653792 140588209490448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29378] ppid=29311 vsize=10997500 CPUtime=6.93 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29378/stat : 29378 (java) S 29311 29314 27360 0 -1 1077944384 13634 12342 0 0 616 68 6 3 20 0 20 0 11014702 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587748715120 140588609604226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29379] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29379/stat : 29379 (java) S 29311 29314 27360 0 -1 1077944384 73 12342 0 0 0 0 6 3 20 0 20 0 11014703 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587747661216 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29380] ppid=29311 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29380/stat : 29380 (java) S 29311 29314 27360 0 -1 1077944384 43 12342 0 0 1 0 6 3 20 0 20 0 11014703 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587746608768 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29381] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29381/stat : 29381 (java) S 29311 29314 27360 0 -1 1077944384 1 12342 0 0 0 0 6 3 20 0 20 0 11014707 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587745557072 140588609611675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29382] ppid=29311 vsize=10997500 CPUtime=6.97 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29382/stat : 29382 (java) S 29311 29314 27360 0 -1 1077944384 15519 12342 0 0 682 6 6 3 20 0 20 0 11014707 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587744503920 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29383] ppid=29311 vsize=10997500 CPUtime=7.61 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29383/stat : 29383 (java) S 29311 29314 27360 0 -1 1077944384 14460 12342 0 0 748 4 6 3 20 0 20 0 11014707 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587743451120 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29384] ppid=29311 vsize=10997500 CPUtime=7.26 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29384/stat : 29384 (java) S 29311 29314 27360 0 -1 1077944384 18708 12342 0 0 712 5 6 3 20 0 20 0 11014707 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587742398832 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29385] ppid=29311 vsize=10997500 CPUtime=3.56 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29385/stat : 29385 (java) S 29311 29314 27360 0 -1 1077944384 21572 12342 0 0 341 6 6 3 20 0 20 0 11014707 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587741346032 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29386] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29386/stat : 29386 (java) S 29311 29314 27360 0 -1 1077944384 3 12342 0 0 0 0 6 3 20 0 20 0 11014707 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587740293984 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29387] ppid=29311 vsize=10997500 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29387/stat : 29387 (java) S 29311 29314 27360 0 -1 1077944384 1369 12342 0 0 55 62 6 3 20 0 20 0 11014708 11261440000 200938 33554432000 4194304 4196468 140725563653792 140587739241264 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
Current children cumulated CPU time (s) 2354.87
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2306 s]
/proc/loadavg: 1.62 1.45 1.40 3/282 29604
/proc/meminfo: memFree=28024788/32770624 swapFree=5896/232116
[pid=29314] ppid=29311 vsize=10997500 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/29314/stat : 29314 (java) S 29311 29314 27360 0 -1 1077944320 314052 12342 0 0 239327 664 6 3 20 0 20 0 11014687 11261440000 203232 33554432000 4194304 4196468 140725563653792 140725563636336 140588609593079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
/proc/29314/statm: 2749375 203232 3520 1 0 2736930 0
[pid=29314/tid=29369] ppid=29311 vsize=10997500 CPUtime=2284.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29369/stat : 29369 (java) R 29311 29314 27360 0 -1 4202560 153369 12342 0 0 228339 62 6 3 20 0 20 0 11014698 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588613826736 140588247409448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29370] ppid=29311 vsize=10997500 CPUtime=10.38 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29370/stat : 29370 (java) S 29311 29314 27360 0 -1 1077944384 8999 12342 0 0 967 62 6 3 20 0 20 0 11014699 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588574874512 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29371] ppid=29311 vsize=10997500 CPUtime=10.38 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29371/stat : 29371 (java) S 29311 29314 27360 0 -1 1077944384 8340 12342 0 0 963 66 6 3 20 0 20 0 11014699 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588215806736 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29372] ppid=29311 vsize=10997500 CPUtime=10.45 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29372/stat : 29372 (java) S 29311 29314 27360 0 -1 1077944384 9082 12342 0 0 975 61 6 3 20 0 20 0 11014699 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588214754448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29373] ppid=29311 vsize=10997500 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29373/stat : 29373 (java) S 29311 29314 27360 0 -1 1077944384 7298 12342 0 0 975 65 6 3 20 0 20 0 11014699 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588213701648 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29374] ppid=29311 vsize=10997500 CPUtime=10.34 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29374/stat : 29374 (java) S 29311 29314 27360 0 -1 1077944384 12006 12342 0 0 960 65 6 3 20 0 20 0 11014699 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588212648336 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29375] ppid=29311 vsize=10997500 CPUtime=10.4 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29375/stat : 29375 (java) S 29311 29314 27360 0 -1 1077944384 7687 12342 0 0 969 62 6 3 20 0 20 0 11014699 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588211595536 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29376] ppid=29311 vsize=10997500 CPUtime=10.32 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29376/stat : 29376 (java) S 29311 29314 27360 0 -1 1077944384 6221 12342 0 0 962 61 6 3 20 0 20 0 11014699 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588210543248 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29377] ppid=29311 vsize=10997500 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29377/stat : 29377 (java) S 29311 29314 27360 0 -1 1077944384 13280 12342 0 0 979 61 6 3 20 0 20 0 11014699 11261440000 203232 33554432000 4194304 4196468 140725563653792 140588209490448 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29378] ppid=29311 vsize=10997500 CPUtime=7.05 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29378/stat : 29378 (java) S 29311 29314 27360 0 -1 1077944384 13867 12342 0 0 627 69 6 3 20 0 20 0 11014702 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587748715120 140588609604226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29379] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29379/stat : 29379 (java) S 29311 29314 27360 0 -1 1077944384 73 12342 0 0 0 0 6 3 20 0 20 0 11014703 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587747661216 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29380] ppid=29311 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29380/stat : 29380 (java) S 29311 29314 27360 0 -1 1077944384 43 12342 0 0 1 0 6 3 20 0 20 0 11014703 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587746608768 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29381] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29381/stat : 29381 (java) S 29311 29314 27360 0 -1 1077944384 1 12342 0 0 0 0 6 3 20 0 20 0 11014707 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587745557072 140588609611675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29382] ppid=29311 vsize=10997500 CPUtime=6.97 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29382/stat : 29382 (java) S 29311 29314 27360 0 -1 1077944384 15521 12342 0 0 682 6 6 3 20 0 20 0 11014707 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587744503920 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29383] ppid=29311 vsize=10997500 CPUtime=7.61 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29383/stat : 29383 (java) S 29311 29314 27360 0 -1 1077944384 14462 12342 0 0 748 4 6 3 20 0 20 0 11014707 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587743451120 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29384] ppid=29311 vsize=10997500 CPUtime=7.26 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29384/stat : 29384 (java) S 29311 29314 27360 0 -1 1077944384 18710 12342 0 0 712 5 6 3 20 0 20 0 11014707 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587742398832 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29385] ppid=29311 vsize=10997500 CPUtime=3.56 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29385/stat : 29385 (java) S 29311 29314 27360 0 -1 1077944384 21574 12342 0 0 341 6 6 3 20 0 20 0 11014707 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587741346032 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29386] ppid=29311 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29386/stat : 29386 (java) S 29311 29314 27360 0 -1 1077944384 3 12342 0 0 0 0 6 3 20 0 20 0 11014707 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587740293984 140588609603285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
[pid=29314/tid=29387] ppid=29311 vsize=10997500 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/29314/task/29387/stat : 29387 (java) S 29311 29314 27360 0 -1 1077944384 1385 12342 0 0 57 63 6 3 20 0 20 0 11014708 11261440000 203232 33554432000 4194304 4196468 140725563653792 140587739241264 140588609604226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140725563660993 140725563663767 140725563663767 140725563666383 0
Current children cumulated CPU time (s) 2400
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 29314 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2306.03
CPU time (s): 2400.06
CPU user time (s): 2393.36
CPU system time (s): 6.69771
CPU usage (%): 104.078
Max. virtual memory (cumulated for all children) (KiB): 10999596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.36
system time used= 6.69771
maximum resident set size= 1288616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272863
involuntary context switches= 177476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.779 second user time and 17.1488 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 23:04:10
IDJOB=4249135
IDBENCH=135672
IDSOLVER=2630
FILE ID=node104/4249135-1500757450
RUNJOBID= node104-1500750445-27392
PBS_JOBID= 20624574
Free space on /tmp= 61956 MiB

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

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=427995459

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		: 1600.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		: 2133.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		: 2668.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		: 2668.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		: 2000.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		: 1867.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		: 1733.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		: 2267.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		: 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	: 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		: 2000.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		: 1600.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		: 2133.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:        30574948 kB
MemAvailable:   30938044 kB
Buffers:          214052 kB
Cached:           412216 kB
SwapCached:          252 kB
Active:          1434932 kB
Inactive:         286628 kB
Active(anon):    1050816 kB
Inactive(anon):    56304 kB
Active(file):     384116 kB
Inactive(file):   230324 kB
Unevictable:        5896 kB
Mlocked:            5896 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             24540 kB
Writeback:             0 kB
AnonPages:       1101840 kB
Mapped:            44468 kB
Shmem:              8772 kB
Slab:             163788 kB
SReclaimable:     128980 kB
SUnreclaim:        34808 kB
KernelStack:        4528 kB
PageTables:         7292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1928444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 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:42:36