Trace number 4248341

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4SAT (TO)1429 2400.12 2317.43

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-16.xml
MD5SUMe3af77ac2ce2de59a61fc382fed7941a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1429
Best CPU time to get the best result obtained on this benchmark59.541199
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.59/2.21	c Concrete v3.4 running
7.45/3.39	o 600
7.89/3.42	o 609
7.89/3.44	o 618
7.89/3.46	o 652
7.89/3.48	o 724
7.89/3.49	o 744
8.31/3.51	o 748
8.31/3.52	o 782
8.31/3.54	o 858
8.31/3.55	o 955
8.31/3.56	o 970
8.31/3.58	o 998
8.31/3.59	o 1084
8.31/3.60	o 1097
8.72/3.60	o 1110
8.72/3.61	o 1114
8.72/3.62	o 1130
8.72/3.63	o 1132
8.72/3.64	o 1154
8.72/3.65	o 1201
8.72/3.66	o 1211
8.72/3.67	o 1213
9.12/3.70	o 1221
9.12/3.70	o 1254
9.12/3.71	o 1300
9.12/3.73	o 1338
9.12/3.75	o 1383
9.12/3.75	o 1409
9.51/3.82	o 1414
10.23/4.07	o 1424
10.62/4.14	o 1429
2400.07/2317.40	java.util.concurrent.TimeoutException
2400.07/2317.40		at concrete.MAC.mac(MAC.scala:74)
2400.07/2317.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.07/2317.40		at scala.util.Try$.apply(Try.scala:209)
2400.07/2317.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.07/2317.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.07/2317.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.07/2317.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.07/2317.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.07/2317.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.07/2317.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.07/2317.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.07/2317.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.07/2317.40		at concrete.MAC.oneRun(MAC.scala:146)
2400.07/2317.40		at concrete.MAC.nextSolution(MAC.scala:166)
2400.07/2317.40		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.07/2317.40		at concrete.ProblemState.map(ProblemState.scala:203)
2400.07/2317.41		at concrete.ProblemState.map(ProblemState.scala:188)
2400.07/2317.41		at concrete.MAC.nextSolution(MAC.scala:195)
2400.07/2317.41		at concrete.Solver.hasNext(Solver.scala:202)
2400.07/2317.41		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.07/2317.41		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.07/2317.41		at concrete.Solver.toStream(Solver.scala:73)
2400.07/2317.41		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.07/2317.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.07/2317.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.07/2317.41		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.07/2317.41		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.07/2317.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.07/2317.41		at scala.util.Success.map(Try.scala:209)
2400.07/2317.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.07/2317.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.07/2317.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2317.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.07/2317.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2317.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.07/2317.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.07/2317.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.07/2317.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.07/2317.41		at scala.collection.immutable.List.foreach(List.scala:389)
2400.07/2317.41		at scala.App.main(App.scala:76)
2400.07/2317.41		at scala.App.main$(App.scala:74)
2400.07/2317.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2317.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2317.41	v <instantiation cost="1429">
2400.07/2317.41	v       <list>
2400.07/2317.41	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2400.07/2317.41	v       </list>
2400.07/2317.41	v       <values>
2400.07/2317.41	v         1 0 0 1 1 0 1 0 1 0 1 1 1 0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 1 1
2400.07/2317.41	v       </values>
2400.07/2317.41	v     </instantiation>
2400.07/2317.41	s SATISFIABLE

Verifier Data

OK	1429

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-4248341-1500682924/watcher-4248341-1500682924 -o /tmp/evaluation-result-4248341-1500682924/solver-4248341-1500682924 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560 bin/concrete HOME/instance-4248341-1500682924.xml 

pid=9762
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.59 2.80 4.11 3/265 9765
/proc/meminfo: memFree=30270032/32770624 swapFree=5792/341052
[pid=9765] ppid=9762 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (bash) S 9762 9765 7912 0 -1 4202496 684 1532 0 0 0 0 0 0 20 0 1 0 3560033 9736192 350 33554432000 4194304 5098028 140736505581888 140736505579528 140156236164096 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 15691776 140736505582862 140736505582947 140736505582947 140736505585646 0
/proc/9765/statm: 2377 350 278 221 0 86 0

