Trace number 4249508

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)2 2400.11 2329.44

General information on the benchmark

NameBinPacking/
BinPacking-sum-ft/BinPacking-sum-ft060-11.xml
MD5SUM684901dbc993846247574678cc891221
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints49
Number of domains2
Minimum domain size24
Maximum domain size47
Distribution of domain sizes[{"size":24,"count":1},{"size":47,"count":69}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":46},{"degree":5,"count":23}]
Minimum constraint arity3
Maximum constraint arity69
Distribution of constraint arities[{"arity":3,"count":46},{"arity":24,"count":1},{"arity":69,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":23},{"type":"lex","count":1},{"type":"sum","count":23},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.70/2.16	c Concrete v3.4 running
27.37/15.38	o 2
2400.04/2329.41	java.util.concurrent.TimeoutException
2400.04/2329.41		at concrete.MAC.mac(MAC.scala:74)
2400.04/2329.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.04/2329.41		at scala.util.Try$.apply(Try.scala:209)
2400.04/2329.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.04/2329.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.04/2329.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.04/2329.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.04/2329.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.04/2329.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.04/2329.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.04/2329.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.04/2329.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.04/2329.41		at concrete.MAC.oneRun(MAC.scala:146)
2400.04/2329.41		at concrete.MAC.nextSolution(MAC.scala:166)
2400.04/2329.41		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.04/2329.41		at concrete.ProblemState.map(ProblemState.scala:203)
2400.04/2329.41		at concrete.ProblemState.map(ProblemState.scala:188)
2400.04/2329.41		at concrete.MAC.nextSolution(MAC.scala:195)
2400.04/2329.41		at concrete.Solver.hasNext(Solver.scala:202)
2400.04/2329.41		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.04/2329.41		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.04/2329.41		at concrete.Solver.toStream(Solver.scala:73)
2400.04/2329.41		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.04/2329.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.04/2329.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.04/2329.41		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.04/2329.41		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.04/2329.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.04/2329.41		at scala.util.Success.map(Try.scala:209)
2400.04/2329.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.04/2329.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.04/2329.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2329.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.04/2329.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2329.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.04/2329.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.04/2329.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.04/2329.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.04/2329.41		at scala.collection.immutable.List.foreach(List.scala:389)
2400.04/2329.41		at scala.App.main(App.scala:76)
2400.04/2329.41		at scala.App.main$(App.scala:74)
2400.04/2329.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2329.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2329.42	v <instantiation cost="2">
2400.04/2329.42	v       <list>
2400.04/2329.42	v         x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2]
2400.04/2329.42	v       </list>
2400.04/2329.42	v       <values>
2400.04/2329.42	v         2 495 253 252 493 256 251 492 255 253 492 253 253 481 257 256 470 270 258 450 331 0 447 369 0 409 327 252 399 280 278 398 313 288 396 284 283 395 295 284 392 323 266 391 278 268 389 372 0 385 336 266 381 268 251 378 313 307 370 331 296 352 352 267 0 0 0 0 0 0
2400.04/2329.42	v       </values>
2400.04/2329.42	v     </instantiation>
2400.04/2329.42	s SATISFIABLE

Verifier Data

OK	2

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-4249508-1500769560/watcher-4249508-1500769560 -o /tmp/evaluation-result-4249508-1500769560/solver-4249508-1500769560 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28469 --watchdog 2560 bin/concrete HOME/instance-4249508-1500769560.xml 

pid=32549
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.82 1.78 1.81 3/261 32552
/proc/meminfo: memFree=30246488/32770624 swapFree=6300/333384
[pid=32552] ppid=32549 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (bash) S 32549 32552 28437 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 12222262 9736192 350 33554432000 4194304 5098028 140721668490016 140721668487656 139986983480320 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 27312128 140721668494606 140721668494691 140721668494691 140721668497390 0
/proc/32552/statm: 2377 350 277 221 0 86 0

[startup+0.100172 s]
/proc/loadavg: 1.82 1.78 1.81 3/261 32552
/proc/meminfo: memFree=30246488/32770624 swapFree=6300/333384
[pid=32552] ppid=32549 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (bash) S 32549 32552 28437 0 -1 4202496 885 6418 0 0 0 0 0 1 20 0 1 0 12222262 9871360 378 33554432000 4194304 5098028 140721668490016 140721668484024 139986983480320 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 27312128 140721668494606 140721668494691 140721668494691 140721668497390 0
/proc/32552/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20034 s]
/proc/loadavg: 1.82 1.78 1.81 3/261 32552
/proc/meminfo: memFree=30246488/32770624 swapFree=6300/333384
[pid=32552] ppid=32549 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 4749 12385 0 0 7 0 8 3 20 0 13 0 12222262 10686320640 5108 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2608965 5108 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300348 s]
/proc/loadavg: 1.82 1.78 1.81 3/261 32552
/proc/meminfo: memFree=30246488/32770624 swapFree=6300/333384
[pid=32552] ppid=32549 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 7411 12385 0 0 23 2 8 3 20 0 20 0 12222262 11164049408 9720 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2725598 9720 2994 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700244 s]
/proc/loadavg: 1.82 1.78 1.81 3/261 32552
/proc/meminfo: memFree=30246488/32770624 swapFree=6300/333384
[pid=32552] ppid=32549 vsize=10902720 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 12457 12385 0 0 79 4 8 3 20 0 20 0 12222262 11164385280 16219 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2725680 16219 3217 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50107 s]
/proc/loadavg: 1.82 1.78 1.81 3/281 32625
/proc/meminfo: memFree=30142152/32770624 swapFree=6300/333420
[pid=32552] ppid=32549 vsize=10913344 CPUtime=2.25 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 26467 12385 0 0 202 12 8 3 20 0 20 0 12222262 11175264256 44037 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2728336 44037 3406 1 0 2716450 0
[pid=32552/tid=32607] ppid=32549 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32607/stat : 32607 (java) R 32549 32552 28437 0 -1 4202560 18873 12385 0 0 126 5 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625843771648 140625839570326 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32608] ppid=32549 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32608/stat : 32608 (java) S 32549 32552 28437 0 -1 1077944384 18 12385 0 0 1 0 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625765633168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32609] ppid=32549 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32609/stat : 32609 (java) S 32549 32552 28437 0 -1 1077944384 30 12385 0 0 0 0 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625764580368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32610] ppid=32549 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32610/stat : 32610 (java) S 32549 32552 28437 0 -1 1077944384 49 12385 0 0 1 0 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625763527568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32611] ppid=32549 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32611/stat : 32611 (java) S 32549 32552 28437 0 -1 1077944384 26 12385 0 0 1 0 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625762474768 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32612] ppid=32549 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32612/stat : 32612 (java) S 32549 32552 28437 0 -1 1077944384 137 12385 0 0 1 0 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625761421968 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32613] ppid=32549 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32613/stat : 32613 (java) S 32549 32552 28437 0 -1 1077944384 27 12385 0 0 0 0 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625760369168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32614] ppid=32549 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32614/stat : 32614 (java) S 32549 32552 28437 0 -1 1077944384 7 12385 0 0 1 0 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625759316368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32615] ppid=32549 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32615/stat : 32615 (java) S 32549 32552 28437 0 -1 1077944384 22 12385 0 0 1 0 8 3 20 0 20 0 12222275 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625758263568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32616] ppid=32549 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32616/stat : 32616 (java) S 32549 32552 28437 0 -1 1077944384 1137 12385 0 0 1 0 8 3 20 0 20 0 12222278 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625313680240 140625839569538 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32617] ppid=32549 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32617/stat : 32617 (java) S 32549 32552 28437 0 -1 1077944384 56 12385 0 0 0 0 8 3 20 0 20 0 12222278 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625312626272 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32618] ppid=32549 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32618/stat : 32618 (java) S 32549 32552 28437 0 -1 1077944384 44 12385 0 0 0 0 8 3 20 0 20 0 12222279 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625311573376 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32619] ppid=32549 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32619/stat : 32619 (java) S 32549 32552 28437 0 -1 1077944384 1 12385 0 0 0 0 8 3 20 0 20 0 12222283 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625310521680 140625839576987 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32620] ppid=32549 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32620/stat : 32620 (java) S 32549 32552 28437 0 -1 1077944384 1681 12385 0 0 15 0 8 3 20 0 20 0 12222283 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625309469040 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32621] ppid=32549 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32621/stat : 32621 (java) R 32549 32552 28437 0 -1 4202560 415 12385 0 0 10 0 8 3 20 0 20 0 12222283 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625308416536 140625824480173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32622] ppid=32549 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32622/stat : 32622 (java) R 32549 32552 28437 0 -1 4202560 600 12385 0 0 12 0 8 3 20 0 20 0 12222283 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625307352592 140625817447008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32623] ppid=32549 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32623/stat : 32623 (java) S 32549 32552 28437 0 -1 1077944384 1202 12385 0 0 25 0 8 3 20 0 20 0 12222283 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625306310640 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32624] ppid=32549 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32624/stat : 32624 (java) S 32549 32552 28437 0 -1 1077944384 3 12385 0 0 0 0 8 3 20 0 20 0 12222283 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625305259104 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32625] ppid=32549 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32625/stat : 32625 (java) S 32549 32552 28437 0 -1 1077944384 6 12385 0 0 0 0 8 3 20 0 20 0 12222284 11175264256 44037 33554432000 4194304 4196468 140730428455888 140625304206384 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.1012 s]
/proc/loadavg: 1.75 1.77 1.80 4/281 32625
/proc/meminfo: memFree=30068636/32770624 swapFree=6300/333420
[pid=32552] ppid=32549 vsize=10927868 CPUtime=7.01 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 41589 12385 0 0 671 19 8 3 20 0 20 0 12222262 11190136832 56868 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2731967 56868 3477 1 0 2719522 0
[pid=32552/tid=32607] ppid=32549 vsize=10927868 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32607/stat : 32607 (java) R 32549 32552 28437 0 -1 4202560 25711 12385 0 0 281 9 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625843777952 140625823638878 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32608] ppid=32549 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32608/stat : 32608 (java) S 32549 32552 28437 0 -1 1077944384 18 12385 0 0 1 0 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625765633168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32609] ppid=32549 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32609/stat : 32609 (java) S 32549 32552 28437 0 -1 1077944384 30 12385 0 0 0 0 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625764580368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32610] ppid=32549 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32610/stat : 32610 (java) S 32549 32552 28437 0 -1 1077944384 49 12385 0 0 1 0 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625763527568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32611] ppid=32549 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32611/stat : 32611 (java) S 32549 32552 28437 0 -1 1077944384 26 12385 0 0 1 0 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625762474768 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32612] ppid=32549 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32612/stat : 32612 (java) S 32549 32552 28437 0 -1 1077944384 137 12385 0 0 1 0 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625761421968 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32613] ppid=32549 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32613/stat : 32613 (java) S 32549 32552 28437 0 -1 1077944384 27 12385 0 0 0 0 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625760369168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32614] ppid=32549 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32614/stat : 32614 (java) S 32549 32552 28437 0 -1 1077944384 7 12385 0 0 1 0 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625759316368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32615] ppid=32549 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32615/stat : 32615 (java) S 32549 32552 28437 0 -1 1077944384 22 12385 0 0 1 0 8 3 20 0 20 0 12222275 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625758263568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32616] ppid=32549 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32616/stat : 32616 (java) S 32549 32552 28437 0 -1 1077944384 1151 12385 0 0 1 0 8 3 20 0 20 0 12222278 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625313680240 140625839569538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32617] ppid=32549 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32617/stat : 32617 (java) S 32549 32552 28437 0 -1 1077944384 56 12385 0 0 0 0 8 3 20 0 20 0 12222278 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625312626272 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32618] ppid=32549 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32618/stat : 32618 (java) S 32549 32552 28437 0 -1 1077944384 44 12385 0 0 0 0 8 3 20 0 20 0 12222279 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625311573376 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32619] ppid=32549 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32619/stat : 32619 (java) S 32549 32552 28437 0 -1 1077944384 1 12385 0 0 0 0 8 3 20 0 20 0 12222283 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625310521680 140625839576987 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32620] ppid=32549 vsize=10927868 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32620/stat : 32620 (java) S 32549 32552 28437 0 -1 1077944384 2824 12385 0 0 77 1 8 3 20 0 20 0 12222283 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625309469040 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32621] ppid=32549 vsize=10927868 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32621/stat : 32621 (java) S 32549 32552 28437 0 -1 1077944384 1533 12385 0 0 75 1 8 3 20 0 20 0 12222283 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625308416240 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32622] ppid=32549 vsize=10927868 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32622/stat : 32622 (java) S 32549 32552 28437 0 -1 1077944384 3846 12385 0 0 109 1 8 3 20 0 20 0 12222283 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625307363440 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32623] ppid=32549 vsize=10927868 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32623/stat : 32623 (java) S 32549 32552 28437 0 -1 1077944384 3963 12385 0 0 114 1 8 3 20 0 20 0 12222283 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625306310640 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32624] ppid=32549 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32624/stat : 32624 (java) S 32549 32552 28437 0 -1 1077944384 3 12385 0 0 0 0 8 3 20 0 20 0 12222283 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625305259104 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32625] ppid=32549 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32625/stat : 32625 (java) S 32549 32552 28437 0 -1 1077944384 7 12385 0 0 0 0 8 3 20 0 20 0 12222284 11190136832 56868 33554432000 4194304 4196468 140730428455888 140625304206384 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 10927868

