Trace number 4293858

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.8-SuperNG 2018-06-13SAT (TO)1871 2520.06 2477.44

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had16_c18.xml
MD5SUMda18cc2837c7f6c978868c79c6384271
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1860
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints121
Number of domains2
Minimum domain size10
Maximum domain size16
Distribution of domain sizes[{"size":10,"count":120},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":16}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":120},{"arity":16,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
8.89/4.13	o 2027
8.89/4.15	o 1999
9.21/4.20	o 1994
9.21/4.30	o 1992
9.91/4.40	o 1981
10.24/4.51	o 1978
10.24/4.52	o 1975
10.94/4.99	o 1974
11.86/5.27	o 1973
11.86/5.28	o 1969
11.86/5.29	o 1965
12.17/5.30	o 1958
12.17/5.30	o 1955
12.17/5.31	o 1953
12.17/5.31	o 1947
13.29/5.70	o 1945
19.43/10.16	o 1944
19.68/10.33	o 1940
19.68/10.35	o 1937
20.36/11.00	o 1931
20.73/11.23	o 1927
20.73/11.24	o 1924
32.70/22.20	o 1923
130.99/119.24	o 1921
183.33/170.82	o 1915
183.33/170.83	o 1913
183.33/170.83	o 1901
183.33/170.90	o 1900
221.03/207.73	o 1896
221.03/207.74	o 1889
221.03/207.75	o 1885
323.96/309.21	o 1877
323.96/309.22	o 1876
1027.97/1003.70	o 1871
2520.01/2477.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2477.41		at concrete.MAC.mac(MAC.scala:188)
2520.01/2477.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2477.41		at scala.util.Try$.apply(Try.scala:209)
2520.01/2477.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2477.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2477.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2477.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2477.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2477.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2477.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2477.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2477.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2477.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2477.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2477.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2477.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2477.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2477.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2477.41		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2477.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2477.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2477.41		at scala.util.Success.map(Try.scala:209)
2520.01/2477.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2477.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2477.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2477.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2477.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2477.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2477.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2477.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2477.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2477.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2477.41		at scala.App.main(App.scala:76)
2520.01/2477.41		at scala.App.main$(App.scala:74)
2520.01/2477.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2477.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2477.41	v <instantiation cost="1871">
2520.01/2477.41	v       <list>
2520.01/2477.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] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[11][12] d[11][13] d[11][14] d[11][15] d[12][13] d[12][14] d[12][15] d[13][14] d[13][15] d[14][15]
2520.01/2477.42	v       </list>
2520.01/2477.42	v       <values>
2520.01/2477.42	v         3 14 15 7 0 6 5 10 8 13 11 9 1 2 4 12 7 8 3 6 3 5 3 9 4 6 4 3 2 5 3 8 9 4 5 5 1 4 5 4 5 3 2 3 7 4 5 6 4 8 5 3 5 5 2 6 3 4 6 6 5 5 1 5 3 5 2 4 4 7 6 5 4 5 5 6 1 3 4 8 1 8 6 8 8 7 4 9 4 3 1 7 5 8 5 5 9 4 4 1 5 5 9 7 4 3 6 6 5 2 4 2 2 5 4 5 6 6 6 3 5 7 7 6 7 6 7 6 7 5 6 7 9 6 5 7
2520.01/2477.42	v       </values>
2520.01/2477.42	v     </instantiation>
2520.01/2477.42	s SATISFIABLE

Verifier Data

OK	1871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293858-1532374921/watcher-4293858-1532374921 -o /tmp/evaluation-result-4293858-1532374921/solver-4293858-1532374921 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17305 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1688385565 -superng HOME/instance-4293858-1532374921.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB

solver pid=18103, runsolver pid=18100

