Trace number 4259540

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
Concrete 3.4SAT (TO)1333 252.14 226.937

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-05.xml
MD5SUMec17c84eab1701ad56b983b1c216f3af
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1333
Best CPU time to get the best result obtained on this benchmark96.641502
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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.34/2.04	c Concrete v3.4 running
5.98/3.16	o 663
5.98/3.19	o 762
6.30/3.21	o 800
6.30/3.24	o 825
6.30/3.26	o 826
6.30/3.27	o 829
6.30/3.29	o 883
6.67/3.31	o 937
6.67/3.31	o 938
6.67/3.33	o 945
6.67/3.34	o 953
6.67/3.35	o 959
6.67/3.35	o 963
6.67/3.36	o 978
6.67/3.37	o 1044
6.99/3.43	o 1056
6.99/3.43	o 1087
6.99/3.44	o 1102
6.99/3.45	o 1105
6.99/3.45	o 1118
6.99/3.46	o 1130
6.99/3.48	o 1145
6.99/3.49	o 1176
7.32/3.50	o 1221
7.32/3.50	o 1227
7.32/3.51	o 1259
7.32/3.51	o 1273
7.32/3.51	o 1274
7.32/3.55	o 1282
7.32/3.56	o 1289
7.32/3.56	o 1292
7.32/3.59	o 1321
7.32/3.59	o 1328
7.63/3.68	o 1333
252.08/226.91	java.util.concurrent.TimeoutException
252.08/226.91		at concrete.MAC.mac(MAC.scala:74)
252.08/226.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.08/226.91		at scala.util.Try$.apply(Try.scala:209)
252.08/226.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/226.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/226.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/226.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/226.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.08/226.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/226.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/226.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/226.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/226.91		at concrete.MAC.oneRun(MAC.scala:146)
252.08/226.91		at concrete.MAC.nextSolution(MAC.scala:166)
252.08/226.91		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.08/226.91		at concrete.ProblemState.map(ProblemState.scala:203)
252.08/226.91		at concrete.ProblemState.map(ProblemState.scala:188)
252.08/226.91		at concrete.MAC.nextSolution(MAC.scala:195)
252.08/226.91		at concrete.Solver.hasNext(Solver.scala:202)
252.08/226.91		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.08/226.91		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.08/226.91		at concrete.Solver.toStream(Solver.scala:73)
252.08/226.91		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.08/226.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.08/226.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.08/226.91		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.08/226.91		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.08/226.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/226.91		at scala.util.Success.map(Try.scala:209)
252.08/226.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.08/226.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.08/226.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.08/226.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.08/226.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.08/226.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/226.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/226.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/226.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/226.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/226.91		at scala.App.main(App.scala:76)
252.08/226.91		at scala.App.main$(App.scala:74)
252.08/226.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.08/226.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/226.92	v <instantiation cost="1333">
252.08/226.92	v       <list>
252.08/226.92	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
252.08/226.92	v       </list>
252.08/226.92	v       <values>
252.08/226.92	v         0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 0 1 0 1 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0
252.08/226.92	v       </values>
252.08/226.92	v     </instantiation>
252.08/226.92	s SATISFIABLE

Verifier Data