[startup+6.30084 s]
/proc/loadavg: 1.75 1.77 1.80 3/281 32625
/proc/meminfo: memFree=29831108/32770624 swapFree=6300/333420
[pid=32552] ppid=32549 vsize=10995452 CPUtime=15.75 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 63106 12385 0 0 1528 36 8 3 20 0 20 0 12222262 11259342848 133308 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2748863 133308 3494 1 0 2736418 0
[pid=32552/tid=32607] ppid=32549 vsize=10995452 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32607/stat : 32607 (java) R 32549 32552 28437 0 -1 4202560 40470 12385 0 0 585 14 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625843790104 140625446116480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32608] ppid=32549 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32608/stat : 32608 (java) S 32549 32552 28437 0 -1 1077944384 93 12385 0 0 4 1 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625765633168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32609] ppid=32549 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32609/stat : 32609 (java) S 32549 32552 28437 0 -1 1077944384 53 12385 0 0 5 1 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625764580368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32610] ppid=32549 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32610/stat : 32610 (java) S 32549 32552 28437 0 -1 1077944384 68 12385 0 0 5 1 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625763527568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32611] ppid=32549 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32611/stat : 32611 (java) S 32549 32552 28437 0 -1 1077944384 48 12385 0 0 5 1 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625762474768 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32612] ppid=32549 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32612/stat : 32612 (java) S 32549 32552 28437 0 -1 1077944384 153 12385 0 0 4 1 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625761421968 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32613] ppid=32549 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32613/stat : 32613 (java) S 32549 32552 28437 0 -1 1077944384 52 12385 0 0 5 1 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625760369168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32614] ppid=32549 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32614/stat : 32614 (java) S 32549 32552 28437 0 -1 1077944384 35 12385 0 0 5 1 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625759316368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32615] ppid=32549 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32615/stat : 32615 (java) S 32549 32552 28437 0 -1 1077944384 45 12385 0 0 4 1 8 3 20 0 20 0 12222275 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625758263568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32616] ppid=32549 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32616/stat : 32616 (java) S 32549 32552 28437 0 -1 1077944384 2085 12385 0 0 4 0 8 3 20 0 20 0 12222278 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625313680240 140625839569538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32617] ppid=32549 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32617/stat : 32617 (java) S 32549 32552 28437 0 -1 1077944384 56 12385 0 0 0 0 8 3 20 0 20 0 12222278 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625312626272 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32618] ppid=32549 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32618/stat : 32618 (java) S 32549 32552 28437 0 -1 1077944384 44 12385 0 0 0 0 8 3 20 0 20 0 12222279 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625311573376 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32619] ppid=32549 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32619/stat : 32619 (java) S 32549 32552 28437 0 -1 1077944384 1 12385 0 0 0 0 8 3 20 0 20 0 12222283 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625310521680 140625839576987 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32620] ppid=32549 vsize=10995452 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32620/stat : 32620 (java) S 32549 32552 28437 0 -1 1077944384 3445 12385 0 0 236 2 8 3 20 0 20 0 12222283 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625309469040 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32621] ppid=32549 vsize=10995452 CPUtime=2.5 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32621/stat : 32621 (java) S 32549 32552 28437 0 -1 1077944384 4904 12385 0 0 237 2 8 3 20 0 20 0 12222283 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625308416240 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32622] ppid=32549 vsize=10995452 CPUtime=2.73 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32622/stat : 32622 (java) S 32549 32552 28437 0 -1 1077944384 4753 12385 0 0 260 2 8 3 20 0 20 0 12222283 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625307363440 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32623] ppid=32549 vsize=10995452 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32623/stat : 32623 (java) S 32549 32552 28437 0 -1 1077944384 4653 12385 0 0 161 2 8 3 20 0 20 0 12222283 11259342848 133308 33554432000 4194304 4196468 140730428455888 140625306310640 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32624] ppid=32549 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=32552/tid=32621] ppid=32549 vsize=10997500 CPUtime=3.66 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32621/stat : 32621 (java) S 32549 32552 28437 0 -1 1077944384 8487 12385 0 0 352 3 8 3 20 0 20 0 12222283 11261440000 374229 33554432000 4194304 4196468 140730428455888 140625308416240 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32622] ppid=32549 vsize=10997500 CPUtime=3.69 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32622/stat : 32622 (java) S 32549 32552 28437 0 -1 1077944384 9047 12385 0 0 355 3 8 3 20 0 20 0 12222283 11261440000 374229 33554432000 4194304 4196468 140730428455888 140625307363440 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32623] ppid=32549 vsize=10997500 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32623/stat : 32623 (java) S 32549 32552 28437 0 -1 1077944384 12591 12385 0 0 169 3 8 3 20 0 20 0 12222283 11261440000 374229 33554432000 4194304 4196468 140730428455888 140625306310640 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32624] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32624/stat : 32624 (java) S 32549 32552 28437 0 -1 1077944384 3 12385 0 0 0 0 8 3 20 0 20 0 12222283 11261440000 374229 33554432000 4194304 4196468 140730428455888 140625305259104 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32625] ppid=32549 vsize=10997500 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32625/stat : 32625 (java) S 32549 32552 28437 0 -1 1077944384 2267 12385 0 0 51 66 8 3 20 0 20 0 12222284 11261440000 374229 33554432000 4194304 4196468 140730428455888 140625304206384 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
Current children cumulated CPU time (s) 2269.61
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.82 1.55 1.48 3/283 405
/proc/meminfo: memFree=27195668/32770624 swapFree=6300/335092
[pid=32552] ppid=32549 vsize=10997500 CPUtime=2331.19 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 257061 12385 0 0 232637 471 8 3 20 0 20 0 12222262 11261440000 374238 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2749375 374238 3507 1 0 2736930 0
[pid=32552/tid=32607] ppid=32549 vsize=10997500 CPUtime=2241.59 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32607/stat : 32607 (java) R 32549 32552 28437 0 -1 4202560 96911 12385 0 0 224101 47 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625843792176 140625447244453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32608] ppid=32549 vsize=10997500 CPUtime=8.65 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32608/stat : 32608 (java) S 32549 32552 28437 0 -1 1077944384 7982 12385 0 0 811 43 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625765633168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32609] ppid=32549 vsize=10997500 CPUtime=8.71 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32609/stat : 32609 (java) S 32549 32552 28437 0 -1 1077944384 9702 12385 0 0 818 42 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625764580368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32610] ppid=32549 vsize=10997500 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32610/stat : 32610 (java) S 32549 32552 28437 0 -1 1077944384 11675 12385 0 0 812 45 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625763527568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32611] ppid=32549 vsize=10997500 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32611/stat : 32611 (java) S 32549 32552 28437 0 -1 1077944384 9093 12385 0 0 816 41 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625762474768 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32612] ppid=32549 vsize=10997500 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32612/stat : 32612 (java) S 32549 32552 28437 0 -1 1077944384 13883 12385 0 0 816 43 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625761421968 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32613] ppid=32549 vsize=10997500 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32613/stat : 32613 (java) S 32549 32552 28437 0 -1 1077944384 10882 12385 0 0 813 43 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625760369168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32614] ppid=32549 vsize=10997500 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32614/stat : 32614 (java) S 32549 32552 28437 0 -1 1077944384 8641 12385 0 0 815 44 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625759316368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32615] ppid=32549 vsize=10997500 CPUtime=8.64 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32615/stat : 32615 (java) S 32549 32552 28437 0 -1 1077944384 14995 12385 0 0 808 45 8 3 20 0 20 0 12222275 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625758263568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32616] ppid=32549 vsize=10997500 CPUtime=7.8 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32616/stat : 32616 (java) S 32549 32552 28437 0 -1 1077944384 28631 12385 0 0 729 40 8 3 20 0 20 0 12222278 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625313680240 140625839569538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32617] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32617/stat : 32617 (java) S 32549 32552 28437 0 -1 1077944384 61 12385 0 0 0 0 8 3 20 0 20 0 12222278 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625312626272 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32618] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32618/stat : 32618 (java) S 32549 32552 28437 0 -1 1077944384 46 12385 0 0 0 0 8 3 20 0 20 0 12222279 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625311573376 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32619] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32619/stat : 32619 (java) S 32549 32552 28437 0 -1 1077944384 1 12385 0 0 0 0 8 3 20 0 20 0 12222283 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625310521680 140625839576987 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32620] ppid=32549 vsize=10997500 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32620/stat : 32620 (java) S 32549 32552 28437 0 -1 1077944384 10005 12385 0 0 314 2 8 3 20 0 20 0 12222283 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625309469040 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32621] ppid=32549 vsize=10997500 CPUtime=3.66 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32621/stat : 32621 (java) S 32549 32552 28437 0 -1 1077944384 8489 12385 0 0 352 3 8 3 20 0 20 0 12222283 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625308416240 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32622] ppid=32549 vsize=10997500 CPUtime=3.69 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32622/stat : 32622 (java) S 32549 32552 28437 0 -1 1077944384 9049 12385 0 0 355 3 8 3 20 0 20 0 12222283 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625307363440 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32623] ppid=32549 vsize=10997500 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32623/stat : 32623 (java) S 32549 32552 28437 0 -1 1077944384 12593 12385 0 0 169 3 8 3 20 0 20 0 12222283 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625306310640 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32624] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32624/stat : 32624 (java) S 32549 32552 28437 0 -1 1077944384 3 12385 0 0 0 0 8 3 20 0 20 0 12222283 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625305259104 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32625] ppid=32549 vsize=10997500 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32625/stat : 32625 (java) S 32549 32552 28437 0 -1 1077944384 2285 12385 0 0 52 68 8 3 20 0 20 0 12222284 11261440000 374238 33554432000 4194304 4196468 140730428455888 140625304206384 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
Current children cumulated CPU time (s) 2331.19
Current children cumulated vsize (KiB) 10997500