[startup+0.109922 s]*
/proc/loadavg: 1.45 1.58 1.56 4/207 18160
/proc/meminfo: memFree=25481432/32770624 swapFree=67108860/67108860
[pid=18103] ppid=18100 vsize=10153664 memory=21960 CPUtime=0.11 cores=1,3,5,7
/proc/18103/stat : 18103 (java) S 18100 18103 17273 0 -1 1077944320 4611 13226 0 0 2 1 5 3 20 0 8 0 55055340 10397351936 5490 33554432000 4194304 4196468 140733431480912 140733431463456 139878250409719 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
/proc/18103/statm: 2538416 5490 2063 1 0 2526854 0
[pid=18103/tid=18156] ppid=18100 vsize=10153664 memory=4351193297951164040 CPUtime=0.09 cores=1,3,5,7
/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 2419 13226 0 0 1 0 5 3 20 0 8 0 55055349 10397351936 5490 33554432000 4194304 4196468 140733431480912 139878222250416 139878250431645 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10153664 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 8 0 55055349 10397351936 5490 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10153664 memory=140226455873152 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 8 0 55055349 10397351936 5490 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10153664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 8 0 55055349 10397351936 5490 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10153664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 8 0 55055349 10397351936 5490 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10153664 memory=140226455873152 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 8 0 55055351 10397351936 5490 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10153664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 12 13226 0 0 0 0 5 3 20 0 8 0 55055352 10397351936 5490 33554432000 4194304 4196468 140733431480912 139877689581904 139878250419925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 21960 KiB

[startup+0.210248 s]*
/proc/loadavg: 1.45 1.58 1.56 4/216 18169
/proc/meminfo: memFree=25461344/32770624 swapFree=67108860/67108860
[pid=18103] ppid=18100 vsize=10821524 memory=48756 CPUtime=0.26 cores=1,3,5,7
/proc/18103/stat : 18103 (java) S 18100 18103 17273 0 -1 1077944320 8333 13226 0 0 16 2 5 3 20 0 15 0 55055340 11081240576 12123 33554432000 4194304 4196468 140733431480912 140733431463456 139878250409719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
/proc/18103/statm: 2705381 12189 2966 1 0 2667804 0
[pid=18103/tid=18156] ppid=18100 vsize=10821524 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 5218 13226 0 0 10 1 5 3 20 0 15 0 55055349 11081240576 12018 33554432000 4194304 4196468 140733431480912 139878222234528 139878243126823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10819896 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079573504 12018 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10819896 memory=140226456197178 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079573504 11778 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079573504 11778 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055349 11078557696 11770 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10818904 memory=140226455873152 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055351 11078557696 11770 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 55055352 11078557696 11770 33554432000 4194304 4196468 140733431480912 139877689583008 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18163] ppid=18100 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18163/stat : 18163 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055352 11078557696 11770 33554432000 4194304 4196468 140733431480912 139877555365360 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18164] ppid=18100 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18164/stat : 18164 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055354 11078557696 11770 33554432000 4194304 4196468 140733431480912 139876951386832 139878250428315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18165] ppid=18100 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18103/task/18165/stat : 18165 (java) S 18100 18103 17273 0 -1 1077944384 496 13226 0 0 1 0 5 3 20 0 15 0 55055354 11078557696 11770 33554432000 4194304 4196468 140733431480912 139877776033776 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18166] ppid=18100 vsize=10818936 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18103/task/18166/stat : 18166 (java) S 18100 18103 17273 0 -1 1077944384 89 13226 0 0 1 0 5 3 20 0 15 0 55055355 11078590464 11770 33554432000 4194304 4196468 140733431480912 139877774981232 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18167] ppid=18100 vsize=10818936 memory=140226455873152 CPUtime=0.11 cores=1,3,5,7
/proc/18103/task/18167/stat : 18167 (java) S 18100 18103 17273 0 -1 1077944384 555 13226 0 0 3 0 5 3 20 0 15 0 55055355 11078590464 11770 33554432000 4194304 4196468 140733431480912 139877773928688 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18168] ppid=18100 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18168/stat : 18168 (java) S 18100 18103 17273 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 55055355 11078590464 11770 33554432000 4194304 4196468 140733431480912 139876481624672 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18169] ppid=18100 vsize=10818936 memory=140226455873152 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18169/stat : 18169 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055355 11078590464 11770 33554432000 4194304 4196468 140733431480912 139877772876592 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 48756 KiB

