Trace number 4302407

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.9.2SAT (TO)1395 252.081 235.842

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had14_c18.xml
MD5SUM1b212baf1dbc84cffd3dcab4dc49ff1b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1372
Best CPU time to get the best result obtained on this benchmark252.091
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints92
Number of domains2
Minimum domain size10
Maximum domain size14
Distribution of domain sizes[{"size":10,"count":91},{"size":14,"count":14}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":14}]
Minimum constraint arity3
Maximum constraint arity14
Distribution of constraint arities[{"arity":3,"count":91},{"arity":14,"count":1}]
Number of extensional constraints91
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":91},{"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.98/0.74	c Concrete v3.9.2.1532736233296 running
8.08/3.94	o 1554
8.08/3.98	o 1546
8.45/4.10	o 1540
8.81/4.11	o 1536
9.78/4.44	o 1535
9.78/4.44	o 1523
9.78/4.44	o 1482
9.78/4.44	o 1474
9.78/4.44	o 1466
9.78/4.44	o 1457
9.78/4.44	o 1454
10.11/4.58	o 1445
12.20/5.52	o 1442
13.13/6.04	o 1439
13.13/6.05	o 1429
13.13/6.07	o 1423
15.75/7.73	o 1422
16.28/8.25	o 1411
16.28/8.26	o 1409
16.39/8.35	o 1407
16.39/8.36	o 1406
22.12/13.78	o 1403
22.12/13.78	o 1402
24.74/16.02	o 1401
32.37/23.01	o 1395
252.02/235.81	Exception in thread "main" java.util.concurrent.TimeoutException
252.02/235.81		at concrete.MAC.mac(MAC.scala:188)
252.02/235.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/235.81		at scala.util.Try$.apply(Try.scala:209)
252.02/235.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/235.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/235.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/235.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/235.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/235.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/235.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/235.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/235.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/235.81		at concrete.MAC.oneRun(MAC.scala:253)
252.02/235.81		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/235.81		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/235.81		at concrete.Solver.hasNext(Solver.scala:166)
252.02/235.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/235.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/235.81		at concrete.Solver.foreach(Solver.scala:68)
252.02/235.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/235.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/235.81		at scala.util.Success.map(Try.scala:209)
252.02/235.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/235.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/235.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/235.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/235.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/235.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/235.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/235.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/235.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/235.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/235.81		at scala.App.main(App.scala:76)
252.02/235.81		at scala.App.main$(App.scala:74)
252.02/235.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/235.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/235.82	v <instantiation cost="1395">
252.02/235.82	v       <list>
252.02/235.82	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] 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[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[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[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[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[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[9][10] d[9][11] d[9][12] d[9][13] d[10][11] d[10][12] d[10][13] d[11][12] d[11][13] d[12][13]
252.02/235.82	v       </list>
252.02/235.82	v       <values>
252.02/235.82	v         12 7 5 9 1 4 10 13 2 11 6 0 8 3 7 1 5 9 7 6 5 5 6 1 1 4 3 5 5 2 4 5 5 4 3 6 6 1 3 5 9 4 7 8 4 5 8 5 5 5 7 7 7 6 6 7 4 1 4 4 7 4 6 6 7 9 3 2 3 6 3 6 7 3 8 5 5 5 3 9 6 4 5 3 6 5 8 5 5 4 6 4 4 2 2 7 6 2 6 6 8 3 5 6 9
252.02/235.82	v       </values>
252.02/235.82	v     </instantiation>
252.02/235.82	s SATISFIABLE

Verifier Data

OK	1395

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302407-1532896376/watcher-4302407-1532896376 -o /tmp/evaluation-result-4302407-1532896376/solver-4302407-1532896376 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=274566541 HOME/instance-4302407-1532896376.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19329, runsolver pid=19326

[startup+0.100176 s]*
/proc/loadavg: 1.53 1.66 1.77 3/206 19386
/proc/meminfo: memFree=25539488/32770624 swapFree=67028828/67108860
[pid=19329] ppid=19326 vsize=10005480 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/19329/stat : 19329 (java) S 19326 19329 10029 0 -1 1077944320 4417 12831 0 0 1 0 4 3 20 0 6 0 107200825 10245611520 4270 33554432000 4194304 4196468 140732237722352 140732237704896 140314416578295 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
/proc/19329/statm: 2501370 4270 1935 1 0 2489808 0
[pid=19329/tid=19382] ppid=19326 vsize=10005480 memory=4279135703913364878 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 2233 12831 0 0 0 0 4 3 20 0 6 0 107200834 10245611520 4270 33554432000 4194304 4196468 140732237722352 140314388415056 140314400658782 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 6 0 107200835 10245611520 4270 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=10005480 memory=139837125584512 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 6 0 107200835 10245611520 4270 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 6 0 107200835 10245611520 4270 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 2 12831 0 0 0 0 4 3 20 0 6 0 107200835 10245611520 4270 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209794 s]*
/proc/loadavg: 1.53 1.66 1.77 3/215 19395
/proc/meminfo: memFree=25517208/32770624 swapFree=67028828/67108860
[pid=19329] ppid=19326 vsize=10982696 memory=42936 CPUtime=0.25 cores=0,2,4,6
/proc/19329/stat : 19329 (java) S 19326 19329 10029 0 -1 1077944320 8642 12831 0 0 16 2 4 3 20 0 15 0 107200825 11246280704 10734 33554432000 4194304 4196468 140732237722352 140732237704896 140314416578295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
/proc/19329/statm: 2745674 10734 2934 1 0 2708109 0
[pid=19329/tid=19382] ppid=19326 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 5173 12831 0 0 10 1 4 3 20 0 15 0 107200834 11246280704 10734 33554432000 4194304 4196468 140732237722352 140314388375952 140314398143265 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=10982696 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246280704 10734 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=10982696 memory=139837126233521 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246280704 10734 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246280704 10734 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 2 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246280704 10734 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19387] ppid=19326 vsize=10982696 memory=139837125584512 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19387/stat : 19387 (java) S 19326 19329 10029 0 -1 1077944384 2 12831 0 0 0 0 4 3 20 0 15 0 107200836 11246280704 10734 33554432000 4194304 4196468 140732237722352 140313909590256 140314416589442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19388] ppid=19326 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19388/stat : 19388 (java) S 19326 19329 10029 0 -1 1077944384 13 12831 0 0 0 0 4 3 20 0 15 0 107200837 11246280704 10734 33554432000 4194304 4196468 140732237722352 140313226110112 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19389] ppid=19326 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19389/stat : 19389 (java) S 19326 19329 10029 0 -1 1077944384 21 12831 0 0 0 0 4 3 20 0 15 0 107200837 11246280704 10734 33554432000 4194304 4196468 140732237722352 140313158996720 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19390] ppid=19326 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19390/stat : 19390 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246280704 10734 33554432000 4194304 4196468 140732237722352 140312851601360 140314416596891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19391] ppid=19326 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19329/task/19391/stat : 19391 (java) S 19326 19329 10029 0 -1 1077944384 366 12831 0 0 1 0 4 3 20 0 15 0 107200840 11246280704 10734 33554432000 4194304 4196468 140732237722352 140313908538096 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19392] ppid=19326 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19392/stat : 19392 (java) S 19326 19329 10029 0 -1 1077944384 248 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246280704 10734 33554432000 4194304 4196468 140732237722352 140313907485552 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19393] ppid=19326 vsize=10982696 memory=139837125584512 CPUtime=0.1 cores=0,2,4,6
/proc/19329/task/19393/stat : 19393 (java) S 19326 19329 10029 0 -1 1077944384 614 12831 0 0 3 0 4 3 20 0 15 0 107200840 11246280704 10734 33554432000 4194304 4196468 140732237722352 140313906432496 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19394] ppid=19326 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19394/stat : 19394 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246280704 10734 33554432000 4194304 4196468 140732237722352 140312420805472 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19395] ppid=19326 vsize=10982696 memory=139837125584512 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19395/stat : 19395 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246280704 10734 33554432000 4194304 4196468 140732237722352 140313905379888 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42936 KiB