OK	1333

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13336 MiB free)
  memory of node 1: 16384 MiB (13127 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259540-1502647783/watcher-4259540-1502647783 -o /tmp/evaluation-result-4259540-1502647783/solver-4259540-1502647783 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312 bin/concrete HOME/instance-4259540-1502647783.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11834, runsolver pid=11831
Current StackSize limit: 8192 KiB


[startup+0.110165 s]*
/proc/loadavg: 1.71 1.70 1.79 3/206 11888
/proc/meminfo: memFree=27091176/32770624 swapFree=67108860/67108860
[pid=11834] ppid=11831 vsize=13578732 memory=17780 CPUtime=0.09 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11831 11834 3242 0 -1 1077944320 4598 12675 0 0 2 0 5 2 20 0 9 0 97859270 13904621568 4445 33554432000 4194304 4196468 140731122525776 140731122508320 140090258923255 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
/proc/11834/statm: 3394683 4445 2090 1 0 3383121 0
[pid=11834/tid=11884] ppid=11831 vsize=13578732 memory=4279135703913366670 CPUtime=0.08 cores=0,2,4,6
/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 2393 12675 0 0 1 0 5 2 20 0 9 0 97859279 13904621568 4445 33554432000 4194304 4196468 140731122525776 140090263158640 140090258945181 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=13578732 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 1 12675 0 0 0 0 5 2 20 0 9 0 97859280 13904621568 4445 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=13578732 memory=140241456825984 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 9 0 97859280 13904621568 4445 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=13578732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 9 0 97859280 13904621568 4445 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=13578732 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 9 0 97859280 13904621568 4445 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=13578732 memory=140241456825984 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 9 0 97859281 13904621568 4445 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=13578732 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 33 12675 0 0 0 0 5 2 20 0 9 0 97859282 13904621568 4445 33554432000 4194304 4196468 140731122525776 140089731519264 140090258933461 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=13578732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 21 12675 0 0 0 0 5 2 20 0 9 0 97859282 13904621568 4445 33554432000 4194304 4196468 140731122525776 140089730466992 140090258933461 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13578732 KiB
Current children cumulated memory: 17780 KiB

[startup+0.21017 s]*
/proc/loadavg: 1.71 1.70 1.79 3/215 11897
/proc/meminfo: memFree=27075836/32770624 swapFree=67108860/67108860
[pid=11834] ppid=11831 vsize=13978600 memory=40004 CPUtime=0.24 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11831 11834 3242 0 -1 1077944320 7750 12675 0 0 16 1 5 2 20 0 15 0 97859270 14314086400 10001 33554432000 4194304 4196468 140731122525776 140731122508320 140090258923255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
/proc/11834/statm: 3494650 10001 2959 1 0 3482967 0
[pid=11834/tid=11884] ppid=11831 vsize=13978600 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 4262 12675 0 0 11 1 5 2 20 0 15 0 97859279 14314086400 10001 33554432000 4194304 4196468 140731122525776 140090263123704 140090239194967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=13978600 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 1 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=13978600 memory=140241456836988 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=13978600 memory=140241456825984 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859281 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 33 12675 0 0 0 0 5 2 20 0 15 0 97859282 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089731519264 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 21 12675 0 0 0 0 5 2 20 0 15 0 97859282 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089730466928 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11892] ppid=11831 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11892/stat : 11892 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859284 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089729415248 140090258941851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11893] ppid=11831 vsize=13978600 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11834/task/11893/stat : 11893 (java) S 11831 11834 3242 0 -1 1077944384 493 12675 0 0 1 0 5 2 20 0 15 0 97859284 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089728363120 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11894] ppid=11831 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11894/stat : 11894 (java) S 11831 11834 3242 0 -1 1077944384 255 12675 0 0 0 0 5 2 20 0 15 0 97859284 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089727310320 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11895] ppid=11831 vsize=13978600 memory=140241456825984 CPUtime=0.1 cores=0,2,4,6
/proc/11834/task/11895/stat : 11895 (java) S 11831 11834 3242 0 -1 1077944384 521 12675 0 0 3 0 5 2 20 0 15 0 97859284 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089726258032 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11896] ppid=11831 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11896/stat : 11896 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859285 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089725205472 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11897] ppid=11831 vsize=13978600 memory=140241456825984 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11897/stat : 11897 (java) S 11831 11834 3242 0 -1 1077944384 1 12675 0 0 0 0 5 2 20 0 15 0 97859285 14314086400 10001 33554432000 4194304 4196468 140731122525776 140089724152240 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 40004 KiB