[startup+0.100134 s]
/proc/loadavg: 1.59 2.80 4.11 3/265 9765
/proc/meminfo: memFree=30270032/32770624 swapFree=5792/341052
[pid=9765] ppid=9762 vsize=9640 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (bash) S 9762 9765 7912 0 -1 4202496 878 6418 0 0 0 0 0 2 20 0 1 0 3560033 9871360 377 33554432000 4194304 5098028 140736505581888 140736505575896 140156236164096 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 15691776 140736505582862 140736505582947 140736505582947 140736505585646 0
/proc/9765/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200277 s]
/proc/loadavg: 1.59 2.80 4.11 3/265 9765
/proc/meminfo: memFree=30270032/32770624 swapFree=5792/341052
[pid=9765] ppid=9762 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 5051 12250 0 0 6 1 8 4 20 0 13 0 3560033 10686320640 5401 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2608965 5401 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.30027 s]
/proc/loadavg: 1.59 2.80 4.11 3/265 9765
/proc/meminfo: memFree=30270032/32770624 swapFree=5792/341052
[pid=9765] ppid=9762 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 6986 12250 0 0 22 1 8 4 20 0 20 0 3560033 11164049408 8627 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2725598 8627 2927 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700199 s]
/proc/loadavg: 1.59 2.80 4.11 3/265 9765
/proc/meminfo: memFree=30270032/32770624 swapFree=5792/341052
[pid=9765] ppid=9762 vsize=10902720 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 12094 12250 0 0 72 3 8 4 20 0 20 0 3560033 11164385280 14926 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2725680 14926 3154 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.5008 s]
/proc/loadavg: 1.59 2.80 4.11 3/285 9838
/proc/meminfo: memFree=30167604/32770624 swapFree=5792/341080
[pid=9765] ppid=9762 vsize=10913344 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 26931 12250 0 0 199 12 8 4 20 0 20 0 3560033 11175264256 43892 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2728336 43892 3392 1 0 2716450 0
[pid=9765/tid=9820] ppid=9762 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9820/stat : 9820 (java) R 9762 9765 7912 0 -1 4202560 19352 12250 0 0 125 5 8 4 20 0 20 0 3560046 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010832603312 140010814594737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9821] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9821/stat : 9821 (java) S 9762 9765 7912 0 -1 1077944384 127 12250 0 0 0 0 8 4 20 0 20 0 3560047 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010770381328 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9822] ppid=9762 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9822/stat : 9822 (java) S 9762 9765 7912 0 -1 1077944384 45 12250 0 0 1 0 8 4 20 0 20 0 3560047 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010769328784 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9823] ppid=9762 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9823/stat : 9823 (java) S 9762 9765 7912 0 -1 1077944384 15 12250 0 0 1 0 8 4 20 0 20 0 3560047 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010768275728 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9824] ppid=9762 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9824/stat : 9824 (java) S 9762 9765 7912 0 -1 1077944384 55 12250 0 0 1 0 8 4 20 0 20 0 3560047 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010431764880 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9825] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9825/stat : 9825 (java) S 9762 9765 7912 0 -1 1077944384 15 12250 0 0 0 0 8 4 20 0 20 0 3560047 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010430712848 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9826] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9826/stat : 9826 (java) S 9762 9765 7912 0 -1 1077944384 21 12250 0 0 0 0 8 4 20 0 20 0 3560047 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010429660304 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9827] ppid=9762 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9827/stat : 9827 (java) S 9762 9765 7912 0 -1 1077944384 33 12250 0 0 1 0 8 4 20 0 20 0 3560047 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010428607248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9828] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9828/stat : 9828 (java) S 9762 9765 7912 0 -1 1077944384 24 12250 0 0 0 0 8 4 20 0 20 0 3560047 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010427554704 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9829] ppid=9762 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9829/stat : 9829 (java) S 9762 9765 7912 0 -1 1077944384 1557 12250 0 0 1 0 8 4 20 0 20 0 3560049 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010370128112 140010828388994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9830] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9830/stat : 9830 (java) S 9762 9765 7912 0 -1 1077944384 55 12250 0 0 0 0 8 4 20 0 20 0 3560050 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010369074400 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9831] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9831/stat : 9831 (java) S 9762 9765 7912 0 -1 1077944384 43 12250 0 0 0 0 8 4 20 0 20 0 3560051 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010368021248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9832] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9832/stat : 9832 (java) S 9762 9765 7912 0 -1 1077944384 1 12250 0 0 0 0 8 4 20 0 20 0 3560055 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010366969808 140010828396443 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9833] ppid=9762 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9833/stat : 9833 (java) S 9762 9765 7912 0 -1 1077944384 1443 12250 0 0 15 0 8 4 20 0 20 0 3560055 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010365917936 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9834] ppid=9762 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9834/stat : 9834 (java) S 9762 9765 7912 0 -1 1077944384 541 12250 0 0 13 0 8 4 20 0 20 0 3560055 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010364865392 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9835] ppid=9762 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9835/stat : 9835 (java) S 9762 9765 7912 0 -1 1077944384 511 12250 0 0 9 0 8 4 20 0 20 0 3560055 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010296699376 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9836] ppid=9762 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9836/stat : 9836 (java) S 9762 9765 7912 0 -1 1077944384 959 12250 0 0 24 0 8 4 20 0 20 0 3560055 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010295646832 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9837] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9837/stat : 9837 (java) S 9762 9765 7912 0 -1 1077944384 3 12250 0 0 0 0 8 4 20 0 20 0 3560056 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010294594016 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9838] ppid=9762 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9838/stat : 9838 (java) S 9762 9765 7912 0 -1 1077944384 3 12250 0 0 0 0 8 4 20 0 20 0 3560056 11175264256 43892 33554432000 4194304 4196468 140732700877632 140010293541552 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10913344

