Trace number 4246150

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.36 2296.18

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-6.xml
MD5SUM783c5eb4c347368f8a2e1c7f079a0df0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1094
Best CPU time to get the best result obtained on this benchmark3537.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28770
Number of constraints1392
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":1370},{"size":8,"count":1370},{"size":12,"count":1370},{"size":36,"count":2740},{"size":42,"count":1370},{"size":75,"count":1370},{"size":79,"count":1370},{"size":93,"count":1370},{"size":110,"count":1370},{"size":117,"count":1370},{"size":121,"count":1370},{"size":123,"count":1370},{"size":126,"count":1370},{"size":139,"count":1370},{"size":141,"count":1370},{"size":142,"count":1370},{"size":149,"count":1370},{"size":153,"count":1370},{"size":158,"count":1370},{"size":160,"count":1370}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":28770}]
Minimum constraint arity21
Maximum constraint arity27400
Distribution of constraint arities[{"arity":21,"count":1370},{"arity":1370,"count":21},{"arity":27400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1390}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.58/2.20	c Concrete v3.4 running
2407.00/2296.15	java.util.concurrent.TimeoutException
2407.00/2296.15		at concrete.MAC.mac(MAC.scala:74)
2407.00/2296.15		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2407.00/2296.15		at scala.util.Try$.apply(Try.scala:209)
2407.00/2296.15		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2407.00/2296.15		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2407.00/2296.15		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2407.00/2296.15		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2407.00/2296.15		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2407.00/2296.15		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2407.00/2296.15		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2407.00/2296.15		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2407.00/2296.15		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2407.00/2296.15		at concrete.MAC.oneRun(MAC.scala:146)
2407.00/2296.15		at concrete.MAC.nextSolution(MAC.scala:166)
2407.00/2296.15		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2407.00/2296.15		at concrete.ProblemState.map(ProblemState.scala:203)
2407.00/2296.15		at concrete.ProblemState.map(ProblemState.scala:188)
2407.00/2296.15		at concrete.MAC.nextSolution(MAC.scala:195)
2407.00/2296.15		at concrete.Solver.hasNext(Solver.scala:202)
2407.00/2296.15		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2407.00/2296.15		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2407.00/2296.15		at concrete.Solver.toStream(Solver.scala:73)
2407.00/2296.15		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2407.00/2296.15		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2407.00/2296.15		at concrete.Solver.toIterable(Solver.scala:73)
2407.00/2296.15		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2407.00/2296.15		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2407.00/2296.15		at scala.util.Success.map(Try.scala:209)
2407.00/2296.15		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2407.00/2296.15		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2407.00/2296.15		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2407.00/2296.15		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2407.00/2296.15		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2407.00/2296.15		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2407.00/2296.15		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2407.00/2296.15		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2407.00/2296.15		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2407.00/2296.15		at scala.collection.immutable.List.foreach(List.scala:389)
2407.00/2296.15		at scala.App.main(App.scala:76)
2407.00/2296.15		at scala.App.main$(App.scala:74)
2407.00/2296.15		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2407.00/2296.15		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2407.00/2296.16	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-4246150-1500709108/watcher-4246150-1500709108 -o /tmp/evaluation-result-4246150-1500709108/solver-4246150-1500709108 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560 bin/concrete HOME/instance-4246150-1500709108.xml 

pid=17679
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.60 1.67 2.24 3/261 17682
/proc/meminfo: memFree=29884596/32770624 swapFree=5780/386328
[pid=17682] ppid=17679 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (bash) S 17679 17682 7912 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 6178475 9736192 350 33554432000 4194304 5098028 140723214356592 140723214354232 140660434816000 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 32669696 140723214361870 140723214361955 140723214361955 140723214364654 0
/proc/17682/statm: 2377 350 277 221 0 86 0

[startup+0.100163 s]
/proc/loadavg: 1.60 1.67 2.24 3/261 17682
/proc/meminfo: memFree=29884596/32770624 swapFree=5780/386328
[pid=17682] ppid=17679 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (bash) S 17679 17682 7912 0 -1 4202496 880 6427 0 0 0 0 0 1 20 0 1 0 6178475 9871360 378 33554432000 4194304 5098028 140723214356592 140723214350600 140660434816000 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 32669696 140723214361870 140723214361955 140723214361955 140723214364654 0
/proc/17682/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200354 s]
/proc/loadavg: 1.60 1.67 2.24 3/261 17682
/proc/meminfo: memFree=29884596/32770624 swapFree=5780/386328
[pid=17682] ppid=17679 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 4880 12612 0 0 6 1 8 4 20 0 13 0 6178475 10686320640 5240 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2608965 5240 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300315 s]
/proc/loadavg: 1.60 1.67 2.24 3/261 17682
/proc/meminfo: memFree=29884596/32770624 swapFree=5780/386328
[pid=17682] ppid=17679 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 7229 12612 0 0 23 2 8 4 20 0 20 0 6178475 11164049408 9025 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2725598 9025 2999 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700155 s]
/proc/loadavg: 1.60 1.67 2.24 3/261 17682
/proc/meminfo: memFree=29884596/32770624 swapFree=5780/386328
[pid=17682] ppid=17679 vsize=10902720 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 12455 12612 0 0 76 4 8 4 20 0 20 0 6178475 11164385280 15771 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2725680 15771 3185 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50077 s]
/proc/loadavg: 1.60 1.67 2.24 3/281 17755
/proc/meminfo: memFree=29781604/32770624 swapFree=5780/386296
[pid=17682] ppid=17679 vsize=10913344 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 27743 12612 0 0 198 15 8 4 20 0 20 0 6178475 11175264256 43977 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2728336 43977 3408 1 0 2716450 0
[pid=17682/tid=17737] ppid=17679 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17737/stat : 17737 (java) R 17679 17682 7912 0 -1 4202560 19749 12612 0 0 125 5 8 4 20 0 20 0 6178488 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366906675792 140366886507877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17738] ppid=17679 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17738/stat : 17738 (java) S 17679 17682 7912 0 -1 1077944384 27 12612 0 0 1 0 8 4 20 0 20 0 6178489 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366855084944 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17739] ppid=17679 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17739/stat : 17739 (java) S 17679 17682 7912 0 -1 1077944384 21 12612 0 0 1 0 8 4 20 0 20 0 6178489 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366854032144 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17740] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17740/stat : 17740 (java) S 17679 17682 7912 0 -1 1077944384 32 12612 0 0 0 0 8 4 20 0 20 0 6178489 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366852979856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17741] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17741/stat : 17741 (java) S 17679 17682 7912 0 -1 1077944384 139 12612 0 0 0 0 8 4 20 0 20 0 6178489 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366851927056 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17742] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17742/stat : 17742 (java) S 17679 17682 7912 0 -1 1077944384 29 12612 0 0 0 0 8 4 20 0 20 0 6178489 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366850873744 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17743] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17743/stat : 17743 (java) S 17679 17682 7912 0 -1 1077944384 10 12612 0 0 0 0 8 4 20 0 20 0 6178489 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366849820944 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17744] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17744/stat : 17744 (java) S 17679 17682 7912 0 -1 1077944384 30 12612 0 0 0 0 8 4 20 0 20 0 6178489 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366848768656 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17745] ppid=17679 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17745/stat : 17745 (java) S 17679 17682 7912 0 -1 1077944384 52 12612 0 0 1 0 8 4 20 0 20 0 6178489 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366847715856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17746] ppid=17679 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17746/stat : 17746 (java) S 17679 17682 7912 0 -1 1077944384 1580 12612 0 0 1 0 8 4 20 0 20 0 6178490 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366376331888 140366902475394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17747] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17747/stat : 17747 (java) S 17679 17682 7912 0 -1 1077944384 56 12612 0 0 0 0 8 4 20 0 20 0 6178491 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366375277856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17748] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17748/stat : 17748 (java) S 17679 17682 7912 0 -1 1077944384 44 12612 0 0 0 0 8 4 20 0 20 0 6178491 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366374225536 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17749] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17749/stat : 17749 (java) S 17679 17682 7912 0 -1 1077944384 1 12612 0 0 0 0 8 4 20 0 20 0 6178496 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366373173840 140366902482843 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17750] ppid=17679 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17750/stat : 17750 (java) S 17679 17682 7912 0 -1 1077944384 1065 12612 0 0 12 0 8 4 20 0 20 0 6178496 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366372120688 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17751] ppid=17679 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17751/stat : 17751 (java) S 17679 17682 7912 0 -1 1077944384 275 12612 0 0 8 0 8 4 20 0 20 0 6178496 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366371067888 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17752] ppid=17679 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17752/stat : 17752 (java) R 17679 17682 7912 0 -1 4202560 1156 12612 0 0 15 0 8 4 20 0 20 0 6178496 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366370015896 140366885801985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17753] ppid=17679 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17753/stat : 17753 (java) R 17679 17682 7912 0 -1 4202560 1337 12612 0 0 26 0 8 4 20 0 20 0 6178496 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366368962800 140366902485594 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17754] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17754/stat : 17754 (java) S 17679 17682 7912 0 -1 1077944384 3 12612 0 0 0 0 8 4 20 0 20 0 6178496 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366367910752 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17755] ppid=17679 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17755/stat : 17755 (java) S 17679 17682 7912 0 -1 1077944384 7 12612 0 0 0 0 8 4 20 0 20 0 6178496 11175264256 43977 33554432000 4194304 4196468 140720836402192 140366366858032 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.10108 s]
/proc/loadavg: 1.60 1.67 2.24 3/281 17755
/proc/meminfo: memFree=29712548/32770624 swapFree=5780/386312
[pid=17682] ppid=17679 vsize=10923772 CPUtime=6.94 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 41449 12612 0 0 661 21 8 4 20 0 20 0 6178475 11185942528 62468 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2730943 62468 3487 1 0 2718498 0
[pid=17682/tid=17737] ppid=17679 vsize=10923772 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17737/stat : 17737 (java) R 17679 17682 7912 0 -1 4202560 25196 12612 0 0 281 8 8 4 20 0 20 0 6178488 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366906690440 140366536875175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17738] ppid=17679 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17738/stat : 17738 (java) S 17679 17682 7912 0 -1 1077944384 27 12612 0 0 1 0 8 4 20 0 20 0 6178489 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366855084944 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17739] ppid=17679 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17739/stat : 17739 (java) S 17679 17682 7912 0 -1 1077944384 21 12612 0 0 1 0 8 4 20 0 20 0 6178489 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366854032144 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17740] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17740/stat : 17740 (java) S 17679 17682 7912 0 -1 1077944384 32 12612 0 0 0 0 8 4 20 0 20 0 6178489 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366852979856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17741] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17741/stat : 17741 (java) S 17679 17682 7912 0 -1 1077944384 139 12612 0 0 0 0 8 4 20 0 20 0 6178489 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366851927056 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17742] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17742/stat : 17742 (java) S 17679 17682 7912 0 -1 1077944384 29 12612 0 0 0 0 8 4 20 0 20 0 6178489 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366850873744 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17743] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17743/stat : 17743 (java) S 17679 17682 7912 0 -1 1077944384 10 12612 0 0 0 0 8 4 20 0 20 0 6178489 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366849820944 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17744] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17744/stat : 17744 (java) S 17679 17682 7912 0 -1 1077944384 30 12612 0 0 0 0 8 4 20 0 20 0 6178489 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366848768656 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17745] ppid=17679 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17745/stat : 17745 (java) S 17679 17682 7912 0 -1 1077944384 52 12612 0 0 1 0 8 4 20 0 20 0 6178489 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366847715856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17746] ppid=17679 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17746/stat : 17746 (java) S 17679 17682 7912 0 -1 1077944384 1594 12612 0 0 1 0 8 4 20 0 20 0 6178490 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366376331888 140366902475394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17747] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17747/stat : 17747 (java) S 17679 17682 7912 0 -1 1077944384 56 12612 0 0 0 0 8 4 20 0 20 0 6178491 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366375277856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17748] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17748/stat : 17748 (java) S 17679 17682 7912 0 -1 1077944384 44 12612 0 0 0 0 8 4 20 0 20 0 6178491 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366374225536 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17749] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17749/stat : 17749 (java) S 17679 17682 7912 0 -1 1077944384 1 12612 0 0 0 0 8 4 20 0 20 0 6178496 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366373173840 140366902482843 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17750] ppid=17679 vsize=10923772 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17750/stat : 17750 (java) R 17679 17682 7912 0 -1 4202560 3351 12612 0 0 82 0 8 4 20 0 20 0 6178496 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366372101568 140366882117792 0 4 0 16800975 0 0 0 -1 10 0 0 2 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17751] ppid=17679 vsize=10923772 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17751/stat : 17751 (java) R 17679 17682 7912 0 -1 4202560 1772 12612 0 0 85 0 8 4 20 0 20 0 6178496 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366371049088 140366885961031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17752] ppid=17679 vsize=10923772 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17752/stat : 17752 (java) R 17679 17682 7912 0 -1 4202560 2878 12612 0 0 96 1 8 4 20 0 20 0 6178496 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366370001480 140366880467139 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17753] ppid=17679 vsize=10923772 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17753/stat : 17753 (java) S 17679 17682 7912 0 -1 1077944384 4074 12612 0 0 105 1 8 4 20 0 20 0 6178496 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366368962800 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17754] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17754/stat : 17754 (java) S 17679 17682 7912 0 -1 1077944384 3 12612 0 0 0 0 8 4 20 0 20 0 6178496 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366367910752 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17755] ppid=17679 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17755/stat : 17755 (java) S 17679 17682 7912 0 -1 1077944384 10 12612 0 0 0 0 8 4 20 0 20 0 6178496 11185942528 62468 33554432000 4194304 4196468 140720836402192 140366366858032 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 10923772

