Trace number 4245691

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)75 2400.16 2320.74

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc32a.xml
MD5SUMca8832984a17c67db3e889c6d91adcf4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints75
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":74},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":950},{"degree":1,"count":7},{"degree":2,"count":75},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":7,"count":8},{"degree":8,"count":6},{"degree":9,"count":2},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":74},{"arity":32,"count":1}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74},{"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.76/2.13	c Concrete v3.4 running
168.15/150.12	o 216
168.15/150.16	o 210
168.15/150.20	o 206
168.52/150.23	o 201
168.52/150.26	o 195
168.52/150.29	o 193
168.87/150.31	o 189
168.87/150.34	o 187
168.87/150.36	o 183
168.87/150.39	o 180
169.26/150.42	o 169
169.26/150.45	o 165
169.26/150.49	o 159
169.61/150.51	o 157
169.61/150.53	o 155
169.61/150.58	o 151
169.91/150.61	o 150
169.91/150.67	o 148
169.91/150.70	o 146
170.25/150.72	o 144
170.25/150.77	o 141
170.25/150.79	o 129
170.25/150.80	o 127
170.49/150.82	o 125
170.49/150.84	o 124
170.49/150.86	o 123
170.64/150.92	o 122
170.64/150.97	o 121
170.82/151.09	o 119
171.44/151.41	o 118
171.44/151.46	o 117
171.60/151.57	o 114
172.07/151.84	o 112
172.18/151.92	o 110
174.22/153.82	o 109
174.22/153.87	o 105
174.72/154.24	o 104
174.82/154.31	o 98
175.66/155.19	o 97
184.00/162.91	o 95
184.36/163.21	o 94
184.82/163.64	o 92
184.82/163.66	o 91
190.49/168.91	o 90
243.69/219.56	o 88
243.79/219.60	o 87
948.91/899.96	o 86
961.72/911.64	o 85
962.94/912.77	o 82
1449.34/1382.16	o 81
1449.81/1382.57	o 79
1450.23/1382.88	o 77
2126.91/2049.38	o 76
2126.91/2049.39	o 75
2400.09/2320.70	java.util.concurrent.TimeoutException
2400.09/2320.70		at concrete.MAC.mac(MAC.scala:74)
2400.09/2320.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.09/2320.70		at scala.util.Try$.apply(Try.scala:209)
2400.09/2320.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.09/2320.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.09/2320.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.09/2320.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.09/2320.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.09/2320.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.09/2320.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.09/2320.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.09/2320.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.09/2320.71		at concrete.MAC.oneRun(MAC.scala:146)
2400.09/2320.71		at concrete.MAC.nextSolution(MAC.scala:166)
2400.09/2320.71		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.09/2320.71		at concrete.ProblemState.map(ProblemState.scala:203)
2400.09/2320.71		at concrete.ProblemState.map(ProblemState.scala:188)
2400.09/2320.71		at concrete.MAC.nextSolution(MAC.scala:195)
2400.09/2320.71		at concrete.Solver.hasNext(Solver.scala:202)
2400.09/2320.71		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.09/2320.71		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.09/2320.71		at concrete.Solver.toStream(Solver.scala:73)
2400.09/2320.71		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.09/2320.71		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.09/2320.71		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.09/2320.71		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.09/2320.71		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.09/2320.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.09/2320.71		at scala.util.Success.map(Try.scala:209)
2400.09/2320.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.09/2320.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.09/2320.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2320.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.09/2320.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2320.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.09/2320.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.09/2320.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.09/2320.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.09/2320.71		at scala.collection.immutable.List.foreach(List.scala:389)
2400.09/2320.71		at scala.App.main(App.scala:76)
2400.09/2320.71		at scala.App.main$(App.scala:74)
2400.09/2320.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2320.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2320.71	v <instantiation cost="75">
2400.09/2320.71	v       <list>
2400.09/2320.71	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] d[0][1] d[0][2] d[0][5] d[0][10] d[0][12] d[0][21] d[1][2] d[1][4] d[1][8] d[1][13] d[2][3] d[2][8] d[2][14] d[2][17] d[3][4] d[3][5] d[3][8] d[3][14] d[3][17] d[4][5] d[4][8] d[4][13] d[5][10] d[5][12] d[5][21] d[7][15] d[7][16] d[7][20] d[7][22] d[7][23] d[7][24] d[7][26] d[8][13] d[8][14] d[8][17] d[9][23] d[10][12] d[10][16] d[10][18] d[10][21] d[11][15] d[11][16] d[11][21] d[11][25] d[12][13] d[12][14] d[12][21] d[13][14] d[14][17] d[15][20] d[15][22] d[15][23] d[15][25] d[15][26] d[16][18] d[16][24] d[16][25] d[16][26] d[17][18] d[17][20] d[17][23] d[17][26] d[18][20] d[18][23] d[18][26] d[20][22] d[20][23] d[20][26] d[21][24] d[21][26] d[22][23] d[22][26] d[23][26] d[24][26]
2400.09/2320.71	v       </list>
2400.09/2320.71	v       <values>
2400.09/2320.71	v         7 14 6 4 12 5 22 28 0 11 23 13 3 10 2 29 31 18 19 8 25 1 24 27 30 15 26 21 17 9 20 16 1 0 0 0 0 1 0 0 2 0 0 1 0 1 0 0 0 1 2 1 1 1 1 1 0 0 1 1 0 2 0 1 1 0 1 0 1 0 0 2 0 1 1 0 1 0 0 0 0 0 1 1 1 2 1 0 0 1 0 2 1 0 1 0 1 0 0 1 4 3 1 0 0 0
2400.09/2320.71	v       </values>
2400.09/2320.71	v     </instantiation>
2400.09/2320.72	s SATISFIABLE