[startup+0.310309 s]*
/proc/loadavg: 1.53 1.66 1.77 3/215 19395
/proc/meminfo: memFree=25508276/32770624 swapFree=67028828/67108860
[pid=19329] ppid=19326 vsize=10983192 memory=54280 CPUtime=0.38 cores=0,2,4,6
/proc/19329/stat : 19329 (java) S 19326 19329 10029 0 -1 1077944320 10663 12831 0 0 28 3 4 3 20 0 15 0 107200825 11246788608 13570 33554432000 4194304 4196468 140732237722352 140732237704896 140314416578295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
/proc/19329/statm: 2745798 13570 3066 1 0 2708109 0
[pid=19329/tid=19382] ppid=19326 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 7188 12831 0 0 20 1 4 3 20 0 15 0 107200834 11246788608 13570 33554432000 4194304 4196468 140732237722352 140314388390304 140314398141870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246788608 13570 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246788608 13570 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246788608 13570 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 2 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246788608 13570 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19387] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19387/stat : 19387 (java) S 19326 19329 10029 0 -1 1077944384 2 12831 0 0 0 0 4 3 20 0 15 0 107200836 11246788608 13570 33554432000 4194304 4196468 140732237722352 140313909590256 140314416589442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19388] ppid=19326 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19388/stat : 19388 (java) S 19326 19329 10029 0 -1 1077944384 13 12831 0 0 0 0 4 3 20 0 15 0 107200837 11246788608 13570 33554432000 4194304 4196468 140732237722352 140313226110112 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19389] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19389/stat : 19389 (java) S 19326 19329 10029 0 -1 1077944384 21 12831 0 0 0 0 4 3 20 0 15 0 107200837 11246788608 13570 33554432000 4194304 4196468 140732237722352 140313158996720 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19390] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19390/stat : 19390 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246788608 13570 33554432000 4194304 4196468 140732237722352 140312851601360 140314416596891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19391] ppid=19326 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19329/task/19391/stat : 19391 (java) S 19326 19329 10029 0 -1 1077944384 367 12831 0 0 1 0 4 3 20 0 15 0 107200840 11246788608 13570 33554432000 4194304 4196468 140732237722352 140313908538096 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19392] ppid=19326 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19329/task/19392/stat : 19392 (java) S 19326 19329 10029 0 -1 1077944384 248 12831 0 0 1 0 4 3 20 0 15 0 107200840 11246788608 13570 33554432000 4194304 4196468 140732237722352 140313907485552 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19393] ppid=19326 vsize=10983192 memory=139837125584512 CPUtime=0.11 cores=0,2,4,6
/proc/19329/task/19393/stat : 19393 (java) S 19326 19329 10029 0 -1 1077944384 619 12831 0 0 4 0 4 3 20 0 15 0 107200840 11246788608 13570 33554432000 4194304 4196468 140732237722352 140313906432496 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19394] ppid=19326 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19394/stat : 19394 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246788608 13570 33554432000 4194304 4196468 140732237722352 140312420805472 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19395] ppid=19326 vsize=10983192 memory=139837125584512 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19395/stat : 19395 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246788608 13570 33554432000 4194304 4196468 140732237722352 140313905379888 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54280 KiB