[startup+0.310445 s]*
/proc/loadavg: 1.45 1.58 1.56 4/216 18169
/proc/meminfo: memFree=25448528/32770624 swapFree=67108860/67108860
[pid=18103] ppid=18100 vsize=10819352 memory=57540 CPUtime=0.39 cores=1,3,5,7
/proc/18103/stat : 18103 (java) S 18100 18103 17273 0 -1 1077944320 10435 13226 0 0 28 3 5 3 20 0 15 0 55055340 11079016448 14385 33554432000 4194304 4196468 140733431480912 140733431463456 139878250409719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
/proc/18103/statm: 2704838 14385 3085 1 0 2667149 0
[pid=18103/tid=18156] ppid=18100 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 7073 13226 0 0 19 2 5 3 20 0 15 0 55055349 11079016448 14385 33554432000 4194304 4196468 140733431480912 139878222199248 139878243506579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079016448 14385 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079016448 14385 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079016448 14385 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079016448 14385 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055351 11079016448 14385 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 55055352 11079016448 14385 33554432000 4194304 4196468 140733431480912 139877689583008 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18163] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18163/stat : 18163 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055352 11079016448 14385 33554432000 4194304 4196468 140733431480912 139877555365360 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18164] ppid=18100 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18164/stat : 18164 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055354 11079016448 14385 33554432000 4194304 4196468 140733431480912 139876951386832 139878250428315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18165] ppid=18100 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18103/task/18165/stat : 18165 (java) R 18100 18103 17273 0 -1 1077944384 496 13226 0 0 1 0 5 3 20 0 15 0 55055354 11079016448 14385 33554432000 4194304 4196468 140733431480912 139877776033776 139878250420866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18166] ppid=18100 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18103/task/18166/stat : 18166 (java) S 18100 18103 17273 0 -1 1077944384 90 13226 0 0 1 0 5 3 20 0 15 0 55055355 11079016448 14385 33554432000 4194304 4196468 140733431480912 139877774981232 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18167] ppid=18100 vsize=10819352 memory=140226455873152 CPUtime=0.12 cores=1,3,5,7
/proc/18103/task/18167/stat : 18167 (java) R 18100 18103 17273 0 -1 4202560 567 13226 0 0 4 0 5 3 20 0 15 0 55055355 11079016448 14385 33554432000 4194304 4196468 140733431480912 139877773928688 139878250421654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18168] ppid=18100 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18168/stat : 18168 (java) S 18100 18103 17273 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 55055355 11079016448 14385 33554432000 4194304 4196468 140733431480912 139876481624672 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18169] ppid=18100 vsize=10819352 memory=140226455873152 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18169/stat : 18169 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055355 11079016448 14385 33554432000 4194304 4196468 140733431480912 139877772876592 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57540 KiB

[startup+0.700745 s]
/proc/loadavg: 1.45 1.58 1.56 3/216 18169
/proc/meminfo: memFree=25438272/32770624 swapFree=67108860/67108860
[pid=18103] ppid=18100 vsize=10819352 memory=90684 CPUtime=0.99 cores=1,3,5,7
/proc/18103/stat : 18103 (java) S 18100 18103 17273 0 -1 1077944320 16764 13226 0 0 86 5 5 3 20 0 15 0 55055340 11079016448 22671 33554432000 4194304 4196468 140733431480912 140733431463456 139878250409719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
/proc/18103/statm: 2704838 22671 3238 1 0 2667149 0
[pid=18103/tid=18156] ppid=18100 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 12355 13226 0 0 55 3 5 3 20 0 15 0 55055349 11079016448 22671 33554432000 4194304 4196468 140733431480912 139878222230544 139878250423623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079016448 22671 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079016448 22671 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10819352 memory=140226320180624 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079016448 22671 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10819352 memory=140226387247682 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055349 11079016448 22671 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10819352 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 5 13226 0 0 0 0 5 3 20 0 15 0 55055351 11079016448 22671 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10819352 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 55055352 11079016448 22671 33554432000 4194304 4196468 140733431480912 139877689583008 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18163] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18163/stat : 18163 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055352 11079016448 22671 33554432000 4194304 4196468 140733431480912 139877555365360 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18164] ppid=18100 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18164/stat : 18164 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055354 11079016448 22671 33554432000 4194304 4196468 140733431480912 139876951386832 139878250428315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18165] ppid=18100 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/18103/task/18165/stat : 18165 (java) S 18100 18103 17273 0 -1 1077944384 1034 13226 0 0 9 0 5 3 20 0 15 0 55055354 11079016448 22671 33554432000 4194304 4196468 140733431480912 139877776033776 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18166] ppid=18100 vsize=10819352 memory=8551153264050345861 CPUtime=0.15 cores=1,3,5,7
/proc/18103/task/18166/stat : 18166 (java) S 18100 18103 17273 0 -1 1077944384 495 13226 0 0 7 0 5 3 20 0 15 0 55055355 11079016448 22671 33554432000 4194304 4196468 140733431480912 139877774981232 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18167] ppid=18100 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/18103/task/18167/stat : 18167 (java) S 18100 18103 17273 0 -1 1077944384 663 13226 0 0 13 0 5 3 20 0 15 0 55055355 11079016448 22671 33554432000 4194304 4196468 140733431480912 139877773928688 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18168] ppid=18100 vsize=10819352 memory=140226455875665 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18168/stat : 18168 (java) S 18100 18103 17273 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 55055355 11079016448 22671 33554432000 4194304 4196468 140733431480912 139876481624672 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18169] ppid=18100 vsize=10819352 memory=4028 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18169/stat : 18169 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055355 11079016448 22671 33554432000 4194304 4196468 140733431480912 139877772876592 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90684 KiB

