Trace number 4245733

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)114546 2400.11 2309.93

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai12a.xml
MD5SUM1740172f6b6c755c4ba85e14840c110b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark112208
Best CPU time to get the best result obtained on this benchmark14116.1
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size12
Maximum domain size43
Distribution of domain sizes[{"size":12,"count":12},{"size":43,"count":66}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":12}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":66},{"arity":12,"count":1}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"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.74/2.17	c Concrete v3.4 running
10.71/4.44	o 140217
11.06/4.58	o 137083
11.48/4.62	o 136587
11.48/4.66	o 131022
11.48/4.70	o 126195
12.35/4.87	o 126127
12.35/4.88	o 125116
13.22/5.09	o 121175
13.63/5.10	o 120980
13.63/5.15	o 119651
596.15/566.22	o 119451
599.30/569.11	o 119186
600.70/570.46	o 114546
2400.06/2309.90	java.util.concurrent.TimeoutException
2400.06/2309.90		at concrete.MAC.mac(MAC.scala:74)
2400.06/2309.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.06/2309.90		at scala.util.Try$.apply(Try.scala:209)
2400.06/2309.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.06/2309.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.06/2309.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.06/2309.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.06/2309.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.06/2309.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.06/2309.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.06/2309.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.06/2309.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.06/2309.91		at concrete.MAC.oneRun(MAC.scala:146)
2400.06/2309.91		at concrete.MAC.nextSolution(MAC.scala:166)
2400.06/2309.91		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.06/2309.91		at concrete.ProblemState.map(ProblemState.scala:203)
2400.06/2309.91		at concrete.ProblemState.map(ProblemState.scala:188)
2400.06/2309.91		at concrete.MAC.nextSolution(MAC.scala:195)
2400.06/2309.91		at concrete.Solver.hasNext(Solver.scala:202)
2400.06/2309.91		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.06/2309.91		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.06/2309.91		at concrete.Solver.toStream(Solver.scala:73)
2400.06/2309.91		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.06/2309.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.06/2309.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.06/2309.91		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.06/2309.91		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.06/2309.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.06/2309.91		at scala.util.Success.map(Try.scala:209)
2400.06/2309.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.06/2309.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.06/2309.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2309.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.06/2309.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2309.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.06/2309.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.06/2309.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.06/2309.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.06/2309.91		at scala.collection.immutable.List.foreach(List.scala:389)
2400.06/2309.91		at scala.App.main(App.scala:76)
2400.06/2309.91		at scala.App.main$(App.scala:74)
2400.06/2309.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2309.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2309.91	v <instantiation cost="114546">
2400.06/2309.91	v       <list>
2400.06/2309.91	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] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[7][8] d[7][9] d[7][10] d[7][11] d[8][9] d[8][10] d[8][11] d[9][10] d[9][11] d[10][11]
2400.06/2309.91	v       </list>
2400.06/2309.91	v       <values>
2400.06/2309.91	v         7 4 5 1 9 10 8 0 2 6 11 3 57 11 89 76 76 89 25 91 71 40 45 39 75 61 36 36 56 12 18 21 69 79 82 82 29 41 0 71 6 56 9 1 35 21 44 0 85 40 50 93 4 35 77 4 59 56 63 82 74 36 18 10 11 8 1 91 95 6 6 82 26 26 84 30 86 76
2400.06/2309.91	v       </values>
2400.06/2309.91	v     </instantiation>
2400.06/2309.91	s SATISFIABLE

Verifier Data

OK	114546

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

pid=27977
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.95 1.66 1.57 3/264 27980
/proc/meminfo: memFree=29213480/32770624 swapFree=5884/326580
[pid=27980] ppid=27977 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (bash) S 27977 27980 16913 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 5937714 9736192 350 33554432000 4194304 5098028 140736373812464 140736373810104 140265275005952 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 22994944 140736373814542 140736373814627 140736373814627 140736373817326 0
/proc/27980/statm: 2377 350 278 221 0 86 0