[startup+0.312165 s]*
/proc/loadavg: 1.71 1.70 1.79 3/215 11897
/proc/meminfo: memFree=27061372/32770624 swapFree=67108860/67108860
[pid=11834] ppid=11831 vsize=13979028 memory=50680 CPUtime=0.38 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11831 11834 3242 0 -1 1077944320 10817 12675 0 0 28 3 5 2 20 0 15 0 97859270 14314524672 12670 33554432000 4194304 4196468 140731122525776 140731122508320 140090258923255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
/proc/11834/statm: 3494757 12670 3073 1 0 3482967 0
[pid=11834/tid=11884] ppid=11831 vsize=13979028 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 7319 12675 0 0 19 2 5 2 20 0 15 0 97859279 14314524672 12670 33554432000 4194304 4196468 140731122525776 140090263133280 140090258945181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=13979028 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 1 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=13979028 memory=140241456832977 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859281 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 33 12675 0 0 0 0 5 2 20 0 15 0 97859282 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089731519264 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 21 12675 0 0 0 0 5 2 20 0 15 0 97859282 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089730466928 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11892] ppid=11831 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11892/stat : 11892 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859284 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089729415248 140090258941851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11893] ppid=11831 vsize=13979028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11834/task/11893/stat : 11893 (java) S 11831 11834 3242 0 -1 1077944384 496 12675 0 0 1 0 5 2 20 0 15 0 97859284 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089728363120 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11894] ppid=11831 vsize=13979028 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11834/task/11894/stat : 11894 (java) S 11831 11834 3242 0 -1 1077944384 256 12675 0 0 1 0 5 2 20 0 15 0 97859284 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089727310320 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11895] ppid=11831 vsize=13979028 memory=140241456825984 CPUtime=0.12 cores=0,2,4,6
/proc/11834/task/11895/stat : 11895 (java) S 11831 11834 3242 0 -1 1077944384 527 12675 0 0 5 0 5 2 20 0 15 0 97859284 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089726258032 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11896] ppid=11831 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11896/stat : 11896 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859285 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089725205472 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11897] ppid=11831 vsize=13979028 memory=140241456825984 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11897/stat : 11897 (java) S 11831 11834 3242 0 -1 1077944384 1 12675 0 0 0 0 5 2 20 0 15 0 97859285 14314524672 12670 33554432000 4194304 4196468 140731122525776 140089724152240 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 50680 KiB

[startup+0.700677 s]
/proc/loadavg: 1.71 1.70 1.79 5/215 11897
/proc/meminfo: memFree=27054424/32770624 swapFree=67108860/67108860
[pid=11834] ppid=11831 vsize=13979176 memory=81728 CPUtime=0.95 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11831 11834 3242 0 -1 1077944320 16558 12675 0 0 84 4 5 2 20 0 15 0 97859270 14314676224 20432 33554432000 4194304 4196468 140731122525776 140731122508320 140090258923255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
/proc/11834/statm: 3494794 20432 3258 1 0 3482967 0
[pid=11834/tid=11884] ppid=11831 vsize=13979176 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 12422 12675 0 0 56 3 5 2 20 0 15 0 97859279 14314676224 20432 33554432000 4194304 4196468 140731122525776 140090263144672 140090258945181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 1 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=13979176 memory=2445916767745 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=13979176 memory=218122166 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=13979176 memory=7295942822962683291 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 2 12675 0 0 0 0 5 2 20 0 15 0 97859280 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=13979176 memory=18476 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 5 12675 0 0 0 0 5 2 20 0 15 0 97859281 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=13979176 memory=16940 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 33 12675 0 0 0 0 5 2 20 0 15 0 97859282 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089731519264 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=13979176 memory=4048 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 21 12675 0 0 0 0 5 2 20 0 15 0 97859282 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089730466928 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11892] ppid=11831 vsize=13979176 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11892/stat : 11892 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859284 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089729415248 140090258941851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11893] ppid=11831 vsize=13979176 memory=648 CPUtime=0.16 cores=0,2,4,6
/proc/11834/task/11893/stat : 11893 (java) S 11831 11834 3242 0 -1 1077944384 802 12675 0 0 9 0 5 2 20 0 15 0 97859284 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089728363120 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11894] ppid=11831 vsize=13979176 memory=1240 CPUtime=0.13 cores=0,2,4,6
/proc/11834/task/11894/stat : 11894 (java) S 11831 11834 3242 0 -1 1077944384 550 12675 0 0 6 0 5 2 20 0 15 0 97859284 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089727310320 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11895] ppid=11831 vsize=13979176 memory=960 CPUtime=0.19 cores=0,2,4,6
/proc/11834/task/11895/stat : 11895 (java) R 11831 11834 3242 0 -1 4202560 562 12675 0 0 12 0 5 2 20 0 15 0 97859284 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089726258032 140090242319449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11896] ppid=11831 vsize=13979176 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11896/stat : 11896 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859285 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089725205472 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11897] ppid=11831 vsize=13979176 memory=7379241883359864663 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11897/stat : 11897 (java) S 11831 11834 3242 0 -1 1077944384 1 12675 0 0 0 0 5 2 20 0 15 0 97859285 14314676224 20432 33554432000 4194304 4196468 140731122525776 140089724152240 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 81728 KiB