[startup+1.50072 s]
/proc/loadavg: 1.45 1.58 1.56 3/216 18169
/proc/meminfo: memFree=25391692/32770624 swapFree=67108860/67108860
[pid=18103] ppid=18100 vsize=10834252 memory=181460 CPUtime=2.32 cores=1,3,5,7
/proc/18103/stat : 18103 (java) S 18100 18103 17273 0 -1 1077944320 23960 13226 0 0 213 11 5 3 20 0 15 0 55055340 11094274048 45365 33554432000 4194304 4196468 140733431480912 140733431463456 139878250409719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
/proc/18103/statm: 2708563 45365 3475 1 0 2670221 0
[pid=18103/tid=18156] ppid=18100 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 17853 13226 0 0 129 6 5 3 20 0 15 0 55055349 11094274048 45365 33554432000 4194304 4196468 140733431480912 139878222241664 139878234490206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10834252 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 23 13226 0 0 0 0 5 3 20 0 15 0 55055349 11094274048 45365 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10834252 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 20 13226 0 0 1 0 5 3 20 0 15 0 55055349 11094274048 45365 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10834252 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 194 13226 0 0 1 0 5 3 20 0 15 0 55055349 11094274048 45365 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10834252 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 69 13226 0 0 0 0 5 3 20 0 15 0 55055349 11094274048 45365 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10834252 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 63 13226 0 0 1 0 5 3 20 0 15 0 55055351 11094274048 45365 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10834252 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 14 13226 0 0 0 0 5 3 20 0 15 0 55055352 11094274048 45365 33554432000 4194304 4196468 140733431480912 139877689583072 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18163] ppid=18100 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18163/stat : 18163 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055352 11094274048 45365 33554432000 4194304 4196468 140733431480912 139877555365376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18164] ppid=18100 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18164/stat : 18164 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055354 11094274048 45365 33554432000 4194304 4196468 140733431480912 139876951386832 139878250428315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18165] ppid=18100 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/18103/task/18165/stat : 18165 (java) S 18100 18103 17273 0 -1 1077944384 1508 13226 0 0 23 0 5 3 20 0 15 0 55055354 11094274048 45365 33554432000 4194304 4196468 140733431480912 139877776033776 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18166] ppid=18100 vsize=10834252 memory=8551153264050345861 CPUtime=0.27 cores=1,3,5,7
/proc/18103/task/18166/stat : 18166 (java) S 18100 18103 17273 0 -1 1077944384 699 13226 0 0 19 0 5 3 20 0 15 0 55055355 11094274048 45365 33554432000 4194304 4196468 140733431480912 139877774981232 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18167] ppid=18100 vsize=10834252 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/18103/task/18167/stat : 18167 (java) S 18100 18103 17273 0 -1 1077944384 1326 13226 0 0 33 0 5 3 20 0 15 0 55055355 11094274048 45365 33554432000 4194304 4196468 140733431480912 139877773928688 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18168] ppid=18100 vsize=10834252 memory=140226455875665 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18168/stat : 18168 (java) S 18100 18103 17273 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 55055355 11094274048 45365 33554432000 4194304 4196468 140733431480912 139876481624672 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0

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

