Trace number 4249494

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.4? (TO) 2407.25 2307.37

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c2w2n.xml
MD5SUM46f71c9023558927bc58b896c2ad9580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark87
Best CPU time to get the best result obtained on this benchmark20045.199
Satisfiable
(Un)Satisfiability was proved
Number of variables1756
Number of constraints705
Number of domains2
Minimum domain size81
Maximum domain size352
Distribution of domain sizes[{"size":81,"count":1755},{"size":352,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1404},{"degree":5,"count":351}]
Minimum constraint arity5
Maximum constraint arity1755
Distribution of constraint arities[{"arity":5,"count":702},{"arity":352,"count":1},{"arity":1755,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":351},{"type":"lex","count":1},{"type":"sum","count":351},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.70/2.17	c Concrete v3.4 running
2406.84/2307.35	java.util.concurrent.TimeoutException
2406.84/2307.35		at concrete.MAC.mac(MAC.scala:74)
2406.84/2307.35		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2406.84/2307.35		at scala.util.Try$.apply(Try.scala:209)
2406.84/2307.35		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2406.84/2307.35		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2406.84/2307.35		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2406.84/2307.35		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2406.84/2307.35		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2406.84/2307.35		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2406.84/2307.35		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2406.84/2307.35		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2406.84/2307.35		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2406.84/2307.35		at concrete.MAC.oneRun(MAC.scala:146)
2406.84/2307.35		at concrete.MAC.nextSolution(MAC.scala:166)
2406.84/2307.35		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2406.84/2307.35		at concrete.ProblemState.map(ProblemState.scala:203)
2406.84/2307.35		at concrete.ProblemState.map(ProblemState.scala:188)
2406.84/2307.35		at concrete.MAC.nextSolution(MAC.scala:195)
2406.84/2307.35		at concrete.Solver.hasNext(Solver.scala:202)
2406.84/2307.35		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2406.84/2307.35		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2406.84/2307.35		at concrete.Solver.toStream(Solver.scala:73)
2406.84/2307.35		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2406.84/2307.35		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2406.84/2307.35		at concrete.Solver.toIterable(Solver.scala:73)
2406.84/2307.35		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2406.84/2307.35		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2406.84/2307.35		at scala.util.Success.map(Try.scala:209)
2406.84/2307.35		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2406.84/2307.35		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2406.84/2307.35		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2406.84/2307.35		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2406.84/2307.35		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2406.84/2307.35		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2406.84/2307.35		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2406.84/2307.35		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2406.84/2307.35		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2406.84/2307.35		at scala.collection.immutable.List.foreach(List.scala:389)
2406.84/2307.35		at scala.App.main(App.scala:76)
2406.84/2307.35		at scala.App.main$(App.scala:74)
2406.84/2307.35		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2406.84/2307.35		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2406.84/2307.36	s UNKNOWN

Verifier Data


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

pid=6542
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.70 1.78 1.77 3/265 6545
/proc/meminfo: memFree=29564864/32770624 swapFree=5892/378096
[pid=6545] ppid=6542 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (bash) S 6542 6545 3349 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 12218757 9736192 350 33554432000 4194304 5098028 140730603258624 140730603256264 139913319042048 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 33820672 140730603263246 140730603263331 140730603263331 140730603266030 0
/proc/6545/statm: 2377 350 277 221 0 86 0

[startup+0.100133 s]
/proc/loadavg: 1.70 1.78 1.77 3/265 6545
/proc/meminfo: memFree=29564864/32770624 swapFree=5892/378096
[pid=6545] ppid=6542 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (bash) S 6542 6545 3349 0 -1 4202496 884 6419 0 0 0 0 0 1 20 0 1 0 12218757 9871360 378 33554432000 4194304 5098028 140730603258624 140730603252632 139913319042048 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 33820672 140730603263246 140730603263331 140730603263331 140730603266030 0
/proc/6545/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200419 s]
/proc/loadavg: 1.70 1.78 1.77 3/265 6545
/proc/meminfo: memFree=29564864/32770624 swapFree=5892/378096
[pid=6545] ppid=6542 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 4842 12470 0 0 6 1 8 3 20 0 13 0 12218757 10686320640 5195 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2608965 5195 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300341 s]
/proc/loadavg: 1.70 1.78 1.77 3/265 6545
/proc/meminfo: memFree=29564864/32770624 swapFree=5892/378096
[pid=6545] ppid=6542 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 9369 12470 0 0 22 2 8 3 20 0 20 0 12218757 11164049408 10485 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2725598 10485 3006 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700205 s]
/proc/loadavg: 1.70 1.78 1.77 3/265 6545
/proc/meminfo: memFree=29564864/32770624 swapFree=5892/378096
[pid=6545] ppid=6542 vsize=10902720 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 13017 12470 0 0 85 3 8 3 20 0 20 0 12218757 11164385280 16307 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2725680 16307 3230 1 0 2713890 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10902720