[startup+3.10075 s]
/proc/loadavg: 1.62 2.79 4.10 4/285 9838
/proc/meminfo: memFree=30056396/32770624 swapFree=5792/341080
[pid=9765] ppid=9762 vsize=10993404 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 58778 12250 0 0 586 23 8 4 20 0 20 0 3560033 11257245696 70044 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2748351 70044 3488 1 0 2735906 0
[pid=9765/tid=9820] ppid=9762 vsize=10993404 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9820/stat : 9820 (java) R 9762 9765 7912 0 -1 4202560 41100 12250 0 0 276 9 8 4 20 0 20 0 3560046 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010832610896 140010828389782 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9821] ppid=9762 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9821/stat : 9821 (java) S 9762 9765 7912 0 -1 1077944384 146 12250 0 0 2 1 8 4 20 0 20 0 3560047 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010770381328 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9822] ppid=9762 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9822/stat : 9822 (java) S 9762 9765 7912 0 -1 1077944384 55 12250 0 0 2 0 8 4 20 0 20 0 3560047 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010769328784 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9823] ppid=9762 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9823/stat : 9823 (java) S 9762 9765 7912 0 -1 1077944384 33 12250 0 0 3 0 8 4 20 0 20 0 3560047 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010768275728 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9824] ppid=9762 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9824/stat : 9824 (java) S 9762 9765 7912 0 -1 1077944384 112 12250 0 0 2 0 8 4 20 0 20 0 3560047 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010431764880 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9825] ppid=9762 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9825/stat : 9825 (java) S 9762 9765 7912 0 -1 1077944384 23 12250 0 0 2 1 8 4 20 0 20 0 3560047 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010430712848 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9826] ppid=9762 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9826/stat : 9826 (java) S 9762 9765 7912 0 -1 1077944384 34 12250 0 0 2 0 8 4 20 0 20 0 3560047 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010429660304 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9827] ppid=9762 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9827/stat : 9827 (java) S 9762 9765 7912 0 -1 1077944384 62 12250 0 0 3 1 8 4 20 0 20 0 3560047 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010428607248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9828] ppid=9762 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9828/stat : 9828 (java) S 9762 9765 7912 0 -1 1077944384 75 12250 0 0 1 0 8 4 20 0 20 0 3560047 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010427554704 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9829] ppid=9762 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9829/stat : 9829 (java) S 9762 9765 7912 0 -1 1077944384 2396 12250 0 0 3 0 8 4 20 0 20 0 3560049 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010370128112 140010828388994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9830] ppid=9762 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9830/stat : 9830 (java) S 9762 9765 7912 0 -1 1077944384 56 12250 0 0 0 0 8 4 20 0 20 0 3560050 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010369074400 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9831] ppid=9762 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9831/stat : 9831 (java) S 9762 9765 7912 0 -1 1077944384 43 12250 0 0 0 0 8 4 20 0 20 0 3560051 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010368021248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9832] ppid=9762 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9832/stat : 9832 (java) S 9762 9765 7912 0 -1 1077944384 1 12250 0 0 0 0 8 4 20 0 20 0 3560055 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010366969808 140010828396443 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9833] ppid=9762 vsize=10993404 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9833/stat : 9833 (java) S 9762 9765 7912 0 -1 1077944384 5027 12250 0 0 81 1 8 4 20 0 20 0 3560055 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010365917936 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9834] ppid=9762 vsize=10993404 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9834/stat : 9834 (java) S 9762 9765 7912 0 -1 1077944384 888 12250 0 0 42 0 8 4 20 0 20 0 3560055 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010364865392 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9835] ppid=9762 vsize=10993404 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9835/stat : 9835 (java) R 9762 9765 7912 0 -1 4202560 3636 12250 0 0 74 1 8 4 20 0 20 0 3560055 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010296685400 140010807624593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9836] ppid=9762 vsize=10993404 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9836/stat : 9836 (java) R 9762 9765 7912 0 -1 4202560 2954 12250 0 0 86 1 8 4 20 0 20 0 3560055 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010295646832 140010812458334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9837] ppid=9762 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9837/stat : 9837 (java) S 9762 9765 7912 0 -1 1077944384 3 12250 0 0 0 0 8 4 20 0 20 0 3560056 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010294594016 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9838] ppid=9762 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9838/stat : 9838 (java) S 9762 9765 7912 0 -1 1077944384 7 12250 0 0 0 0 8 4 20 0 20 0 3560056 11257245696 70044 33554432000 4194304 4196468 140732700877632 140010293541552 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10993404

