Trace number 4249183

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)104 2400.07 2312.84

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark461.74399
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.71/2.18	c Concrete v3.4 running
8.48/3.88	o 300
8.87/3.98	o 286
8.87/3.98	o 280
8.87/3.98	o 266
8.87/3.99	o 260
9.34/4.01	o 204
9.34/4.03	o 201
9.34/4.05	o 200
9.34/4.08	o 197
9.79/4.10	o 190
9.79/4.12	o 184
9.79/4.14	o 183
9.79/4.15	o 181
9.79/4.16	o 176
9.79/4.19	o 172
10.25/4.21	o 163
10.25/4.22	o 153
10.25/4.23	o 150
10.25/4.24	o 145
10.25/4.26	o 144
10.25/4.26	o 139
10.25/4.27	o 136
10.25/4.29	o 134
10.67/4.37	o 133
11.16/4.41	o 129
11.16/4.42	o 119
11.59/4.55	o 108
11.59/4.56	o 107
11.59/4.59	o 104
2400.00/2312.81	java.util.concurrent.TimeoutException
2400.00/2312.81		at concrete.MAC.mac(MAC.scala:74)
2400.00/2312.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.00/2312.81		at scala.util.Try$.apply(Try.scala:209)
2400.00/2312.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.00/2312.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.00/2312.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.00/2312.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.00/2312.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.00/2312.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.00/2312.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.00/2312.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.00/2312.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.00/2312.81		at concrete.MAC.oneRun(MAC.scala:146)
2400.00/2312.81		at concrete.MAC.nextSolution(MAC.scala:166)
2400.00/2312.81		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.00/2312.81		at concrete.ProblemState.map(ProblemState.scala:203)
2400.00/2312.81		at concrete.ProblemState.map(ProblemState.scala:188)
2400.00/2312.81		at concrete.MAC.nextSolution(MAC.scala:195)
2400.00/2312.81		at concrete.Solver.hasNext(Solver.scala:202)
2400.00/2312.81		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.00/2312.81		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.00/2312.81		at concrete.Solver.toStream(Solver.scala:73)
2400.00/2312.81		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.00/2312.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.00/2312.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.00/2312.81		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.00/2312.81		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.00/2312.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.00/2312.81		at scala.util.Success.map(Try.scala:209)
2400.00/2312.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.00/2312.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.00/2312.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2312.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.00/2312.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2312.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.00/2312.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.00/2312.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.00/2312.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.00/2312.81		at scala.collection.immutable.List.foreach(List.scala:389)
2400.00/2312.81		at scala.App.main(App.scala:76)
2400.00/2312.81		at scala.App.main$(App.scala:74)
2400.00/2312.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2312.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2312.82	v <instantiation cost="104">
2400.00/2312.82	v       <list>
2400.00/2312.82	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] 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]
2400.00/2312.82	v       </list>
2400.00/2312.82	v       <values>
2400.00/2312.82	v         7 10 9 13 14 11 12 6 5 1 2 3 0 4 8 6 10 14 4 10 12 15 1 7 2 6 4 5 4 4
2400.00/2312.82	v       </values>
2400.00/2312.82	v     </instantiation>
2400.00/2312.82	s SATISFIABLE

Verifier Data

OK	104

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-4249183-1500759097/watcher-4249183-1500759097 -o /tmp/evaluation-result-4249183-1500759097/solver-4249183-1500759097 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3380 --watchdog 2560 bin/concrete HOME/instance-4249183-1500759097.xml 

pid=4367
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.62 1.51 1.47 10/265 4370
/proc/meminfo: memFree=30996572/32770624 swapFree=5892/368536
[pid=4370] ppid=4367 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (bash) S 4367 4370 3349 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 11176665 9736192 350 33554432000 4194304 5098028 140731054443696 140731054441336 140622772632576 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 21864448 140731054449934 140731054450019 140731054450019 140731054452718 0
/proc/4370/statm: 2377 350 277 221 0 86 0

