Trace number 4259537

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)992 252.08501 227.43201

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-17.xml
MD5SUM072cba4c7f6c08974f35ec38dd54383a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark992
Best CPU time to get the best result obtained on this benchmark44.8489
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.31/2.04	c Concrete v3.4 running
5.93/3.15	o 348
5.93/3.19	o 355
5.93/3.20	o 408
6.26/3.22	o 434
6.26/3.23	o 483
6.26/3.25	o 489
6.26/3.26	o 510
6.26/3.28	o 581
6.26/3.29	o 650
6.26/3.30	o 666
6.60/3.31	o 670
6.60/3.31	o 692
6.60/3.32	o 718
6.60/3.33	o 723
6.60/3.34	o 726
6.60/3.35	o 728
6.60/3.36	o 777
6.60/3.36	o 778
6.60/3.38	o 781
6.60/3.38	o 870
6.60/3.38	o 881
6.60/3.38	o 884
6.90/3.43	o 887
6.90/3.43	o 939
6.90/3.44	o 950
6.90/3.44	o 972
6.90/3.45	o 974
6.90/3.46	o 982
7.81/3.74	o 985
8.12/3.81	o 988
8.12/3.82	o 989
8.12/3.83	o 992
252.03/227.40	java.util.concurrent.TimeoutException
252.03/227.40		at concrete.MAC.mac(MAC.scala:74)
252.03/227.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.03/227.40		at scala.util.Try$.apply(Try.scala:209)
252.03/227.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.03/227.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.03/227.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.03/227.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.03/227.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.03/227.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.03/227.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.03/227.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.03/227.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.03/227.40		at concrete.MAC.oneRun(MAC.scala:146)
252.03/227.40		at concrete.MAC.nextSolution(MAC.scala:166)
252.03/227.40		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.03/227.40		at concrete.ProblemState.map(ProblemState.scala:203)
252.03/227.40		at concrete.ProblemState.map(ProblemState.scala:188)
252.03/227.40		at concrete.MAC.nextSolution(MAC.scala:195)
252.03/227.40		at concrete.Solver.hasNext(Solver.scala:202)
252.03/227.40		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.03/227.40		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.03/227.40		at concrete.Solver.toStream(Solver.scala:73)
252.03/227.41		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.03/227.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.03/227.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.03/227.41		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.03/227.41		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.03/227.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.03/227.41		at scala.util.Success.map(Try.scala:209)
252.03/227.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.03/227.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.03/227.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.03/227.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.03/227.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.03/227.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.03/227.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.03/227.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.03/227.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.03/227.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.03/227.41		at scala.App.main(App.scala:76)
252.03/227.41		at scala.App.main$(App.scala:74)
252.03/227.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.03/227.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.03/227.41	v <instantiation cost="992">
252.03/227.41	v       <list>
252.03/227.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]
252.03/227.41	v       </list>
252.03/227.41	v       <values>
252.03/227.41	v         0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1
252.03/227.41	v       </values>
252.03/227.41	v     </instantiation>
252.03/227.41	s SATISFIABLE

Verifier Data