Verifier Data

OK	75

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

pid=27831
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.88 1.63 1.55 3/265 27834
/proc/meminfo: memFree=29610792/32770624 swapFree=5884/326256
[pid=27834] ppid=27831 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (bash) S 27831 27834 16913 0 -1 4202496 686 1530 0 0 0 0 0 0 20 0 1 0 5913566 9736192 351 33554432000 4194304 5098028 140729926142048 140729926139688 140341176675328 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 16920576 140729926145294 140729926145379 140729926145379 140729926148078 0
/proc/27834/statm: 2377 351 278 221 0 86 0

[startup+0.100126 s]
/proc/loadavg: 1.88 1.63 1.55 3/265 27834
/proc/meminfo: memFree=29610792/32770624 swapFree=5884/326256
[pid=27834] ppid=27831 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (bash) S 27831 27834 16913 0 -1 4202496 885 6409 0 0 0 0 0 1 20 0 1 0 5913566 9871360 378 33554432000 4194304 5098028 140729926142048 140729926136056 140341176675328 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 16920576 140729926145294 140729926145379 140729926145379 140729926148078 0
/proc/27834/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200344 s]
/proc/loadavg: 1.88 1.63 1.55 3/265 27834
/proc/meminfo: memFree=29610792/32770624 swapFree=5884/326256
[pid=27834] ppid=27831 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 4785 12544 0 0 6 1 8 4 20 0 13 0 5913566 10686320640 5117 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2608965 5117 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300242 s]
/proc/loadavg: 1.88 1.63 1.55 3/265 27834
/proc/meminfo: memFree=29610792/32770624 swapFree=5884/326256
[pid=27834] ppid=27831 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 8086 12544 0 0 22 2 8 4 20 0 20 0 5913566 11163947008 9257 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2725573 9257 2985 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.70021 s]
/proc/loadavg: 1.88 1.63 1.55 3/265 27834
/proc/meminfo: memFree=29610792/32770624 swapFree=5884/326256
[pid=27834] ppid=27831 vsize=10902720 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 12599 12544 0 0 77 4 8 4 20 0 20 0 5913566 11164385280 15857 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2725680 15857 3208 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50083 s]
/proc/loadavg: 1.88 1.63 1.55 3/285 27907
/proc/meminfo: memFree=29502692/32770624 swapFree=5884/326296
[pid=27834] ppid=27831 vsize=10913344 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 27785 12544 0 0 203 13 8 4 20 0 20 0 5913566 11175264256 44740 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2728336 44740 3409 1 0 2716450 0
[pid=27834/tid=27889] ppid=27831 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27889/stat : 27889 (java) R 27831 27834 16913 0 -1 4202560 19762 12544 0 0 125 5 8 4 20 0 20 0 5913579 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078862543240 140078858325398 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27890] ppid=27831 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27890/stat : 27890 (java) S 27831 27834 16913 0 -1 1077944384 19 12544 0 0 0 1 8 4 20 0 20 0 5913580 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078465604496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27891] ppid=27831 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27891/stat : 27891 (java) S 27831 27834 16913 0 -1 1077944384 14 12544 0 0 1 0 8 4 20 0 20 0 5913580 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078464551696 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27892] ppid=27831 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27892/stat : 27892 (java) S 27831 27834 16913 0 -1 1077944384 19 12544 0 0 1 0 8 4 20 0 20 0 5913580 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078463499408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27893] ppid=27831 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27893/stat : 27893 (java) S 27831 27834 16913 0 -1 1077944384 35 12544 0 0 1 0 8 4 20 0 20 0 5913580 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078462446608 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27894] ppid=27831 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27894/stat : 27894 (java) S 27831 27834 16913 0 -1 1077944384 42 12544 0 0 1 0 8 4 20 0 20 0 5913580 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078461393296 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27895] ppid=27831 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27895/stat : 27895 (java) S 27831 27834 16913 0 -1 1077944384 47 12544 0 0 1 0 8 4 20 0 20 0 5913580 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078460340496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27896] ppid=27831 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27896/stat : 27896 (java) S 27831 27834 16913 0 -1 1077944384 137 12544 0 0 1 0 8 4 20 0 20 0 5913580 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078459288208 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27897] ppid=27831 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27897/stat : 27897 (java) S 27831 27834 16913 0 -1 1077944384 13 12544 0 0 0 0 8 4 20 0 20 0 5913580 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078458235408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27898] ppid=27831 vsize=10913344 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27898/stat : 27898 (java) S 27831 27834 16913 0 -1 1077944384 1245 12544 0 0 2 0 8 4 20 0 20 0 5913582 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078332455536 140078858324610 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27899] ppid=27831 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27899/stat : 27899 (java) S 27831 27834 16913 0 -1 1077944384 55 12544 0 0 0 0 8 4 20 0 20 0 5913583 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078331401568 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27900] ppid=27831 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27900/stat : 27900 (java) S 27831 27834 16913 0 -1 1077944384 44 12544 0 0 0 0 8 4 20 0 20 0 5913583 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078330349184 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27901] ppid=27831 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27901/stat : 27901 (java) S 27831 27834 16913 0 -1 1077944384 1 12544 0 0 0 0 8 4 20 0 20 0 5913587 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078329297488 140078858332059 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27902] ppid=27831 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27902/stat : 27902 (java) S 27831 27834 16913 0 -1 1077944384 862 12544 0 0 10 0 8 4 20 0 20 0 5913588 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078328244336 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27903] ppid=27831 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27903/stat : 27903 (java) S 27831 27834 16913 0 -1 1077944384 506 12544 0 0 13 0 8 4 20 0 20 0 5913588 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078327191536 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27904] ppid=27831 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27904/stat : 27904 (java) S 27831 27834 16913 0 -1 1077944384 1417 12544 0 0 15 0 8 4 20 0 20 0 5913588 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078326139248 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27905] ppid=27831 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27905/stat : 27905 (java) S 27831 27834 16913 0 -1 1077944384 1432 12544 0 0 26 0 8 4 20 0 20 0 5913588 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078325086448 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27906] ppid=27831 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27906/stat : 27906 (java) S 27831 27834 16913 0 -1 1077944384 3 12544 0 0 0 0 8 4 20 0 20 0 5913588 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078324034400 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27907] ppid=27831 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27907/stat : 27907 (java) S 27831 27834 16913 0 -1 1077944384 3 12544 0 0 0 0 8 4 20 0 20 0 5913588 11175264256 44740 33554432000 4194304 4196468 140726788301936 140078322981680 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10074 s]
/proc/loadavg: 1.81 1.62 1.55 7/285 27907
/proc/meminfo: memFree=29429176/32770624 swapFree=5884/326328
[pid=27834] ppid=27831 vsize=10927868 CPUtime=6.21 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 48734 12544 0 0 589 20 8 4 20 0 20 0 5913566 11190136832 58986 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2731967 58986 3478 1 0 2719522 0
[pid=27834/tid=27889] ppid=27831 vsize=10927868 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27889/stat : 27889 (java) R 27831 27834 16913 0 -1 4202560 32932 12544 0 0 280 9 8 4 20 0 20 0 5913579 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078862541800 140078858325398 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27890] ppid=27831 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27890/stat : 27890 (java) S 27831 27834 16913 0 -1 1077944384 19 12544 0 0 0 1 8 4 20 0 20 0 5913580 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078465604496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27891] ppid=27831 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27891/stat : 27891 (java) S 27831 27834 16913 0 -1 1077944384 14 12544 0 0 1 0 8 4 20 0 20 0 5913580 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078464551696 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27892] ppid=27831 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27892/stat : 27892 (java) S 27831 27834 16913 0 -1 1077944384 19 12544 0 0 1 0 8 4 20 0 20 0 5913580 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078463499408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27893] ppid=27831 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27893/stat : 27893 (java) S 27831 27834 16913 0 -1 1077944384 35 12544 0 0 1 0 8 4 20 0 20 0 5913580 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078462446608 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27894] ppid=27831 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27894/stat : 27894 (java) S 27831 27834 16913 0 -1 1077944384 42 12544 0 0 1 0 8 4 20 0 20 0 5913580 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078461393296 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27895] ppid=27831 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27895/stat : 27895 (java) S 27831 27834 16913 0 -1 1077944384 47 12544 0 0 1 0 8 4 20 0 20 0 5913580 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078460340496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27896] ppid=27831 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27896/stat : 27896 (java) S 27831 27834 16913 0 -1 1077944384 137 12544 0 0 1 0 8 4 20 0 20 0 5913580 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078459288208 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27897] ppid=27831 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27897/stat : 27897 (java) S 27831 27834 16913 0 -1 1077944384 13 12544 0 0 0 0 8 4 20 0 20 0 5913580 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078458235408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27898] ppid=27831 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27898/stat : 27898 (java) S 27831 27834 16913 0 -1 1077944384 1275 12544 0 0 2 0 8 4 20 0 20 0 5913582 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078332455536 140078858324610 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27899] ppid=27831 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27899/stat : 27899 (java) S 27831 27834 16913 0 -1 1077944384 55 12544 0 0 0 0 8 4 20 0 20 0 5913583 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078331401568 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27900] ppid=27831 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27900/stat : 27900 (java) S 27831 27834 16913 0 -1 1077944384 44 12544 0 0 0 0 8 4 20 0 20 0 5913583 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078330349184 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27901] ppid=27831 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27901/stat : 27901 (java) S 27831 27834 16913 0 -1 1077944384 1 12544 0 0 0 0 8 4 20 0 20 0 5913587 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078329297488 140078858332059 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27902] ppid=27831 vsize=10927868 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27902/stat : 27902 (java) R 27831 27834 16913 0 -1 4202560 4668 12544 0 0 87 0 8 4 20 0 20 0 5913588 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078328223872 140078835537616 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27903] ppid=27831 vsize=10927868 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27903/stat : 27903 (java) R 27831 27834 16913 0 -1 4202560 1507 12544 0 0 52 1 8 4 20 0 20 0 5913588 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078327177312 140078843237750 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27904] ppid=27831 vsize=10927868 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27904/stat : 27904 (java) R 27831 27834 16913 0 -1 4202560 2240 12544 0 0 54 1 8 4 20 0 20 0 5913588 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078326122000 140078838157160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27905] ppid=27831 vsize=10927868 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27905/stat : 27905 (java) S 27831 27834 16913 0 -1 1077944384 3546 12544 0 0 101 1 8 4 20 0 20 0 5913588 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078325086448 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27906] ppid=27831 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27906/stat : 27906 (java) S 27831 27834 16913 0 -1 1077944384 3 12544 0 0 0 0 8 4 20 0 20 0 5913588 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078324034400 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27907] ppid=27831 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27907/stat : 27907 (java) S 27831 27834 16913 0 -1 1077944384 5 12544 0 0 0 0 8 4 20 0 20 0 5913588 11190136832 58986 33554432000 4194304 4196468 140726788301936 140078322981680 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10927868