[startup+1.50071 s]
/proc/loadavg: 1.71 1.70 1.79 3/215 11897
/proc/meminfo: memFree=26998288/32770624 swapFree=67108860/67108860
[pid=11834] ppid=11831 vsize=13991700 memory=172592 CPUtime=2.19 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11831 11834 3242 0 -1 1077944320 26978 12675 0 0 202 10 5 2 20 0 15 0 97859270 14327500800 43148 33554432000 4194304 4196468 140731122525776 140731122508320 140090258923255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
/proc/11834/statm: 3497925 43148 3400 1 0 3486039 0
[pid=11834/tid=11884] ppid=11831 vsize=13991700 memory=7810763844726514514 CPUtime=1.42 cores=0,2,4,6
/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 19582 12675 0 0 129 6 5 2 20 0 15 0 97859279 14327500800 43148 33554432000 4194304 4196468 140731122525776 140090263155776 140089899565728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=13991700 memory=7810763844726514514 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 50 12675 0 0 0 0 5 2 20 0 15 0 97859280 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=13991700 memory=7447098174782991715 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 196 12675 0 0 0 0 5 2 20 0 15 0 97859280 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=13991700 memory=-7595718147998060693 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 52 12675 0 0 0 0 5 2 20 0 15 0 97859280 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=13991700 memory=-7175204567652784766 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 52 12675 0 0 0 0 5 2 20 0 15 0 97859280 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=13991700 memory=3054156605268465310 CPUtime=0.08 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 1461 12675 0 0 1 0 5 2 20 0 15 0 97859281 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=13991700 memory=4715433313220523562 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 54 12675 0 0 0 0 5 2 20 0 15 0 97859282 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089731519264 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=13991700 memory=-8412652177879177843 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 43 12675 0 0 0 0 5 2 20 0 15 0 97859282 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089730466928 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11892] ppid=11831 vsize=13991700 memory=-8341965534556230502 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11892/stat : 11892 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859284 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089729415248 140090258941851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11893] ppid=11831 vsize=13991700 memory=8514726395714825349 CPUtime=0.26 cores=0,2,4,6
/proc/11834/task/11893/stat : 11893 (java) S 11831 11834 3242 0 -1 1077944384 1065 12675 0 0 19 0 5 2 20 0 15 0 97859284 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089728363120 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11894] ppid=11831 vsize=13991700 memory=-8253362762722141311 CPUtime=0.22 cores=0,2,4,6
/proc/11834/task/11894/stat : 11894 (java) S 11831 11834 3242 0 -1 1077944384 749 12675 0 0 15 0 5 2 20 0 15 0 97859284 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089727310320 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11895] ppid=11831 vsize=13991700 memory=-8707038579349950309 CPUtime=0.38 cores=0,2,4,6
/proc/11834/task/11895/stat : 11895 (java) R 11831 11834 3242 0 -1 4202560 1515 12675 0 0 31 0 5 2 20 0 15 0 97859284 14327500800 43148 33554432000 4194304 4196468 140731122525776 140089726258032 140090237607284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0

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

/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 52496 12675 0 0 16060 22 5 2 20 0 15 0 97859279 14409482240 193889 33554432000 4194304 4196468 140731122525776 140090263156608 140089897693184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=14071760 memory=775556 CPUtime=0.63 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 755 12675 0 0 51 5 5 2 20 0 15 0 97859280 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=14071760 memory=775556 CPUtime=0.66 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 2919 12675 0 0 53 6 5 2 20 0 15 0 97859280 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=14071760 memory=775556 CPUtime=0.62 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 1590 12675 0 0 50 5 5 2 20 0 15 0 97859280 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=14071760 memory=775556 CPUtime=0.64 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 3049 12675 0 0 53 4 5 2 20 0 15 0 97859280 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=14071760 memory=280482705898336 CPUtime=0.67 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 3799 12675 0 0 58 2 5 2 20 0 15 0 97859281 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=14071760 memory=775552 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 55 12675 0 0 0 0 5 2 20 0 15 0 97859282 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089731519328 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=14071760 memory=775556 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 45 12675 0 0 0 0 5 2 20 0 15 0 97859282 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089730466944 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11892] ppid=11831 vsize=14071760 memory=775556 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11892/stat : 11892 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859284 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089729415248 140090258941851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11893] ppid=11831 vsize=14071760 memory=6791534058613427641 CPUtime=10.05 cores=0,2,4,6
/proc/11834/task/11893/stat : 11893 (java) S 11831 11834 3242 0 -1 1077944384 12595 12675 0 0 994 4 5 2 20 0 15 0 97859284 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089728363120 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11894] ppid=11831 vsize=14071760 memory=1712 CPUtime=9.84 cores=0,2,4,6
/proc/11834/task/11894/stat : 11894 (java) S 11831 11834 3242 0 -1 1077944384 10071 12675 0 0 973 4 5 2 20 0 15 0 97859284 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089727310320 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11895] ppid=11831 vsize=14071760 memory=775556 CPUtime=3.03 cores=0,2,4,6
/proc/11834/task/11895/stat : 11895 (java) S 11831 11834 3242 0 -1 1077944384 10190 12675 0 0 290 6 5 2 20 0 15 0 97859284 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089726258032 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11896] ppid=11831 vsize=14071760 memory=775556 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11896/stat : 11896 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859285 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089725205472 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11897] ppid=11831 vsize=14071760 memory=775556 CPUtime=0.14 cores=0,2,4,6
/proc/11834/task/11897/stat : 11897 (java) S 11831 11834 3242 0 -1 1077944384 630 12675 0 0 3 4 5 2 20 0 15 0 97859285 14409482240 193889 33554432000 4194304 4196468 140731122525776 140089724152240 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
Current children cumulated CPU time: 186.66 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 775556 KiB