OK	992

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 (12331 MiB free)
  memory of node 1: 16384 MiB (13828 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,7

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=11454, runsolver pid=11451
Current StackSize limit: 8192 KiB


[startup+0.107448 s]*
/proc/loadavg: 1.80 1.80 1.85 3/208 11509
/proc/meminfo: memFree=26782356/32770624 swapFree=67108860/67108860
[pid=11454] ppid=11451 vsize=13578732 memory=14980 CPUtime=0.1 cores=1,3,5,7
/proc/11454/stat : 11454 (java) S 11451 11454 3242 0 -1 1077944320 4897 12717 0 0 3 0 5 2 20 0 9 0 97828755 13904621568 3680 33554432000 4194304 4196468 140723662644560 140723662627104 140550220828407 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
/proc/11454/statm: 3394683 3680 2091 1 0 3383121 0
[pid=11454/tid=11504] ppid=11451 vsize=13578732 memory=4279135703913367179 CPUtime=0.09 cores=1,3,5,7
/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 2706 12717 0 0 2 0 5 2 20 0 9 0 97828763 13904621568 3745 33554432000 4194304 4196468 140723662644560 140550225063792 140550204908894 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=13578732 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 9 0 97828764 13904621568 3745 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=13578732 memory=140591218955904 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 9 0 97828764 13904621568 3745 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=13578732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 1 12717 0 0 0 0 5 2 20 0 9 0 97828764 13904621568 3745 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=13578732 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 9 0 97828764 13904621568 3745 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=13578732 memory=140591218955904 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 9 0 97828765 13904621568 3745 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=13578732 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 33 12717 0 0 0 0 5 2 20 0 9 0 97828766 13904621568 3745 33554432000 4194304 4196468 140723662644560 140549409125664 140550220838613 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=13578732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 21 12717 0 0 0 0 5 2 20 0 9 0 97828766 13904621568 3745 33554432000 4194304 4196468 140723662644560 140549408073392 140550220838613 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13578732 KiB
Current children cumulated memory: 14980 KiB

[startup+0.210688 s]*
/proc/loadavg: 1.80 1.80 1.85 3/216 11517
/proc/meminfo: memFree=26765424/32770624 swapFree=67108860/67108860
[pid=11454] ppid=11451 vsize=13978600 memory=37788 CPUtime=0.25 cores=1,3,5,7
/proc/11454/stat : 11454 (java) S 11451 11454 3242 0 -1 1077944320 8181 12717 0 0 17 1 5 2 20 0 15 0 97828755 14314086400 9447 33554432000 4194304 4196468 140723662644560 140723662627104 140550220828407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
/proc/11454/statm: 3494650 9447 2960 1 0 3482967 0
[pid=11454/tid=11504] ppid=11451 vsize=13978600 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 4600 12717 0 0 11 1 5 2 20 0 15 0 97828763 14314086400 9447 33554432000 4194304 4196468 140723662644560 140550225040632 140550204015216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=13978600 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=13978600 memory=140591218965497 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 1 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=13978600 memory=140591218955904 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828765 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 33 12717 0 0 0 0 5 2 20 0 15 0 97828766 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549409125664 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 21 12717 0 0 0 0 5 2 20 0 15 0 97828766 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549408073328 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11512] ppid=11451 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11512/stat : 11512 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549407021648 140550220847003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11513] ppid=11451 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11454/task/11513/stat : 11513 (java) S 11451 11454 3242 0 -1 1077944384 651 12717 0 0 1 0 5 2 20 0 15 0 97828769 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549405968496 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11514] ppid=11451 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11514/stat : 11514 (java) S 11451 11454 3242 0 -1 1077944384 154 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549404915696 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11515] ppid=11451 vsize=13978600 memory=140591218955904 CPUtime=0.1 cores=1,3,5,7
/proc/11454/task/11515/stat : 11515 (java) S 11451 11454 3242 0 -1 1077944384 561 12717 0 0 3 0 5 2 20 0 15 0 97828769 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549403863408 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11516] ppid=11451 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11516/stat : 11516 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549402810848 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11517] ppid=11451 vsize=13978600 memory=140591218955904 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11517/stat : 11517 (java) S 11451 11454 3242 0 -1 1077944384 1 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314086400 9447 33554432000 4194304 4196468 140723662644560 140549401758640 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 37788 KiB