[startup+0.100132 s]
/proc/loadavg: 1.62 1.51 1.47 10/265 4370
/proc/meminfo: memFree=30996572/32770624 swapFree=5892/368536
[pid=4370] ppid=4367 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (bash) S 4367 4370 3349 0 -1 4202496 878 6415 0 0 0 0 0 1 20 0 1 0 11176665 9871360 378 33554432000 4194304 5098028 140731054443696 140731054437704 140622772632576 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 21864448 140731054449934 140731054450019 140731054450019 140731054452718 0
/proc/4370/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200408 s]
/proc/loadavg: 1.62 1.51 1.47 10/265 4370
/proc/meminfo: memFree=30996572/32770624 swapFree=5892/368536
[pid=4370] ppid=4367 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 4755 12388 0 0 6 1 8 3 20 0 13 0 11176665 10686320640 5113 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2608965 5113 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300374 s]
/proc/loadavg: 1.62 1.51 1.47 10/265 4370
/proc/meminfo: memFree=30996572/32770624 swapFree=5892/368536
[pid=4370] ppid=4367 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 7125 12388 0 0 23 2 8 3 20 0 20 0 11176665 11164049408 8847 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2725598 8847 2993 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700185 s]
/proc/loadavg: 1.62 1.51 1.47 10/265 4370
/proc/meminfo: memFree=30996572/32770624 swapFree=5892/368536
[pid=4370] ppid=4367 vsize=10902720 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 12575 12388 0 0 79 4 8 3 20 0 20 0 11176665 11164385280 15858 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2725680 15858 3205 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.5011 s]
/proc/loadavg: 1.97 1.59 1.49 6/285 4443
/proc/meminfo: memFree=30769016/32770624 swapFree=5892/368576
[pid=4370] ppid=4367 vsize=10913344 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 27295 12388 0 0 203 15 8 3 20 0 20 0 11176665 11175264256 44684 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2728336 44684 3411 1 0 2716450 0
[pid=4370/tid=4425] ppid=4367 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4425/stat : 4425 (java) R 4367 4370 3349 0 -1 4202560 19426 12388 0 0 125 6 8 3 20 0 20 0 11176678 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315993718624 140315591843742 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4426] ppid=4367 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4426/stat : 4426 (java) S 4367 4370 3349 0 -1 1077944384 129 12388 0 0 0 1 8 3 20 0 20 0 11176679 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315915565968 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4427] ppid=4367 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4427/stat : 4427 (java) S 4367 4370 3349 0 -1 1077944384 44 12388 0 0 1 0 8 3 20 0 20 0 11176679 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315914513168 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4428] ppid=4367 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4428/stat : 4428 (java) S 4367 4370 3349 0 -1 1077944384 42 12388 0 0 1 0 8 3 20 0 20 0 11176679 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315913460880 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4429] ppid=4367 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4429/stat : 4429 (java) S 4367 4370 3349 0 -1 1077944384 15 12388 0 0 1 0 8 3 20 0 20 0 11176679 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315912408080 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4430] ppid=4367 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4430/stat : 4430 (java) S 4367 4370 3349 0 -1 1077944384 17 12388 0 0 1 0 8 3 20 0 20 0 11176679 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315591698832 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4431] ppid=4367 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4431/stat : 4431 (java) S 4367 4370 3349 0 -1 1077944384 15 12388 0 0 0 0 8 3 20 0 20 0 11176679 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315590646032 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4432] ppid=4367 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4432/stat : 4432 (java) S 4367 4370 3349 0 -1 1077944384 28 12388 0 0 0 0 8 3 20 0 20 0 11176679 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315589593744 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4433] ppid=4367 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4433/stat : 4433 (java) S 4367 4370 3349 0 -1 1077944384 49 12388 0 0 1 0 8 3 20 0 20 0 11176679 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315588540944 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4434] ppid=4367 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4434/stat : 4434 (java) S 4367 4370 3349 0 -1 1077944384 1239 12388 0 0 1 0 8 3 20 0 20 0 11176681 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315464112752 140315989502594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4435] ppid=4367 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4435/stat : 4435 (java) S 4367 4370 3349 0 -1 1077944384 56 12388 0 0 0 0 8 3 20 0 20 0 11176682 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315463058784 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4436] ppid=4367 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4436/stat : 4436 (java) S 4367 4370 3349 0 -1 1077944384 45 12388 0 0 0 0 8 3 20 0 20 0 11176682 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315462006384 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4437] ppid=4367 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4437/stat : 4437 (java) S 4367 4370 3349 0 -1 1077944384 1 12388 0 0 0 0 8 3 20 0 20 0 11176686 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315460954704 140315989510043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4438] ppid=4367 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4438/stat : 4438 (java) S 4367 4370 3349 0 -1 1077944384 1337 12388 0 0 13 0 8 3 20 0 20 0 11176686 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315459901552 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4439] ppid=4367 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4439/stat : 4439 (java) S 4367 4370 3349 0 -1 1077944384 551 12388 0 0 12 0 8 3 20 0 20 0 11176686 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315458848752 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4440] ppid=4367 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4440/stat : 4440 (java) R 4367 4370 3349 0 -1 4202560 774 12388 0 0 13 0 8 3 20 0 20 0 11176686 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315457789568 140315981732837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4441] ppid=4367 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4441/stat : 4441 (java) S 4367 4370 3349 0 -1 1077944384 1391 12388 0 0 26 0 8 3 20 0 20 0 11176686 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315456743664 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4442] ppid=4367 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4442/stat : 4442 (java) S 4367 4370 3349 0 -1 1077944384 3 12388 0 0 0 0 8 3 20 0 20 0 11176686 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315455691616 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4443] ppid=4367 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4443/stat : 4443 (java) S 4367 4370 3349 0 -1 1077944384 6 12388 0 0 0 0 8 3 20 0 20 0 11176687 11175264256 44684 33554432000 4194304 4196468 140732692190864 140315454638896 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10125 s]
/proc/loadavg: 1.97 1.59 1.49 5/285 4443
/proc/meminfo: memFree=30628976/32770624 swapFree=5892/368576
[pid=4370] ppid=4367 vsize=10927868 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 47673 12388 0 0 579 23 8 3 20 0 20 0 11176665 11190136832 57851 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2731967 57851 3480 1 0 2719522 0
[pid=4370/tid=4425] ppid=4367 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4425/stat : 4425 (java) R 4367 4370 3349 0 -1 4202560 32497 12388 0 0 279 11 8 3 20 0 20 0 11176678 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315993725072 140315591736576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4426] ppid=4367 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4426/stat : 4426 (java) S 4367 4370 3349 0 -1 1077944384 129 12388 0 0 0 1 8 3 20 0 20 0 11176679 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315915565968 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4427] ppid=4367 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4427/stat : 4427 (java) S 4367 4370 3349 0 -1 1077944384 44 12388 0 0 1 0 8 3 20 0 20 0 11176679 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315914513168 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4428] ppid=4367 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4428/stat : 4428 (java) S 4367 4370 3349 0 -1 1077944384 42 12388 0 0 1 0 8 3 20 0 20 0 11176679 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315913460880 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4429] ppid=4367 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4429/stat : 4429 (java) S 4367 4370 3349 0 -1 1077944384 15 12388 0 0 1 0 8 3 20 0 20 0 11176679 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315912408080 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4430] ppid=4367 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4430/stat : 4430 (java) S 4367 4370 3349 0 -1 1077944384 17 12388 0 0 1 0 8 3 20 0 20 0 11176679 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315591698832 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4431] ppid=4367 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4431/stat : 4431 (java) S 4367 4370 3349 0 -1 1077944384 15 12388 0 0 0 0 8 3 20 0 20 0 11176679 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315590646032 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4432] ppid=4367 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4432/stat : 4432 (java) S 4367 4370 3349 0 -1 1077944384 28 12388 0 0 0 0 8 3 20 0 20 0 11176679 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315589593744 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4433] ppid=4367 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4433/stat : 4433 (java) S 4367 4370 3349 0 -1 1077944384 49 12388 0 0 1 0 8 3 20 0 20 0 11176679 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315588540944 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4434] ppid=4367 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4434/stat : 4434 (java) S 4367 4370 3349 0 -1 1077944384 1252 12388 0 0 1 0 8 3 20 0 20 0 11176681 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315464112752 140315989502594 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4435] ppid=4367 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4435/stat : 4435 (java) S 4367 4370 3349 0 -1 1077944384 56 12388 0 0 0 0 8 3 20 0 20 0 11176682 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315463058784 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4436] ppid=4367 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4436/stat : 4436 (java) S 4367 4370 3349 0 -1 1077944384 45 12388 0 0 0 0 8 3 20 0 20 0 11176682 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315462006384 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4437] ppid=4367 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4437/stat : 4437 (java) S 4367 4370 3349 0 -1 1077944384 1 12388 0 0 0 0 8 3 20 0 20 0 11176686 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315460954704 140315989510043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4438] ppid=4367 vsize=10927868 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4438/stat : 4438 (java) R 4367 4370 3349 0 -1 4202560 2341 12388 0 0 51 1 8 3 20 0 20 0 11176686 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315459885504 140315989503382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4439] ppid=4367 vsize=10927868 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4439/stat : 4439 (java) R 4367 4370 3349 0 -1 4202560 883 12388 0 0 45 1 8 3 20 0 20 0 11176686 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315458838464 140315982597119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4440] ppid=4367 vsize=10927868 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4440/stat : 4440 (java) R 4367 4370 3349 0 -1 4202560 4514 12388 0 0 93 1 8 3 20 0 20 0 11176686 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315457796560 140315989512794 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4441] ppid=4367 vsize=10927868 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4441/stat : 4441 (java) R 4367 4370 3349 0 -1 4202560 3611 12388 0 0 97 1 8 3 20 0 20 0 11176686 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315456739712 140315969446337 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4442] ppid=4367 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4442/stat : 4442 (java) S 4367 4370 3349 0 -1 1077944384 3 12388 0 0 0 0 8 3 20 0 20 0 11176686 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315455691616 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4443] ppid=4367 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4443/stat : 4443 (java) S 4367 4370 3349 0 -1 1077944384 7 12388 0 0 0 0 8 3 20 0 20 0 11176687 11190136832 57851 33554432000 4194304 4196468 140732692190864 140315454638896 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 10927868