[startup+2322.3 s]
/proc/loadavg: 1.81 1.60 1.51 3/283 406
/proc/meminfo: memFree=27642900/32770624 swapFree=6300/335116
[pid=32552] ppid=32549 vsize=10997500 CPUtime=2392.76 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 258708 12385 0 0 238785 480 8 3 20 0 20 0 12222262 11261440000 374277 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2749375 374277 3507 1 0 2736930 0
[pid=32552/tid=32607] ppid=32549 vsize=10997500 CPUtime=2301.04 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32607/stat : 32607 (java) R 32549 32552 28437 0 -1 4202560 97536 12385 0 0 230046 47 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625843792384 140625448383368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32608] ppid=32549 vsize=10997500 CPUtime=8.89 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32608/stat : 32608 (java) S 32549 32552 28437 0 -1 1077944384 8008 12385 0 0 834 44 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625765633168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32609] ppid=32549 vsize=10997500 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32609/stat : 32609 (java) S 32549 32552 28437 0 -1 1077944384 9723 12385 0 0 841 43 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625764580368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32610] ppid=32549 vsize=10997500 CPUtime=8.91 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32610/stat : 32610 (java) S 32549 32552 28437 0 -1 1077944384 11719 12385 0 0 835 45 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625763527568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32611] ppid=32549 vsize=10997500 CPUtime=8.92 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32611/stat : 32611 (java) S 32549 32552 28437 0 -1 1077944384 9167 12385 0 0 840 41 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625762474768 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32612] ppid=32549 vsize=10997500 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32612/stat : 32612 (java) S 32549 32552 28437 0 -1 1077944384 13924 12385 0 0 838 44 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625761421968 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32613] ppid=32549 vsize=10997500 CPUtime=8.9 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32613/stat : 32613 (java) S 32549 32552 28437 0 -1 1077944384 11138 12385 0 0 834 45 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625760369168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32614] ppid=32549 vsize=10997500 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32614/stat : 32614 (java) S 32549 32552 28437 0 -1 1077944384 8912 12385 0 0 838 44 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625759316368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32615] ppid=32549 vsize=10997500 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32615/stat : 32615 (java) S 32549 32552 28437 0 -1 1077944384 15034 12385 0 0 831 46 8 3 20 0 20 0 12222275 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625758263568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32616] ppid=32549 vsize=10997500 CPUtime=7.98 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32616/stat : 32616 (java) S 32549 32552 28437 0 -1 1077944384 28847 12385 0 0 746 41 8 3 20 0 20 0 12222278 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625313680240 140625839569538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32617] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32617/stat : 32617 (java) S 32549 32552 28437 0 -1 1077944384 61 12385 0 0 0 0 8 3 20 0 20 0 12222278 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625312626272 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32618] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32618/stat : 32618 (java) S 32549 32552 28437 0 -1 1077944384 46 12385 0 0 0 0 8 3 20 0 20 0 12222279 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625311573376 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32619] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32619/stat : 32619 (java) S 32549 32552 28437 0 -1 1077944384 1 12385 0 0 0 0 8 3 20 0 20 0 12222283 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625310521680 140625839576987 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32620] ppid=32549 vsize=10997500 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32620/stat : 32620 (java) S 32549 32552 28437 0 -1 1077944384 10009 12385 0 0 314 2 8 3 20 0 20 0 12222283 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625309469040 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32621] ppid=32549 vsize=10997500 CPUtime=3.66 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32621/stat : 32621 (java) S 32549 32552 28437 0 -1 1077944384 8493 12385 0 0 352 3 8 3 20 0 20 0 12222283 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625308416240 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32622] ppid=32549 vsize=10997500 CPUtime=3.69 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32622/stat : 32622 (java) S 32549 32552 28437 0 -1 1077944384 9053 12385 0 0 355 3 8 3 20 0 20 0 12222283 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625307363440 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32623] ppid=32549 vsize=10997500 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32623/stat : 32623 (java) S 32549 32552 28437 0 -1 1077944384 12597 12385 0 0 169 3 8 3 20 0 20 0 12222283 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625306310640 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32624] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32624/stat : 32624 (java) S 32549 32552 28437 0 -1 1077944384 3 12385 0 0 0 0 8 3 20 0 20 0 12222283 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625305259104 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32625] ppid=32549 vsize=10997500 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32625/stat : 32625 (java) S 32549 32552 28437 0 -1 1077944384 2303 12385 0 0 53 70 8 3 20 0 20 0 12222284 11261440000 374277 33554432000 4194304 4196468 140730428455888 140625304206384 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
Current children cumulated CPU time (s) 2392.76
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2329.4 s]
/proc/loadavg: 1.76 1.60 1.51 3/283 406
/proc/meminfo: memFree=27675020/32770624 swapFree=6300/335116
[pid=32552] ppid=32549 vsize=10997500 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/32552/stat : 32552 (java) S 32549 32552 28437 0 -1 1077944320 259226 12385 0 0 239512 481 8 3 20 0 20 0 12222262 11261440000 374289 33554432000 4194304 4196468 140730428455888 140730428438432 140625839558391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
/proc/32552/statm: 2749375 374289 3507 1 0 2736930 0
[pid=32552/tid=32607] ppid=32549 vsize=10997500 CPUtime=2308.09 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32607/stat : 32607 (java) R 32549 32552 28437 0 -1 4202560 97787 12385 0 0 230750 48 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625843792288 140625434450271 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32608] ppid=32549 vsize=10997500 CPUtime=8.92 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32608/stat : 32608 (java) S 32549 32552 28437 0 -1 1077944384 8012 12385 0 0 837 44 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625765633168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32609] ppid=32549 vsize=10997500 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32609/stat : 32609 (java) S 32549 32552 28437 0 -1 1077944384 9760 12385 0 0 844 43 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625764580368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32610] ppid=32549 vsize=10997500 CPUtime=8.94 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32610/stat : 32610 (java) S 32549 32552 28437 0 -1 1077944384 11721 12385 0 0 838 45 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625763527568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32611] ppid=32549 vsize=10997500 CPUtime=8.96 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32611/stat : 32611 (java) S 32549 32552 28437 0 -1 1077944384 9174 12385 0 0 843 42 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625762474768 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32612] ppid=32549 vsize=10997500 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32612/stat : 32612 (java) S 32549 32552 28437 0 -1 1077944384 13939 12385 0 0 840 44 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625761421968 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32613] ppid=32549 vsize=10997500 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32613/stat : 32613 (java) S 32549 32552 28437 0 -1 1077944384 11151 12385 0 0 837 45 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625760369168 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32614] ppid=32549 vsize=10997500 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32614/stat : 32614 (java) S 32549 32552 28437 0 -1 1077944384 8917 12385 0 0 840 44 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625759316368 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32615] ppid=32549 vsize=10997500 CPUtime=8.9 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32615/stat : 32615 (java) S 32549 32552 28437 0 -1 1077944384 15039 12385 0 0 833 46 8 3 20 0 20 0 12222275 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625758263568 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32616] ppid=32549 vsize=10997500 CPUtime=8 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32616/stat : 32616 (java) S 32549 32552 28437 0 -1 1077944384 29013 12385 0 0 748 41 8 3 20 0 20 0 12222278 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625313680240 140625839569538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32617] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32617/stat : 32617 (java) S 32549 32552 28437 0 -1 1077944384 61 12385 0 0 0 0 8 3 20 0 20 0 12222278 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625312626272 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32618] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32618/stat : 32618 (java) S 32549 32552 28437 0 -1 1077944384 46 12385 0 0 0 0 8 3 20 0 20 0 12222279 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625311573376 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32619] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32619/stat : 32619 (java) S 32549 32552 28437 0 -1 1077944384 1 12385 0 0 0 0 8 3 20 0 20 0 12222283 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625310521680 140625839576987 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32620] ppid=32549 vsize=10997500 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32620/stat : 32620 (java) S 32549 32552 28437 0 -1 1077944384 10009 12385 0 0 314 2 8 3 20 0 20 0 12222283 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625309469040 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32621] ppid=32549 vsize=10997500 CPUtime=3.66 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32621/stat : 32621 (java) S 32549 32552 28437 0 -1 1077944384 8493 12385 0 0 352 3 8 3 20 0 20 0 12222283 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625308416240 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32622] ppid=32549 vsize=10997500 CPUtime=3.69 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32622/stat : 32622 (java) S 32549 32552 28437 0 -1 1077944384 9053 12385 0 0 355 3 8 3 20 0 20 0 12222283 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625307363440 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32623] ppid=32549 vsize=10997500 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32623/stat : 32623 (java) S 32549 32552 28437 0 -1 1077944384 12597 12385 0 0 169 3 8 3 20 0 20 0 12222283 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625306310640 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32624] ppid=32549 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32624/stat : 32624 (java) S 32549 32552 28437 0 -1 1077944384 3 12385 0 0 0 0 8 3 20 0 20 0 12222283 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625305259104 140625839568597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
[pid=32552/tid=32625] ppid=32549 vsize=10997500 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/32552/task/32625/stat : 32625 (java) S 32549 32552 28437 0 -1 1077944384 2316 12385 0 0 53 70 8 3 20 0 20 0 12222284 11261440000 374289 33554432000 4194304 4196468 140730428455888 140625304206384 140625839569538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9457664 140730428463809 140730428466583 140730428466583 140730428469199 0
Current children cumulated CPU time (s) 2400.04
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 32552 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2329.44
CPU time (s): 2400.11
CPU user time (s): 2395.25
CPU system time (s): 4.86017
CPU usage (%): 103.034
Max. virtual memory (cumulated for all children) (KiB): 10998164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.25
system time used= 4.86017
maximum resident set size= 1506540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272516
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 330027
involuntary context switches= 185064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.014 second user time and 21.5421 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-23 02:26:00
IDJOB=4249508
IDBENCH=136881
IDSOLVER=2630
FILE ID=node143/4249508-1500769560
RUNJOBID= node143-1500751505-28469
PBS_JOBID= 20624578
Free space on /tmp= 61884 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-ft/BinPacking-sum-ft060-11.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249508-1500769560/watcher-4249508-1500769560 -o /tmp/evaluation-result-4249508-1500769560/solver-4249508-1500769560 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28469 --watchdog 2560  bin/concrete HOME/instance-4249508-1500769560.xml

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

MD5SUM BENCH= 684901dbc993846247574678cc891221
RANDOM SEED=1646231191

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30246284 kB
MemAvailable:   30774600 kB
Buffers:          195176 kB
Cached:           603720 kB
SwapCached:            0 kB
Active:          1723264 kB
Inactive:         342136 kB
Active(anon):    1269132 kB
Inactive(anon):     8752 kB
Active(file):     454132 kB
Inactive(file):   333384 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24248 kB
Writeback:             0 kB
AnonPages:       1364628 kB
Mapped:            45068 kB
Shmem:              8852 kB
Slab:             147968 kB
SReclaimable:     113268 kB
SUnreclaim:        34700 kB
KernelStack:        4896 kB
PageTables:         7456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2103208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1138688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61856 MiB
End job on node143 at 2017-07-23 03:04:49