[startup+0.310372 s]*
/proc/loadavg: 1.80 1.80 1.85 3/216 11517
/proc/meminfo: memFree=26752276/32770624 swapFree=67108860/67108860
[pid=11454] ppid=11451 vsize=13979028 memory=48624 CPUtime=0.38 cores=1,3,5,7
/proc/11454/stat : 11454 (java) S 11451 11454 3242 0 -1 1077944320 11292 12717 0 0 29 2 5 2 20 0 15 0 97828755 14314524672 12156 33554432000 4194304 4196468 140723662644560 140723662627104 140550220828407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
/proc/11454/statm: 3494757 12156 3075 1 0 3482967 0
[pid=11454/tid=11504] ppid=11451 vsize=13979028 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 7669 12717 0 0 20 1 5 2 20 0 15 0 97828763 14314524672 12156 33554432000 4194304 4196468 140723662644560 140550225050016 140550204015216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=13979028 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=13979028 memory=140591218962897 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 1 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828765 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 33 12717 0 0 0 0 5 2 20 0 15 0 97828766 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549409125664 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 21 12717 0 0 0 0 5 2 20 0 15 0 97828766 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549408073328 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11512] ppid=11451 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11512/stat : 11512 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549407021648 140550220847003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11513] ppid=11451 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11454/task/11513/stat : 11513 (java) S 11451 11454 3242 0 -1 1077944384 657 12717 0 0 1 0 5 2 20 0 15 0 97828769 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549405968496 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11514] ppid=11451 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11454/task/11514/stat : 11514 (java) S 11451 11454 3242 0 -1 1077944384 159 12717 0 0 1 0 5 2 20 0 15 0 97828769 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549404915696 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11515] ppid=11451 vsize=13979028 memory=140591218955904 CPUtime=0.11 cores=1,3,5,7
/proc/11454/task/11515/stat : 11515 (java) S 11451 11454 3242 0 -1 1077944384 592 12717 0 0 4 0 5 2 20 0 15 0 97828769 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549403863408 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11516] ppid=11451 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11516/stat : 11516 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549402810848 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11517] ppid=11451 vsize=13979028 memory=140591218955904 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11517/stat : 11517 (java) S 11451 11454 3242 0 -1 1077944384 1 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314524672 12156 33554432000 4194304 4196468 140723662644560 140549401758640 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 48624 KiB

[startup+0.700742 s]
/proc/loadavg: 1.80 1.80 1.85 4/216 11517
/proc/meminfo: memFree=26744832/32770624 swapFree=67108860/67108860
[pid=11454] ppid=11451 vsize=13979176 memory=80480 CPUtime=0.98 cores=1,3,5,7
/proc/11454/stat : 11454 (java) S 11451 11454 3242 0 -1 1077944320 17325 12717 0 0 87 4 5 2 20 0 15 0 97828755 14314676224 20120 33554432000 4194304 4196468 140723662644560 140723662627104 140550220828407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
/proc/11454/statm: 3494794 20120 3263 1 0 3482967 0
[pid=11454/tid=11504] ppid=11451 vsize=13979176 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 12884 12717 0 0 57 2 5 2 20 0 15 0 97828763 14314676224 20120 33554432000 4194304 4196468 140723662644560 140550225047472 140550204908894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=13979176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=13979176 memory=2447728707073 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=13979176 memory=218122166 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 1 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=13979176 memory=7295942822962683291 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 2 12717 0 0 0 0 5 2 20 0 15 0 97828764 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=13979176 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 5 12717 0 0 0 0 5 2 20 0 15 0 97828765 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=13979176 memory=16940 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 33 12717 0 0 0 0 5 2 20 0 15 0 97828766 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549409125664 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=13979176 memory=4048 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 21 12717 0 0 0 0 5 2 20 0 15 0 97828766 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549408073328 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11512] ppid=11451 vsize=13979176 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11512/stat : 11512 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549407021648 140550220847003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11513] ppid=11451 vsize=13979176 memory=648 CPUtime=0.16 cores=1,3,5,7
/proc/11454/task/11513/stat : 11513 (java) S 11451 11454 3242 0 -1 1077944384 990 12717 0 0 9 0 5 2 20 0 15 0 97828769 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549405968496 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11514] ppid=11451 vsize=13979176 memory=1240 CPUtime=0.13 cores=1,3,5,7
/proc/11454/task/11514/stat : 11514 (java) S 11451 11454 3242 0 -1 1077944384 461 12717 0 0 6 0 5 2 20 0 15 0 97828769 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549404915696 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11515] ppid=11451 vsize=13979176 memory=960 CPUtime=0.19 cores=1,3,5,7
/proc/11454/task/11515/stat : 11515 (java) S 11451 11454 3242 0 -1 1077944384 774 12717 0 0 12 0 5 2 20 0 15 0 97828769 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549403863408 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11516] ppid=11451 vsize=13979176 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11516/stat : 11516 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549402810848 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11517] ppid=11451 vsize=13979176 memory=7379241883359864663 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11517/stat : 11517 (java) S 11451 11454 3242 0 -1 1077944384 1 12717 0 0 0 0 5 2 20 0 15 0 97828769 14314676224 20120 33554432000 4194304 4196468 140723662644560 140549401758640 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 80480 KiB