[startup+222.301 s]
/proc/loadavg: 2.39 2.00 1.88 3/214 12026
/proc/meminfo: memFree=26256448/32770624 swapFree=67108860/67108860
[pid=11834] ppid=11831 vsize=14071760 memory=775636 CPUtime=247.42 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11831 11834 3242 0 -1 1077944320 103367 12675 0 0 24664 71 5 2 20 0 15 0 97859270 14409482240 193909 33554432000 4194304 4196468 140731122525776 140731122508320 140090258923255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
/proc/11834/statm: 3517940 193909 3493 1 0 3505495 0
[pid=11834/tid=11884] ppid=11831 vsize=14071760 memory=775636 CPUtime=220.24 cores=0,2,4,6
/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 53444 12675 0 0 21994 23 5 2 20 0 15 0 97859279 14409482240 193909 33554432000 4194304 4196468 140731122525776 140090263156608 140089907473267 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.9 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 2160 12675 0 0 77 6 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.92 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 2949 12675 0 0 78 7 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.89 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 1702 12675 0 0 76 6 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=14071760 memory=1792 CPUtime=0.91 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 3195 12675 0 0 78 6 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=14071760 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 4143 12675 0 0 86 4 5 2 20 0 15 0 97859281 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=14071760 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 55 12675 0 0 0 0 5 2 20 0 15 0 97859282 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089731519328 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=14071760 memory=8612 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 45 12675 0 0 0 0 5 2 20 0 15 0 97859282 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089730466944 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11892] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11892/stat : 11892 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089729415248 140090258941851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11893] ppid=11831 vsize=14071760 memory=775636 CPUtime=10.05 cores=0,2,4,6
/proc/11834/task/11893/stat : 11893 (java) S 11831 11834 3242 0 -1 1077944384 12598 12675 0 0 994 4 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089728363120 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11894] ppid=11831 vsize=14071760 memory=288230574492221466 CPUtime=9.84 cores=0,2,4,6
/proc/11834/task/11894/stat : 11894 (java) S 11831 11834 3242 0 -1 1077944384 10075 12675 0 0 973 4 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089727310320 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11895] ppid=11831 vsize=14071760 memory=288230621803970871 CPUtime=3.03 cores=0,2,4,6
/proc/11834/task/11895/stat : 11895 (java) S 11831 11834 3242 0 -1 1077944384 10193 12675 0 0 290 6 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089726258032 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11896] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11896/stat : 11896 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859285 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089725205472 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11897] ppid=11831 vsize=14071760 memory=4620 CPUtime=0.18 cores=0,2,4,6
/proc/11834/task/11897/stat : 11897 (java) S 11831 11834 3242 0 -1 1077944384 653 12675 0 0 5 6 5 2 20 0 15 0 97859285 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089724152240 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
Current children cumulated CPU time: 247.42 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 775636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+226.901 s]
/proc/loadavg: 2.36 2.00 1.88 3/214 12026
/proc/meminfo: memFree=26256448/32770624 swapFree=67108860/67108860
[pid=11834] ppid=11831 vsize=14071760 memory=775636 CPUtime=252.08 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11831 11834 3242 0 -1 1077944320 103403 12675 0 0 25129 72 5 2 20 0 15 0 97859270 14409482240 193909 33554432000 4194304 4196468 140731122525776 140731122508320 140090258923255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
/proc/11834/statm: 3517940 193909 3493 1 0 3505495 0
[pid=11834/tid=11884] ppid=11831 vsize=14071760 memory=775636 CPUtime=224.79 cores=0,2,4,6
/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 53475 12675 0 0 22449 23 5 2 20 0 15 0 97859279 14409482240 193909 33554432000 4194304 4196468 140731122525776 140090263157344 140090241330832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.92 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 2161 12675 0 0 78 7 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.95 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 2949 12675 0 0 80 8 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.91 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 1703 12675 0 0 77 7 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.93 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 3195 12675 0 0 80 6 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.99 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 4146 12675 0 0 88 4 5 2 20 0 15 0 97859281 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=14071760 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 55 12675 0 0 0 0 5 2 20 0 15 0 97859282 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089731519328 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 45 12675 0 0 0 0 5 2 20 0 15 0 97859282 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089730466944 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11892] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11892/stat : 11892 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089729415248 140090258941851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11893] ppid=11831 vsize=14071760 memory=775636 CPUtime=10.05 cores=0,2,4,6
/proc/11834/task/11893/stat : 11893 (java) S 11831 11834 3242 0 -1 1077944384 12598 12675 0 0 994 4 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089728363120 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11894] ppid=11831 vsize=14071760 memory=775636 CPUtime=9.84 cores=0,2,4,6
/proc/11834/task/11894/stat : 11894 (java) S 11831 11834 3242 0 -1 1077944384 10075 12675 0 0 973 4 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089727310320 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11895] ppid=11831 vsize=14071760 memory=1792 CPUtime=3.03 cores=0,2,4,6
/proc/11834/task/11895/stat : 11895 (java) S 11831 11834 3242 0 -1 1077944384 10193 12675 0 0 290 6 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089726258032 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11896] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11896/stat : 11896 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859285 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089725205472 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11897] ppid=11831 vsize=14071760 memory=4144 CPUtime=0.18 cores=0,2,4,6
/proc/11834/task/11897/stat : 11897 (java) S 11831 11834 3242 0 -1 1077944384 653 12675 0 0 5 6 5 2 20 0 15 0 97859285 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089724152240 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 775636 KiB

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