/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 97320 13226 0 0 230523 42 5 3 20 0 15 0 55055349 11178180608 198216 33554432000 4194304 4196468 140733431480912 139878222244352 139877855264586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10916192 memory=792852 CPUtime=8.03 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 21988 13226 0 0 759 36 5 3 20 0 15 0 55055349 11178180608 198216 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10916192 memory=792864 CPUtime=8.01 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 14390 13226 0 0 757 36 5 3 20 0 15 0 55055349 11178180608 198216 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10916192 memory=792864 CPUtime=8.04 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 26445 13226 0 0 759 37 5 3 20 0 15 0 55055349 11178180608 198216 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10916192 memory=792864 CPUtime=8 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 16784 13226 0 0 751 41 5 3 20 0 15 0 55055349 11178180608 198216 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10916192 memory=792864 CPUtime=6.32 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 16605 13226 0 0 586 38 5 3 20 0 15 0 55055351 11178180608 198216 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10916192 memory=792864 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 14 13226 0 0 0 0 5 3 20 0 15 0 55055352 11178180608 198216 33554432000 4194304 4196468 140733431480912 139877689583136 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18163] ppid=18100 vsize=10916192 memory=792864 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18163/stat : 18163 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055352 11178180608 198216 33554432000 4194304 4196468 140733431480912 139877555365376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18164] ppid=18100 vsize=10916192 memory=792864 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18164/stat : 18164 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055354 11178180608 198216 33554432000 4194304 4196468 140733431480912 139876951386832 139878250428315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18165] ppid=18100 vsize=10916192 memory=792864 CPUtime=7.34 cores=1,3,5,7
/proc/18103/task/18165/stat : 18165 (java) S 18100 18103 17273 0 -1 1077944384 81904 13226 0 0 717 9 5 3 20 0 15 0 55055354 11178180608 198216 33554432000 4194304 4196468 140733431480912 139877776033776 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18166] ppid=18100 vsize=10916192 memory=792864 CPUtime=7.44 cores=1,3,5,7
/proc/18103/task/18166/stat : 18166 (java) S 18100 18103 17273 0 -1 1077944384 76583 13226 0 0 726 10 5 3 20 0 15 0 55055355 11178180608 198216 33554432000 4194304 4196468 140733431480912 139877774981232 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18167] ppid=18100 vsize=10916192 memory=4104 CPUtime=3.57 cores=1,3,5,7
/proc/18103/task/18167/stat : 18167 (java) S 18100 18103 17273 0 -1 1077944384 74424 13226 0 0 340 9 5 3 20 0 15 0 55055355 11178180608 198216 33554432000 4194304 4196468 140733431480912 139877773928688 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18168] ppid=18100 vsize=10916192 memory=792864 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18168/stat : 18168 (java) S 18100 18103 17273 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 55055355 11178180608 198216 33554432000 4194304 4196468 140733431480912 139876481624672 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18169] ppid=18100 vsize=10916192 memory=792864 CPUtime=1.35 cores=1,3,5,7
/proc/18103/task/18169/stat : 18169 (java) S 18100 18103 17273 0 -1 1077944384 1920 13226 0 0 57 70 5 3 20 0 15 0 55055355 11178180608 198216 33554432000 4194304 4196468 140733431480912 139877772876592 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
Current children cumulated CPU time: 2363.21 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 792864 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.57 1.64 3/216 18266
/proc/meminfo: memFree=22706444/32770624 swapFree=67108860/67108860
[pid=18103] ppid=18100 vsize=10916192 memory=795012 CPUtime=2423.88 cores=1,3,5,7
/proc/18103/stat : 18103 (java) S 18100 18103 17273 0 -1 1077944320 433930 13226 0 0 242090 290 5 3 20 0 15 0 55055340 11178180608 198753 33554432000 4194304 4196468 140733431480912 140733431463456 139878250409719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
/proc/18103/statm: 2729048 198753 3533 1 0 2690701 0
[pid=18103/tid=18156] ppid=18100 vsize=10916192 memory=795012 CPUtime=2365.29 cores=1,3,5,7
/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 98347 13226 0 0 236478 43 5 3 20 0 15 0 55055349 11178180608 198753 33554432000 4194304 4196468 140733431480912 139878222244448 139877855264586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10916192 memory=794912 CPUtime=8.26 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 22047 13226 0 0 781 37 5 3 20 0 15 0 55055349 11178180608 198753 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10916192 memory=794960 CPUtime=8.24 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 14605 13226 0 0 779 37 5 3 20 0 15 0 55055349 11178180608 198753 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10916192 memory=795012 CPUtime=8.27 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 26471 13226 0 0 781 38 5 3 20 0 15 0 55055349 11178180608 198753 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10916192 memory=795012 CPUtime=8.23 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 18425 13226 0 0 773 42 5 3 20 0 15 0 55055349 11178180608 198753 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10916192 memory=795012 CPUtime=6.5 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 16969 13226 0 0 603 39 5 3 20 0 15 0 55055351 11178180608 198753 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10916192 memory=792684 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 14 13226 0 0 0 0 5 3 20 0 15 0 55055352 11178180608 198753 33554432000 4194304 4196468 140733431480912 139877689583136 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18163] ppid=18100 vsize=10916192 memory=795012 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18163/stat : 18163 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055352 11178180608 198753 33554432000 4194304 4196468 140733431480912 139877555365376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18164] ppid=18100 vsize=10916192 memory=795012 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18164/stat : 18164 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055354 11178180608 198753 33554432000 4194304 4196468 140733431480912 139876951386832 139878250428315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18165] ppid=18100 vsize=10916192 memory=792864 CPUtime=7.34 cores=1,3,5,7
/proc/18103/task/18165/stat : 18165 (java) S 18100 18103 17273 0 -1 1077944384 81906 13226 0 0 717 9 5 3 20 0 15 0 55055354 11178180608 198753 33554432000 4194304 4196468 140733431480912 139877776033776 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18166] ppid=18100 vsize=10916192 memory=4028 CPUtime=7.44 cores=1,3,5,7
/proc/18103/task/18166/stat : 18166 (java) S 18100 18103 17273 0 -1 1077944384 76585 13226 0 0 726 10 5 3 20 0 15 0 55055355 11178180608 198753 33554432000 4194304 4196468 140733431480912 139877774981232 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18167] ppid=18100 vsize=10916192 memory=794988 CPUtime=3.57 cores=1,3,5,7
/proc/18103/task/18167/stat : 18167 (java) S 18100 18103 17273 0 -1 1077944384 74426 13226 0 0 340 9 5 3 20 0 15 0 55055355 11178180608 198753 33554432000 4194304 4196468 140733431480912 139877773928688 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18168] ppid=18100 vsize=10916192 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18168/stat : 18168 (java) S 18100 18103 17273 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 55055355 11178180608 198753 33554432000 4194304 4196468 140733431480912 139876481624672 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18169] ppid=18100 vsize=10916192 memory=4028 CPUtime=1.38 cores=1,3,5,7
/proc/18103/task/18169/stat : 18169 (java) S 18100 18103 17273 0 -1 1077944384 1942 13226 0 0 58 72 5 3 20 0 15 0 55055355 11178180608 198753 33554432000 4194304 4196468 140733431480912 139877772876592 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
Current children cumulated CPU time: 2423.88 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 795012 KiB