[startup+0.100126 s]
/proc/loadavg: 1.95 1.66 1.57 3/264 27980
/proc/meminfo: memFree=29213480/32770624 swapFree=5884/326580
[pid=27980] ppid=27977 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (bash) S 27977 27980 16913 0 -1 4202496 879 6415 0 0 0 0 0 1 20 0 1 0 5937714 9871360 377 33554432000 4194304 5098028 140736373812464 140736373806472 140265275005952 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 22994944 140736373814542 140736373814627 140736373814627 140736373817326 0
/proc/27980/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200355 s]
/proc/loadavg: 1.95 1.66 1.57 3/264 27980
/proc/meminfo: memFree=29213480/32770624 swapFree=5884/326580
[pid=27980] ppid=27977 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 4854 12483 0 0 6 1 8 4 20 0 13 0 5937714 10686320640 5215 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2608965 5215 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300317 s]
/proc/loadavg: 1.95 1.66 1.57 3/264 27980
/proc/meminfo: memFree=29213480/32770624 swapFree=5884/326580
[pid=27980] ppid=27977 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 9360 12483 0 0 23 2 8 4 20 0 20 0 5937714 11164049408 10443 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2725598 10443 2989 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700203 s]
/proc/loadavg: 1.95 1.66 1.57 3/264 27980
/proc/meminfo: memFree=29213480/32770624 swapFree=5884/326580
[pid=27980] ppid=27977 vsize=10902720 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 12941 12483 0 0 83 4 8 4 20 0 20 0 5937714 11164385280 16329 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2725680 16329 3235 1 0 2713890 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 1.95 1.66 1.57 3/284 28053
/proc/meminfo: memFree=29116980/32770624 swapFree=5884/326644
[pid=27980] ppid=27977 vsize=10915392 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 27215 12483 0 0 204 13 8 4 20 0 20 0 5937714 11177361408 44078 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2728848 44078 3410 1 0 2716962 0
[pid=27980/tid=28035] ppid=27977 vsize=10915392 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28035/stat : 28035 (java) R 27977 27980 16913 0 -1 4202560 19215 12483 0 0 125 6 8 4 20 0 20 0 5937727 11177361408 44078 33554432000 4194304 4196468 140727581528528 140506025536656 140506021322134 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28036] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28036/stat : 28036 (java) S 27977 27980 16913 0 -1 1077944384 37 12483 0 0 0 0 8 4 20 0 20 0 5937728 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505628072592 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28037] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28037/stat : 28037 (java) S 27977 27980 16913 0 -1 1077944384 35 12483 0 0 0 0 8 4 20 0 20 0 5937728 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505627019792 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28038] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28038/stat : 28038 (java) S 27977 27980 16913 0 -1 1077944384 23 12483 0 0 0 0 8 4 20 0 20 0 5937728 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505625966992 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28039] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28039/stat : 28039 (java) S 27977 27980 16913 0 -1 1077944384 12 12483 0 0 0 0 8 4 20 0 20 0 5937728 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505624914192 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28040] ppid=27977 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28040/stat : 28040 (java) S 27977 27980 16913 0 -1 1077944384 25 12483 0 0 1 0 8 4 20 0 20 0 5937728 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505623862416 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28041] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28041/stat : 28041 (java) S 27977 27980 16913 0 -1 1077944384 44 12483 0 0 0 0 8 4 20 0 20 0 5937728 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505622809616 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28042] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28042/stat : 28042 (java) S 27977 27980 16913 0 -1 1077944384 27 12483 0 0 0 0 8 4 20 0 20 0 5937728 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505621756816 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28043] ppid=27977 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28043/stat : 28043 (java) S 27977 27980 16913 0 -1 1077944384 115 12483 0 0 1 0 8 4 20 0 20 0 5937728 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505620704016 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28044] ppid=27977 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28044/stat : 28044 (java) S 27977 27980 16913 0 -1 1077944384 1419 12483 0 0 1 0 8 4 20 0 20 0 5937730 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505563089264 140506021321346 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28045] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28045/stat : 28045 (java) S 27977 27980 16913 0 -1 1077944384 55 12483 0 0 0 0 8 4 20 0 20 0 5937731 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505562035232 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28046] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28046/stat : 28046 (java) S 27977 27980 16913 0 -1 1077944384 43 12483 0 0 0 0 8 4 20 0 20 0 5937731 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505493005168 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28047] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28047/stat : 28047 (java) S 27977 27980 16913 0 -1 1077944384 1 12483 0 0 0 0 8 4 20 0 20 0 5937735 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505491953488 140506021328795 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28048] ppid=27977 vsize=10915392 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28048/stat : 28048 (java) S 27977 27980 16913 0 -1 1077944384 999 12483 0 0 15 0 8 4 20 0 20 0 5937735 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505490901872 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28049] ppid=27977 vsize=10915392 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28049/stat : 28049 (java) S 27977 27980 16913 0 -1 1077944384 424 12483 0 0 9 0 8 4 20 0 20 0 5937735 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505489849072 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28050] ppid=27977 vsize=10915392 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28050/stat : 28050 (java) S 27977 27980 16913 0 -1 1077944384 1200 12483 0 0 15 0 8 4 20 0 20 0 5937735 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505488796272 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28051] ppid=27977 vsize=10915392 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28051/stat : 28051 (java) S 27977 27980 16913 0 -1 1077944384 1406 12483 0 0 28 0 8 4 20 0 20 0 5937735 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505487743472 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28052] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28052/stat : 28052 (java) S 27977 27980 16913 0 -1 1077944384 3 12483 0 0 0 0 8 4 20 0 20 0 5937735 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505486690912 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28053] ppid=27977 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28053/stat : 28053 (java) S 27977 27980 16913 0 -1 1077944384 3 12483 0 0 0 0 8 4 20 0 20 0 5937735 11177361408 44078 33554432000 4194304 4196468 140727581528528 140505485638192 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10915392