[startup+6.30096 s]
/proc/loadavg: 1.62 2.79 4.10 4/285 9838
/proc/meminfo: memFree=29805932/32770624 swapFree=5792/341092
[pid=9765] ppid=9762 vsize=10995452 CPUtime=15.43 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 68219 12250 0 0 1498 33 8 4 20 0 20 0 3560033 11259342848 105504 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2748863 105504 3503 1 0 2736418 0
[pid=9765/tid=9820] ppid=9762 vsize=10995452 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9820/stat : 9820 (java) R 9762 9765 7912 0 -1 4202560 41618 12250 0 0 568 12 8 4 20 0 20 0 3560046 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010832611544 140010828389782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9821] ppid=9762 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9821/stat : 9821 (java) S 9762 9765 7912 0 -1 1077944384 182 12250 0 0 14 1 8 4 20 0 20 0 3560047 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010770381328 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9822] ppid=9762 vsize=10995452 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9822/stat : 9822 (java) S 9762 9765 7912 0 -1 1077944384 63 12250 0 0 16 1 8 4 20 0 20 0 3560047 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010769328784 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9823] ppid=9762 vsize=10995452 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9823/stat : 9823 (java) S 9762 9765 7912 0 -1 1077944384 909 12250 0 0 17 1 8 4 20 0 20 0 3560047 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010768275728 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9824] ppid=9762 vsize=10995452 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9824/stat : 9824 (java) S 9762 9765 7912 0 -1 1077944384 125 12250 0 0 16 1 8 4 20 0 20 0 3560047 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010431764880 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9825] ppid=9762 vsize=10995452 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9825/stat : 9825 (java) S 9762 9765 7912 0 -1 1077944384 56 12250 0 0 15 1 8 4 20 0 20 0 3560047 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010430712848 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9826] ppid=9762 vsize=10995452 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9826/stat : 9826 (java) S 9762 9765 7912 0 -1 1077944384 54 12250 0 0 17 1 8 4 20 0 20 0 3560047 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010429660304 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9827] ppid=9762 vsize=10995452 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9827/stat : 9827 (java) S 9762 9765 7912 0 -1 1077944384 80 12250 0 0 15 1 8 4 20 0 20 0 3560047 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010428607248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9828] ppid=9762 vsize=10995452 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9828/stat : 9828 (java) S 9762 9765 7912 0 -1 1077944384 89 12250 0 0 17 1 8 4 20 0 20 0 3560047 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010427554704 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9829] ppid=9762 vsize=10995452 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9829/stat : 9829 (java) S 9762 9765 7912 0 -1 1077944384 2460 12250 0 0 10 0 8 4 20 0 20 0 3560049 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010370128112 140010828388994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9830] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9830/stat : 9830 (java) S 9762 9765 7912 0 -1 1077944384 57 12250 0 0 0 0 8 4 20 0 20 0 3560050 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010369074464 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9831] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9831/stat : 9831 (java) S 9762 9765 7912 0 -1 1077944384 45 12250 0 0 0 0 8 4 20 0 20 0 3560051 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010368021248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9832] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9832/stat : 9832 (java) S 9762 9765 7912 0 -1 1077944384 1 12250 0 0 0 0 8 4 20 0 20 0 3560055 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010366969808 140010828396443 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9833] ppid=9762 vsize=10995452 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9833/stat : 9833 (java) S 9762 9765 7912 0 -1 1077944384 6045 12250 0 0 216 1 8 4 20 0 20 0 3560055 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010365917936 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9834] ppid=9762 vsize=10995452 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9834/stat : 9834 (java) R 9762 9765 7912 0 -1 4202560 2652 12250 0 0 179 1 8 4 20 0 20 0 3560055 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010364865392 140010821362889 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9835] ppid=9762 vsize=10995452 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9835/stat : 9835 (java) R 9762 9765 7912 0 -1 4202560 7243 12250 0 0 253 2 8 4 20 0 20 0 3560055 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010296699672 140010805972884 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9836] ppid=9762 vsize=10995452 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9836/stat : 9836 (java) S 9762 9765 7912 0 -1 1077944384 4021 12250 0 0 137 2 8 4 20 0 20 0 3560055 11259342848 105504 33554432000 4194304 4196468 140732700877632 140010295646832 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9837] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=9765/tid=9834] ppid=9762 vsize=10995452 CPUtime=7.23 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9834/stat : 9834 (java) S 9762 9765 7912 0 -1 1077944384 6685 12250 0 0 707 4 8 4 20 0 20 0 3560055 11259342848 232935 33554432000 4194304 4196468 140732700877632 140010364865392 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9835] ppid=9762 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9835/stat : 9835 (java) S 9762 9765 7912 0 -1 1077944384 10006 12250 0 0 790 5 8 4 20 0 20 0 3560055 11259342848 232935 33554432000 4194304 4196468 140732700877632 140010296699376 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9836] ppid=9762 vsize=10995452 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9836/stat : 9836 (java) S 9762 9765 7912 0 -1 1077944384 20089 12250 0 0 320 5 8 4 20 0 20 0 3560055 11259342848 232935 33554432000 4194304 4196468 140732700877632 140010295646832 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9837] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9837/stat : 9837 (java) S 9762 9765 7912 0 -1 1077944384 3 12250 0 0 0 0 8 4 20 0 20 0 3560056 11259342848 232935 33554432000 4194304 4196468 140732700877632 140010294594016 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9838] ppid=9762 vsize=10995452 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9838/stat : 9838 (java) S 9762 9765 7912 0 -1 1077944384 1333 12250 0 0 58 60 8 4 20 0 20 0 3560056 11259342848 232935 33554432000 4194304 4196468 140732700877632 140010293541552 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
Current children cumulated CPU time (s) 2220.57
Current children cumulated vsize (KiB) 10995452