[startup+2442.3 s]
/proc/loadavg: 1.83 1.64 1.66 3/216 18398
/proc/meminfo: memFree=25753716/32770624 swapFree=67108860/67108860
[pid=18103] ppid=18100 vsize=10916192 memory=795044 CPUtime=2484.52 cores=1,3,5,7
/proc/18103/stat : 18103 (java) S 18100 18103 17273 0 -1 1077944320 439324 13226 0 0 248149 295 5 3 20 0 15 0 55055340 11178180608 198761 33554432000 4194304 4196468 140733431480912 140733431463456 139878250409719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
/proc/18103/statm: 2729048 198761 3533 1 0 2690701 0
[pid=18103/tid=18156] ppid=18100 vsize=10916192 memory=15872 CPUtime=2424.82 cores=1,3,5,7
/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 99343 13226 0 0 242431 43 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878222244528 139877856082729 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10916192 memory=795044 CPUtime=8.48 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 23677 13226 0 0 802 38 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10916192 memory=795012 CPUtime=8.46 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 14626 13226 0 0 801 37 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10916192 memory=795012 CPUtime=8.49 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 26673 13226 0 0 802 39 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10916192 memory=795012 CPUtime=8.45 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 18471 13226 0 0 795 42 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10916192 memory=795012 CPUtime=6.67 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 17147 13226 0 0 618 41 5 3 20 0 15 0 55055351 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10916192 memory=795044 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 14 13226 0 0 0 0 5 3 20 0 15 0 55055352 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877689583136 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18163] ppid=18100 vsize=10916192 memory=795044 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18163/stat : 18163 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055352 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877555365376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18164] ppid=18100 vsize=10916192 memory=795044 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18164/stat : 18164 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055354 11178180608 198761 33554432000 4194304 4196468 140733431480912 139876951386832 139878250428315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18165] ppid=18100 vsize=10916192 memory=795044 CPUtime=7.34 cores=1,3,5,7
/proc/18103/task/18165/stat : 18165 (java) S 18100 18103 17273 0 -1 1077944384 81908 13226 0 0 717 9 5 3 20 0 15 0 55055354 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877776033776 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18166] ppid=18100 vsize=10916192 memory=792684 CPUtime=7.44 cores=1,3,5,7
/proc/18103/task/18166/stat : 18166 (java) S 18100 18103 17273 0 -1 1077944384 77807 13226 0 0 726 10 5 3 20 0 15 0 55055355 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877774981232 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18167] ppid=18100 vsize=10916192 memory=795044 CPUtime=3.57 cores=1,3,5,7
/proc/18103/task/18167/stat : 18167 (java) S 18100 18103 17273 0 -1 1077944384 75509 13226 0 0 340 9 5 3 20 0 15 0 55055355 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877773928688 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18168] ppid=18100 vsize=10916192 memory=795044 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18168/stat : 18168 (java) S 18100 18103 17273 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 55055355 11178180608 198761 33554432000 4194304 4196468 140733431480912 139876481624672 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18169] ppid=18100 vsize=10916192 memory=795044 CPUtime=1.42 cores=1,3,5,7
/proc/18103/task/18169/stat : 18169 (java) S 18100 18103 17273 0 -1 1077944384 1956 13226 0 0 60 74 5 3 20 0 15 0 55055355 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877772876592 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
Current children cumulated CPU time: 2484.52 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 795044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.4 s]
/proc/loadavg: 1.65 1.62 1.65 3/216 18398
/proc/meminfo: memFree=25742960/32770624 swapFree=67108860/67108860
[pid=18103] ppid=18100 vsize=10916192 memory=795044 CPUtime=2520.01 cores=1,3,5,7
/proc/18103/stat : 18103 (java) S 18100 18103 17273 0 -1 1077944320 441238 13226 0 0 251695 298 5 3 20 0 15 0 55055340 11178180608 198761 33554432000 4194304 4196468 140733431480912 140733431463456 139878250409719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
/proc/18103/statm: 2729048 198761 3533 1 0 2690701 0
[pid=18103/tid=18156] ppid=18100 vsize=10916192 memory=6791534058613427641 CPUtime=2459.68 cores=1,3,5,7
/proc/18103/task/18156/stat : 18156 (java) R 18100 18103 17273 0 -1 4202560 99592 13226 0 0 245916 44 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878222243904 139877855264658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18157] ppid=18100 vsize=10916192 memory=3208 CPUtime=8.6 cores=1,3,5,7
/proc/18103/task/18157/stat : 18157 (java) S 18100 18103 17273 0 -1 1077944384 23683 13226 0 0 814 38 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878254651664 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18158] ppid=18100 vsize=10916192 memory=795044 CPUtime=8.59 cores=1,3,5,7
/proc/18103/task/18158/stat : 18158 (java) S 18100 18103 17273 0 -1 1077944384 14638 13226 0 0 814 37 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878169471376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18159] ppid=18100 vsize=10916192 memory=4104 CPUtime=8.63 cores=1,3,5,7
/proc/18103/task/18159/stat : 18159 (java) S 18100 18103 17273 0 -1 1077944384 26687 13226 0 0 815 40 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878168418832 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18160] ppid=18100 vsize=10916192 memory=1408 CPUtime=8.58 cores=1,3,5,7
/proc/18103/task/18160/stat : 18160 (java) S 18100 18103 17273 0 -1 1077944384 18478 13226 0 0 807 43 5 3 20 0 15 0 55055349 11178180608 198761 33554432000 4194304 4196468 140733431480912 139878167366288 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18161] ppid=18100 vsize=10916192 memory=2844 CPUtime=6.77 cores=1,3,5,7
/proc/18103/task/18161/stat : 18161 (java) S 18100 18103 17273 0 -1 1077944384 17335 13226 0 0 628 41 5 3 20 0 15 0 55055351 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877777086960 139878250420866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18162] ppid=18100 vsize=10916192 memory=984692 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18162/stat : 18162 (java) S 18100 18103 17273 0 -1 1077944384 14 13226 0 0 0 0 5 3 20 0 15 0 55055352 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877689583136 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18163] ppid=18100 vsize=10916192 memory=3208 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18163/stat : 18163 (java) S 18100 18103 17273 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 55055352 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877555365376 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18164] ppid=18100 vsize=10916192 memory=795044 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18164/stat : 18164 (java) S 18100 18103 17273 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 55055354 11178180608 198761 33554432000 4194304 4196468 140733431480912 139876951386832 139878250428315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18165] ppid=18100 vsize=10916192 memory=4104 CPUtime=7.34 cores=1,3,5,7
/proc/18103/task/18165/stat : 18165 (java) S 18100 18103 17273 0 -1 1077944384 83325 13226 0 0 717 9 5 3 20 0 15 0 55055354 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877776033776 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18166] ppid=18100 vsize=10916192 memory=6791534058613427641 CPUtime=7.44 cores=1,3,5,7
/proc/18103/task/18166/stat : 18166 (java) S 18100 18103 17273 0 -1 1077944384 77807 13226 0 0 726 10 5 3 20 0 15 0 55055355 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877774981232 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18167] ppid=18100 vsize=10916192 memory=17708 CPUtime=3.57 cores=1,3,5,7
/proc/18103/task/18167/stat : 18167 (java) S 18100 18103 17273 0 -1 1077944384 75509 13226 0 0 340 9 5 3 20 0 15 0 55055355 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877773928688 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18168] ppid=18100 vsize=10916192 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/18103/task/18168/stat : 18168 (java) S 18100 18103 17273 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 55055355 11178180608 198761 33554432000 4194304 4196468 140733431480912 139876481624672 139878250419925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
[pid=18103/tid=18169] ppid=18100 vsize=10916192 memory=2428 CPUtime=1.43 cores=1,3,5,7
/proc/18103/task/18169/stat : 18169 (java) S 18100 18103 17273 0 -1 1077944384 1977 13226 0 0 60 75 5 3 20 0 15 0 55055355 11178180608 198761 33554432000 4194304 4196468 140733431480912 139877772876592 139878250420866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 16044032 140733431486635 140733431489884 140733431489884 140733431492559 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 795044 KiB

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