[startup+1.5021 s]
/proc/loadavg: 1.80 1.80 1.85 3/216 11517
/proc/meminfo: memFree=26688360/32770624 swapFree=67108860/67108860
[pid=11454] ppid=11451 vsize=13991700 memory=174220 CPUtime=2.2 cores=1,3,5,7
/proc/11454/stat : 11454 (java) S 11451 11454 3242 0 -1 1077944320 27050 12717 0 0 204 9 5 2 20 0 15 0 97828755 14327500800 43555 33554432000 4194304 4196468 140723662644560 140723662627104 140550220828407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
/proc/11454/statm: 3497925 43555 3403 1 0 3486039 0
[pid=11454/tid=11504] ppid=11451 vsize=13991700 memory=7810763844726514514 CPUtime=1.42 cores=1,3,5,7
/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 19565 12717 0 0 131 4 5 2 20 0 15 0 97828763 14327500800 43555 33554432000 4194304 4196468 140723662644560 140550225059632 140550220840342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=13991700 memory=7810763844726514514 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 48 12717 0 0 0 0 5 2 20 0 15 0 97828764 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=13991700 memory=7446807890861583213 CPUtime=0.08 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 55 12717 0 0 1 0 5 2 20 0 15 0 97828764 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=13991700 memory=-7595718147998060693 CPUtime=0.08 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 40 12717 0 0 1 0 5 2 20 0 15 0 97828764 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=13991700 memory=-7175204567652784766 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 202 12717 0 0 0 0 5 2 20 0 15 0 97828764 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=13991700 memory=3054156605268465310 CPUtime=0.08 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 1526 12717 0 0 1 0 5 2 20 0 15 0 97828765 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=13991700 memory=4715433313220523562 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 56 12717 0 0 0 0 5 2 20 0 15 0 97828766 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549409125664 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=13991700 memory=-8412652177879177843 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 44 12717 0 0 0 0 5 2 20 0 15 0 97828766 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549408073328 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11512] ppid=11451 vsize=13991700 memory=-8341965534556230502 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11512/stat : 11512 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549407021648 140550220847003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11513] ppid=11451 vsize=13991700 memory=8514726395714825349 CPUtime=0.26 cores=1,3,5,7
/proc/11454/task/11513/stat : 11513 (java) S 11451 11454 3242 0 -1 1077944384 1247 12717 0 0 19 0 5 2 20 0 15 0 97828769 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549405968496 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11514] ppid=11451 vsize=13991700 memory=-8253362762722141311 CPUtime=0.21 cores=1,3,5,7
/proc/11454/task/11514/stat : 11514 (java) S 11451 11454 3242 0 -1 1077944384 692 12717 0 0 14 0 5 2 20 0 15 0 97828769 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549404915696 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11515] ppid=11451 vsize=13991700 memory=-8707038579349950309 CPUtime=0.39 cores=1,3,5,7
/proc/11454/task/11515/stat : 11515 (java) S 11451 11454 3242 0 -1 1077944384 1422 12717 0 0 31 1 5 2 20 0 15 0 97828769 14327500800 43555 33554432000 4194304 4196468 140723662644560 140549403863408 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0

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