[startup+2202.31 s]
/proc/loadavg: 1.71 1.48 1.70 3/281 9904
/proc/meminfo: memFree=29140192/32770624 swapFree=5792/343624
[pid=9765] ppid=9762 vsize=10995452 CPUtime=2282.08 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 203828 12250 0 0 227766 430 8 4 20 0 20 0 3560033 11259342848 232942 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2748863 232942 3504 1 0 2736418 0
[pid=9765/tid=9820] ppid=9762 vsize=10995452 CPUtime=2182.57 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9820/stat : 9820 (java) R 9762 9765 7912 0 -1 4202560 82589 12250 0 0 218204 41 8 4 20 0 20 0 3560046 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010832611312 140010458295696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9821] ppid=9762 vsize=10995452 CPUtime=8.25 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9821/stat : 9821 (java) S 9762 9765 7912 0 -1 1077944384 10139 12250 0 0 773 40 8 4 20 0 20 0 3560047 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010770381328 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9822] ppid=9762 vsize=10995452 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9822/stat : 9822 (java) S 9762 9765 7912 0 -1 1077944384 7624 12250 0 0 776 35 8 4 20 0 20 0 3560047 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010769328784 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9823] ppid=9762 vsize=10995452 CPUtime=8.22 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9823/stat : 9823 (java) S 9762 9765 7912 0 -1 1077944384 6322 12250 0 0 767 43 8 4 20 0 20 0 3560047 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010768275728 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9824] ppid=9762 vsize=10995452 CPUtime=8.25 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9824/stat : 9824 (java) S 9762 9765 7912 0 -1 1077944384 6779 12250 0 0 774 39 8 4 20 0 20 0 3560047 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010431764880 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9825] ppid=9762 vsize=10995452 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9825/stat : 9825 (java) S 9762 9765 7912 0 -1 1077944384 8384 12250 0 0 763 39 8 4 20 0 20 0 3560047 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010430712848 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9826] ppid=9762 vsize=10995452 CPUtime=8.27 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9826/stat : 9826 (java) S 9762 9765 7912 0 -1 1077944384 5480 12250 0 0 777 38 8 4 20 0 20 0 3560047 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010429660304 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9827] ppid=9762 vsize=10995452 CPUtime=8.19 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9827/stat : 9827 (java) S 9762 9765 7912 0 -1 1077944384 7688 12250 0 0 766 41 8 4 20 0 20 0 3560047 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010428607248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9828] ppid=9762 vsize=10995452 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9828/stat : 9828 (java) S 9762 9765 7912 0 -1 1077944384 4444 12250 0 0 764 38 8 4 20 0 20 0 3560047 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010427554704 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9829] ppid=9762 vsize=10995452 CPUtime=7.77 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9829/stat : 9829 (java) S 9762 9765 7912 0 -1 1077944384 13908 12250 0 0 725 40 8 4 20 0 20 0 3560049 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010370128112 140010828388994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9830] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9830/stat : 9830 (java) S 9762 9765 7912 0 -1 1077944384 57 12250 0 0 0 0 8 4 20 0 20 0 3560050 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010369074464 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9831] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9831/stat : 9831 (java) S 9762 9765 7912 0 -1 1077944384 45 12250 0 0 0 0 8 4 20 0 20 0 3560051 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010368021248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9832] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9832/stat : 9832 (java) S 9762 9765 7912 0 -1 1077944384 1 12250 0 0 0 0 8 4 20 0 20 0 3560055 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010366969808 140010828396443 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9833] ppid=9762 vsize=10995452 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9833/stat : 9833 (java) S 9762 9765 7912 0 -1 1077944384 10120 12250 0 0 738 4 8 4 20 0 20 0 3560055 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010365917936 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9834] ppid=9762 vsize=10995452 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9834/stat : 9834 (java) S 9762 9765 7912 0 -1 1077944384 6685 12250 0 0 708 4 8 4 20 0 20 0 3560055 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010364865392 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9835] ppid=9762 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9835/stat : 9835 (java) S 9762 9765 7912 0 -1 1077944384 10006 12250 0 0 790 5 8 4 20 0 20 0 3560055 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010296699376 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9836] ppid=9762 vsize=10995452 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9836/stat : 9836 (java) S 9762 9765 7912 0 -1 1077944384 20089 12250 0 0 320 5 8 4 20 0 20 0 3560055 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010295646832 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9837] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9837/stat : 9837 (java) S 9762 9765 7912 0 -1 1077944384 3 12250 0 0 0 0 8 4 20 0 20 0 3560056 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010294594016 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9838] ppid=9762 vsize=10995452 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9838/stat : 9838 (java) S 9762 9765 7912 0 -1 1077944384 1337 12250 0 0 60 62 8 4 20 0 20 0 3560056 11259342848 232942 33554432000 4194304 4196468 140732700877632 140010293541552 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
Current children cumulated CPU time (s) 2282.08
Current children cumulated vsize (KiB) 10995452