[startup+3.10118 s]
/proc/loadavg: 1.95 1.66 1.57 5/284 28053
/proc/meminfo: memFree=29046284/32770624 swapFree=5884/326644
[pid=27980] ppid=27977 vsize=10925820 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 47272 12483 0 0 534 19 8 4 20 0 20 0 5937714 11188039680 53964 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2731455 53964 3474 1 0 2719010 0
[pid=27980/tid=28035] ppid=27977 vsize=10925820 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28035/stat : 28035 (java) R 27977 27980 16913 0 -1 4202560 32160 12483 0 0 258 9 8 4 20 0 20 0 5937727 11188039680 53964 33554432000 4194304 4196468 140727581528528 140506025538488 140506005353829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28036] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28036/stat : 28036 (java) S 27977 27980 16913 0 -1 1077944384 37 12483 0 0 0 0 8 4 20 0 20 0 5937728 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505628072592 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28037] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28037/stat : 28037 (java) S 27977 27980 16913 0 -1 1077944384 35 12483 0 0 0 0 8 4 20 0 20 0 5937728 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505627019792 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28038] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28038/stat : 28038 (java) S 27977 27980 16913 0 -1 1077944384 23 12483 0 0 0 0 8 4 20 0 20 0 5937728 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505625966992 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28039] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28039/stat : 28039 (java) S 27977 27980 16913 0 -1 1077944384 12 12483 0 0 0 0 8 4 20 0 20 0 5937728 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505624914192 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28040] ppid=27977 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28040/stat : 28040 (java) S 27977 27980 16913 0 -1 1077944384 25 12483 0 0 1 0 8 4 20 0 20 0 5937728 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505623862416 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28041] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28041/stat : 28041 (java) S 27977 27980 16913 0 -1 1077944384 44 12483 0 0 0 0 8 4 20 0 20 0 5937728 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505622809616 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28042] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28042/stat : 28042 (java) S 27977 27980 16913 0 -1 1077944384 27 12483 0 0 0 0 8 4 20 0 20 0 5937728 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505621756816 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28043] ppid=27977 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28043/stat : 28043 (java) S 27977 27980 16913 0 -1 1077944384 115 12483 0 0 1 0 8 4 20 0 20 0 5937728 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505620704016 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28044] ppid=27977 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28044/stat : 28044 (java) S 27977 27980 16913 0 -1 1077944384 1440 12483 0 0 1 0 8 4 20 0 20 0 5937730 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505563089264 140506021321346 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28045] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28045/stat : 28045 (java) S 27977 27980 16913 0 -1 1077944384 55 12483 0 0 0 0 8 4 20 0 20 0 5937731 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505562035232 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28046] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28046/stat : 28046 (java) S 27977 27980 16913 0 -1 1077944384 43 12483 0 0 0 0 8 4 20 0 20 0 5937731 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505493005168 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28047] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28047/stat : 28047 (java) S 27977 27980 16913 0 -1 1077944384 1 12483 0 0 0 0 8 4 20 0 20 0 5937735 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505491953488 140506021328795 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28048] ppid=27977 vsize=10925820 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28048/stat : 28048 (java) S 27977 27980 16913 0 -1 1077944384 4471 12483 0 0 75 0 8 4 20 0 20 0 5937735 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505490901872 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28049] ppid=27977 vsize=10925820 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28049/stat : 28049 (java) S 27977 27980 16913 0 -1 1077944384 854 12483 0 0 39 0 8 4 20 0 20 0 5937735 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505489849072 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28050] ppid=27977 vsize=10925820 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28050/stat : 28050 (java) S 27977 27980 16913 0 -1 1077944384 2197 12483 0 0 60 1 8 4 20 0 20 0 5937735 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505488796272 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28051] ppid=27977 vsize=10925820 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28051/stat : 28051 (java) R 27977 27980 16913 0 -1 4202560 3594 12483 0 0 89 0 8 4 20 0 20 0 5937735 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505487743392 140505999754950 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28052] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28052/stat : 28052 (java) S 27977 27980 16913 0 -1 1077944384 3 12483 0 0 0 0 8 4 20 0 20 0 5937735 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505486690912 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28053] ppid=27977 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28053/stat : 28053 (java) S 27977 27980 16913 0 -1 1077944384 7 12483 0 0 0 0 8 4 20 0 20 0 5937735 11188039680 53964 33554432000 4194304 4196468 140727581528528 140505485638192 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 10925820