/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 45174 12717 0 0 10123 18 5 2 20 0 15 0 97828763 14409482240 199984 33554432000 4194304 4196468 140723662644560 140550225062064 140549868380488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=14071760 memory=799936 CPUtime=0.38 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 576 12717 0 0 27 4 5 2 20 0 15 0 97828764 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=14071760 memory=799936 CPUtime=0.36 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 2415 12717 0 0 26 3 5 2 20 0 15 0 97828764 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=14071760 memory=799936 CPUtime=0.4 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 2666 12717 0 0 30 3 5 2 20 0 15 0 97828764 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=14071760 memory=799936 CPUtime=0.38 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 1368 12717 0 0 27 4 5 2 20 0 15 0 97828764 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=14071760 memory=13331578489482 CPUtime=0.4 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 3226 12717 0 0 32 1 5 2 20 0 15 0 97828765 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=14071760 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 59 12717 0 0 0 0 5 2 20 0 15 0 97828766 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549409125728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=14071760 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 48 12717 0 0 0 0 5 2 20 0 15 0 97828766 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549408073344 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11512] ppid=11451 vsize=14071760 memory=4620 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11512/stat : 11512 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549407021648 140550220847003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11513] ppid=11451 vsize=14071760 memory=1296 CPUtime=9.66 cores=1,3,5,7
/proc/11454/task/11513/stat : 11513 (java) S 11451 11454 3242 0 -1 1077944384 9590 12717 0 0 956 3 5 2 20 0 15 0 97828769 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549405968496 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11514] ppid=11451 vsize=14071760 memory=2408 CPUtime=9.81 cores=1,3,5,7
/proc/11454/task/11514/stat : 11514 (java) S 11451 11454 3242 0 -1 1077944384 12814 12717 0 0 969 5 5 2 20 0 15 0 97828769 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549404915696 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11515] ppid=11451 vsize=14071760 memory=0 CPUtime=2.97 cores=1,3,5,7
/proc/11454/task/11515/stat : 11515 (java) S 11451 11454 3242 0 -1 1077944384 10331 12717 0 0 284 6 5 2 20 0 15 0 97828769 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549403863408 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11516] ppid=11451 vsize=14071760 memory=11577 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11516/stat : 11516 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549402810848 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11517] ppid=11451 vsize=14071760 memory=97 CPUtime=0.12 cores=1,3,5,7
/proc/11454/task/11517/stat : 11517 (java) S 11451 11454 3242 0 -1 1077944384 1264 12717 0 0 2 3 5 2 20 0 15 0 97828769 14409482240 199984 33554432000 4194304 4196468 140723662644560 140549401758640 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
Current children cumulated CPU time: 125.44 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 799936 KiB