[startup+6.30093 s]
/proc/loadavg: 1.97 1.59 1.49 4/285 4443
/proc/meminfo: memFree=29864036/32770624 swapFree=5892/368588
[pid=4370] ppid=4367 vsize=10997500 CPUtime=15.9 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 60826 12388 0 0 1546 33 8 3 20 0 20 0 11176665 11261440000 99980 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2749375 99980 3506 1 0 2736930 0
[pid=4370/tid=4425] ppid=4367 vsize=10997500 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4425/stat : 4425 (java) R 4367 4370 3349 0 -1 4202560 39479 12388 0 0 571 14 8 3 20 0 20 0 11176678 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315993725496 140315604346436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4426] ppid=4367 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4426/stat : 4426 (java) S 4367 4370 3349 0 -1 1077944384 1097 12388 0 0 13 1 8 3 20 0 20 0 11176679 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315915565968 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4427] ppid=4367 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4427/stat : 4427 (java) S 4367 4370 3349 0 -1 1077944384 82 12388 0 0 12 1 8 3 20 0 20 0 11176679 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315914513168 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4428] ppid=4367 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4428/stat : 4428 (java) S 4367 4370 3349 0 -1 1077944384 78 12388 0 0 13 1 8 3 20 0 20 0 11176679 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315913460880 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4429] ppid=4367 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4429/stat : 4429 (java) S 4367 4370 3349 0 -1 1077944384 80 12388 0 0 12 1 8 3 20 0 20 0 11176679 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315912408080 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4430] ppid=4367 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4430/stat : 4430 (java) S 4367 4370 3349 0 -1 1077944384 33 12388 0 0 11 0 8 3 20 0 20 0 11176679 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315591698832 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4431] ppid=4367 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4431/stat : 4431 (java) S 4367 4370 3349 0 -1 1077944384 87 12388 0 0 12 1 8 3 20 0 20 0 11176679 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315590646032 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4432] ppid=4367 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4432/stat : 4432 (java) S 4367 4370 3349 0 -1 1077944384 50 12388 0 0 12 1 8 3 20 0 20 0 11176679 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315589593744 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4433] ppid=4367 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4433/stat : 4433 (java) S 4367 4370 3349 0 -1 1077944384 90 12388 0 0 13 1 8 3 20 0 20 0 11176679 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315588540944 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4434] ppid=4367 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4434/stat : 4434 (java) S 4367 4370 3349 0 -1 1077944384 2157 12388 0 0 12 1 8 3 20 0 20 0 11176681 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315464112752 140315989502594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4435] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4435/stat : 4435 (java) S 4367 4370 3349 0 -1 1077944384 56 12388 0 0 0 0 8 3 20 0 20 0 11176682 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315463058848 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4436] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4436/stat : 4436 (java) S 4367 4370 3349 0 -1 1077944384 45 12388 0 0 0 0 8 3 20 0 20 0 11176682 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315462006400 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4437] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4437/stat : 4437 (java) S 4367 4370 3349 0 -1 1077944384 1 12388 0 0 0 0 8 3 20 0 20 0 11176686 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315460954704 140315989510043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4438] ppid=4367 vsize=10997500 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4438/stat : 4438 (java) S 4367 4370 3349 0 -1 1077944384 3239 12388 0 0 217 2 8 3 20 0 20 0 11176686 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315459901552 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4439] ppid=4367 vsize=10997500 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4439/stat : 4439 (java) S 4367 4370 3349 0 -1 1077944384 2252 12388 0 0 230 1 8 3 20 0 20 0 11176686 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315458848752 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4440] ppid=4367 vsize=10997500 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4440/stat : 4440 (java) S 4367 4370 3349 0 -1 1077944384 5402 12388 0 0 254 1 8 3 20 0 20 0 11176686 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315457796464 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4441] ppid=4367 vsize=10997500 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4441/stat : 4441 (java) S 4367 4370 3349 0 -1 1077944384 4458 12388 0 0 155 2 8 3 20 0 20 0 11176686 11261440000 99980 33554432000 4194304 4196468 140732692190864 140315456743664 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4442] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=4370/tid=4439] ppid=4367 vsize=10997500 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4439/stat : 4439 (java) S 4367 4370 3349 0 -1 1077944384 9879 12388 0 0 613 5 8 3 20 0 20 0 11176686 11261440000 156213 33554432000 4194304 4196468 140732692190864 140315458848752 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4440] ppid=4367 vsize=10997500 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4440/stat : 4440 (java) S 4367 4370 3349 0 -1 1077944384 11046 12388 0 0 644 7 8 3 20 0 20 0 11176686 11261440000 156213 33554432000 4194304 4196468 140732692190864 140315457796464 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4441] ppid=4367 vsize=10997500 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4441/stat : 4441 (java) S 4367 4370 3349 0 -1 1077944384 16039 12388 0 0 326 6 8 3 20 0 20 0 11176686 11261440000 156213 33554432000 4194304 4196468 140732692190864 140315456743664 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4442] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4442/stat : 4442 (java) S 4367 4370 3349 0 -1 1077944384 3 12388 0 0 0 0 8 3 20 0 20 0 11176686 11261440000 156213 33554432000 4194304 4196468 140732692190864 140315455691616 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4443] ppid=4367 vsize=10997500 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4443/stat : 4443 (java) S 4367 4370 3349 0 -1 1077944384 1489 12388 0 0 61 59 8 3 20 0 20 0 11176687 11261440000 156213 33554432000 4194304 4196468 140732692190864 140315454638896 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
Current children cumulated CPU time (s) 2224.1
Current children cumulated vsize (KiB) 10997500