[startup+1.50112 s]
/proc/loadavg: 1.70 1.78 1.77 3/285 6619
/proc/meminfo: memFree=29461036/32770624 swapFree=5892/378088
[pid=6545] ppid=6542 vsize=10913344 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 27154 12470 0 0 207 11 8 3 20 0 20 0 12218757 11175264256 44215 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2728336 44215 3406 1 0 2716450 0
[pid=6545/tid=6601] ppid=6542 vsize=10913344 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6601/stat : 6601 (java) R 6542 6545 3349 0 -1 4202560 19127 12470 0 0 126 4 8 3 20 0 20 0 12218770 11175264256 44215 33554432000 4194304 4196468 140737163404592 139948223349600 139948203165029 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6602] ppid=6542 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6602/stat : 6602 (java) S 6542 6545 3349 0 -1 1077944384 133 12470 0 0 0 0 8 3 20 0 20 0 12218771 11175264256 44215 33554432000 4194304 4196468 140737163404592 139948155812880 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6603] ppid=6542 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6603/stat : 6603 (java) S 6542 6545 3349 0 -1 1077944384 20 12470 0 0 1 0 8 3 20 0 20 0 12218771 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947824508048 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6604] ppid=6542 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6604/stat : 6604 (java) S 6542 6545 3349 0 -1 1077944384 12 12470 0 0 0 0 8 3 20 0 20 0 12218771 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947823454992 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6605] ppid=6542 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6605/stat : 6605 (java) S 6542 6545 3349 0 -1 1077944384 34 12470 0 0 1 0 8 3 20 0 20 0 12218771 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947822402448 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6606] ppid=6542 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6606/stat : 6606 (java) S 6542 6545 3349 0 -1 1077944384 27 12470 0 0 1 0 8 3 20 0 20 0 12218771 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947821349392 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6607] ppid=6542 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6607/stat : 6607 (java) S 6542 6545 3349 0 -1 1077944384 28 12470 0 0 1 0 8 3 20 0 20 0 12218771 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947820296848 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6608] ppid=6542 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6608/stat : 6608 (java) S 6542 6545 3349 0 -1 1077944384 49 12470 0 0 1 0 8 3 20 0 20 0 12218771 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947819243792 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6609] ppid=6542 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6609/stat : 6609 (java) S 6542 6545 3349 0 -1 1077944384 13 12470 0 0 1 0 8 3 20 0 20 0 12218771 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947818191248 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6610] ppid=6542 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6610/stat : 6610 (java) S 6542 6545 3349 0 -1 1077944384 1392 12470 0 0 1 0 8 3 20 0 20 0 12218773 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947760925424 139948219132546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6611] ppid=6542 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6611/stat : 6611 (java) S 6542 6545 3349 0 -1 1077944384 55 12470 0 0 0 0 8 3 20 0 20 0 12218773 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947759871712 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6612] ppid=6542 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6612/stat : 6612 (java) S 6542 6545 3349 0 -1 1077944384 44 12470 0 0 0 0 8 3 20 0 20 0 12218774 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947758818560 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6613] ppid=6542 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6613/stat : 6613 (java) S 6542 6545 3349 0 -1 1077944384 1 12470 0 0 0 0 8 3 20 0 20 0 12218777 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947757767120 139948219139995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6614] ppid=6542 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6614/stat : 6614 (java) S 6542 6545 3349 0 -1 1077944384 1683 12470 0 0 16 0 8 3 20 0 20 0 12218777 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947756714224 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6615] ppid=6542 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6615/stat : 6615 (java) S 6542 6545 3349 0 -1 1077944384 316 12470 0 0 9 0 8 3 20 0 20 0 12218777 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947755661680 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6616] ppid=6542 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6616/stat : 6616 (java) S 6542 6545 3349 0 -1 1077944384 652 12470 0 0 16 0 8 3 20 0 20 0 12218777 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947754608624 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6617] ppid=6542 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6617/stat : 6617 (java) R 6542 6545 3349 0 -1 4202560 1431 12470 0 0 26 0 8 3 20 0 20 0 12218777 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947753556080 139948203201886 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6618] ppid=6542 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6618/stat : 6618 (java) S 6542 6545 3349 0 -1 1077944384 3 12470 0 0 0 0 8 3 20 0 20 0 12218777 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947752504288 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6619] ppid=6542 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6619/stat : 6619 (java) S 6542 6545 3349 0 -1 1077944384 3 12470 0 0 0 0 8 3 20 0 20 0 12218778 11175264256 44215 33554432000 4194304 4196468 140737163404592 139947348585648 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10106 s]
/proc/loadavg: 1.73 1.79 1.77 5/286 6620
/proc/meminfo: memFree=29391096/32770624 swapFree=5892/378120
[pid=6545] ppid=6542 vsize=10925820 CPUtime=7.01 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 43277 12470 0 0 672 18 8 3 20 0 20 0 12218757 11188039680 68347 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2731455 68347 3475 1 0 2719010 0
[pid=6545/tid=6601] ppid=6542 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6601/stat : 6601 (java) R 6542 6545 3349 0 -1 4202560 25756 12470 0 0 282 8 8 3 20 0 20 0 12218770 11188039680 68347 33554432000 4194304 4196468 140737163404592 139948223351776 139948211358526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6602] ppid=6542 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6602/stat : 6602 (java) S 6542 6545 3349 0 -1 1077944384 133 12470 0 0 0 0 8 3 20 0 20 0 12218771 11188039680 68347 33554432000 4194304 4196468 140737163404592 139948155812880 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6603] ppid=6542 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6603/stat : 6603 (java) S 6542 6545 3349 0 -1 1077944384 20 12470 0 0 1 0 8 3 20 0 20 0 12218771 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947824508048 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6604] ppid=6542 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6604/stat : 6604 (java) S 6542 6545 3349 0 -1 1077944384 12 12470 0 0 0 0 8 3 20 0 20 0 12218771 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947823454992 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6605] ppid=6542 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6605/stat : 6605 (java) S 6542 6545 3349 0 -1 1077944384 34 12470 0 0 1 0 8 3 20 0 20 0 12218771 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947822402448 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6606] ppid=6542 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6606/stat : 6606 (java) S 6542 6545 3349 0 -1 1077944384 27 12470 0 0 1 0 8 3 20 0 20 0 12218771 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947821349392 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6607] ppid=6542 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6607/stat : 6607 (java) S 6542 6545 3349 0 -1 1077944384 28 12470 0 0 1 0 8 3 20 0 20 0 12218771 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947820296848 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6608] ppid=6542 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6608/stat : 6608 (java) S 6542 6545 3349 0 -1 1077944384 49 12470 0 0 1 0 8 3 20 0 20 0 12218771 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947819243792 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6609] ppid=6542 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6609/stat : 6609 (java) S 6542 6545 3349 0 -1 1077944384 13 12470 0 0 1 0 8 3 20 0 20 0 12218771 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947818191248 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6610] ppid=6542 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6610/stat : 6610 (java) S 6542 6545 3349 0 -1 1077944384 1751 12470 0 0 2 0 8 3 20 0 20 0 12218773 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947760925344 139948219131605 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6611] ppid=6542 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6611/stat : 6611 (java) S 6542 6545 3349 0 -1 1077944384 55 12470 0 0 0 0 8 3 20 0 20 0 12218773 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947759871712 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6612] ppid=6542 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6612/stat : 6612 (java) S 6542 6545 3349 0 -1 1077944384 44 12470 0 0 0 0 8 3 20 0 20 0 12218774 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947758818560 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6613] ppid=6542 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6613/stat : 6613 (java) S 6542 6545 3349 0 -1 1077944384 1 12470 0 0 0 0 8 3 20 0 20 0 12218777 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947757767120 139948219139995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6614] ppid=6542 vsize=10925820 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6614/stat : 6614 (java) S 6542 6545 3349 0 -1 1077944384 5688 12470 0 0 109 1 8 3 20 0 20 0 12218777 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947756695472 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6615] ppid=6542 vsize=10925820 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6615/stat : 6615 (java) R 6542 6545 3349 0 -1 4202560 1880 12470 0 0 76 1 8 3 20 0 20 0 12218777 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947755661776 139948200641835 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6616] ppid=6542 vsize=10925820 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6616/stat : 6616 (java) R 6542 6545 3349 0 -1 4202560 1709 12470 0 0 83 1 8 3 20 0 20 0 12218777 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947754594880 139948200644680 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6617] ppid=6542 vsize=10925820 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6617/stat : 6617 (java) S 6542 6545 3349 0 -1 1077944384 3938 12470 0 0 109 1 8 3 20 0 20 0 12218777 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947753556080 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6618] ppid=6542 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6618/stat : 6618 (java) S 6542 6545 3349 0 -1 1077944384 3 12470 0 0 0 0 8 3 20 0 20 0 12218777 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947752504288 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6619] ppid=6542 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6619/stat : 6619 (java) S 6542 6545 3349 0 -1 1077944384 5 12470 0 0 0 0 8 3 20 0 20 0 12218778 11188039680 68347 33554432000 4194304 4196468 140737163404592 139947348585648 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 10925820