[startup+162.301 s]
/proc/loadavg: 1.35 1.66 1.80 3/216 11644
/proc/meminfo: memFree=26258844/32770624 swapFree=67108860/67108860
[pid=11454] ppid=11451 vsize=14071760 memory=799984 CPUtime=186.14 cores=1,3,5,7
/proc/11454/stat : 11454 (java) S 11451 11454 3242 0 -1 1077944320 95086 12717 0 0 18547 60 5 2 20 0 15 0 97828755 14409482240 199996 33554432000 4194304 4196468 140723662644560 140723662627104 140550220828407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
/proc/11454/statm: 3517940 199996 3494 1 0 3505495 0
[pid=11454/tid=11504] ppid=11451 vsize=14071760 memory=799936 CPUtime=160.91 cores=1,3,5,7
/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 46538 12717 0 0 16065 19 5 2 20 0 15 0 97828763 14409482240 199996 33554432000 4194304 4196468 140723662644560 140550225062592 140549868613406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=14071760 memory=799980 CPUtime=0.62 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 1584 12717 0 0 49 6 5 2 20 0 15 0 97828764 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=14071760 memory=799980 CPUtime=0.6 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 2456 12717 0 0 48 5 5 2 20 0 15 0 97828764 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=14071760 memory=799980 CPUtime=0.64 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 3138 12717 0 0 52 5 5 2 20 0 15 0 97828764 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=14071760 memory=799984 CPUtime=0.61 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 1507 12717 0 0 49 5 5 2 20 0 15 0 97828764 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=14071760 memory=799984 CPUtime=0.68 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 3576 12717 0 0 59 2 5 2 20 0 15 0 97828765 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=14071760 memory=799984 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 59 12717 0 0 0 0 5 2 20 0 15 0 97828766 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549409125728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=14071760 memory=799984 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 48 12717 0 0 0 0 5 2 20 0 15 0 97828766 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549408073344 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11512] ppid=11451 vsize=14071760 memory=799984 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11512/stat : 11512 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549407021648 140550220847003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11513] ppid=11451 vsize=14071760 memory=799984 CPUtime=9.66 cores=1,3,5,7
/proc/11454/task/11513/stat : 11513 (java) S 11451 11454 3242 0 -1 1077944384 9593 12717 0 0 956 3 5 2 20 0 15 0 97828769 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549405968496 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11514] ppid=11451 vsize=14071760 memory=7 CPUtime=9.81 cores=1,3,5,7
/proc/11454/task/11514/stat : 11514 (java) S 11451 11454 3242 0 -1 1077944384 12816 12717 0 0 969 5 5 2 20 0 15 0 97828769 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549404915696 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11515] ppid=11451 vsize=14071760 memory=799980 CPUtime=2.97 cores=1,3,5,7
/proc/11454/task/11515/stat : 11515 (java) S 11451 11454 3242 0 -1 1077944384 10334 12717 0 0 284 6 5 2 20 0 15 0 97828769 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549403863408 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11516] ppid=11451 vsize=14071760 memory=4620 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11516/stat : 11516 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549402810848 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11517] ppid=11451 vsize=14071760 memory=799984 CPUtime=0.15 cores=1,3,5,7
/proc/11454/task/11517/stat : 11517 (java) S 11451 11454 3242 0 -1 1077944384 1286 12717 0 0 3 5 5 2 20 0 15 0 97828769 14409482240 199996 33554432000 4194304 4196468 140723662644560 140549401758640 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
Current children cumulated CPU time: 186.14 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 799984 KiB