[startup+6.30108 s]
/proc/loadavg: 1.71 1.69 2.25 6/281 17755
/proc/meminfo: memFree=29520800/32770624 swapFree=5780/386324
[pid=17682] ppid=17679 vsize=10927868 CPUtime=18.16 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 60690 12612 0 0 1747 57 8 4 20 0 20 0 6178475 11190136832 101014 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2731967 101014 3508 1 0 2719522 0
[pid=17682/tid=17737] ppid=17679 vsize=10927868 CPUtime=6.06 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17737/stat : 17737 (java) R 17679 17682 7912 0 -1 4202560 26783 12612 0 0 585 9 8 4 20 0 20 0 6178488 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366906694504 140366544592327 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17738] ppid=17679 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17738/stat : 17738 (java) S 17679 17682 7912 0 -1 1077944384 207 12612 0 0 9 5 8 4 20 0 20 0 6178489 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366855084944 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17739] ppid=17679 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17739/stat : 17739 (java) S 17679 17682 7912 0 -1 1077944384 90 12612 0 0 7 3 8 4 20 0 20 0 6178489 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366854032144 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17740] ppid=17679 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17740/stat : 17740 (java) S 17679 17682 7912 0 -1 1077944384 151 12612 0 0 7 4 8 4 20 0 20 0 6178489 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366852979856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17741] ppid=17679 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17741/stat : 17741 (java) S 17679 17682 7912 0 -1 1077944384 246 12612 0 0 8 4 8 4 20 0 20 0 6178489 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366851927056 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17742] ppid=17679 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17742/stat : 17742 (java) S 17679 17682 7912 0 -1 1077944384 200 12612 0 0 9 4 8 4 20 0 20 0 6178489 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366850873744 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17743] ppid=17679 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17743/stat : 17743 (java) S 17679 17682 7912 0 -1 1077944384 183 12612 0 0 9 4 8 4 20 0 20 0 6178489 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366849820944 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17744] ppid=17679 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17744/stat : 17744 (java) S 17679 17682 7912 0 -1 1077944384 122 12612 0 0 7 5 8 4 20 0 20 0 6178489 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366848768656 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17745] ppid=17679 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17745/stat : 17745 (java) S 17679 17682 7912 0 -1 1077944384 195 12612 0 0 7 3 8 4 20 0 20 0 6178489 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366847715856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17746] ppid=17679 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17746/stat : 17746 (java) S 17679 17682 7912 0 -1 1077944384 1648 12612 0 0 2 0 8 4 20 0 20 0 6178490 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366376331888 140366902475394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17747] ppid=17679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17747/stat : 17747 (java) S 17679 17682 7912 0 -1 1077944384 56 12612 0 0 0 0 8 4 20 0 20 0 6178491 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366375277920 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17748] ppid=17679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17748/stat : 17748 (java) S 17679 17682 7912 0 -1 1077944384 44 12612 0 0 0 0 8 4 20 0 20 0 6178491 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366374225536 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17749] ppid=17679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17749/stat : 17749 (java) S 17679 17682 7912 0 -1 1077944384 1 12612 0 0 0 0 8 4 20 0 20 0 6178496 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366373173840 140366902482843 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17750] ppid=17679 vsize=10927868 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17750/stat : 17750 (java) R 17679 17682 7912 0 -1 4202560 8096 12612 0 0 289 1 8 4 20 0 20 0 6178496 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366372107472 140366881954507 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17751] ppid=17679 vsize=10927868 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17751/stat : 17751 (java) R 17679 17682 7912 0 -1 4202560 7363 12612 0 0 301 1 8 4 20 0 20 0 6178496 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366371068016 140366881653745 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17752] ppid=17679 vsize=10927868 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17752/stat : 17752 (java) R 17679 17682 7912 0 -1 4202560 6247 12612 0 0 302 2 8 4 20 0 20 0 6178496 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366370001248 140366886854320 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17753] ppid=17679 vsize=10927868 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17753/stat : 17753 (java) S 17679 17682 7912 0 -1 1077944384 6772 12612 0 0 198 2 8 4 20 0 20 0 6178496 11190136832 101014 33554432000 4194304 4196468 140720836402192 140366368962800 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17754] ppid=17679 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=17682/tid=17748] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17748/stat : 17748 (java) S 17679 17682 7912 0 -1 1077944384 55 12612 0 0 0 0 8 4 20 0 22 0 6178491 11330654208 215608 33554432000 4194304 4196468 140720836402192 140366374225536 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17749] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17749/stat : 17749 (java) S 17679 17682 7912 0 -1 1077944384 88 12612 0 0 0 0 8 4 20 0 22 0 6178496 11330654208 215608 33554432000 4194304 4196468 140720836402192 140366373173840 140366902482843 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17750] ppid=17679 vsize=11065092 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17750/stat : 17750 (java) S 17679 17682 7912 0 -1 1077944384 20945 12612 0 0 879 4 8 4 20 0 22 0 6178496 11330654208 215608 33554432000 4194304 4196468 140720836402192 140366372120688 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17751] ppid=17679 vsize=11065092 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17751/stat : 17751 (java) S 17679 17682 7912 0 -1 1077944384 27034 12612 0 0 919 7 8 4 20 0 22 0 6178496 11330654208 215608 33554432000 4194304 4196468 140720836402192 140366371067888 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17752] ppid=17679 vsize=11065092 CPUtime=9.15 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17752/stat : 17752 (java) S 17679 17682 7912 0 -1 1077944384 18053 12612 0 0 897 6 8 4 20 0 22 0 6178496 11330654208 215608 33554432000 4194304 4196468 140720836402192 140366370015600 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17753] ppid=17679 vsize=11065092 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17753/stat : 17753 (java) S 17679 17682 7912 0 -1 1077944384 31686 12612 0 0 420 6 8 4 20 0 22 0 6178496 11330654208 215608 33554432000 4194304 4196468 140720836402192 140366368962800 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17754] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17754/stat : 17754 (java) S 17679 17682 7912 0 -1 1077944384 3 12612 0 0 0 0 8 4 20 0 22 0 6178496 11330654208 215608 33554432000 4194304 4196468 140720836402192 140366367910752 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17755] ppid=17679 vsize=11065092 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17755/stat : 17755 (java) S 17679 17682 7912 0 -1 1077944384 1078 12612 0 0 66 65 8 4 20 0 22 0 6178496 11330654208 215608 33554432000 4194304 4196468 140720836402192 140366366858032 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
Current children cumulated CPU time (s) 2400.66
Current children cumulated vsize (KiB) 11065092