[startup+226.937 s]
# the end of solver process 11834 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.37 s, system=0.770053 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+226.901 s]
/proc/loadavg: 2.36 2.00 1.88 3/214 12026
/proc/meminfo: memFree=26256448/32770624 swapFree=67108860/67108860
[pid=11834] ppid=11831 vsize=14071760 memory=775636 CPUtime=252.08 cores=0,2,4,6
/proc/11834/stat : 11834 (java) S 11831 11834 3242 0 -1 1077944320 103403 12675 0 0 25129 72 5 2 20 0 15 0 97859270 14409482240 193909 33554432000 4194304 4196468 140731122525776 140731122508320 140090258923255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
/proc/11834/statm: 3517940 193909 3493 1 0 3505495 0
[pid=11834/tid=11884] ppid=11831 vsize=14071760 memory=775636 CPUtime=224.79 cores=0,2,4,6
/proc/11834/task/11884/stat : 11884 (java) R 11831 11834 3242 0 -1 4202560 53475 12675 0 0 22449 23 5 2 20 0 15 0 97859279 14409482240 193909 33554432000 4194304 4196468 140731122525776 140090263157344 140090241330832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11885] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.92 cores=0,2,4,6
/proc/11834/task/11885/stat : 11885 (java) S 11831 11834 3242 0 -1 1077944384 2161 12675 0 0 78 7 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089854376848 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11886] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.95 cores=0,2,4,6
/proc/11834/task/11886/stat : 11886 (java) S 11831 11834 3242 0 -1 1077944384 2949 12675 0 0 80 8 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089853324048 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11887] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.91 cores=0,2,4,6
/proc/11834/task/11887/stat : 11887 (java) S 11831 11834 3242 0 -1 1077944384 1703 12675 0 0 77 7 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089852271760 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11888] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.93 cores=0,2,4,6
/proc/11834/task/11888/stat : 11888 (java) S 11831 11834 3242 0 -1 1077944384 3195 12675 0 0 80 6 5 2 20 0 15 0 97859280 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089851218960 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11889] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.99 cores=0,2,4,6
/proc/11834/task/11889/stat : 11889 (java) S 11831 11834 3242 0 -1 1077944384 4146 12675 0 0 88 4 5 2 20 0 15 0 97859281 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089732573296 140090258934402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11890] ppid=11831 vsize=14071760 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11890/stat : 11890 (java) S 11831 11834 3242 0 -1 1077944384 55 12675 0 0 0 0 5 2 20 0 15 0 97859282 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089731519328 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11891] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11891/stat : 11891 (java) S 11831 11834 3242 0 -1 1077944384 45 12675 0 0 0 0 5 2 20 0 15 0 97859282 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089730466944 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11892] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11892/stat : 11892 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089729415248 140090258941851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11893] ppid=11831 vsize=14071760 memory=775636 CPUtime=10.05 cores=0,2,4,6
/proc/11834/task/11893/stat : 11893 (java) S 11831 11834 3242 0 -1 1077944384 12598 12675 0 0 994 4 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089728363120 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11894] ppid=11831 vsize=14071760 memory=775636 CPUtime=9.84 cores=0,2,4,6
/proc/11834/task/11894/stat : 11894 (java) S 11831 11834 3242 0 -1 1077944384 10075 12675 0 0 973 4 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089727310320 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11895] ppid=11831 vsize=14071760 memory=1792 CPUtime=3.03 cores=0,2,4,6
/proc/11834/task/11895/stat : 11895 (java) S 11831 11834 3242 0 -1 1077944384 10193 12675 0 0 290 6 5 2 20 0 15 0 97859284 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089726258032 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11896] ppid=11831 vsize=14071760 memory=775636 CPUtime=0.07 cores=0,2,4,6
/proc/11834/task/11896/stat : 11896 (java) S 11831 11834 3242 0 -1 1077944384 3 12675 0 0 0 0 5 2 20 0 15 0 97859285 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089725205472 140090258933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
[pid=11834/tid=11897] ppid=11831 vsize=14071760 memory=4144 CPUtime=0.18 cores=0,2,4,6
/proc/11834/task/11897/stat : 11897 (java) S 11831 11834 3242 0 -1 1077944384 653 12675 0 0 5 6 5 2 20 0 15 0 97859285 14409482240 193909 33554432000 4194304 4196468 140731122525776 140089724152240 140090258934402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14344192 140731122530966 140731122533751 140731122533751 140731122536399 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 775636 KiB