[startup+222.301 s]
/proc/loadavg: 1.47 1.63 1.78 3/216 11645
/proc/meminfo: memFree=26258956/32770624 swapFree=67108860/67108860
[pid=11454] ppid=11451 vsize=14071760 memory=800084 CPUtime=246.87 cores=1,3,5,7
/proc/11454/stat : 11454 (java) S 11451 11454 3242 0 -1 1077944320 100207 12717 0 0 24611 69 5 2 20 0 15 0 97828755 14409482240 200021 33554432000 4194304 4196468 140723662644560 140723662627104 140550220828407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
/proc/11454/statm: 3517940 200021 3494 1 0 3505495 0
[pid=11454/tid=11504] ppid=11451 vsize=14071760 memory=800064 CPUtime=220.29 cores=1,3,5,7
/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 47989 12717 0 0 22002 20 5 2 20 0 15 0 97828763 14409482240 200021 33554432000 4194304 4196468 140723662644560 140550225061952 140549868481664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=14071760 memory=800064 CPUtime=0.88 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 1726 12717 0 0 73 8 5 2 20 0 15 0 97828764 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=14071760 memory=800064 CPUtime=0.86 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 2540 12717 0 0 72 7 5 2 20 0 15 0 97828764 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=14071760 memory=800064 CPUtime=0.89 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 3556 12717 0 0 76 6 5 2 20 0 15 0 97828764 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=14071760 memory=800084 CPUtime=0.88 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 2518 12717 0 0 74 7 5 2 20 0 15 0 97828764 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=14071760 memory=800084 CPUtime=0.95 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 3909 12717 0 0 85 3 5 2 20 0 15 0 97828765 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=14071760 memory=800084 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 59 12717 0 0 0 0 5 2 20 0 15 0 97828766 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549409125728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=14071760 memory=800084 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 48 12717 0 0 0 0 5 2 20 0 15 0 97828766 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549408073344 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11512] ppid=11451 vsize=14071760 memory=799928 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11512/stat : 11512 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549407021648 140550220847003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11513] ppid=11451 vsize=14071760 memory=1712 CPUtime=9.66 cores=1,3,5,7
/proc/11454/task/11513/stat : 11513 (java) S 11451 11454 3242 0 -1 1077944384 10537 12717 0 0 956 3 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549405968496 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11514] ppid=11451 vsize=14071760 memory=800084 CPUtime=9.81 cores=1,3,5,7
/proc/11454/task/11514/stat : 11514 (java) S 11451 11454 3242 0 -1 1077944384 12819 12717 0 0 969 5 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549404915696 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11515] ppid=11451 vsize=14071760 memory=932 CPUtime=2.97 cores=1,3,5,7
/proc/11454/task/11515/stat : 11515 (java) S 11451 11454 3242 0 -1 1077944384 11045 12717 0 0 284 6 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549403863408 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11516] ppid=11451 vsize=14071760 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11516/stat : 11516 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549402810848 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11517] ppid=11451 vsize=14071760 memory=800084 CPUtime=0.19 cores=1,3,5,7
/proc/11454/task/11517/stat : 11517 (java) S 11451 11454 3242 0 -1 1077944384 1310 12717 0 0 5 7 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549401758640 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
Current children cumulated CPU time: 246.87 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 800084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+227.401 s]
/proc/loadavg: 1.36 1.60 1.77 3/216 11645
/proc/meminfo: memFree=26258832/32770624 swapFree=67108860/67108860
[pid=11454] ppid=11451 vsize=14071760 memory=800084 CPUtime=252.03 cores=1,3,5,7
/proc/11454/stat : 11454 (java) S 11451 11454 3242 0 -1 1077944320 100241 12717 0 0 25127 69 5 2 20 0 15 0 97828755 14409482240 200021 33554432000 4194304 4196468 140723662644560 140723662627104 140550220828407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
/proc/11454/statm: 3517940 200021 3494 1 0 3505495 0
[pid=11454/tid=11504] ppid=11451 vsize=14071760 memory=288230621803970871 CPUtime=225.34 cores=1,3,5,7
/proc/11454/task/11504/stat : 11504 (java) R 11451 11454 3242 0 -1 4202560 48021 12717 0 0 22507 20 5 2 20 0 15 0 97828763 14409482240 200021 33554432000 4194304 4196468 140723662644560 140550225061648 140549868799847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11505] ppid=11451 vsize=14071760 memory=15262532197681591 CPUtime=0.9 cores=1,3,5,7
/proc/11454/task/11505/stat : 11505 (java) S 11451 11454 3242 0 -1 1077944384 1727 12717 0 0 75 8 5 2 20 0 15 0 97828764 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549816252816 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11506] ppid=11451 vsize=14071760 memory=1732 CPUtime=0.88 cores=1,3,5,7
/proc/11454/task/11506/stat : 11506 (java) S 11451 11454 3242 0 -1 1077944384 2541 12717 0 0 74 7 5 2 20 0 15 0 97828764 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549815200016 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11507] ppid=11451 vsize=14071760 memory=800084 CPUtime=0.91 cores=1,3,5,7
/proc/11454/task/11507/stat : 11507 (java) S 11451 11454 3242 0 -1 1077944384 3556 12717 0 0 78 6 5 2 20 0 15 0 97828764 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549814147728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11508] ppid=11451 vsize=14071760 memory=648 CPUtime=0.91 cores=1,3,5,7
/proc/11454/task/11508/stat : 11508 (java) S 11451 11454 3242 0 -1 1077944384 2518 12717 0 0 77 7 5 2 20 0 15 0 97828764 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549813094928 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11509] ppid=11451 vsize=14071760 memory=1240 CPUtime=0.98 cores=1,3,5,7
/proc/11454/task/11509/stat : 11509 (java) S 11451 11454 3242 0 -1 1077944384 3909 12717 0 0 88 3 5 2 20 0 15 0 97828765 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549410179696 140550220839554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11510] ppid=11451 vsize=14071760 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11510/stat : 11510 (java) S 11451 11454 3242 0 -1 1077944384 59 12717 0 0 0 0 5 2 20 0 15 0 97828766 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549409125728 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11511] ppid=11451 vsize=14071760 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11511/stat : 11511 (java) S 11451 11454 3242 0 -1 1077944384 48 12717 0 0 0 0 5 2 20 0 15 0 97828766 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549408073344 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11512] ppid=11451 vsize=14071760 memory=12032 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11512/stat : 11512 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549407021648 140550220847003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11513] ppid=11451 vsize=14071760 memory=5792 CPUtime=9.66 cores=1,3,5,7
/proc/11454/task/11513/stat : 11513 (java) S 11451 11454 3242 0 -1 1077944384 10537 12717 0 0 956 3 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549405968496 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11514] ppid=11451 vsize=14071760 memory=796 CPUtime=9.81 cores=1,3,5,7
/proc/11454/task/11514/stat : 11514 (java) S 11451 11454 3242 0 -1 1077944384 12819 12717 0 0 969 5 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549404915696 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11515] ppid=11451 vsize=14071760 memory=1436 CPUtime=2.97 cores=1,3,5,7
/proc/11454/task/11515/stat : 11515 (java) S 11451 11454 3242 0 -1 1077944384 11045 12717 0 0 284 6 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549403863408 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11516] ppid=11451 vsize=14071760 memory=1012 CPUtime=0.07 cores=1,3,5,7
/proc/11454/task/11516/stat : 11516 (java) S 11451 11454 3242 0 -1 1077944384 3 12717 0 0 0 0 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549402810848 140550220838613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
[pid=11454/tid=11517] ppid=11451 vsize=14071760 memory=1712 CPUtime=0.19 cores=1,3,5,7
/proc/11454/task/11517/stat : 11517 (java) S 11451 11454 3242 0 -1 1077944384 1310 12717 0 0 5 7 5 2 20 0 15 0 97828769 14409482240 200021 33554432000 4194304 4196468 140723662644560 140549401758640 140550220839554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140723662650006 140723662652791 140723662652791 140723662655439 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 800084 KiB

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