[startup+2295.6 s]
/proc/loadavg: 0.46 0.69 1.10 2/255 17900
/proc/meminfo: memFree=30732888/32770624 swapFree=5780/387388
[pid=17682] ppid=17679 vsize=11065092 CPUtime=2403.61 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 485296 12612 0 0 239281 1068 8 4 20 0 22 0 6178475 11330654208 216120 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2766273 216120 3523 1 0 2753828 0
[pid=17682/tid=17737] ppid=17679 vsize=11065092 CPUtime=2274.41 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17737/stat : 17737 (java) S 17679 17682 7912 0 -1 1077944384 253196 12612 0 0 227354 75 8 4 20 0 22 0 6178488 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366906702032 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17738] ppid=17679 vsize=11065092 CPUtime=11.45 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17738/stat : 17738 (java) R 17679 17682 7912 0 -1 4202560 12309 12612 0 0 1021 112 8 4 20 0 22 0 6178489 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366855085064 140366887164978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17739] ppid=17679 vsize=11065092 CPUtime=11.42 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17739/stat : 17739 (java) R 17679 17682 7912 0 -1 4202560 15899 12612 0 0 1019 111 8 4 20 0 22 0 6178489 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366854032264 140366887164963 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17740] ppid=17679 vsize=11065092 CPUtime=11.3 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17740/stat : 17740 (java) R 17679 17682 7912 0 -1 4202560 12082 12612 0 0 1009 109 8 4 20 0 22 0 6178489 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366852979976 140366887164880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17741] ppid=17679 vsize=11065092 CPUtime=11.3 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17741/stat : 17741 (java) R 17679 17682 7912 0 -1 4202560 13261 12612 0 0 1009 109 8 4 20 0 22 0 6178489 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366851927176 140366887164935 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17742] ppid=17679 vsize=11065092 CPUtime=11.52 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17742/stat : 17742 (java) R 17679 17682 7912 0 -1 4202560 13556 12612 0 0 1027 113 8 4 20 0 22 0 6178489 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366850873864 140366887164880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17743] ppid=17679 vsize=11065092 CPUtime=11.45 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17743/stat : 17743 (java) R 17679 17682 7912 0 -1 4202560 13456 12612 0 0 1017 116 8 4 20 0 22 0 6178489 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366849821064 140366887164841 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17744] ppid=17679 vsize=11065092 CPUtime=11.54 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17744/stat : 17744 (java) R 17679 17682 7912 0 -1 4202560 13931 12612 0 0 1028 114 8 4 20 0 22 0 6178489 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366848768776 140366887164986 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17745] ppid=17679 vsize=11065092 CPUtime=11.33 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17745/stat : 17745 (java) R 17679 17682 7912 0 -1 4202560 16044 12612 0 0 1005 116 8 4 20 0 22 0 6178489 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366847715976 140366887165257 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17746] ppid=17679 vsize=11065092 CPUtime=6.15 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17746/stat : 17746 (java) S 17679 17682 7912 0 -1 1077944384 20311 12612 0 0 525 78 8 4 20 0 22 0 6178490 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366376330512 140366902474453 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17747] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17747/stat : 17747 (java) S 17679 17682 7912 0 -1 1077944384 65 12612 0 0 0 0 8 4 20 0 22 0 6178491 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366375277984 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17748] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17748/stat : 17748 (java) S 17679 17682 7912 0 -1 1077944384 55 12612 0 0 0 0 8 4 20 0 22 0 6178491 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366374225536 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17749] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17749/stat : 17749 (java) S 17679 17682 7912 0 -1 1077944384 88 12612 0 0 0 0 8 4 20 0 22 0 6178496 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366373173840 140366902482843 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17750] ppid=17679 vsize=11065092 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17750/stat : 17750 (java) S 17679 17682 7912 0 -1 1077944384 20945 12612 0 0 879 4 8 4 20 0 22 0 6178496 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366372120448 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17751] ppid=17679 vsize=11065092 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17751/stat : 17751 (java) S 17679 17682 7912 0 -1 1077944384 27034 12612 0 0 919 7 8 4 20 0 22 0 6178496 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366371067936 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17752] ppid=17679 vsize=11065092 CPUtime=9.15 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17752/stat : 17752 (java) S 17679 17682 7912 0 -1 1077944384 18053 12612 0 0 897 6 8 4 20 0 22 0 6178496 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366370015648 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17753] ppid=17679 vsize=11065092 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17753/stat : 17753 (java) S 17679 17682 7912 0 -1 1077944384 31686 12612 0 0 420 6 8 4 20 0 22 0 6178496 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366368962848 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17754] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17754/stat : 17754 (java) S 17679 17682 7912 0 -1 1077944384 3 12612 0 0 0 0 8 4 20 0 22 0 6178496 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366367910752 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17755] ppid=17679 vsize=11065092 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17755/stat : 17755 (java) S 17679 17682 7912 0 -1 1077944384 1078 12612 0 0 66 65 8 4 20 0 22 0 6178496 11330654208 216120 33554432000 4194304 4196468 140720836402192 140366366858032 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
Current children cumulated CPU time (s) 2403.61
Current children cumulated vsize (KiB) 11065092