[startup+0.700683 s]
/proc/loadavg: 1.53 1.66 1.77 3/215 19395
/proc/meminfo: memFree=25496720/32770624 swapFree=67028828/67108860
[pid=19329] ppid=19326 vsize=10983192 memory=86756 CPUtime=0.98 cores=0,2,4,6
/proc/19329/stat : 19329 (java) S 19326 19329 10029 0 -1 1077944320 16864 12831 0 0 87 4 4 3 20 0 15 0 107200825 11246788608 21689 33554432000 4194304 4196468 140732237722352 140732237704896 140314416578295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
/proc/19329/statm: 2745798 21689 3237 1 0 2708109 0
[pid=19329/tid=19382] ppid=19326 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 12439 12831 0 0 56 3 4 3 20 0 15 0 107200834 11246788608 21689 33554432000 4194304 4196468 140732237722352 140314388378984 140313981227845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246788608 21689 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246788608 21689 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246788608 21689 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 2 12831 0 0 0 0 4 3 20 0 15 0 107200835 11246788608 21689 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19387] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19387/stat : 19387 (java) S 19326 19329 10029 0 -1 1077944384 5 12831 0 0 0 0 4 3 20 0 15 0 107200836 11246788608 21689 33554432000 4194304 4196468 140732237722352 140313909590256 140314416589442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19388] ppid=19326 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19388/stat : 19388 (java) S 19326 19329 10029 0 -1 1077944384 13 12831 0 0 0 0 4 3 20 0 15 0 107200837 11246788608 21689 33554432000 4194304 4196468 140732237722352 140313226110112 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19389] ppid=19326 vsize=10983192 memory=139837021762320 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19389/stat : 19389 (java) S 19326 19329 10029 0 -1 1077944384 21 12831 0 0 0 0 4 3 20 0 15 0 107200837 11246788608 21689 33554432000 4194304 4196468 140732237722352 140313158996720 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19390] ppid=19326 vsize=10983192 memory=139839840191049 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19390/stat : 19390 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246788608 21689 33554432000 4194304 4196468 140732237722352 140312851601360 140314416596891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19391] ppid=19326 vsize=10983192 memory=796 CPUtime=0.14 cores=0,2,4,6
/proc/19329/task/19391/stat : 19391 (java) S 19326 19329 10029 0 -1 1077944384 640 12831 0 0 7 0 4 3 20 0 15 0 107200840 11246788608 21689 33554432000 4194304 4196468 140732237722352 140313908538096 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19392] ppid=19326 vsize=10983192 memory=7014751519650764113 CPUtime=0.16 cores=0,2,4,6
/proc/19329/task/19392/stat : 19392 (java) S 19326 19329 10029 0 -1 1077944384 880 12831 0 0 9 0 4 3 20 0 15 0 107200840 11246788608 21689 33554432000 4194304 4196468 140732237722352 140313907485552 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19393] ppid=19326 vsize=10983192 memory=7597123233646858610 CPUtime=0.19 cores=0,2,4,6
/proc/19329/task/19393/stat : 19393 (java) S 19326 19329 10029 0 -1 1077944384 661 12831 0 0 12 0 4 3 20 0 15 0 107200840 11246788608 21689 33554432000 4194304 4196468 140732237722352 140313906432496 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19394] ppid=19326 vsize=10983192 memory=3544 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19394/stat : 19394 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246788608 21689 33554432000 4194304 4196468 140732237722352 140312420805472 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19395] ppid=19326 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19395/stat : 19395 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200840 11246788608 21689 33554432000 4194304 4196468 140732237722352 140313905379888 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86756 KiB