[startup+6.30076 s]
/proc/loadavg: 1.96 1.67 1.57 4/284 28053
/proc/meminfo: memFree=28879552/32770624 swapFree=5884/326656
[pid=27980] ppid=27977 vsize=10997500 CPUtime=16.72 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 68264 12483 0 0 1628 32 8 4 20 0 20 0 5937714 11261440000 99856 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2749375 99856 3498 1 0 2736930 0
[pid=27980/tid=28035] ppid=27977 vsize=10997500 CPUtime=5.71 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28035/stat : 28035 (java) R 27977 27980 16913 0 -1 4202560 41790 12483 0 0 546 13 8 4 20 0 20 0 5937727 11261440000 99856 33554432000 4194304 4196468 140727581528528 140506025544232 140505656580600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28036] ppid=27977 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28036/stat : 28036 (java) S 27977 27980 16913 0 -1 1077944384 65 12483 0 0 13 1 8 4 20 0 20 0 5937728 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505628072592 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28037] ppid=27977 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28037/stat : 28037 (java) S 27977 27980 16913 0 -1 1077944384 111 12483 0 0 15 1 8 4 20 0 20 0 5937728 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505627019792 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28038] ppid=27977 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28038/stat : 28038 (java) S 27977 27980 16913 0 -1 1077944384 94 12483 0 0 13 1 8 4 20 0 20 0 5937728 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505625966992 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28039] ppid=27977 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28039/stat : 28039 (java) S 27977 27980 16913 0 -1 1077944384 26 12483 0 0 14 0 8 4 20 0 20 0 5937728 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505624914192 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28040] ppid=27977 vsize=10997500 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28040/stat : 28040 (java) S 27977 27980 16913 0 -1 1077944384 50 12483 0 0 10 1 8 4 20 0 20 0 5937728 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505623862416 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28041] ppid=27977 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28041/stat : 28041 (java) S 27977 27980 16913 0 -1 1077944384 76 12483 0 0 15 1 8 4 20 0 20 0 5937728 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505622809616 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28042] ppid=27977 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28042/stat : 28042 (java) S 27977 27980 16913 0 -1 1077944384 49 12483 0 0 9 1 8 4 20 0 20 0 5937728 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505621756816 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28043] ppid=27977 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28043/stat : 28043 (java) S 27977 27980 16913 0 -1 1077944384 150 12483 0 0 15 1 8 4 20 0 20 0 5937728 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505620704016 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28044] ppid=27977 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28044/stat : 28044 (java) S 27977 27980 16913 0 -1 1077944384 2532 12483 0 0 13 0 8 4 20 0 20 0 5937730 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505563089264 140506021321346 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28045] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28045/stat : 28045 (java) S 27977 27980 16913 0 -1 1077944384 57 12483 0 0 0 0 8 4 20 0 20 0 5937731 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505562035360 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28046] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28046/stat : 28046 (java) S 27977 27980 16913 0 -1 1077944384 45 12483 0 0 0 0 8 4 20 0 20 0 5937731 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505493005184 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28047] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28047/stat : 28047 (java) S 27977 27980 16913 0 -1 1077944384 1 12483 0 0 0 0 8 4 20 0 20 0 5937735 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505491953488 140506021328795 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28048] ppid=27977 vsize=10997500 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28048/stat : 28048 (java) R 27977 27980 16913 0 -1 4202560 5806 12483 0 0 269 0 8 4 20 0 20 0 5937735 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505490886912 140506005707344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28049] ppid=27977 vsize=10997500 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28049/stat : 28049 (java) R 27977 27980 16913 0 -1 4202560 6054 12483 0 0 269 1 8 4 20 0 20 0 5937735 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505489830800 140506004806987 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28050] ppid=27977 vsize=10997500 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28050/stat : 28050 (java) S 27977 27980 16913 0 -1 1077944384 4182 12483 0 0 253 2 8 4 20 0 20 0 5937735 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505488796272 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28051] ppid=27977 vsize=10997500 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28051/stat : 28051 (java) S 27977 27980 16913 0 -1 1077944384 5035 12483 0 0 165 2 8 4 20 0 20 0 5937735 11261440000 99856 33554432000 4194304 4196468 140727581528528 140505487743472 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28052] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=27980/tid=28049] ppid=27977 vsize=10997500 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28049/stat : 28049 (java) S 27977 27980 16913 0 -1 1077944384 16747 12483 0 0 421 3 8 4 20 0 20 0 5937735 11261440000 198805 33554432000 4194304 4196468 140727581528528 140505489849072 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28050] ppid=27977 vsize=10997500 CPUtime=4.23 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28050/stat : 28050 (java) S 27977 27980 16913 0 -1 1077944384 14161 12483 0 0 408 3 8 4 20 0 20 0 5937735 11261440000 198805 33554432000 4194304 4196468 140727581528528 140505488796272 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28051] ppid=27977 vsize=10997500 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28051/stat : 28051 (java) S 27977 27980 16913 0 -1 1077944384 24219 12483 0 0 262 5 8 4 20 0 20 0 5937735 11261440000 198805 33554432000 4194304 4196468 140727581528528 140505487743472 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28052] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28052/stat : 28052 (java) S 27977 27980 16913 0 -1 1077944384 3 12483 0 0 0 0 8 4 20 0 20 0 5937735 11261440000 198805 33554432000 4194304 4196468 140727581528528 140505486690912 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28053] ppid=27977 vsize=10997500 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28053/stat : 28053 (java) S 27977 27980 16913 0 -1 1077944384 1261 12483 0 0 62 61 8 4 20 0 20 0 5937735 11261440000 198805 33554432000 4194304 4196468 140727581528528 140505485638192 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
Current children cumulated CPU time (s) 2288.44
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.28 1.54 1.55 4/286 28305
/proc/meminfo: memFree=29917168/32770624 swapFree=5884/328720
[pid=27980] ppid=27977 vsize=10997500 CPUtime=2350.71 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 312861 12483 0 0 234464 595 8 4 20 0 20 0 5937714 11261440000 206819 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2749375 206819 3511 1 0 2736930 0
[pid=27980/tid=28035] ppid=27977 vsize=10997500 CPUtime=2240.28 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28035/stat : 28035 (java) R 27977 27980 16913 0 -1 4202560 144879 12483 0 0 223958 58 8 4 20 0 20 0 5937727 11261440000 206819 33554432000 4194304 4196468 140727581528528 140506025544592 140505659102624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28036] ppid=27977 vsize=10997500 CPUtime=11.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28036/stat : 28036 (java) S 27977 27980 16913 0 -1 1077944384 9997 12483 0 0 1046 54 8 4 20 0 20 0 5937728 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505628072592 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28037] ppid=27977 vsize=10997500 CPUtime=11.14 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28037/stat : 28037 (java) S 27977 27980 16913 0 -1 1077944384 9835 12483 0 0 1050 52 8 4 20 0 20 0 5937728 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505627019792 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28038] ppid=27977 vsize=10997500 CPUtime=11.11 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28038/stat : 28038 (java) S 27977 27980 16913 0 -1 1077944384 10132 12483 0 0 1041 58 8 4 20 0 20 0 5937728 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505625966992 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28039] ppid=27977 vsize=10997500 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28039/stat : 28039 (java) S 27977 27980 16913 0 -1 1077944384 6203 12483 0 0 1038 55 8 4 20 0 20 0 5937728 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505624914192 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28040] ppid=27977 vsize=10997500 CPUtime=10.99 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28040/stat : 28040 (java) S 27977 27980 16913 0 -1 1077944384 7869 12483 0 0 1034 53 8 4 20 0 20 0 5937728 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505623862416 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28041] ppid=27977 vsize=10997500 CPUtime=11.1 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28041/stat : 28041 (java) S 27977 27980 16913 0 -1 1077944384 10098 12483 0 0 1042 56 8 4 20 0 20 0 5937728 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505622809616 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28042] ppid=27977 vsize=10997500 CPUtime=10.92 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28042/stat : 28042 (java) S 27977 27980 16913 0 -1 1077944384 9265 12483 0 0 1025 55 8 4 20 0 20 0 5937728 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505621756816 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28043] ppid=27977 vsize=10997500 CPUtime=10.93 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28043/stat : 28043 (java) S 27977 27980 16913 0 -1 1077944384 14865 12483 0 0 1025 56 8 4 20 0 20 0 5937728 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505620704016 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28044] ppid=27977 vsize=10997500 CPUtime=6.22 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28044/stat : 28044 (java) S 27977 27980 16913 0 -1 1077944384 14031 12483 0 0 541 69 8 4 20 0 20 0 5937730 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505563089264 140506021321346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28045] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28045/stat : 28045 (java) S 27977 27980 16913 0 -1 1077944384 59 12483 0 0 0 0 8 4 20 0 20 0 5937731 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505562035360 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28046] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28046/stat : 28046 (java) S 27977 27980 16913 0 -1 1077944384 45 12483 0 0 0 0 8 4 20 0 20 0 5937731 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505493005184 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28047] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28047/stat : 28047 (java) S 27977 27980 16913 0 -1 1077944384 1 12483 0 0 0 0 8 4 20 0 20 0 5937735 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505491953488 140506021328795 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28048] ppid=27977 vsize=10997500 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28048/stat : 28048 (java) S 27977 27980 16913 0 -1 1077944384 17039 12483 0 0 443 3 8 4 20 0 20 0 5937735 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505490901872 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28049] ppid=27977 vsize=10997500 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28049/stat : 28049 (java) S 27977 27980 16913 0 -1 1077944384 16749 12483 0 0 421 3 8 4 20 0 20 0 5937735 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505489849072 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28050] ppid=27977 vsize=10997500 CPUtime=4.23 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28050/stat : 28050 (java) S 27977 27980 16913 0 -1 1077944384 14163 12483 0 0 408 3 8 4 20 0 20 0 5937735 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505488796272 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28051] ppid=27977 vsize=10997500 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28051/stat : 28051 (java) S 27977 27980 16913 0 -1 1077944384 24221 12483 0 0 262 5 8 4 20 0 20 0 5937735 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505487743472 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28052] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28052/stat : 28052 (java) S 27977 27980 16913 0 -1 1077944384 3 12483 0 0 0 0 8 4 20 0 20 0 5937735 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505486690912 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28053] ppid=27977 vsize=10997500 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28053/stat : 28053 (java) S 27977 27980 16913 0 -1 1077944384 1278 12483 0 0 65 63 8 4 20 0 20 0 5937735 11261440000 206819 33554432000 4194304 4196468 140727581528528 140505485638192 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
Current children cumulated CPU time (s) 2350.71
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2309.9 s]
/proc/loadavg: 1.23 1.49 1.53 3/286 28305
/proc/meminfo: memFree=29944372/32770624 swapFree=5884/328732
[pid=27980] ppid=27977 vsize=10997500 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 317803 12483 0 0 239389 605 8 4 20 0 20 0 5937714 11261440000 203432 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2749375 203432 3511 1 0 2736930 0
[pid=27980/tid=28035] ppid=27977 vsize=10997500 CPUtime=2287.4 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28035/stat : 28035 (java) R 27977 27980 16913 0 -1 4202560 148238 12483 0 0 228669 59 8 4 20 0 20 0 5937727 11261440000 203432 33554432000 4194304 4196468 140727581528528 140506025544592 140505655937905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28036] ppid=27977 vsize=10997500 CPUtime=11.38 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28036/stat : 28036 (java) S 27977 27980 16913 0 -1 1077944384 10100 12483 0 0 1071 55 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505628072592 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28037] ppid=27977 vsize=10997500 CPUtime=11.38 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28037/stat : 28037 (java) S 27977 27980 16913 0 -1 1077944384 9860 12483 0 0 1074 52 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505627019792 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28038] ppid=27977 vsize=10997500 CPUtime=11.36 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28038/stat : 28038 (java) S 27977 27980 16913 0 -1 1077944384 10163 12483 0 0 1065 59 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505625966992 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28039] ppid=27977 vsize=10997500 CPUtime=11.32 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28039/stat : 28039 (java) S 27977 27980 16913 0 -1 1077944384 6601 12483 0 0 1064 56 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505624914192 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28040] ppid=27977 vsize=10997500 CPUtime=11.24 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28040/stat : 28040 (java) S 27977 27980 16913 0 -1 1077944384 8175 12483 0 0 1058 54 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505623862416 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28041] ppid=27977 vsize=10997500 CPUtime=11.37 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28041/stat : 28041 (java) S 27977 27980 16913 0 -1 1077944384 10329 12483 0 0 1068 57 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505622809616 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28042] ppid=27977 vsize=10997500 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28042/stat : 28042 (java) S 27977 27980 16913 0 -1 1077944384 9384 12483 0 0 1051 56 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505621756816 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28043] ppid=27977 vsize=10997500 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28043/stat : 28043 (java) S 27977 27980 16913 0 -1 1077944384 15007 12483 0 0 1049 58 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505620704016 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28044] ppid=27977 vsize=10997500 CPUtime=6.35 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28044/stat : 28044 (java) S 27977 27980 16913 0 -1 1077944384 14236 12483 0 0 553 70 8 4 20 0 20 0 5937730 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505563089264 140506021321346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28045] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28045/stat : 28045 (java) S 27977 27980 16913 0 -1 1077944384 59 12483 0 0 0 0 8 4 20 0 20 0 5937731 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505562035360 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28046] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28046/stat : 28046 (java) S 27977 27980 16913 0 -1 1077944384 45 12483 0 0 0 0 8 4 20 0 20 0 5937731 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505493005184 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28047] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28047/stat : 28047 (java) S 27977 27980 16913 0 -1 1077944384 1 12483 0 0 0 0 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505491953488 140506021328795 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28048] ppid=27977 vsize=10997500 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28048/stat : 28048 (java) S 27977 27980 16913 0 -1 1077944384 17041 12483 0 0 443 3 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505490901872 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28049] ppid=27977 vsize=10997500 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28049/stat : 28049 (java) S 27977 27980 16913 0 -1 1077944384 16751 12483 0 0 421 3 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505489849072 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28050] ppid=27977 vsize=10997500 CPUtime=4.23 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28050/stat : 28050 (java) S 27977 27980 16913 0 -1 1077944384 14165 12483 0 0 408 3 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505488796272 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28051] ppid=27977 vsize=10997500 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28051/stat : 28051 (java) S 27977 27980 16913 0 -1 1077944384 24223 12483 0 0 262 5 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505487743472 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28052] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28052/stat : 28052 (java) S 27977 27980 16913 0 -1 1077944384 3 12483 0 0 0 0 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505486690912 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28053] ppid=27977 vsize=10997500 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28053/stat : 28053 (java) S 27977 27980 16913 0 -1 1077944384 1293 12483 0 0 67 65 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505485638192 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
Current children cumulated CPU time (s) 2400.06
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 27980 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2309.9 s]
/proc/loadavg: 1.23 1.49 1.53 3/286 28305
/proc/meminfo: memFree=29944372/32770624 swapFree=5884/328732
[pid=27980] ppid=27977 vsize=10997500 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/27980/stat : 27980 (java) S 27977 27980 16913 0 -1 1077944320 317803 12483 0 0 239389 605 8 4 20 0 20 0 5937714 11261440000 203432 33554432000 4194304 4196468 140727581528528 140727581511072 140506021310199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
/proc/27980/statm: 2749375 203432 3511 1 0 2736930 0
[pid=27980/tid=28035] ppid=27977 vsize=10997500 CPUtime=2287.4 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28035/stat : 28035 (java) R 27977 27980 16913 0 -1 4202560 148238 12483 0 0 228669 59 8 4 20 0 20 0 5937727 11261440000 203432 33554432000 4194304 4196468 140727581528528 140506025544592 140505655937905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28036] ppid=27977 vsize=10997500 CPUtime=11.38 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28036/stat : 28036 (java) S 27977 27980 16913 0 -1 1077944384 10100 12483 0 0 1071 55 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505628072592 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28037] ppid=27977 vsize=10997500 CPUtime=11.38 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28037/stat : 28037 (java) S 27977 27980 16913 0 -1 1077944384 9860 12483 0 0 1074 52 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505627019792 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28038] ppid=27977 vsize=10997500 CPUtime=11.36 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28038/stat : 28038 (java) S 27977 27980 16913 0 -1 1077944384 10163 12483 0 0 1065 59 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505625966992 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28039] ppid=27977 vsize=10997500 CPUtime=11.32 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28039/stat : 28039 (java) S 27977 27980 16913 0 -1 1077944384 6601 12483 0 0 1064 56 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505624914192 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28040] ppid=27977 vsize=10997500 CPUtime=11.24 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28040/stat : 28040 (java) S 27977 27980 16913 0 -1 1077944384 8175 12483 0 0 1058 54 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505623862416 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28041] ppid=27977 vsize=10997500 CPUtime=11.37 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28041/stat : 28041 (java) S 27977 27980 16913 0 -1 1077944384 10329 12483 0 0 1068 57 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505622809616 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28042] ppid=27977 vsize=10997500 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28042/stat : 28042 (java) S 27977 27980 16913 0 -1 1077944384 9384 12483 0 0 1051 56 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505621756816 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28043] ppid=27977 vsize=10997500 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28043/stat : 28043 (java) S 27977 27980 16913 0 -1 1077944384 15007 12483 0 0 1049 58 8 4 20 0 20 0 5937728 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505620704016 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28044] ppid=27977 vsize=10997500 CPUtime=6.35 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28044/stat : 28044 (java) S 27977 27980 16913 0 -1 1077944384 14236 12483 0 0 553 70 8 4 20 0 20 0 5937730 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505563089264 140506021321346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28045] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28045/stat : 28045 (java) S 27977 27980 16913 0 -1 1077944384 59 12483 0 0 0 0 8 4 20 0 20 0 5937731 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505562035360 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28046] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28046/stat : 28046 (java) S 27977 27980 16913 0 -1 1077944384 45 12483 0 0 0 0 8 4 20 0 20 0 5937731 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505493005184 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28047] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28047/stat : 28047 (java) S 27977 27980 16913 0 -1 1077944384 1 12483 0 0 0 0 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505491953488 140506021328795 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28048] ppid=27977 vsize=10997500 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28048/stat : 28048 (java) S 27977 27980 16913 0 -1 1077944384 17041 12483 0 0 443 3 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505490901872 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28049] ppid=27977 vsize=10997500 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28049/stat : 28049 (java) S 27977 27980 16913 0 -1 1077944384 16751 12483 0 0 421 3 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505489849072 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28050] ppid=27977 vsize=10997500 CPUtime=4.23 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28050/stat : 28050 (java) S 27977 27980 16913 0 -1 1077944384 14165 12483 0 0 408 3 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505488796272 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28051] ppid=27977 vsize=10997500 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28051/stat : 28051 (java) S 27977 27980 16913 0 -1 1077944384 24223 12483 0 0 262 5 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505487743472 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28052] ppid=27977 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28052/stat : 28052 (java) S 27977 27980 16913 0 -1 1077944384 3 12483 0 0 0 0 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505486690912 140506021320405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
[pid=27980/tid=28053] ppid=27977 vsize=10997500 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/27980/task/28053/stat : 28053 (java) S 27977 27980 16913 0 -1 1077944384 1293 12483 0 0 67 65 8 4 20 0 20 0 5937735 11261440000 203432 33554432000 4194304 4196468 140727581528528 140505485638192 140506021321346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 12492800 140727581534913 140727581537687 140727581537687 140727581540303 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10997500