[startup+6.30085 s]
/proc/loadavg: 1.81 1.62 1.55 4/285 27907
/proc/meminfo: memFree=29202568/32770624 swapFree=5884/326328
[pid=27834] ppid=27831 vsize=10997500 CPUtime=16.39 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 80341 12544 0 0 1573 54 8 4 20 0 20 0 5913566 11261440000 145191 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2749375 145191 3505 1 0 2736930 0
[pid=27834/tid=27889] ppid=27831 vsize=10997500 CPUtime=6.07 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27889/stat : 27889 (java) R 27831 27834 16913 0 -1 4202560 43531 12544 0 0 581 14 8 4 20 0 20 0 5913579 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078862545592 140078509695699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27890] ppid=27831 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27890/stat : 27890 (java) S 27831 27834 16913 0 -1 1077944384 62 12544 0 0 5 2 8 4 20 0 20 0 5913580 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078465604496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27891] ppid=27831 vsize=10997500 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27891/stat : 27891 (java) S 27831 27834 16913 0 -1 1077944384 158 12544 0 0 6 4 8 4 20 0 20 0 5913580 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078464551696 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27892] ppid=27831 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27892/stat : 27892 (java) S 27831 27834 16913 0 -1 1077944384 82 12544 0 0 6 3 8 4 20 0 20 0 5913580 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078463499408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27893] ppid=27831 vsize=10997500 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27893/stat : 27893 (java) S 27831 27834 16913 0 -1 1077944384 83 12544 0 0 5 3 8 4 20 0 20 0 5913580 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078462446608 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27894] ppid=27831 vsize=10997500 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27894/stat : 27894 (java) S 27831 27834 16913 0 -1 1077944384 286 12544 0 0 6 4 8 4 20 0 20 0 5913580 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078461393296 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27895] ppid=27831 vsize=10997500 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27895/stat : 27895 (java) S 27831 27834 16913 0 -1 1077944384 430 12544 0 0 8 3 8 4 20 0 20 0 5913580 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078460340496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27896] ppid=27831 vsize=10997500 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27896/stat : 27896 (java) S 27831 27834 16913 0 -1 1077944384 602 12544 0 0 6 4 8 4 20 0 20 0 5913580 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078459288208 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27897] ppid=27831 vsize=10997500 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27897/stat : 27897 (java) S 27831 27834 16913 0 -1 1077944384 822 12544 0 0 5 3 8 4 20 0 20 0 5913580 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078458235408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27898] ppid=27831 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27898/stat : 27898 (java) S 27831 27834 16913 0 -1 1077944384 2653 12544 0 0 5 0 8 4 20 0 20 0 5913582 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078332455536 140078858324610 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27899] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27899/stat : 27899 (java) S 27831 27834 16913 0 -1 1077944384 58 12544 0 0 0 0 8 4 20 0 20 0 5913583 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078331401632 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27900] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27900/stat : 27900 (java) S 27831 27834 16913 0 -1 1077944384 46 12544 0 0 0 0 8 4 20 0 20 0 5913583 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078330349184 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27901] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27901/stat : 27901 (java) S 27831 27834 16913 0 -1 1077944384 1 12544 0 0 0 0 8 4 20 0 20 0 5913587 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078329297488 140078858332059 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27902] ppid=27831 vsize=10997500 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27902/stat : 27902 (java) S 27831 27834 16913 0 -1 1077944384 7771 12544 0 0 267 1 8 4 20 0 20 0 5913588 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078328244336 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27903] ppid=27831 vsize=10997500 CPUtime=2.63 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27903/stat : 27903 (java) S 27831 27834 16913 0 -1 1077944384 10116 12544 0 0 249 2 8 4 20 0 20 0 5913588 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078327191536 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27904] ppid=27831 vsize=10997500 CPUtime=2.55 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27904/stat : 27904 (java) S 27831 27834 16913 0 -1 1077944384 5901 12544 0 0 241 2 8 4 20 0 20 0 5913588 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078326139248 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27905] ppid=27831 vsize=10997500 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27905/stat : 27905 (java) S 27831 27834 16913 0 -1 1077944384 5472 12544 0 0 175 2 8 4 20 0 20 0 5913588 11261440000 145191 33554432000 4194304 4196468 140726788301936 140078325086448 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27906] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=27834/tid=27903] ppid=27831 vsize=10997500 CPUtime=5.33 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27903/stat : 27903 (java) S 27831 27834 16913 0 -1 1077944384 24751 12544 0 0 517 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078327191536 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27904] ppid=27831 vsize=10997500 CPUtime=4.85 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27904/stat : 27904 (java) S 27831 27834 16913 0 -1 1077944384 17978 12544 0 0 468 5 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078326139248 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27905] ppid=27831 vsize=10997500 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27905/stat : 27905 (java) S 27831 27834 16913 0 -1 1077944384 26706 12544 0 0 291 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078325086448 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27906] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27906/stat : 27906 (java) S 27831 27834 16913 0 -1 1077944384 3 12544 0 0 0 0 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078324034400 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27907] ppid=27831 vsize=10997500 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27907/stat : 27907 (java) S 27831 27834 16913 0 -1 1077944384 979 12544 0 0 56 60 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078322981680 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
Current children cumulated CPU time (s) 2280.99
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.85 1.66 1.56 3/286 28152
/proc/meminfo: memFree=27651500/32770624 swapFree=5884/328436
[pid=27834] ppid=27831 vsize=10997500 CPUtime=2341.33 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 502150 12544 0 0 233056 1065 8 4 20 0 20 0 5913566 11261440000 815777 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2749375 815777 3525 1 0 2736930 0
[pid=27834/tid=27889] ppid=27831 vsize=10997500 CPUtime=2246.03 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27889/stat : 27889 (java) R 27831 27834 16913 0 -1 4202560 310266 12544 0 0 224465 126 8 4 20 0 20 0 5913579 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078862547712 140078509693831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27890] ppid=27831 vsize=10997500 CPUtime=9.11 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27890/stat : 27890 (java) S 27831 27834 16913 0 -1 1077944384 4891 12544 0 0 800 99 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078465604496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27891] ppid=27831 vsize=10997500 CPUtime=9.11 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27891/stat : 27891 (java) S 27831 27834 16913 0 -1 1077944384 7111 12544 0 0 794 105 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078464551696 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27892] ppid=27831 vsize=10997500 CPUtime=9.05 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27892/stat : 27892 (java) S 27831 27834 16913 0 -1 1077944384 10796 12544 0 0 787 106 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078463499408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27893] ppid=27831 vsize=10997500 CPUtime=9.09 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27893/stat : 27893 (java) S 27831 27834 16913 0 -1 1077944384 8516 12544 0 0 790 107 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078462446608 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27894] ppid=27831 vsize=10997500 CPUtime=9.27 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27894/stat : 27894 (java) S 27831 27834 16913 0 -1 1077944384 7484 12544 0 0 810 105 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078461393296 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27895] ppid=27831 vsize=10997500 CPUtime=9.29 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27895/stat : 27895 (java) S 27831 27834 16913 0 -1 1077944384 8363 12544 0 0 809 108 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078460340496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27896] ppid=27831 vsize=10997500 CPUtime=9.27 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27896/stat : 27896 (java) S 27831 27834 16913 0 -1 1077944384 9691 12544 0 0 807 108 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078459288208 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27897] ppid=27831 vsize=10997500 CPUtime=9.2 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27897/stat : 27897 (java) S 27831 27834 16913 0 -1 1077944384 12775 12544 0 0 801 107 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078458235408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27898] ppid=27831 vsize=10997500 CPUtime=3.93 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27898/stat : 27898 (java) S 27831 27834 16913 0 -1 1077944384 31051 12544 0 0 323 58 8 4 20 0 20 0 5913582 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078332455536 140078858324610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27899] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27899/stat : 27899 (java) S 27831 27834 16913 0 -1 1077944384 67 12544 0 0 0 0 8 4 20 0 20 0 5913583 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078331401632 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27900] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27900/stat : 27900 (java) S 27831 27834 16913 0 -1 1077944384 48 12544 0 0 0 0 8 4 20 0 20 0 5913583 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078330349184 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27901] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27901/stat : 27901 (java) S 27831 27834 16913 0 -1 1077944384 1 12544 0 0 0 0 8 4 20 0 20 0 5913587 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078329297488 140078858332059 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27902] ppid=27831 vsize=10997500 CPUtime=4.94 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27902/stat : 27902 (java) S 27831 27834 16913 0 -1 1077944384 18517 12544 0 0 478 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078328244336 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27903] ppid=27831 vsize=10997500 CPUtime=5.33 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27903/stat : 27903 (java) S 27831 27834 16913 0 -1 1077944384 24753 12544 0 0 517 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078327191536 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27904] ppid=27831 vsize=10997500 CPUtime=4.85 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27904/stat : 27904 (java) S 27831 27834 16913 0 -1 1077944384 17980 12544 0 0 468 5 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078326139248 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27905] ppid=27831 vsize=10997500 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27905/stat : 27905 (java) S 27831 27834 16913 0 -1 1077944384 26708 12544 0 0 291 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078325086448 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27906] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27906/stat : 27906 (java) S 27831 27834 16913 0 -1 1077944384 3 12544 0 0 0 0 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078324034400 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27907] ppid=27831 vsize=10997500 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27907/stat : 27907 (java) S 27831 27834 16913 0 -1 1077944384 997 12544 0 0 58 62 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078322981680 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
Current children cumulated CPU time (s) 2341.33
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2320.7 s]
/proc/loadavg: 1.85 1.69 1.58 3/285 28153
/proc/meminfo: memFree=27663444/32770624 swapFree=5884/328492
[pid=27834] ppid=27831 vsize=10997500 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 517849 12544 0 0 238929 1068 8 4 20 0 20 0 5913566 11261440000 815777 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2749375 815777 3525 1 0 2736930 0
[pid=27834/tid=27889] ppid=27831 vsize=10997500 CPUtime=2304.31 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27889/stat : 27889 (java) R 27831 27834 16913 0 -1 4202560 325296 12544 0 0 230292 127 8 4 20 0 20 0 5913579 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078862546800 140078511858200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27890] ppid=27831 vsize=10997500 CPUtime=9.15 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27890/stat : 27890 (java) S 27831 27834 16913 0 -1 1077944384 4910 12544 0 0 804 99 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078465604496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27891] ppid=27831 vsize=10997500 CPUtime=9.16 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27891/stat : 27891 (java) S 27831 27834 16913 0 -1 1077944384 7120 12544 0 0 799 105 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078464551696 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27892] ppid=27831 vsize=10997500 CPUtime=9.1 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27892/stat : 27892 (java) S 27831 27834 16913 0 -1 1077944384 10853 12544 0 0 792 106 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078463499408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27893] ppid=27831 vsize=10997500 CPUtime=9.14 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27893/stat : 27893 (java) S 27831 27834 16913 0 -1 1077944384 8520 12544 0 0 795 107 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078462446608 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27894] ppid=27831 vsize=10997500 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27894/stat : 27894 (java) S 27831 27834 16913 0 -1 1077944384 7490 12544 0 0 816 105 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078461393296 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27895] ppid=27831 vsize=10997500 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27895/stat : 27895 (java) S 27831 27834 16913 0 -1 1077944384 8389 12544 0 0 814 108 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078460340496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27896] ppid=27831 vsize=10997500 CPUtime=9.32 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27896/stat : 27896 (java) S 27831 27834 16913 0 -1 1077944384 10014 12544 0 0 812 108 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078459288208 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27897] ppid=27831 vsize=10997500 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27897/stat : 27897 (java) S 27831 27834 16913 0 -1 1077944384 12781 12544 0 0 807 107 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078458235408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27898] ppid=27831 vsize=10997500 CPUtime=3.95 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27898/stat : 27898 (java) S 27831 27834 16913 0 -1 1077944384 31242 12544 0 0 325 58 8 4 20 0 20 0 5913582 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078332455536 140078858324610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27899] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27899/stat : 27899 (java) S 27831 27834 16913 0 -1 1077944384 67 12544 0 0 0 0 8 4 20 0 20 0 5913583 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078331401632 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27900] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27900/stat : 27900 (java) S 27831 27834 16913 0 -1 1077944384 48 12544 0 0 0 0 8 4 20 0 20 0 5913583 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078330349184 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27901] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27901/stat : 27901 (java) S 27831 27834 16913 0 -1 1077944384 1 12544 0 0 0 0 8 4 20 0 20 0 5913587 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078329297488 140078858332059 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27902] ppid=27831 vsize=10997500 CPUtime=4.94 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27902/stat : 27902 (java) S 27831 27834 16913 0 -1 1077944384 18519 12544 0 0 478 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078328244336 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27903] ppid=27831 vsize=10997500 CPUtime=5.33 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27903/stat : 27903 (java) S 27831 27834 16913 0 -1 1077944384 24755 12544 0 0 517 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078327191536 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27904] ppid=27831 vsize=10997500 CPUtime=4.85 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27904/stat : 27904 (java) S 27831 27834 16913 0 -1 1077944384 17982 12544 0 0 468 5 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078326139248 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27905] ppid=27831 vsize=10997500 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27905/stat : 27905 (java) S 27831 27834 16913 0 -1 1077944384 26710 12544 0 0 291 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078325086448 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27906] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27906/stat : 27906 (java) S 27831 27834 16913 0 -1 1077944384 3 12544 0 0 0 0 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078324034400 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27907] ppid=27831 vsize=10997500 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27907/stat : 27907 (java) S 27831 27834 16913 0 -1 1077944384 1017 12544 0 0 59 64 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078322981680 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
Current children cumulated CPU time (s) 2400.09
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 27834 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2320.7 s]
/proc/loadavg: 1.85 1.69 1.58 3/285 28153
/proc/meminfo: memFree=27663444/32770624 swapFree=5884/328492
[pid=27834] ppid=27831 vsize=10997500 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/27834/stat : 27834 (java) S 27831 27834 16913 0 -1 1077944320 517849 12544 0 0 238929 1068 8 4 20 0 20 0 5913566 11261440000 815777 33554432000 4194304 4196468 140726788301936 140726788284480 140078858313463 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
/proc/27834/statm: 2749375 815777 3525 1 0 2736930 0
[pid=27834/tid=27889] ppid=27831 vsize=10997500 CPUtime=2304.31 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27889/stat : 27889 (java) R 27831 27834 16913 0 -1 4202560 325296 12544 0 0 230292 127 8 4 20 0 20 0 5913579 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078862546800 140078511858200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27890] ppid=27831 vsize=10997500 CPUtime=9.15 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27890/stat : 27890 (java) S 27831 27834 16913 0 -1 1077944384 4910 12544 0 0 804 99 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078465604496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27891] ppid=27831 vsize=10997500 CPUtime=9.16 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27891/stat : 27891 (java) S 27831 27834 16913 0 -1 1077944384 7120 12544 0 0 799 105 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078464551696 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27892] ppid=27831 vsize=10997500 CPUtime=9.1 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27892/stat : 27892 (java) S 27831 27834 16913 0 -1 1077944384 10853 12544 0 0 792 106 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078463499408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27893] ppid=27831 vsize=10997500 CPUtime=9.14 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27893/stat : 27893 (java) S 27831 27834 16913 0 -1 1077944384 8520 12544 0 0 795 107 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078462446608 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27894] ppid=27831 vsize=10997500 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27894/stat : 27894 (java) S 27831 27834 16913 0 -1 1077944384 7490 12544 0 0 816 105 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078461393296 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27895] ppid=27831 vsize=10997500 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27895/stat : 27895 (java) S 27831 27834 16913 0 -1 1077944384 8389 12544 0 0 814 108 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078460340496 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27896] ppid=27831 vsize=10997500 CPUtime=9.32 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27896/stat : 27896 (java) S 27831 27834 16913 0 -1 1077944384 10014 12544 0 0 812 108 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078459288208 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27897] ppid=27831 vsize=10997500 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27897/stat : 27897 (java) S 27831 27834 16913 0 -1 1077944384 12781 12544 0 0 807 107 8 4 20 0 20 0 5913580 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078458235408 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27898] ppid=27831 vsize=10997500 CPUtime=3.95 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27898/stat : 27898 (java) S 27831 27834 16913 0 -1 1077944384 31242 12544 0 0 325 58 8 4 20 0 20 0 5913582 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078332455536 140078858324610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27899] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27899/stat : 27899 (java) S 27831 27834 16913 0 -1 1077944384 67 12544 0 0 0 0 8 4 20 0 20 0 5913583 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078331401632 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27900] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27900/stat : 27900 (java) S 27831 27834 16913 0 -1 1077944384 48 12544 0 0 0 0 8 4 20 0 20 0 5913583 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078330349184 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27901] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27901/stat : 27901 (java) S 27831 27834 16913 0 -1 1077944384 1 12544 0 0 0 0 8 4 20 0 20 0 5913587 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078329297488 140078858332059 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27902] ppid=27831 vsize=10997500 CPUtime=4.94 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27902/stat : 27902 (java) S 27831 27834 16913 0 -1 1077944384 18519 12544 0 0 478 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078328244336 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27903] ppid=27831 vsize=10997500 CPUtime=5.33 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27903/stat : 27903 (java) S 27831 27834 16913 0 -1 1077944384 24755 12544 0 0 517 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078327191536 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27904] ppid=27831 vsize=10997500 CPUtime=4.85 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27904/stat : 27904 (java) S 27831 27834 16913 0 -1 1077944384 17982 12544 0 0 468 5 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078326139248 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27905] ppid=27831 vsize=10997500 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27905/stat : 27905 (java) S 27831 27834 16913 0 -1 1077944384 26710 12544 0 0 291 4 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078325086448 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27906] ppid=27831 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27906/stat : 27906 (java) S 27831 27834 16913 0 -1 1077944384 3 12544 0 0 0 0 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078324034400 140078858323669 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
[pid=27834/tid=27907] ppid=27831 vsize=10997500 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/27834/task/27907/stat : 27907 (java) S 27831 27834 16913 0 -1 1077944384 1017 12544 0 0 59 64 8 4 20 0 20 0 5913588 11261440000 815777 33554432000 4194304 4196468 140726788301936 140078322981680 140078858324610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28430336 140726788307649 140726788310423 140726788310423 140726788313039 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10997500