[startup+1.50065 s]
/proc/loadavg: 1.53 1.66 1.77 3/215 19395
/proc/meminfo: memFree=25451256/32770624 swapFree=67028828/67108860
[pid=19329] ppid=19326 vsize=10998092 memory=177384 CPUtime=2.29 cores=0,2,4,6
/proc/19329/stat : 19329 (java) S 19326 19329 10029 0 -1 1077944320 23943 12831 0 0 213 9 4 3 20 0 15 0 107200825 11262046208 44346 33554432000 4194304 4196468 140732237722352 140732237704896 140314416578295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
/proc/19329/statm: 2749523 44346 3472 1 0 2711181 0
[pid=19329/tid=19382] ppid=19326 vsize=10998092 memory=9169 CPUtime=1.42 cores=0,2,4,6
/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 17890 12831 0 0 130 5 4 3 20 0 15 0 107200834 11262046208 44346 33554432000 4194304 4196468 140732237722352 140314388389136 140314306093968 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 14 12831 0 0 1 0 4 3 20 0 15 0 107200835 11262046208 44346 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 11 12831 0 0 1 0 4 3 20 0 15 0 107200835 11262046208 44346 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=10998092 memory=2972 CPUtime=0.08 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 64 12831 0 0 1 0 4 3 20 0 15 0 107200835 11262046208 44346 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=10998092 memory=86756 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 231 12831 0 0 0 0 4 3 20 0 15 0 107200835 11262046208 44346 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19387] ppid=19326 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19329/task/19387/stat : 19387 (java) S 19326 19329 10029 0 -1 1077944384 51 12831 0 0 1 0 4 3 20 0 15 0 107200836 11262046208 44346 33554432000 4194304 4196468 140732237722352 140313909590256 140314416589442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19388] ppid=19326 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19388/stat : 19388 (java) S 19326 19329 10029 0 -1 1077944384 14 12831 0 0 0 0 4 3 20 0 15 0 107200837 11262046208 44346 33554432000 4194304 4196468 140732237722352 140313226110176 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19389] ppid=19326 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19389/stat : 19389 (java) S 19326 19329 10029 0 -1 1077944384 42 12831 0 0 0 0 4 3 20 0 15 0 107200837 11262046208 44346 33554432000 4194304 4196468 140732237722352 140313158996736 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19390] ppid=19326 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19390/stat : 19390 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11262046208 44346 33554432000 4194304 4196468 140732237722352 140312851601360 140314416596891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19391] ppid=19326 vsize=10998092 memory=4638778398332698720 CPUtime=0.25 cores=0,2,4,6
/proc/19329/task/19391/stat : 19391 (java) S 19326 19329 10029 0 -1 1077944384 803 12831 0 0 18 0 4 3 20 0 15 0 107200840 11262046208 44346 33554432000 4194304 4196468 140732237722352 140313908538096 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19392] ppid=19326 vsize=10998092 memory=279674043800448 CPUtime=0.31 cores=0,2,4,6
/proc/19329/task/19392/stat : 19392 (java) R 19326 19329 10029 0 -1 4202560 1350 12831 0 0 24 0 4 3 20 0 15 0 107200840 11262046208 44346 33554432000 4194304 4196468 140732237722352 140313907485648 140314397158721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19393] ppid=19326 vsize=10998092 memory=6944656592452807323 CPUtime=0.4 cores=0,2,4,6
/proc/19329/task/19393/stat : 19393 (java) S 19326 19329 10029 0 -1 1077944384 1273 12831 0 0 33 0 4 3 20 0 15 0 107200840 11262046208 44346 33554432000 4194304 4196468 140732237722352 140313906432496 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19394] ppid=19326 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19394/stat : 19394 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11262046208 44346 33554432000 4194304 4196468 140732237722352 140312420805472 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19395] ppid=19326 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19395/stat : 19395 (java) S 19326 19329 10029 0 -1 1077944384 1 12831 0 0 0 0 4 3 20 0 15 0 107200840 11262046208 44346 33554432000 4194304 4196468 140732237722352 140313905379888 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 53552 12831 0 0 10144 20 4 3 20 0 15 0 107200834 11345952768 200825 33554432000 4194304 4196468 140732237722352 140314388412848 140313992960151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=11080032 memory=803300 CPUtime=0.3 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 1325 12831 0 0 20 3 4 3 20 0 15 0 107200835 11345952768 200825 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=11080032 memory=56 CPUtime=0.31 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 392 12831 0 0 21 3 4 3 20 0 15 0 107200835 11345952768 200825 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=11080032 memory=803300 CPUtime=0.3 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 1672 12831 0 0 19 4 4 3 20 0 15 0 107200835 11345952768 200825 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=11080032 memory=56 CPUtime=0.31 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 3833 12831 0 0 19 5 4 3 20 0 15 0 107200835 11345952768 200825 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19387] ppid=19326 vsize=11080032 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/19329/task/19387/stat : 19387 (java) S 19326 19329 10029 0 -1 1077944384 2967 12831 0 0 19 1 4 3 20 0 15 0 107200836 11345952768 200825 33554432000 4194304 4196468 140732237722352 140313909590256 140314416589442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19388] ppid=19326 vsize=11080032 memory=15316 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19388/stat : 19388 (java) S 19326 19329 10029 0 -1 1077944384 15 12831 0 0 0 0 4 3 20 0 15 0 107200837 11345952768 200825 33554432000 4194304 4196468 140732237722352 140313226110240 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19389] ppid=19326 vsize=11080032 memory=803300 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19389/stat : 19389 (java) S 19326 19329 10029 0 -1 1077944384 42 12831 0 0 0 0 4 3 20 0 15 0 107200837 11345952768 200825 33554432000 4194304 4196468 140732237722352 140313158996736 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19390] ppid=19326 vsize=11080032 memory=3544 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19390/stat : 19390 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11345952768 200825 33554432000 4194304 4196468 140732237722352 140312851601360 140314416596891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19391] ppid=19326 vsize=11080032 memory=4465 CPUtime=4.65 cores=0,2,4,6
/proc/19329/task/19391/stat : 19391 (java) S 19326 19329 10029 0 -1 1077944384 19085 12831 0 0 455 3 4 3 20 0 15 0 107200840 11345952768 200825 33554432000 4194304 4196468 140732237722352 140313908538096 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19392] ppid=19326 vsize=11080032 memory=4420 CPUtime=4.29 cores=0,2,4,6
/proc/19329/task/19392/stat : 19392 (java) S 19326 19329 10029 0 -1 1077944384 16425 12831 0 0 420 2 4 3 20 0 15 0 107200840 11345952768 200825 33554432000 4194304 4196468 140732237722352 140313907485552 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19393] ppid=19326 vsize=11080032 memory=3544 CPUtime=2 cores=0,2,4,6
/proc/19329/task/19393/stat : 19393 (java) S 19326 19329 10029 0 -1 1077944384 14807 12831 0 0 189 4 4 3 20 0 15 0 107200840 11345952768 200825 33554432000 4194304 4196468 140732237722352 140313906432496 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19394] ppid=19326 vsize=11080032 memory=27204 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19394/stat : 19394 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11345952768 200825 33554432000 4194304 4196468 140732237722352 140312420805472 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19395] ppid=19326 vsize=11080032 memory=776 CPUtime=0.11 cores=0,2,4,6
/proc/19329/task/19395/stat : 19395 (java) S 19326 19329 10029 0 -1 1077944384 835 12831 0 0 2 2 4 3 20 0 15 0 107200840 11345952768 200825 33554432000 4194304 4196468 140732237722352 140313905379888 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 113.75 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 803300 KiB