[startup+227.432 s]
# the end of solver process 11454 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.348 s, system=0.736625 s

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

Child status: 143
Real time (s): 227.432
CPU time (s): 252.085
CPU user time (s): 251.348
CPU system time (s): 0.736625
CPU usage (%): 110.839
Max. virtual memory (cumulated for all children) (KiB): 14073880
Max. memory (cumulated for all children) (KiB): 801892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.348
system time used= 0.736625
maximum resident set size= 801892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115923
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= 38202
involuntary context switches= 1392


# summary of solver processes directly reported to runsolver:
#   pid: 11454
#   total CPU time (s): 252.085
#   total CPU user time (s): 251.348
#   total CPU system time (s): 0.736625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3611 second user time and 2.16459 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 19:50:20
IDJOB=4259537
IDBENCH=133454
IDSOLVER=2646
FILE ID=node149/4259537-1502647478
RUNJOBID= node149-1502644582-9045
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259537-1502647478/watcher-4259537-1502647478 -o /tmp/evaluation-result-4259537-1502647478/solver-4259537-1502647478 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312  bin/concrete HOME/instance-4259537-1502647478.xml

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

MD5SUM BENCH= 072cba4c7f6c08974f35ec38dd54383a
RANDOM SEED=170181793

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:        26788336 kB
MemAvailable:   30945752 kB
Buffers:          269988 kB
Cached:          4160648 kB
SwapCached:            0 kB
Active:          2193400 kB
Inactive:        3317656 kB
Active(anon):    1083260 kB
Inactive(anon):    24944 kB
Active(file):    1110140 kB
Inactive(file):  3292712 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24244 kB
Writeback:             0 kB
AnonPages:       1116876 kB
Mapped:            57124 kB
Shmem:             25224 kB
Slab:             167868 kB
SReclaimable:     140796 kB
SUnreclaim:        27072 kB
KernelStack:        3808 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1984556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 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:54:08