[startup+2296 s]
/proc/loadavg: 0.46 0.69 1.10 9/257 17902
/proc/meminfo: memFree=30718396/32770624 swapFree=5780/387388
[pid=17682] ppid=17679 vsize=11065092 CPUtime=2406.27 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 485430 12612 0 0 239546 1069 8 4 20 0 22 0 6178475 11330654208 215588 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2766273 215588 3523 1 0 2753828 0
[pid=17682/tid=17737] ppid=17679 vsize=11065092 CPUtime=2274.41 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17737/stat : 17737 (java) S 17679 17682 7912 0 -1 1077944384 253196 12612 0 0 227354 75 8 4 20 0 22 0 6178488 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366906702032 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17738] ppid=17679 vsize=11065092 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17738/stat : 17738 (java) R 17679 17682 7912 0 -1 4202560 12309 12612 0 0 1054 112 8 4 20 0 22 0 6178489 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366855085144 140366887460603 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17739] ppid=17679 vsize=11065092 CPUtime=11.74 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17739/stat : 17739 (java) R 17679 17682 7912 0 -1 4202560 15899 12612 0 0 1051 111 8 4 20 0 22 0 6178489 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366854032344 140366884074035 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17740] ppid=17679 vsize=11065092 CPUtime=11.63 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17740/stat : 17740 (java) R 17679 17682 7912 0 -1 4202560 12082 12612 0 0 1042 109 8 4 20 0 22 0 6178489 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366852980056 140366887162971 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17741] ppid=17679 vsize=11065092 CPUtime=11.62 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17741/stat : 17741 (java) R 17679 17682 7912 0 -1 4202560 13261 12612 0 0 1041 109 8 4 20 0 22 0 6178489 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366851927256 140366887460920 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17742] ppid=17679 vsize=11065092 CPUtime=11.84 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17742/stat : 17742 (java) R 17679 17682 7912 0 -1 4202560 13556 12612 0 0 1059 113 8 4 20 0 22 0 6178489 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366850873944 140366884074079 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17743] ppid=17679 vsize=11065092 CPUtime=11.77 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17743/stat : 17743 (java) R 17679 17682 7912 0 -1 4202560 13482 12612 0 0 1049 116 8 4 20 0 22 0 6178489 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366849820832 140366886921850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17744] ppid=17679 vsize=11065092 CPUtime=11.85 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17744/stat : 17744 (java) R 17679 17682 7912 0 -1 4202560 13933 12612 0 0 1059 114 8 4 20 0 22 0 6178489 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366848768856 140366886921699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17745] ppid=17679 vsize=11065092 CPUtime=11.66 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17745/stat : 17745 (java) R 17679 17682 7912 0 -1 4202560 16044 12612 0 0 1038 116 8 4 20 0 22 0 6178489 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366847716056 140366884074093 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17746] ppid=17679 vsize=11065092 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17746/stat : 17746 (java) S 17679 17682 7912 0 -1 1077944384 20413 12612 0 0 531 78 8 4 20 0 22 0 6178490 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366376330512 140366902474453 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17747] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17747/stat : 17747 (java) S 17679 17682 7912 0 -1 1077944384 67 12612 0 0 0 0 8 4 20 0 22 0 6178491 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366375277488 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17748] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17748/stat : 17748 (java) S 17679 17682 7912 0 -1 1077944384 55 12612 0 0 0 0 8 4 20 0 22 0 6178491 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366374225536 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17749] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17749/stat : 17749 (java) S 17679 17682 7912 0 -1 1077944384 88 12612 0 0 0 0 8 4 20 0 22 0 6178496 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366373173840 140366902482843 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17750] ppid=17679 vsize=11065092 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17750/stat : 17750 (java) S 17679 17682 7912 0 -1 1077944384 20945 12612 0 0 879 4 8 4 20 0 22 0 6178496 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366372120688 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17751] ppid=17679 vsize=11065092 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17751/stat : 17751 (java) S 17679 17682 7912 0 -1 1077944384 27035 12612 0 0 919 7 8 4 20 0 22 0 6178496 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366371067888 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17752] ppid=17679 vsize=11065092 CPUtime=9.15 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17752/stat : 17752 (java) S 17679 17682 7912 0 -1 1077944384 18053 12612 0 0 897 6 8 4 20 0 22 0 6178496 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366370015648 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17753] ppid=17679 vsize=11065092 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17753/stat : 17753 (java) S 17679 17682 7912 0 -1 1077944384 31686 12612 0 0 420 6 8 4 20 0 22 0 6178496 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366368962560 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17754] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17754/stat : 17754 (java) S 17679 17682 7912 0 -1 1077944384 3 12612 0 0 0 0 8 4 20 0 22 0 6178496 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366367910752 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17755] ppid=17679 vsize=11065092 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17755/stat : 17755 (java) S 17679 17682 7912 0 -1 1077944384 1078 12612 0 0 66 65 8 4 20 0 22 0 6178496 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366366858032 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17901] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17901/stat : 17901 (java) S 17679 17682 7912 0 -1 1077944384 90 12612 0 0 0 0 8 4 20 0 22 0 6407985 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366338052976 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17902] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17902/stat : 17902 (java) S 17679 17682 7912 0 -1 1077944384 24 12612 0 0 0 0 8 4 20 0 22 0 6407985 11330654208 215588 33554432000 4194304 4196468 140720836402192 140366337000896 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
Current children cumulated CPU time (s) 2406.27
Current children cumulated vsize (KiB) 11065092