[startup+162.301 s]
/proc/loadavg: 1.59 1.64 1.75 3/215 19528
/proc/meminfo: memFree=22861452/32770624 swapFree=67028828/67108860
[pid=19329] ppid=19326 vsize=11080032 memory=803408 CPUtime=175.54 cores=0,2,4,6
/proc/19329/stat : 19329 (java) S 19326 19329 10029 0 -1 1077944320 127901 12831 0 0 17488 59 4 3 20 0 15 0 107200825 11345952768 200852 33554432000 4194304 4196468 140732237722352 140732237704896 140314416578295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
/proc/19329/statm: 2770008 200852 3529 1 0 2731661 0
[pid=19329/tid=19382] ppid=19326 vsize=11080032 memory=803408 CPUtime=161.15 cores=0,2,4,6
/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 54791 12831 0 0 16085 23 4 3 20 0 15 0 107200834 11345952768 200852 33554432000 4194304 4196468 140732237722352 140314388413648 140313996135212 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=11080032 memory=803408 CPUtime=0.55 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 2507 12831 0 0 43 5 4 3 20 0 15 0 107200835 11345952768 200852 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=11080032 memory=803408 CPUtime=0.56 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 465 12831 0 0 44 5 4 3 20 0 15 0 107200835 11345952768 200852 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=11080032 memory=803408 CPUtime=0.55 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 2239 12831 0 0 43 5 4 3 20 0 15 0 107200835 11345952768 200852 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=11080032 memory=803408 CPUtime=0.56 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 3917 12831 0 0 43 6 4 3 20 0 15 0 107200835 11345952768 200852 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19387] ppid=19326 vsize=11080032 memory=1876 CPUtime=0.5 cores=0,2,4,6
/proc/19329/task/19387/stat : 19387 (java) S 19326 19329 10029 0 -1 1077944384 3291 12831 0 0 41 2 4 3 20 0 15 0 107200836 11345952768 200852 33554432000 4194304 4196468 140732237722352 140313909590256 140314416589442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19388] ppid=19326 vsize=11080032 memory=803408 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19388/stat : 19388 (java) S 19326 19329 10029 0 -1 1077944384 15 12831 0 0 0 0 4 3 20 0 15 0 107200837 11345952768 200852 33554432000 4194304 4196468 140732237722352 140313226110240 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19389] ppid=19326 vsize=11080032 memory=803408 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19389/stat : 19389 (java) S 19326 19329 10029 0 -1 1077944384 42 12831 0 0 0 0 4 3 20 0 15 0 107200837 11345952768 200852 33554432000 4194304 4196468 140732237722352 140313158996736 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19390] ppid=19326 vsize=11080032 memory=3544 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19390/stat : 19390 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11345952768 200852 33554432000 4194304 4196468 140732237722352 140312851601360 140314416596891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19391] ppid=19326 vsize=11080032 memory=803408 CPUtime=5.09 cores=0,2,4,6
/proc/19329/task/19391/stat : 19391 (java) S 19326 19329 10029 0 -1 1077944384 20351 12831 0 0 499 3 4 3 20 0 15 0 107200840 11345952768 200852 33554432000 4194304 4196468 140732237722352 140313908538096 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19392] ppid=19326 vsize=11080032 memory=15316 CPUtime=4.81 cores=0,2,4,6
/proc/19329/task/19392/stat : 19392 (java) S 19326 19329 10029 0 -1 1077944384 20479 12831 0 0 471 3 4 3 20 0 15 0 107200840 11345952768 200852 33554432000 4194304 4196468 140732237722352 140313907485552 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19393] ppid=19326 vsize=11080032 memory=796 CPUtime=2.15 cores=0,2,4,6
/proc/19329/task/19393/stat : 19393 (java) S 19326 19329 10029 0 -1 1077944384 16751 12831 0 0 204 4 4 3 20 0 15 0 107200840 11345952768 200852 33554432000 4194304 4196468 140732237722352 140313906432496 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19394] ppid=19326 vsize=11080032 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19394/stat : 19394 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11345952768 200852 33554432000 4194304 4196468 140732237722352 140312420805472 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19395] ppid=19326 vsize=11080032 memory=6791534058613427641 CPUtime=0.15 cores=0,2,4,6
/proc/19329/task/19395/stat : 19395 (java) S 19326 19329 10029 0 -1 1077944384 854 12831 0 0 4 4 4 3 20 0 15 0 107200840 11345952768 200852 33554432000 4194304 4196468 140732237722352 140313905379888 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 175.54 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 803408 KiB