[startup+6.30083 s]
/proc/loadavg: 1.73 1.79 1.77 4/286 6620
/proc/meminfo: memFree=29231100/32770624 swapFree=5892/378116
[pid=6545] ppid=6542 vsize=10929916 CPUtime=19.05 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 85279 12470 0 0 1834 60 8 3 20 0 20 0 12218757 11192233984 108492 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2732479 108492 3497 1 0 2720034 0
[pid=6545/tid=6601] ppid=6542 vsize=10929916 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6601/stat : 6601 (java) R 6542 6545 3349 0 -1 4202560 36898 12470 0 0 575 10 8 3 20 0 20 0 12218770 11192233984 108492 33554432000 4194304 4196468 140737163404592 139948223331008 139948197546677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6602] ppid=6542 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6602/stat : 6602 (java) S 6542 6545 3349 0 -1 1077944384 291 12470 0 0 11 5 8 3 20 0 20 0 12218771 11192233984 108558 33554432000 4194304 4196468 140737163404592 139948155812880 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6603] ppid=6542 vsize=10929916 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6603/stat : 6603 (java) S 6542 6545 3349 0 -1 1077944384 1341 12470 0 0 13 4 8 3 20 0 20 0 12218771 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947824508048 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6604] ppid=6542 vsize=10929916 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6604/stat : 6604 (java) S 6542 6545 3349 0 -1 1077944384 252 12470 0 0 13 5 8 3 20 0 20 0 12218771 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947823454992 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6605] ppid=6542 vsize=10929916 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6605/stat : 6605 (java) S 6542 6545 3349 0 -1 1077944384 157 12470 0 0 14 3 8 3 20 0 20 0 12218771 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947822402448 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6606] ppid=6542 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6606/stat : 6606 (java) S 6542 6545 3349 0 -1 1077944384 123 12470 0 0 12 4 8 3 20 0 20 0 12218771 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947821349392 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6607] ppid=6542 vsize=10929916 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6607/stat : 6607 (java) S 6542 6545 3349 0 -1 1077944384 297 12470 0 0 14 5 8 3 20 0 20 0 12218771 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947820296848 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6608] ppid=6542 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6608/stat : 6608 (java) S 6542 6545 3349 0 -1 1077944384 203 12470 0 0 12 4 8 3 20 0 20 0 12218771 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947819243792 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6609] ppid=6542 vsize=10929916 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6609/stat : 6609 (java) S 6542 6545 3349 0 -1 1077944384 156 12470 0 0 13 4 8 3 20 0 20 0 12218771 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947818191248 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6610] ppid=6542 vsize=10929916 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6610/stat : 6610 (java) S 6542 6545 3349 0 -1 1077944384 5386 12470 0 0 6 0 8 3 20 0 20 0 12218773 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947760925424 139948219132546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6611] ppid=6542 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6611/stat : 6611 (java) S 6542 6545 3349 0 -1 1077944384 61 12470 0 0 0 0 8 3 20 0 20 0 12218773 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947759871712 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6612] ppid=6542 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6612/stat : 6612 (java) S 6542 6545 3349 0 -1 1077944384 51 12470 0 0 0 0 8 3 20 0 20 0 12218774 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947758818560 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6613] ppid=6542 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6613/stat : 6613 (java) S 6542 6545 3349 0 -1 1077944384 1 12470 0 0 0 0 8 3 20 0 20 0 12218777 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947757767120 139948219139995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6614] ppid=6542 vsize=10929916 CPUtime=3.35 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6614/stat : 6614 (java) S 6542 6545 3349 0 -1 1077944384 11758 12470 0 0 322 2 8 3 20 0 20 0 12218777 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947756714224 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6615] ppid=6542 vsize=10929916 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6615/stat : 6615 (java) S 6542 6545 3349 0 -1 1077944384 10077 12470 0 0 315 2 8 3 20 0 20 0 12218777 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947755661680 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6616] ppid=6542 vsize=10929916 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6616/stat : 6616 (java) S 6542 6545 3349 0 -1 1077944384 7861 12470 0 0 299 2 8 3 20 0 20 0 12218777 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947754608624 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6617] ppid=6542 vsize=10929916 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6617/stat : 6617 (java) S 6542 6545 3349 0 -1 1077944384 8199 12470 0 0 208 2 8 3 20 0 20 0 12218777 11192233984 108558 33554432000 4194304 4196468 140737163404592 139947753556080 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6618] ppid=6542 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=6545/tid=6614] ppid=6542 vsize=11130628 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6614/stat : 6614 (java) S 6542 6545 3349 0 -1 1077944384 21322 12470 0 0 605 4 8 3 20 0 22 0 12218777 11397763072 243137 33554432000 4194304 4196468 140737163404592 139947756714224 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6615] ppid=6542 vsize=11130628 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6615/stat : 6615 (java) S 6542 6545 3349 0 -1 1077944384 19016 12470 0 0 573 4 8 3 20 0 22 0 12218777 11397763072 243137 33554432000 4194304 4196468 140737163404592 139947755661680 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6616] ppid=6542 vsize=11130628 CPUtime=6.05 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6616/stat : 6616 (java) S 6542 6545 3349 0 -1 1077944384 22898 12470 0 0 590 4 8 3 20 0 22 0 12218777 11397763072 243137 33554432000 4194304 4196468 140737163404592 139947754608624 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6617] ppid=6542 vsize=11130628 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6617/stat : 6617 (java) S 6542 6545 3349 0 -1 1077944384 20547 12470 0 0 270 4 8 3 20 0 22 0 12218777 11397763072 243137 33554432000 4194304 4196468 140737163404592 139947753555648 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6618] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6618/stat : 6618 (java) S 6542 6545 3349 0 -1 1077944384 3 12470 0 0 0 0 8 3 20 0 22 0 12218777 11397763072 243137 33554432000 4194304 4196468 140737163404592 139947752504288 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6619] ppid=6542 vsize=11130628 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6619/stat : 6619 (java) S 6542 6545 3349 0 -1 1077944384 1172 12470 0 0 70 70 8 3 20 0 22 0 12218778 11397763072 243137 33554432000 4194304 4196468 140737163404592 139947348585648 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
Current children cumulated CPU time (s) 2400.43
Current children cumulated vsize (KiB) 11130628