[startup+2262.3 s]
/proc/loadavg: 1.72 1.53 1.71 3/281 9905
/proc/meminfo: memFree=29140476/32770624 swapFree=5792/343680
[pid=9765] ppid=9762 vsize=10995452 CPUtime=2343.64 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 205492 12250 0 0 233912 440 8 4 20 0 20 0 3560033 11259342848 232953 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2748863 232953 3504 1 0 2736418 0
[pid=9765/tid=9820] ppid=9762 vsize=10995452 CPUtime=2242 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9820/stat : 9820 (java) R 9762 9765 7912 0 -1 4202560 83293 12250 0 0 224147 41 8 4 20 0 20 0 3560046 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010832610784 140010457838342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9821] ppid=9762 vsize=10995452 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9821/stat : 9821 (java) S 9762 9765 7912 0 -1 1077944384 10148 12250 0 0 794 41 8 4 20 0 20 0 3560047 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010770381328 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9822] ppid=9762 vsize=10995452 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9822/stat : 9822 (java) S 9762 9765 7912 0 -1 1077944384 7632 12250 0 0 799 36 8 4 20 0 20 0 3560047 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010769328784 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9823] ppid=9762 vsize=10995452 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9823/stat : 9823 (java) S 9762 9765 7912 0 -1 1077944384 6428 12250 0 0 787 44 8 4 20 0 20 0 3560047 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010768275728 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9824] ppid=9762 vsize=10995452 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9824/stat : 9824 (java) S 9762 9765 7912 0 -1 1077944384 6787 12250 0 0 798 39 8 4 20 0 20 0 3560047 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010431764880 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9825] ppid=9762 vsize=10995452 CPUtime=8.36 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9825/stat : 9825 (java) S 9762 9765 7912 0 -1 1077944384 8812 12250 0 0 785 39 8 4 20 0 20 0 3560047 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010430712848 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9826] ppid=9762 vsize=10995452 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9826/stat : 9826 (java) S 9762 9765 7912 0 -1 1077944384 5488 12250 0 0 800 39 8 4 20 0 20 0 3560047 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010429660304 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9827] ppid=9762 vsize=10995452 CPUtime=8.44 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9827/stat : 9827 (java) S 9762 9765 7912 0 -1 1077944384 7747 12250 0 0 790 42 8 4 20 0 20 0 3560047 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010428607248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9828] ppid=9762 vsize=10995452 CPUtime=8.37 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9828/stat : 9828 (java) S 9762 9765 7912 0 -1 1077944384 4458 12250 0 0 786 39 8 4 20 0 20 0 3560047 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010427554704 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9829] ppid=9762 vsize=10995452 CPUtime=7.97 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9829/stat : 9829 (java) S 9762 9765 7912 0 -1 1077944384 14196 12250 0 0 744 41 8 4 20 0 20 0 3560049 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010370128112 140010828388994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9830] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9830/stat : 9830 (java) S 9762 9765 7912 0 -1 1077944384 57 12250 0 0 0 0 8 4 20 0 20 0 3560050 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010369074464 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9831] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9831/stat : 9831 (java) S 9762 9765 7912 0 -1 1077944384 45 12250 0 0 0 0 8 4 20 0 20 0 3560051 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010368021248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9832] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9832/stat : 9832 (java) S 9762 9765 7912 0 -1 1077944384 1 12250 0 0 0 0 8 4 20 0 20 0 3560055 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010366969808 140010828396443 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9833] ppid=9762 vsize=10995452 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9833/stat : 9833 (java) S 9762 9765 7912 0 -1 1077944384 10123 12250 0 0 738 4 8 4 20 0 20 0 3560055 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010365917936 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9834] ppid=9762 vsize=10995452 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9834/stat : 9834 (java) S 9762 9765 7912 0 -1 1077944384 6687 12250 0 0 708 4 8 4 20 0 20 0 3560055 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010364865392 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9835] ppid=9762 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9835/stat : 9835 (java) S 9762 9765 7912 0 -1 1077944384 10008 12250 0 0 790 5 8 4 20 0 20 0 3560055 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010296699376 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9836] ppid=9762 vsize=10995452 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9836/stat : 9836 (java) S 9762 9765 7912 0 -1 1077944384 20093 12250 0 0 320 5 8 4 20 0 20 0 3560055 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010295646832 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9837] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9837/stat : 9837 (java) S 9762 9765 7912 0 -1 1077944384 3 12250 0 0 0 0 8 4 20 0 20 0 3560056 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010294594016 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9838] ppid=9762 vsize=10995452 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9838/stat : 9838 (java) S 9762 9765 7912 0 -1 1077944384 1358 12250 0 0 62 64 8 4 20 0 20 0 3560056 11259342848 232953 33554432000 4194304 4196468 140732700877632 140010293541552 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
Current children cumulated CPU time (s) 2343.64
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2317.4 s]
/proc/loadavg: 1.92 1.59 1.72 3/282 10054
/proc/meminfo: memFree=29780188/32770624 swapFree=5792/343784
[pid=9765] ppid=9762 vsize=10995452 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/9765/stat : 9765 (java) S 9762 9765 7912 0 -1 1077944320 207365 12250 0 0 239546 449 8 4 20 0 20 0 3560033 11259342848 237953 33554432000 4194304 4196468 140732700877632 140732700860176 140010828377847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
/proc/9765/statm: 2748863 237953 3504 1 0 2736418 0
[pid=9765/tid=9820] ppid=9762 vsize=10995452 CPUtime=2296.6 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9820/stat : 9820 (java) R 9762 9765 7912 0 -1 4202560 83989 12250 0 0 229606 42 8 4 20 0 20 0 3560046 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010832612016 140010458877011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9821] ppid=9762 vsize=10995452 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9821/stat : 9821 (java) S 9762 9765 7912 0 -1 1077944384 10164 12250 0 0 814 42 8 4 20 0 20 0 3560047 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010770381328 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9822] ppid=9762 vsize=10995452 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9822/stat : 9822 (java) S 9762 9765 7912 0 -1 1077944384 7660 12250 0 0 819 37 8 4 20 0 20 0 3560047 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010769328784 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9823] ppid=9762 vsize=10995452 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9823/stat : 9823 (java) S 9762 9765 7912 0 -1 1077944384 6640 12250 0 0 807 45 8 4 20 0 20 0 3560047 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010768275728 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9824] ppid=9762 vsize=10995452 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9824/stat : 9824 (java) S 9762 9765 7912 0 -1 1077944384 6851 12250 0 0 816 40 8 4 20 0 20 0 3560047 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010431764880 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9825] ppid=9762 vsize=10995452 CPUtime=8.58 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9825/stat : 9825 (java) S 9762 9765 7912 0 -1 1077944384 8828 12250 0 0 805 41 8 4 20 0 20 0 3560047 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010430712848 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9826] ppid=9762 vsize=10995452 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9826/stat : 9826 (java) S 9762 9765 7912 0 -1 1077944384 5543 12250 0 0 817 41 8 4 20 0 20 0 3560047 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010429660304 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9827] ppid=9762 vsize=10995452 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9827/stat : 9827 (java) S 9762 9765 7912 0 -1 1077944384 7754 12250 0 0 809 43 8 4 20 0 20 0 3560047 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010428607248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9828] ppid=9762 vsize=10995452 CPUtime=8.58 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9828/stat : 9828 (java) S 9762 9765 7912 0 -1 1077944384 4902 12250 0 0 806 40 8 4 20 0 20 0 3560047 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010427554704 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9829] ppid=9762 vsize=10995452 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9829/stat : 9829 (java) S 9762 9765 7912 0 -1 1077944384 14500 12250 0 0 764 41 8 4 20 0 20 0 3560049 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010370128112 140010828388994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9830] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9830/stat : 9830 (java) S 9762 9765 7912 0 -1 1077944384 57 12250 0 0 0 0 8 4 20 0 20 0 3560050 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010369074464 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9831] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9831/stat : 9831 (java) S 9762 9765 7912 0 -1 1077944384 45 12250 0 0 0 0 8 4 20 0 20 0 3560051 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010368021248 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9832] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9832/stat : 9832 (java) S 9762 9765 7912 0 -1 1077944384 1 12250 0 0 0 0 8 4 20 0 20 0 3560055 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010366969808 140010828396443 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9833] ppid=9762 vsize=10995452 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9833/stat : 9833 (java) S 9762 9765 7912 0 -1 1077944384 10126 12250 0 0 738 4 8 4 20 0 20 0 3560055 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010365917936 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9834] ppid=9762 vsize=10995452 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9834/stat : 9834 (java) S 9762 9765 7912 0 -1 1077944384 6689 12250 0 0 708 4 8 4 20 0 20 0 3560055 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010364865392 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9835] ppid=9762 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9835/stat : 9835 (java) S 9762 9765 7912 0 -1 1077944384 10010 12250 0 0 790 5 8 4 20 0 20 0 3560055 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010296699376 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9836] ppid=9762 vsize=10995452 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9836/stat : 9836 (java) S 9762 9765 7912 0 -1 1077944384 20095 12250 0 0 320 5 8 4 20 0 20 0 3560055 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010295646832 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9837] ppid=9762 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9837/stat : 9837 (java) S 9762 9765 7912 0 -1 1077944384 3 12250 0 0 0 0 8 4 20 0 20 0 3560056 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010294594016 140010828388053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
[pid=9765/tid=9838] ppid=9762 vsize=10995452 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/9765/task/9838/stat : 9838 (java) S 9762 9765 7912 0 -1 1077944384 1380 12250 0 0 63 66 8 4 20 0 20 0 3560056 11259342848 237953 33554432000 4194304 4196468 140732700877632 140010293541552 140010828388994 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20987904 140732700879553 140732700882327 140732700882327 140732700884943 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10995452

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9765 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2317.43
CPU time (s): 2400.12
CPU user time (s): 2395.57
CPU system time (s): 4.55292
CPU usage (%): 103.568
Max. virtual memory (cumulated for all children) (KiB): 10998164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.57
system time used= 4.55292
maximum resident set size= 952452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 352407
involuntary context switches= 188335

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1392 second user time and 22.3527 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 02:22:04
IDJOB=4248341
IDBENCH=133446
IDSOLVER=2630
FILE ID=node125/4248341-1500682924
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-16.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248341-1500682924/watcher-4248341-1500682924 -o /tmp/evaluation-result-4248341-1500682924/solver-4248341-1500682924 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4248341-1500682924.xml

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

MD5SUM BENCH= e3af77ac2ce2de59a61fc382fed7941a
RANDOM SEED=85945538

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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		: 2668.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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 2000.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:        30270112 kB
MemAvailable:   30587432 kB
Buffers:          105704 kB
Cached:           515384 kB
SwapCached:            0 kB
Active:          1761532 kB
Inactive:         349804 kB
Active(anon):    1493184 kB
Inactive(anon):     8752 kB
Active(file):     268348 kB
Inactive(file):   341052 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25324 kB
Writeback:             0 kB
AnonPages:       1502168 kB
Mapped:            43244 kB
Shmem:              8840 kB
Slab:              81604 kB
SReclaimable:      47512 kB
SUnreclaim:        34092 kB
KernelStack:        4912 kB
PageTables:         8540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2382128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1288192 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= 61928 MiB
End job on node125 at 2017-07-22 03:00:41