[startup+222.301 s]
/proc/loadavg: 1.33 1.55 1.71 3/215 19529
/proc/meminfo: memFree=21193640/32770624 swapFree=67028828/67108860
[pid=19329] ppid=19326 vsize=11080032 memory=805536 CPUtime=238.07 cores=0,2,4,6
/proc/19329/stat : 19329 (java) S 19326 19329 10029 0 -1 1077944320 134510 12831 0 0 23732 68 4 3 20 0 15 0 107200825 11345952768 201384 33554432000 4194304 4196468 140732237722352 140732237704896 140314416578295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
/proc/19329/statm: 2770008 201384 3529 1 0 2731661 0
[pid=19329/tid=19382] ppid=19326 vsize=11080032 memory=3544 CPUtime=220.54 cores=0,2,4,6
/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 55922 12831 0 0 22022 25 4 3 20 0 15 0 107200834 11345952768 201384 33554432000 4194304 4196468 140732237722352 140314388410464 140313993605595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=11080032 memory=805536 CPUtime=0.82 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 3039 12831 0 0 69 6 4 3 20 0 15 0 107200835 11345952768 201384 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=11080032 memory=805536 CPUtime=0.82 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 511 12831 0 0 69 6 4 3 20 0 15 0 107200835 11345952768 201384 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=11080032 memory=805536 CPUtime=0.81 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 2257 12831 0 0 68 6 4 3 20 0 15 0 107200835 11345952768 201384 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=11080032 memory=805536 CPUtime=0.81 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 4006 12831 0 0 67 7 4 3 20 0 15 0 107200835 11345952768 201384 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19387] ppid=19326 vsize=11080032 memory=805536 CPUtime=0.75 cores=0,2,4,6
/proc/19329/task/19387/stat : 19387 (java) S 19326 19329 10029 0 -1 1077944384 3558 12831 0 0 64 4 4 3 20 0 15 0 107200836 11345952768 201384 33554432000 4194304 4196468 140732237722352 140313909590256 140314416589442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19388] ppid=19326 vsize=11080032 memory=805536 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19388/stat : 19388 (java) S 19326 19329 10029 0 -1 1077944384 15 12831 0 0 0 0 4 3 20 0 15 0 107200837 11345952768 201384 33554432000 4194304 4196468 140732237722352 140313226110240 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19389] ppid=19326 vsize=11080032 memory=3544 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19389/stat : 19389 (java) S 19326 19329 10029 0 -1 1077944384 42 12831 0 0 0 0 4 3 20 0 15 0 107200837 11345952768 201384 33554432000 4194304 4196468 140732237722352 140313158996736 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19390] ppid=19326 vsize=11080032 memory=805536 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19390/stat : 19390 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11345952768 201384 33554432000 4194304 4196468 140732237722352 140312851601360 140314416596891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19391] ppid=19326 vsize=11080032 memory=3544 CPUtime=5.84 cores=0,2,4,6
/proc/19329/task/19391/stat : 19391 (java) S 19326 19329 10029 0 -1 1077944384 22093 12831 0 0 573 4 4 3 20 0 15 0 107200840 11345952768 201384 33554432000 4194304 4196468 140732237722352 140313908538096 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19392] ppid=19326 vsize=11080032 memory=805536 CPUtime=5.54 cores=0,2,4,6
/proc/19329/task/19392/stat : 19392 (java) S 19326 19329 10029 0 -1 1077944384 21650 12831 0 0 544 3 4 3 20 0 15 0 107200840 11345952768 201384 33554432000 4194304 4196468 140732237722352 140313907485552 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19393] ppid=19326 vsize=11080032 memory=796 CPUtime=2.46 cores=0,2,4,6
/proc/19329/task/19393/stat : 19393 (java) S 19326 19329 10029 0 -1 1077944384 18340 12831 0 0 234 5 4 3 20 0 15 0 107200840 11345952768 201384 33554432000 4194304 4196468 140732237722352 140313906432496 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19394] ppid=19326 vsize=11080032 memory=15316 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19394/stat : 19394 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11345952768 201384 33554432000 4194304 4196468 140732237722352 140312420805472 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19395] ppid=19326 vsize=11080032 memory=3604 CPUtime=0.2 cores=0,2,4,6
/proc/19329/task/19395/stat : 19395 (java) S 19326 19329 10029 0 -1 1077944384 878 12831 0 0 7 6 4 3 20 0 15 0 107200840 11345952768 201384 33554432000 4194304 4196468 140732237722352 140313905379888 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 238.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 805536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.801 s]
/proc/loadavg: 1.36 1.55 1.71 3/215 19529
/proc/meminfo: memFree=21060152/32770624 swapFree=67028828/67108860
[pid=19329] ppid=19326 vsize=11080032 memory=805612 CPUtime=252.02 cores=0,2,4,6
/proc/19329/stat : 19329 (java) S 19326 19329 10029 0 -1 1077944320 138063 12831 0 0 25125 70 4 3 20 0 15 0 107200825 11345952768 201403 33554432000 4194304 4196468 140732237722352 140732237704896 140314416578295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
/proc/19329/statm: 2770008 201403 3529 1 0 2731661 0
[pid=19329/tid=19382] ppid=19326 vsize=11080032 memory=15128 CPUtime=233.92 cores=0,2,4,6
/proc/19329/task/19382/stat : 19382 (java) R 19326 19329 10029 0 -1 4202560 56282 12831 0 0 23360 25 4 3 20 0 15 0 107200834 11345952768 201403 33554432000 4194304 4196468 140732237722352 140314388412232 140313993576708 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19383] ppid=19326 vsize=11080032 memory=640 CPUtime=0.88 cores=0,2,4,6
/proc/19329/task/19383/stat : 19383 (java) S 19326 19329 10029 0 -1 1077944384 3104 12831 0 0 75 6 4 3 20 0 15 0 107200835 11345952768 201403 33554432000 4194304 4196468 140732237722352 140314420821008 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19384] ppid=19326 vsize=11080032 memory=1760 CPUtime=0.88 cores=0,2,4,6
/proc/19329/task/19384/stat : 19384 (java) S 19326 19329 10029 0 -1 1077944384 538 12831 0 0 75 6 4 3 20 0 15 0 107200835 11345952768 201403 33554432000 4194304 4196468 140732237722352 140314302086288 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19385] ppid=19326 vsize=11080032 memory=15316 CPUtime=0.87 cores=0,2,4,6
/proc/19329/task/19385/stat : 19385 (java) S 19326 19329 10029 0 -1 1077944384 2275 12831 0 0 74 6 4 3 20 0 15 0 107200835 11345952768 201403 33554432000 4194304 4196468 140732237722352 140314301033232 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19386] ppid=19326 vsize=11080032 memory=3604 CPUtime=0.87 cores=0,2,4,6
/proc/19329/task/19386/stat : 19386 (java) S 19326 19329 10029 0 -1 1077944384 5114 12831 0 0 72 8 4 3 20 0 15 0 107200835 11345952768 201403 33554432000 4194304 4196468 140732237722352 140313954540432 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19387] ppid=19326 vsize=11080032 memory=13864 CPUtime=0.79 cores=0,2,4,6
/proc/19329/task/19387/stat : 19387 (java) S 19326 19329 10029 0 -1 1077944384 3600 12831 0 0 68 4 4 3 20 0 15 0 107200836 11345952768 201403 33554432000 4194304 4196468 140732237722352 140313909590256 140314416589442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19388] ppid=19326 vsize=11080032 memory=15128 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19388/stat : 19388 (java) S 19326 19329 10029 0 -1 1077944384 15 12831 0 0 0 0 4 3 20 0 15 0 107200837 11345952768 201403 33554432000 4194304 4196468 140732237722352 140313226110240 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19389] ppid=19326 vsize=11080032 memory=640 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19389/stat : 19389 (java) S 19326 19329 10029 0 -1 1077944384 42 12831 0 0 0 0 4 3 20 0 15 0 107200837 11345952768 201403 33554432000 4194304 4196468 140732237722352 140313158996736 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19390] ppid=19326 vsize=11080032 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19390/stat : 19390 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11345952768 201403 33554432000 4194304 4196468 140732237722352 140312851601360 140314416596891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19391] ppid=19326 vsize=11080032 memory=960 CPUtime=5.95 cores=0,2,4,6
/proc/19329/task/19391/stat : 19391 (java) S 19326 19329 10029 0 -1 1077944384 22504 12831 0 0 584 4 4 3 20 0 15 0 107200840 11345952768 201403 33554432000 4194304 4196468 140732237722352 140313908538096 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19392] ppid=19326 vsize=11080032 memory=1220 CPUtime=5.67 cores=0,2,4,6
/proc/19329/task/19392/stat : 19392 (java) S 19326 19329 10029 0 -1 1077944384 22593 12831 0 0 556 4 4 3 20 0 15 0 107200840 11345952768 201403 33554432000 4194304 4196468 140732237722352 140313907485552 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19393] ppid=19326 vsize=11080032 memory=1612 CPUtime=2.52 cores=0,2,4,6
/proc/19329/task/19393/stat : 19393 (java) S 19326 19329 10029 0 -1 1077944384 18888 12831 0 0 240 5 4 3 20 0 15 0 107200840 11345952768 201403 33554432000 4194304 4196468 140732237722352 140313906432496 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19394] ppid=19326 vsize=11080032 memory=2164 CPUtime=0.07 cores=0,2,4,6
/proc/19329/task/19394/stat : 19394 (java) S 19326 19329 10029 0 -1 1077944384 3 12831 0 0 0 0 4 3 20 0 15 0 107200840 11345952768 201403 33554432000 4194304 4196468 140732237722352 140312420805472 140314416588501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
[pid=19329/tid=19395] ppid=19326 vsize=11080032 memory=3700 CPUtime=0.2 cores=0,2,4,6
/proc/19329/task/19395/stat : 19395 (java) S 19326 19329 10029 0 -1 1077944384 909 12831 0 0 7 6 4 3 20 0 15 0 107200840 11345952768 201403 33554432000 4194304 4196468 140732237722352 140313905379888 140314416589442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16306176 140732237728370 140732237731169 140732237731169 140732237733839 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 805612 KiB

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