[startup+2306.81 s]
/proc/loadavg: 1.82 1.51 1.45 10/289 6870
/proc/meminfo: memFree=27512840/32770624 swapFree=5892/379904
[pid=6545] ppid=6542 vsize=11130628 CPUtime=2403.48 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 360970 12470 0 0 239658 679 8 3 20 0 22 0 12218757 11397763072 243649 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2782657 243649 3521 1 0 2770212 0
[pid=6545/tid=6601] ppid=6542 vsize=11130628 CPUtime=2283.83 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6601/stat : 6601 (java) S 6542 6545 3349 0 -1 1077944384 139826 12470 0 0 228300 72 8 3 20 0 22 0 12218770 11397763072 243649 33554432000 4194304 4196468 140737163404592 139948223359120 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6602] ppid=6542 vsize=11130628 CPUtime=11.36 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6602/stat : 6602 (java) R 6542 6545 3349 0 -1 4202560 15910 12470 0 0 1062 63 8 3 20 0 22 0 12218771 11397763072 243649 33554432000 4194304 4196468 140737163404592 139948155813000 139948202504434 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6603] ppid=6542 vsize=11130628 CPUtime=11.42 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6603/stat : 6603 (java) R 6542 6545 3349 0 -1 4202560 19634 12470 0 0 1069 62 8 3 20 0 22 0 12218771 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947824508168 139948203822046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6604] ppid=6542 vsize=11130628 CPUtime=11.53 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6604/stat : 6604 (java) R 6542 6545 3349 0 -1 4202560 13392 12470 0 0 1079 63 8 3 20 0 22 0 12218771 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947823455112 139948211749607 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6605] ppid=6542 vsize=11130628 CPUtime=11.44 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6605/stat : 6605 (java) R 6542 6545 3349 0 -1 4202560 8690 12470 0 0 1071 62 8 3 20 0 22 0 12218771 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947822402568 139948211749607 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6606] ppid=6542 vsize=11130628 CPUtime=11.51 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6606/stat : 6606 (java) R 6542 6545 3349 0 -1 4202560 13813 12470 0 0 1079 61 8 3 20 0 22 0 12218771 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947821349512 139948211749607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6607] ppid=6542 vsize=11130628 CPUtime=11.53 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6607/stat : 6607 (java) R 6542 6545 3349 0 -1 4202560 13439 12470 0 0 1077 65 8 3 20 0 22 0 12218771 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947820297048 139948204117803 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6608] ppid=6542 vsize=11130628 CPUtime=11.55 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6608/stat : 6608 (java) R 6542 6545 3349 0 -1 4202560 9199 12470 0 0 1078 66 8 3 20 0 22 0 12218771 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947819243912 139948203822418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6609] ppid=6542 vsize=11130628 CPUtime=11.37 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6609/stat : 6609 (java) R 6542 6545 3349 0 -1 4202560 11996 12470 0 0 1064 62 8 3 20 0 22 0 12218771 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947818191368 139948211749607 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6610] ppid=6542 vsize=11130628 CPUtime=6.83 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6610/stat : 6610 (java) S 6542 6545 3349 0 -1 1077944384 27660 12470 0 0 593 79 8 3 20 0 22 0 12218773 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947760924048 139948219131605 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6611] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6611/stat : 6611 (java) S 6542 6545 3349 0 -1 1077944384 62 12470 0 0 0 0 8 3 20 0 22 0 12218773 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947759871776 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6612] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6612/stat : 6612 (java) S 6542 6545 3349 0 -1 1077944384 51 12470 0 0 0 0 8 3 20 0 22 0 12218774 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947758818560 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6613] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6613/stat : 6613 (java) S 6542 6545 3349 0 -1 1077944384 93 12470 0 0 0 0 8 3 20 0 22 0 12218777 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947757767120 139948219139995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6614] ppid=6542 vsize=11130628 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6614/stat : 6614 (java) S 6542 6545 3349 0 -1 1077944384 21322 12470 0 0 605 4 8 3 20 0 22 0 12218777 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947756714224 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6615] ppid=6542 vsize=11130628 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6615/stat : 6615 (java) S 6542 6545 3349 0 -1 1077944384 19016 12470 0 0 573 4 8 3 20 0 22 0 12218777 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947755661680 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6616] ppid=6542 vsize=11130628 CPUtime=6.05 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6616/stat : 6616 (java) S 6542 6545 3349 0 -1 1077944384 22898 12470 0 0 590 4 8 3 20 0 22 0 12218777 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947754608624 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6617] ppid=6542 vsize=11130628 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6617/stat : 6617 (java) S 6542 6545 3349 0 -1 1077944384 20547 12470 0 0 270 4 8 3 20 0 22 0 12218777 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947753555648 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6618] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6618/stat : 6618 (java) S 6542 6545 3349 0 -1 1077944384 3 12470 0 0 0 0 8 3 20 0 22 0 12218777 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947752504288 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6619] ppid=6542 vsize=11130628 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6619/stat : 6619 (java) S 6542 6545 3349 0 -1 1077944384 1172 12470 0 0 70 70 8 3 20 0 22 0 12218778 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947348585648 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6869] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6869/stat : 6869 (java) S 6542 6545 3349 0 -1 1077944384 87 12470 0 0 0 0 8 3 20 0 22 0 12449388 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947317068272 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6870] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6870/stat : 6870 (java) S 6542 6545 3349 0 -1 1077944384 25 12470 0 0 0 0 8 3 20 0 22 0 12449388 11397763072 243649 33554432000 4194304 4196468 140737163404592 139947316016448 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
Current children cumulated CPU time (s) 2403.48
Current children cumulated vsize (KiB) 11130628