[startup+2296.1 s]
/proc/loadavg: 0.46 0.69 1.10 9/257 17902
/proc/meminfo: memFree=30718396/32770624 swapFree=5780/387388
[pid=17682] ppid=17679 vsize=11065092 CPUtime=2407 cores=0,2,4,6,8,10,12,14
/proc/17682/stat : 17682 (java) S 17679 17682 7912 0 -1 1077944320 485432 12612 0 0 239619 1069 8 4 20 0 22 0 6178475 11330654208 215203 33554432000 4194304 4196468 140720836402192 140720836384736 140366902464247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
/proc/17682/statm: 2766273 215203 3523 1 0 2753828 0
[pid=17682/tid=17737] ppid=17679 vsize=11065092 CPUtime=2274.41 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17737/stat : 17737 (java) S 17679 17682 7912 0 -1 1077944384 253196 12612 0 0 227354 75 8 4 20 0 22 0 6178488 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366906702032 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17738] ppid=17679 vsize=11065092 CPUtime=11.87 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17738/stat : 17738 (java) S 17679 17682 7912 0 -1 1077944384 12310 12612 0 0 1063 112 8 4 20 0 22 0 6178489 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366855084944 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17739] ppid=17679 vsize=11065092 CPUtime=11.83 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17739/stat : 17739 (java) S 17679 17682 7912 0 -1 1077944384 15899 12612 0 0 1060 111 8 4 20 0 22 0 6178489 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366854032144 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17740] ppid=17679 vsize=11065092 CPUtime=11.71 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17740/stat : 17740 (java) S 17679 17682 7912 0 -1 1077944384 12082 12612 0 0 1050 109 8 4 20 0 22 0 6178489 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366852979856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17741] ppid=17679 vsize=11065092 CPUtime=11.72 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17741/stat : 17741 (java) S 17679 17682 7912 0 -1 1077944384 13261 12612 0 0 1051 109 8 4 20 0 22 0 6178489 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366851927056 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17742] ppid=17679 vsize=11065092 CPUtime=11.94 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17742/stat : 17742 (java) S 17679 17682 7912 0 -1 1077944384 13556 12612 0 0 1069 113 8 4 20 0 22 0 6178489 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366850873744 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17743] ppid=17679 vsize=11065092 CPUtime=11.87 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17743/stat : 17743 (java) S 17679 17682 7912 0 -1 1077944384 13482 12612 0 0 1059 116 8 4 20 0 22 0 6178489 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366849820944 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17744] ppid=17679 vsize=11065092 CPUtime=11.95 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17744/stat : 17744 (java) S 17679 17682 7912 0 -1 1077944384 13933 12612 0 0 1069 114 8 4 20 0 22 0 6178489 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366848768656 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17745] ppid=17679 vsize=11065092 CPUtime=11.76 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17745/stat : 17745 (java) S 17679 17682 7912 0 -1 1077944384 16044 12612 0 0 1048 116 8 4 20 0 22 0 6178489 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366847715856 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17746] ppid=17679 vsize=11065092 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17746/stat : 17746 (java) R 17679 17682 7912 0 -1 4202560 20413 12612 0 0 531 78 8 4 20 0 22 0 6178490 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366376330288 140366886832112 0 0 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17747] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17747/stat : 17747 (java) S 17679 17682 7912 0 -1 1077944384 67 12612 0 0 0 0 8 4 20 0 22 0 6178491 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366375277488 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17748] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17748/stat : 17748 (java) S 17679 17682 7912 0 -1 1077944384 55 12612 0 0 0 0 8 4 20 0 22 0 6178491 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366374225536 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17749] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17749/stat : 17749 (java) S 17679 17682 7912 0 -1 1077944384 88 12612 0 0 0 0 8 4 20 0 22 0 6178496 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366373173840 140366902482843 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17750] ppid=17679 vsize=11065092 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17750/stat : 17750 (java) S 17679 17682 7912 0 -1 1077944384 20945 12612 0 0 879 4 8 4 20 0 22 0 6178496 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366372120688 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17751] ppid=17679 vsize=11065092 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17751/stat : 17751 (java) S 17679 17682 7912 0 -1 1077944384 27035 12612 0 0 919 7 8 4 20 0 22 0 6178496 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366371067888 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17752] ppid=17679 vsize=11065092 CPUtime=9.15 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17752/stat : 17752 (java) S 17679 17682 7912 0 -1 1077944384 18053 12612 0 0 897 6 8 4 20 0 22 0 6178496 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366370015648 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17753] ppid=17679 vsize=11065092 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17753/stat : 17753 (java) S 17679 17682 7912 0 -1 1077944384 31686 12612 0 0 420 6 8 4 20 0 22 0 6178496 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366368962560 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17754] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17754/stat : 17754 (java) S 17679 17682 7912 0 -1 1077944384 3 12612 0 0 0 0 8 4 20 0 22 0 6178496 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366367910752 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17755] ppid=17679 vsize=11065092 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17755/stat : 17755 (java) S 17679 17682 7912 0 -1 1077944384 1078 12612 0 0 66 65 8 4 20 0 22 0 6178496 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366366858032 140366902475394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17901] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17901/stat : 17901 (java) S 17679 17682 7912 0 -1 1077944384 90 12612 0 0 0 0 8 4 20 0 22 0 6407985 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366338052976 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
[pid=17682/tid=17902] ppid=17679 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17682/task/17902/stat : 17902 (java) S 17679 17682 7912 0 -1 1077944384 25 12612 0 0 0 0 8 4 20 0 22 0 6407985 11330654208 215203 33554432000 4194304 4196468 140720836402192 140366337000896 140366902474453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6709248 140720836410049 140720836412823 140720836412823 140720836415439 0
Current children cumulated CPU time (s) 2407
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2296.18
CPU time (s): 2407.36
CPU user time (s): 2396.61
CPU system time (s): 10.7511
CPU usage (%): 104.842
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.61
system time used= 10.7511
maximum resident set size= 2063464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225621
involuntary context switches= 162231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2817 second user time and 20.0462 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 09:38:28
IDJOB=4246150
IDBENCH=124197
IDSOLVER=2630
FILE ID=node125/4246150-1500709108
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-6.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246150-1500709108/watcher-4246150-1500709108 -o /tmp/evaluation-result-4246150-1500709108/solver-4246150-1500709108 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4246150-1500709108.xml

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

MD5SUM BENCH= 783c5eb4c347368f8a2e1c7f079a0df0
RANDOM SEED=1571779002

node125.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		: 2267.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.51
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		: 2267.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		: 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	: 5333.51
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	: 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.51
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		: 1733.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		: 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	: 5333.51
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		: 1867.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.51
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	: 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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		: 2000.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.51
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	: 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		: 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	: 5333.51
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:        29885268 kB
MemAvailable:   30329800 kB
Buffers:          182088 kB
Cached:           538664 kB
SwapCached:            0 kB
Active:          2040996 kB
Inactive:         395344 kB
Active(anon):    1718372 kB
Inactive(anon):     8764 kB
Active(file):     322624 kB
Inactive(file):   386580 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24372 kB
Writeback:            52 kB
AnonPages:       1703260 kB
Mapped:            43628 kB
Shmem:              8840 kB
Slab:             136004 kB
SReclaimable:     102324 kB
SUnreclaim:        33680 kB
KernelStack:        4224 kB
PageTables:         9056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2456244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1474560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61952 MiB
End job on node125 at 2017-07-22 10:16:44