[startup+235.842 s]
# the end of solver process 19329 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.329 s, system=0.751847 s

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

Child status: 143
Real time (s): 235.842
CPU time (s): 252.081
CPU user time (s): 251.329
CPU system time (s): 0.751847
CPU usage (%): 106.886
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 808928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.329
system time used= 0.751847
maximum resident set size= 808928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30207
involuntary context switches= 823


# summary of solver processes directly reported to runsolver:
#   pid: 19329
#   total CPU time (s): 252.081
#   total CPU user time (s): 251.329
#   total CPU system time (s): 0.751847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30537 second user time and 2.30119 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:32:56
IDJOB=4302407
IDBENCH=141253
IDSOLVER=2776
FILE ID=node102/4302407-1532896376
RUNJOBID= node102-1532894154-16078
PBS_JOBID= 21022526
Free space on /tmp= 52952 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had14_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302407-1532896376/watcher-4302407-1532896376 -o /tmp/evaluation-result-4302407-1532896376/solver-4302407-1532896376 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=274566541 HOME/instance-4302407-1532896376.xml

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

MD5SUM BENCH= 1b212baf1dbc84cffd3dcab4dc49ff1b
RANDOM SEED=274566541

node102.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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:        25547036 kB
MemAvailable:   30825956 kB
Buffers:          234500 kB
Cached:          5288636 kB
SwapCached:        53024 kB
Active:          2372392 kB
Inactive:        4325964 kB
Active(anon):    1101468 kB
Inactive(anon):    99168 kB
Active(file):    1270924 kB
Inactive(file):  4226796 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028828 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:       1141132 kB
Mapped:            51308 kB
Shmem:             22592 kB
Slab:             223340 kB
SReclaimable:     194068 kB
SUnreclaim:        29272 kB
KernelStack:        3792 kB
PageTables:         7884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2451716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52716 MiB
End job on node102 at 2018-07-29 22:36:53