[startup+2307.2 s]
/proc/loadavg: 1.82 1.51 1.45 10/289 6870
/proc/meminfo: memFree=27512840/32770624 swapFree=5892/379904
[pid=6545] ppid=6542 vsize=11130628 CPUtime=2406.18 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 361003 12470 0 0 239928 679 8 3 20 0 22 0 12218757 11397763072 243021 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2782657 243021 3521 1 0 2770212 0
[pid=6545/tid=6601] ppid=6542 vsize=11130628 CPUtime=2283.83 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6601/stat : 6601 (java) S 6542 6545 3349 0 -1 1077944384 139826 12470 0 0 228300 72 8 3 20 0 22 0 12218770 11397763072 243021 33554432000 4194304 4196468 140737163404592 139948223359120 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6602] ppid=6542 vsize=11130628 CPUtime=11.7 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6602/stat : 6602 (java) S 6542 6545 3349 0 -1 1077944384 15910 12470 0 0 1096 63 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139948155812880 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6603] ppid=6542 vsize=11130628 CPUtime=11.75 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6603/stat : 6603 (java) S 6542 6545 3349 0 -1 1077944384 19634 12470 0 0 1102 62 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947824508048 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6604] ppid=6542 vsize=11130628 CPUtime=11.87 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6604/stat : 6604 (java) S 6542 6545 3349 0 -1 1077944384 13393 12470 0 0 1113 63 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947823454992 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6605] ppid=6542 vsize=11130628 CPUtime=11.77 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6605/stat : 6605 (java) S 6542 6545 3349 0 -1 1077944384 8690 12470 0 0 1104 62 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947822402448 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6606] ppid=6542 vsize=11130628 CPUtime=11.84 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6606/stat : 6606 (java) S 6542 6545 3349 0 -1 1077944384 13813 12470 0 0 1112 61 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947821349392 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6607] ppid=6542 vsize=11130628 CPUtime=11.87 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6607/stat : 6607 (java) S 6542 6545 3349 0 -1 1077944384 13439 12470 0 0 1111 65 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947820296848 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6608] ppid=6542 vsize=11130628 CPUtime=11.88 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6608/stat : 6608 (java) S 6542 6545 3349 0 -1 1077944384 9199 12470 0 0 1111 66 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947819243792 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6609] ppid=6542 vsize=11130628 CPUtime=11.71 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6609/stat : 6609 (java) S 6542 6545 3349 0 -1 1077944384 11996 12470 0 0 1098 62 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947818191248 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6610] ppid=6542 vsize=11130628 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6610/stat : 6610 (java) R 6542 6545 3349 0 -1 4202560 27688 12470 0 0 597 79 8 3 20 0 22 0 12218773 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947760923824 139948204106880 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6611] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6611/stat : 6611 (java) S 6542 6545 3349 0 -1 1077944384 63 12470 0 0 0 0 8 3 20 0 22 0 12218773 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947759871680 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6612] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6612/stat : 6612 (java) S 6542 6545 3349 0 -1 1077944384 51 12470 0 0 0 0 8 3 20 0 22 0 12218774 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947758818560 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6613] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6613/stat : 6613 (java) S 6542 6545 3349 0 -1 1077944384 93 12470 0 0 0 0 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947757767120 139948219139995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6614] ppid=6542 vsize=11130628 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6614/stat : 6614 (java) S 6542 6545 3349 0 -1 1077944384 21322 12470 0 0 605 4 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947756714224 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6615] ppid=6542 vsize=11130628 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6615/stat : 6615 (java) S 6542 6545 3349 0 -1 1077944384 19016 12470 0 0 573 4 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947755661680 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6616] ppid=6542 vsize=11130628 CPUtime=6.05 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6616/stat : 6616 (java) S 6542 6545 3349 0 -1 1077944384 22898 12470 0 0 590 4 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947754608624 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6617] ppid=6542 vsize=11130628 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6617/stat : 6617 (java) S 6542 6545 3349 0 -1 1077944384 20547 12470 0 0 270 4 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947753555648 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6618] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6618/stat : 6618 (java) S 6542 6545 3349 0 -1 1077944384 3 12470 0 0 0 0 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947752504288 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6619] ppid=6542 vsize=11130628 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6619/stat : 6619 (java) S 6542 6545 3349 0 -1 1077944384 1172 12470 0 0 70 70 8 3 20 0 22 0 12218778 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947348585648 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6869] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6869/stat : 6869 (java) S 6542 6545 3349 0 -1 1077944384 87 12470 0 0 0 0 8 3 20 0 22 0 12449388 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947317068272 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6870] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6870/stat : 6870 (java) S 6542 6545 3349 0 -1 1077944384 28 12470 0 0 0 0 8 3 20 0 22 0 12449388 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947316016448 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
Current children cumulated CPU time (s) 2406.18
Current children cumulated vsize (KiB) 11130628