Child status: 143
Real time (s): 2309.93
CPU time (s): 2400.11
CPU user time (s): 2394
CPU system time (s): 6.11101
CPU usage (%): 103.904
Max. virtual memory (cumulated for all children) (KiB): 10999616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394
system time used= 6.11101
maximum resident set size= 1208044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331250
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 268036
involuntary context switches= 176826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4149 second user time and 20.737 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 08:58:28
IDJOB=4245733
IDBENCH=123120
IDSOLVER=2630
FILE ID=node133/4245733-1500706707
RUNJOBID= node133-1500696963-25080
PBS_JOBID= 20623321
Free space on /tmp= 61992 MiB

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

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

MD5SUM BENCH= 1740172f6b6c755c4ba85e14840c110b
RANDOM SEED=1220205322

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		: 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		: 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		: 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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.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		: 2668.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		: 2133.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		: 1867.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		: 1733.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		: 1733.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:        29214252 kB
MemAvailable:   29510640 kB
Buffers:          130228 kB
Cached:           445564 kB
SwapCached:            0 kB
Active:          2775276 kB
Inactive:         335352 kB
Active(anon):    2538196 kB
Inactive(anon):     8772 kB
Active(file):     237080 kB
Inactive(file):   326580 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24856 kB
Writeback:             0 kB
AnonPages:       2540092 kB
Mapped:            44172 kB
Shmem:              8872 kB
Slab:             131224 kB
SReclaimable:      97124 kB
SUnreclaim:        34100 kB
KernelStack:        4576 kB
PageTables:         9820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3263960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2301952 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:36:58