[startup+2477.44 s]
# the end of solver process 18103 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.03 s, system=3.03473 s

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

Child status: 143
Real time (s): 2477.44
CPU time (s): 2520.06
CPU user time (s): 2517.03
CPU system time (s): 3.03473
CPU usage (%): 101.721
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 959492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.03
system time used= 3.03473
maximum resident set size= 962076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 456831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203857
involuntary context switches= 4477


# summary of solver processes directly reported to runsolver:
#   pid: 18103
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.03
#   total CPU system time (s): 3.03473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9503 second user time and 26.4691 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-23 21:42:01
IDJOB=4293858
IDBENCH=141249
IDSOLVER=2751
FILE ID=node151/4293858-1532374921
RUNJOBID= node151-1532369950-17305
PBS_JOBID= 21021572
Free space on /tmp= 55044 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had16_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293858-1532374921/watcher-4293858-1532374921 -o /tmp/evaluation-result-4293858-1532374921/solver-4293858-1532374921 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17305 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1688385565 -superng HOME/instance-4293858-1532374921.xml

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

MD5SUM BENCH= da18cc2837c7f6c978868c79c6384271
RANDOM SEED=1688385565

node151.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.87
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.87
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.87
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.87
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:        25493524 kB
MemAvailable:   29947896 kB
Buffers:          140036 kB
Cached:          4556124 kB
SwapCached:            0 kB
Active:          2942260 kB
Inactive:        3814932 kB
Active(anon):    2011516 kB
Inactive(anon):    69336 kB
Active(file):     930744 kB
Inactive(file):  3745596 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:       2082964 kB
Mapped:            50516 kB
Shmem:             17032 kB
Slab:             215232 kB
SReclaimable:     187736 kB
SUnreclaim:        27496 kB
KernelStack:        3808 kB
PageTables:         9244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3776996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1626112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55020 MiB
End job on node151 at 2018-07-23 22:23:19