[startup+2307.3 s]
/proc/loadavg: 1.82 1.51 1.45 10/289 6870
/proc/meminfo: memFree=27512840/32770624 swapFree=5892/379904
[pid=6545] ppid=6542 vsize=11130628 CPUtime=2406.84 cores=0,2,4,6,8,10,12,14
/proc/6545/stat : 6545 (java) S 6542 6545 3349 0 -1 1077944320 361004 12470 0 0 239993 680 8 3 20 0 22 0 12218757 11397763072 243021 33554432000 4194304 4196468 140737163404592 140737163387136 139948219121399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
/proc/6545/statm: 2782657 243021 3521 1 0 2770212 0
[pid=6545/tid=6601] ppid=6542 vsize=11130628 CPUtime=2283.83 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6601/stat : 6601 (java) S 6542 6545 3349 0 -1 1077944384 139826 12470 0 0 228300 72 8 3 20 0 22 0 12218770 11397763072 243021 33554432000 4194304 4196468 140737163404592 139948223359120 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6602] ppid=6542 vsize=11130628 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6602/stat : 6602 (java) S 6542 6545 3349 0 -1 1077944384 15910 12470 0 0 1104 63 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139948155812880 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6603] ppid=6542 vsize=11130628 CPUtime=11.83 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6603/stat : 6603 (java) S 6542 6545 3349 0 -1 1077944384 19634 12470 0 0 1110 62 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947824508048 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6604] ppid=6542 vsize=11130628 CPUtime=11.95 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6604/stat : 6604 (java) S 6542 6545 3349 0 -1 1077944384 13393 12470 0 0 1121 63 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947823454992 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6605] ppid=6542 vsize=11130628 CPUtime=11.85 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6605/stat : 6605 (java) S 6542 6545 3349 0 -1 1077944384 8690 12470 0 0 1112 62 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947822402448 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6606] ppid=6542 vsize=11130628 CPUtime=11.92 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6606/stat : 6606 (java) S 6542 6545 3349 0 -1 1077944384 13813 12470 0 0 1120 61 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947821349392 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6607] ppid=6542 vsize=11130628 CPUtime=11.95 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6607/stat : 6607 (java) S 6542 6545 3349 0 -1 1077944384 13439 12470 0 0 1119 65 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947820296848 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6608] ppid=6542 vsize=11130628 CPUtime=11.96 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6608/stat : 6608 (java) S 6542 6545 3349 0 -1 1077944384 9199 12470 0 0 1119 66 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947819243792 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6609] ppid=6542 vsize=11130628 CPUtime=11.79 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6609/stat : 6609 (java) S 6542 6545 3349 0 -1 1077944384 11996 12470 0 0 1106 62 8 3 20 0 22 0 12218771 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947818191248 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6610] ppid=6542 vsize=11130628 CPUtime=6.89 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6610/stat : 6610 (java) R 6542 6545 3349 0 -1 4202560 27688 12470 0 0 599 79 8 3 20 0 22 0 12218773 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947760923824 139948204813099 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6611] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6611/stat : 6611 (java) S 6542 6545 3349 0 -1 1077944384 64 12470 0 0 0 0 8 3 20 0 22 0 12218773 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947759871280 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6612] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6612/stat : 6612 (java) S 6542 6545 3349 0 -1 1077944384 51 12470 0 0 0 0 8 3 20 0 22 0 12218774 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947758818560 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6613] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6613/stat : 6613 (java) S 6542 6545 3349 0 -1 1077944384 93 12470 0 0 0 0 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947757767120 139948219139995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6614] ppid=6542 vsize=11130628 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6614/stat : 6614 (java) S 6542 6545 3349 0 -1 1077944384 21322 12470 0 0 605 4 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947756714224 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6615] ppid=6542 vsize=11130628 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6615/stat : 6615 (java) S 6542 6545 3349 0 -1 1077944384 19016 12470 0 0 573 4 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947755661680 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6616] ppid=6542 vsize=11130628 CPUtime=6.05 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6616/stat : 6616 (java) S 6542 6545 3349 0 -1 1077944384 22898 12470 0 0 590 4 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947754608624 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6617] ppid=6542 vsize=11130628 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6617/stat : 6617 (java) S 6542 6545 3349 0 -1 1077944384 20547 12470 0 0 270 4 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947753555648 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6618] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6618/stat : 6618 (java) S 6542 6545 3349 0 -1 1077944384 3 12470 0 0 0 0 8 3 20 0 22 0 12218777 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947752504288 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6619] ppid=6542 vsize=11130628 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6619/stat : 6619 (java) S 6542 6545 3349 0 -1 1077944384 1172 12470 0 0 70 70 8 3 20 0 22 0 12218778 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947348585648 139948219132546 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6869] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6869/stat : 6869 (java) S 6542 6545 3349 0 -1 1077944384 87 12470 0 0 0 0 8 3 20 0 22 0 12449388 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947317068272 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
[pid=6545/tid=6870] ppid=6542 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/6545/task/6870/stat : 6870 (java) S 6542 6545 3349 0 -1 1077944384 28 12470 0 0 0 0 8 3 20 0 22 0 12449388 11397763072 243021 33554432000 4194304 4196468 140737163404592 139947316016448 139948219131605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140737163410113 140737163412887 140737163412887 140737163415503 0
Current children cumulated CPU time (s) 2406.84
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2307.37
CPU time (s): 2407.25
CPU user time (s): 2400.4
CPU system time (s): 6.84638
CPU usage (%): 104.328
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.4
system time used= 6.84638
maximum resident set size= 2925676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272838
involuntary context switches= 176956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7171 second user time and 20.8851 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-23 02:25:18
IDJOB=4249494
IDBENCH=136475
IDSOLVER=2630
FILE ID=node133/4249494-1500769518
RUNJOBID= node133-1500754473-3380
PBS_JOBID= 20624590
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c2w2n.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249494-1500769518/watcher-4249494-1500769518 -o /tmp/evaluation-result-4249494-1500769518/solver-4249494-1500769518 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3380 --watchdog 2560  bin/concrete HOME/instance-4249494-1500769518.xml

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

MD5SUM BENCH= 46f71c9023558927bc58b896c2ad9580
RANDOM SEED=902999132

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

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

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

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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:        29566088 kB
MemAvailable:   30188936 kB
Buffers:          169788 kB
Cached:           728444 kB
SwapCached:            0 kB
Active:          2366820 kB
Inactive:         386860 kB
Active(anon):    1858368 kB
Inactive(anon):     8764 kB
Active(file):     508452 kB
Inactive(file):   378096 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24260 kB
Writeback:             0 kB
AnonPages:       2235868 kB
Mapped:            45116 kB
Shmem:              8872 kB
Slab:             138860 kB
SReclaimable:     104268 kB
SUnreclaim:        34592 kB
KernelStack:        4960 kB
PageTables:         9220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2653152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1992704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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