Child status: 143
Real time (s): 2320.74
CPU time (s): 2400.16
CPU user time (s): 2389.4
CPU system time (s): 10.7531
CPU usage (%): 103.422
Max. virtual memory (cumulated for all children) (KiB): 10999604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2389.4
system time used= 10.7531
maximum resident set size= 3264168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162052
involuntary context switches= 145712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8179 second user time and 20.4146 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 08:54:26
IDJOB=4245691
IDBENCH=123050
IDSOLVER=2630
FILE ID=node133/4245691-1500706466
RUNJOBID= node133-1500696963-25081
PBS_JOBID= 20623321
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc32a.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245691-1500706466/watcher-4245691-1500706466 -o /tmp/evaluation-result-4245691-1500706466/solver-4245691-1500706466 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500696963-25081 --watchdog 2560  bin/concrete HOME/instance-4245691-1500706466.xml

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

MD5SUM BENCH= ca8832984a17c67db3e889c6d91adcf4
RANDOM SEED=1452263811

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		: 2668.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		: 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	: 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		: 1600.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		: 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	: 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		: 2000.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		: 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.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1867.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		: 1867.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		: 1867.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		: 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.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29610932 kB
MemAvailable:   29907268 kB
Buffers:          129904 kB
Cached:           445224 kB
SwapCached:            0 kB
Active:          2378852 kB
Inactive:         335040 kB
Active(anon):    2141512 kB
Inactive(anon):     8772 kB
Active(file):     237340 kB
Inactive(file):   326268 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24272 kB
Writeback:             0 kB
AnonPages:       2144692 kB
Mapped:            44196 kB
Shmem:              8872 kB
Slab:             131372 kB
SReclaimable:      97124 kB
SUnreclaim:        34248 kB
KernelStack:        4864 kB
PageTables:        10784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2780344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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= 61968 MiB
End job on node133 at 2017-07-22 09:33:07