[startup+2202.31 s]
/proc/loadavg: 1.69 1.65 1.60 3/286 4555
/proc/meminfo: memFree=27559404/32770624 swapFree=5892/370516
[pid=4370] ppid=4367 vsize=10997500 CPUtime=2286 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 308135 12388 0 0 228072 517 8 3 20 0 20 0 11176665 11261440000 159230 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2749375 159230 3509 1 0 2736930 0
[pid=4370/tid=4425] ppid=4367 vsize=10997500 CPUtime=2182.01 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4425/stat : 4425 (java) R 4367 4370 3349 0 -1 4202560 154482 12388 0 0 218142 48 8 3 20 0 20 0 11176678 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315993725248 140315602415627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4426] ppid=4367 vsize=10997500 CPUtime=9.51 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4426/stat : 4426 (java) S 4367 4370 3349 0 -1 1077944384 15484 12388 0 0 893 47 8 3 20 0 20 0 11176679 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315915565968 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4427] ppid=4367 vsize=10997500 CPUtime=9.17 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4427/stat : 4427 (java) S 4367 4370 3349 0 -1 1077944384 13653 12388 0 0 859 47 8 3 20 0 20 0 11176679 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315914513168 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4428] ppid=4367 vsize=10997500 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4428/stat : 4428 (java) S 4367 4370 3349 0 -1 1077944384 9129 12388 0 0 867 50 8 3 20 0 20 0 11176679 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315913460880 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4429] ppid=4367 vsize=10997500 CPUtime=9.41 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4429/stat : 4429 (java) S 4367 4370 3349 0 -1 1077944384 10969 12388 0 0 882 48 8 3 20 0 20 0 11176679 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315912408080 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4430] ppid=4367 vsize=10997500 CPUtime=9.39 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4430/stat : 4430 (java) S 4367 4370 3349 0 -1 1077944384 8313 12388 0 0 880 48 8 3 20 0 20 0 11176679 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315591698832 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4431] ppid=4367 vsize=10997500 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4431/stat : 4431 (java) S 4367 4370 3349 0 -1 1077944384 10172 12388 0 0 872 45 8 3 20 0 20 0 11176679 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315590646032 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4432] ppid=4367 vsize=10997500 CPUtime=9.25 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4432/stat : 4432 (java) S 4367 4370 3349 0 -1 1077944384 8838 12388 0 0 869 45 8 3 20 0 20 0 11176679 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315589593744 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4433] ppid=4367 vsize=10997500 CPUtime=9.32 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4433/stat : 4433 (java) S 4367 4370 3349 0 -1 1077944384 11762 12388 0 0 877 44 8 3 20 0 20 0 11176679 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315588540944 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4434] ppid=4367 vsize=10997500 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4434/stat : 4434 (java) S 4367 4370 3349 0 -1 1077944384 15342 12388 0 0 622 54 8 3 20 0 20 0 11176681 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315464112752 140315989502594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4435] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4435/stat : 4435 (java) S 4367 4370 3349 0 -1 1077944384 56 12388 0 0 0 0 8 3 20 0 20 0 11176682 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315463058848 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4436] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4436/stat : 4436 (java) S 4367 4370 3349 0 -1 1077944384 45 12388 0 0 0 0 8 3 20 0 20 0 11176682 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315462006400 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4437] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4437/stat : 4437 (java) S 4367 4370 3349 0 -1 1077944384 1 12388 0 0 0 0 8 3 20 0 20 0 11176686 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315460954704 140315989510043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4438] ppid=4367 vsize=10997500 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4438/stat : 4438 (java) S 4367 4370 3349 0 -1 1077944384 9277 12388 0 0 604 4 8 3 20 0 20 0 11176686 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315459901552 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4439] ppid=4367 vsize=10997500 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4439/stat : 4439 (java) S 4367 4370 3349 0 -1 1077944384 9881 12388 0 0 613 5 8 3 20 0 20 0 11176686 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315458848752 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4440] ppid=4367 vsize=10997500 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4440/stat : 4440 (java) S 4367 4370 3349 0 -1 1077944384 11048 12388 0 0 644 7 8 3 20 0 20 0 11176686 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315457796464 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4441] ppid=4367 vsize=10997500 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4441/stat : 4441 (java) S 4367 4370 3349 0 -1 1077944384 16041 12388 0 0 326 6 8 3 20 0 20 0 11176686 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315456743664 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4442] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4442/stat : 4442 (java) S 4367 4370 3349 0 -1 1077944384 3 12388 0 0 0 0 8 3 20 0 20 0 11176686 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315455691616 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4443] ppid=4367 vsize=10997500 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4443/stat : 4443 (java) S 4367 4370 3349 0 -1 1077944384 1511 12388 0 0 62 61 8 3 20 0 20 0 11176687 11261440000 159230 33554432000 4194304 4196468 140732692190864 140315454638896 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
Current children cumulated CPU time (s) 2286
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.61 1.64 1.60 3/286 4557
/proc/meminfo: memFree=27575012/32770624 swapFree=5892/370552
[pid=4370] ppid=4367 vsize=10997500 CPUtime=2347.94 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 316732 12388 0 0 234256 527 8 3 20 0 20 0 11176665 11261440000 155124 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2749375 155124 3509 1 0 2736930 0
[pid=4370/tid=4425] ppid=4367 vsize=10997500 CPUtime=2241.39 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4425/stat : 4425 (java) R 4367 4370 3349 0 -1 4202560 159480 12388 0 0 224079 49 8 3 20 0 20 0 11176678 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315993725664 140315605102887 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4426] ppid=4367 vsize=10997500 CPUtime=9.81 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4426/stat : 4426 (java) S 4367 4370 3349 0 -1 1077944384 15626 12388 0 0 921 49 8 3 20 0 20 0 11176679 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315915565968 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4427] ppid=4367 vsize=10997500 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4427/stat : 4427 (java) S 4367 4370 3349 0 -1 1077944384 14342 12388 0 0 888 48 8 3 20 0 20 0 11176679 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315914513168 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4428] ppid=4367 vsize=10997500 CPUtime=9.56 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4428/stat : 4428 (java) S 4367 4370 3349 0 -1 1077944384 9402 12388 0 0 894 51 8 3 20 0 20 0 11176679 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315913460880 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4429] ppid=4367 vsize=10997500 CPUtime=9.68 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4429/stat : 4429 (java) S 4367 4370 3349 0 -1 1077944384 11247 12388 0 0 909 48 8 3 20 0 20 0 11176679 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315912408080 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4430] ppid=4367 vsize=10997500 CPUtime=9.67 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4430/stat : 4430 (java) S 4367 4370 3349 0 -1 1077944384 9575 12388 0 0 907 49 8 3 20 0 20 0 11176679 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315591698832 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4431] ppid=4367 vsize=10997500 CPUtime=9.57 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4431/stat : 4431 (java) S 4367 4370 3349 0 -1 1077944384 10334 12388 0 0 900 46 8 3 20 0 20 0 11176679 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315590646032 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4432] ppid=4367 vsize=10997500 CPUtime=9.54 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4432/stat : 4432 (java) S 4367 4370 3349 0 -1 1077944384 9019 12388 0 0 897 46 8 3 20 0 20 0 11176679 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315589593744 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4433] ppid=4367 vsize=10997500 CPUtime=9.64 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4433/stat : 4433 (java) S 4367 4370 3349 0 -1 1077944384 11953 12388 0 0 908 45 8 3 20 0 20 0 11176679 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315588540944 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4434] ppid=4367 vsize=10997500 CPUtime=7.06 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4434/stat : 4434 (java) S 4367 4370 3349 0 -1 1077944384 15732 12388 0 0 640 55 8 3 20 0 20 0 11176681 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315464112752 140315989502594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4435] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4435/stat : 4435 (java) S 4367 4370 3349 0 -1 1077944384 56 12388 0 0 0 0 8 3 20 0 20 0 11176682 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315463058848 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4436] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4436/stat : 4436 (java) S 4367 4370 3349 0 -1 1077944384 45 12388 0 0 0 0 8 3 20 0 20 0 11176682 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315462006400 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4437] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4437/stat : 4437 (java) S 4367 4370 3349 0 -1 1077944384 1 12388 0 0 0 0 8 3 20 0 20 0 11176686 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315460954704 140315989510043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4438] ppid=4367 vsize=10997500 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4438/stat : 4438 (java) S 4367 4370 3349 0 -1 1077944384 9280 12388 0 0 604 4 8 3 20 0 20 0 11176686 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315459901552 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4439] ppid=4367 vsize=10997500 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4439/stat : 4439 (java) S 4367 4370 3349 0 -1 1077944384 9883 12388 0 0 613 5 8 3 20 0 20 0 11176686 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315458848752 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4440] ppid=4367 vsize=10997500 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4440/stat : 4440 (java) S 4367 4370 3349 0 -1 1077944384 11050 12388 0 0 644 7 8 3 20 0 20 0 11176686 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315457796464 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4441] ppid=4367 vsize=10997500 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4441/stat : 4441 (java) S 4367 4370 3349 0 -1 1077944384 16043 12388 0 0 326 6 8 3 20 0 20 0 11176686 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315456743664 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4442] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4442/stat : 4442 (java) S 4367 4370 3349 0 -1 1077944384 3 12388 0 0 0 0 8 3 20 0 20 0 11176686 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315455691616 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4443] ppid=4367 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4443/stat : 4443 (java) S 4367 4370 3349 0 -1 1077944384 1533 12388 0 0 64 63 8 3 20 0 20 0 11176687 11261440000 155124 33554432000 4194304 4196468 140732692190864 140315454638896 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
Current children cumulated CPU time (s) 2347.94
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2312.8 s]
/proc/loadavg: 1.67 1.65 1.60 3/285 4566
/proc/meminfo: memFree=27564084/32770624 swapFree=5892/370616
[pid=4370] ppid=4367 vsize=10997500 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/4370/stat : 4370 (java) S 4367 4370 3349 0 -1 1077944320 320780 12388 0 0 239448 541 8 3 20 0 20 0 11176665 11261440000 157926 33554432000 4194304 4196468 140732692190864 140732692173408 140315989491447 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
/proc/4370/statm: 2749375 157926 3509 1 0 2736930 0
[pid=4370/tid=4425] ppid=4367 vsize=10997500 CPUtime=2291.42 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4425/stat : 4425 (java) R 4367 4370 3349 0 -1 4202560 162798 12388 0 0 229081 50 8 3 20 0 20 0 11176678 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315993725872 140315604031698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4426] ppid=4367 vsize=10997500 CPUtime=10.04 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4426/stat : 4426 (java) S 4367 4370 3349 0 -1 1077944384 15709 12388 0 0 943 50 8 3 20 0 20 0 11176679 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315915565968 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4427] ppid=4367 vsize=10997500 CPUtime=9.7 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4427/stat : 4427 (java) S 4367 4370 3349 0 -1 1077944384 14414 12388 0 0 910 49 8 3 20 0 20 0 11176679 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315914513168 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4428] ppid=4367 vsize=10997500 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4428/stat : 4428 (java) S 4367 4370 3349 0 -1 1077944384 9460 12388 0 0 916 53 8 3 20 0 20 0 11176679 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315913460880 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4429] ppid=4367 vsize=10997500 CPUtime=9.92 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4429/stat : 4429 (java) S 4367 4370 3349 0 -1 1077944384 11411 12388 0 0 931 50 8 3 20 0 20 0 11176679 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315912408080 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4430] ppid=4367 vsize=10997500 CPUtime=9.89 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4430/stat : 4430 (java) S 4367 4370 3349 0 -1 1077944384 9638 12388 0 0 927 51 8 3 20 0 20 0 11176679 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315591698832 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4431] ppid=4367 vsize=10997500 CPUtime=9.82 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4431/stat : 4431 (java) S 4367 4370 3349 0 -1 1077944384 10426 12388 0 0 924 47 8 3 20 0 20 0 11176679 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315590646032 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4432] ppid=4367 vsize=10997500 CPUtime=9.77 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4432/stat : 4432 (java) S 4367 4370 3349 0 -1 1077944384 9092 12388 0 0 919 47 8 3 20 0 20 0 11176679 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315589593744 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4433] ppid=4367 vsize=10997500 CPUtime=9.87 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4433/stat : 4433 (java) S 4367 4370 3349 0 -1 1077944384 12014 12388 0 0 929 47 8 3 20 0 20 0 11176679 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315588540944 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4434] ppid=4367 vsize=10997500 CPUtime=7.21 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4434/stat : 4434 (java) S 4367 4370 3349 0 -1 1077944384 15794 12388 0 0 653 57 8 3 20 0 20 0 11176681 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315464112752 140315989502594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4435] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4435/stat : 4435 (java) S 4367 4370 3349 0 -1 1077944384 56 12388 0 0 0 0 8 3 20 0 20 0 11176682 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315463058848 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4436] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4436/stat : 4436 (java) S 4367 4370 3349 0 -1 1077944384 45 12388 0 0 0 0 8 3 20 0 20 0 11176682 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315462006400 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4437] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4437/stat : 4437 (java) S 4367 4370 3349 0 -1 1077944384 1 12388 0 0 0 0 8 3 20 0 20 0 11176686 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315460954704 140315989510043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4438] ppid=4367 vsize=10997500 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4438/stat : 4438 (java) S 4367 4370 3349 0 -1 1077944384 9280 12388 0 0 604 4 8 3 20 0 20 0 11176686 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315459901552 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4439] ppid=4367 vsize=10997500 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4439/stat : 4439 (java) S 4367 4370 3349 0 -1 1077944384 9883 12388 0 0 613 5 8 3 20 0 20 0 11176686 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315458848752 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4440] ppid=4367 vsize=10997500 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4440/stat : 4440 (java) S 4367 4370 3349 0 -1 1077944384 11050 12388 0 0 644 7 8 3 20 0 20 0 11176686 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315457796464 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4441] ppid=4367 vsize=10997500 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4441/stat : 4441 (java) S 4367 4370 3349 0 -1 1077944384 16043 12388 0 0 326 6 8 3 20 0 20 0 11176686 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315456743664 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4442] ppid=4367 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4442/stat : 4442 (java) S 4367 4370 3349 0 -1 1077944384 3 12388 0 0 0 0 8 3 20 0 20 0 11176686 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315455691616 140315989501653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 0
[pid=4370/tid=4443] ppid=4367 vsize=10997500 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/4370/task/4443/stat : 4443 (java) S 4367 4370 3349 0 -1 1077944384 1535 12388 0 0 65 64 8 3 20 0 20 0 11176687 11261440000 157926 33554432000 4194304 4196468 140732692190864 140315454638896 140315989502594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140732692196033 140732692198807 140732692198807 140732692201423 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 4370 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2312.84
CPU time (s): 2400.07
CPU user time (s): 2394.59
CPU system time (s): 5.47677
CPU usage (%): 103.771
Max. virtual memory (cumulated for all children) (KiB): 10997500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.59
system time used= 5.47677
maximum resident set size= 954124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 288840
involuntary context switches= 185931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.403 second user time and 20.6429 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 23:31:37
IDJOB=4249183
IDBENCH=135732
IDSOLVER=2630
FILE ID=node133/4249183-1500759097
RUNJOBID= node133-1500754473-3380
PBS_JOBID= 20624590
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249183-1500759097/watcher-4249183-1500759097 -o /tmp/evaluation-result-4249183-1500759097/solver-4249183-1500759097 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3380 --watchdog 2560  bin/concrete HOME/instance-4249183-1500759097.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=1486777813

node133.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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
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		: 2668.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	: 5229.85
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		: 2533.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.13
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		: 2668.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	: 5229.85
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.13
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		: 2668.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	: 5229.85
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		: 2000.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.13
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		: 2533.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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30996620 kB
MemAvailable:   31605588 kB
Buffers:          161656 kB
Cached:           722208 kB
SwapCached:            0 kB
Active:           951660 kB
Inactive:         377300 kB
Active(anon):     447532 kB
Inactive(anon):     8764 kB
Active(file):     504128 kB
Inactive(file):   368536 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24264 kB
Writeback:             0 kB
AnonPages:        423580 kB
Mapped:            45012 kB
Shmem:              8872 kB
Slab:             138748 kB
SReclaimable:     104276 kB
SUnreclaim:        34472 kB
KernelStack:        4880 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1332040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61804 MiB
End job on node133 at 2017-07-23 00:10:10