Child status: 143
Real time (s): 226.937
CPU time (s): 252.14
CPU user time (s): 251.37
CPU system time (s): 0.770053
CPU usage (%): 111.105
Max. virtual memory (cumulated for all children) (KiB): 14073880
Max. memory (cumulated for all children) (KiB): 777036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.37
system time used= 0.770053
maximum resident set size= 777036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40523
involuntary context switches= 1539


# summary of solver processes directly reported to runsolver:
#   pid: 11834
#   total CPU time (s): 252.14
#   total CPU user time (s): 251.37
#   total CPU system time (s): 0.770053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42845 second user time and 2.09644 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 19:55:25
IDJOB=4259540
IDBENCH=133498
IDSOLVER=2646
FILE ID=node149/4259540-1502647783
RUNJOBID= node149-1502644582-9044
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259540-1502647783/watcher-4259540-1502647783 -o /tmp/evaluation-result-4259540-1502647783/solver-4259540-1502647783 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312  bin/concrete HOME/instance-4259540-1502647783.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ec17c84eab1701ad56b983b1c216f3af
RANDOM SEED=1552684668

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.43
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27100172 kB
MemAvailable:   31257720 kB
Buffers:          270380 kB
Cached:          4161020 kB
SwapCached:            0 kB
Active:          1883532 kB
Inactive:        3318000 kB
Active(anon):     773676 kB
Inactive(anon):    24944 kB
Active(file):    1109856 kB
Inactive(file):  3293056 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24548 kB
Writeback:             0 kB
AnonPages:        827824 kB
Mapped:            57108 kB
Shmem:             25224 kB
Slab:             168204 kB
SReclaimable:     140940 kB
SUnreclaim:        27264 kB
KernelStack:        3808 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1735824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 19:59:12