Trace number 4293826

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)3500 2520.11 2481.63

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had20_c18.xml
MD5SUM1a91d8580332af2f3782d1e605995059
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3467
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints191
Number of domains2
Minimum domain size11
Maximum domain size20
Distribution of domain sizes[{"size":11,"count":190},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":210},{"degree":2,"count":190},{"degree":20,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":190},{"arity":20,"count":1}]
Number of extensional constraints190
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":190},{"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
10.39/4.73	o 3788
10.39/4.76	o 3783
10.39/4.77	o 3765
10.39/4.78	o 3747
10.39/4.79	o 3732
10.73/4.81	o 3696
10.73/4.84	o 3690
12.08/5.28	o 3688
12.08/5.29	o 3687
12.40/5.33	o 3670
12.40/5.39	o 3658
12.71/5.43	o 3656
12.71/5.44	o 3655
13.48/5.72	o 3639
17.76/8.51	o 3636
17.76/8.55	o 3630
17.76/8.59	o 3625
17.76/8.59	o 3621
17.95/8.60	o 3614
17.95/8.62	o 3611
18.10/8.79	o 3610
18.21/8.81	o 3608
18.21/8.83	o 3607
18.65/9.29	o 3599
18.79/9.30	o 3593
18.79/9.31	o 3587
25.71/15.25	o 3550
25.71/15.27	o 3548
25.71/15.28	o 3542
26.06/15.55	o 3538
36.11/25.12	o 3534
36.30/25.31	o 3516
88.05/76.00	o 3508
89.19/77.10	o 3504
1209.75/1185.49	o 3500
2520.06/2481.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2481.61		at concrete.MAC.mac(MAC.scala:188)
2520.06/2481.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2481.61		at scala.util.Try$.apply(Try.scala:209)
2520.06/2481.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2481.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2481.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2481.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2481.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2481.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2481.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2481.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2481.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2481.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2481.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2481.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2481.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2481.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2481.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2481.61		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2481.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2481.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2481.61		at scala.util.Success.map(Try.scala:209)
2520.06/2481.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2481.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2481.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2481.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2481.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2481.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2481.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2481.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2481.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2481.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2481.61		at scala.App.main(App.scala:76)
2520.06/2481.61		at scala.App.main$(App.scala:74)
2520.06/2481.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2481.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2481.61	v <instantiation cost="3500">
2520.06/2481.61	v       <list>
2520.06/2481.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] 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[0][16] d[0][17] d[0][18] d[0][19] 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[1][16] d[1][17] d[1][18] d[1][19] 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[2][16] d[2][17] d[2][18] d[2][19] 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[3][16] d[3][17] d[3][18] d[3][19] 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[4][16] d[4][17] d[4][18] d[4][19] 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[5][16] d[5][17] d[5][18] d[5][19] 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[6][16] d[6][17] d[6][18] d[6][19] 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[7][16] d[7][17] d[7][18] d[7][19] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[15][16] d[15][17] d[15][18] d[15][19] d[16][17] d[16][18] d[16][19] d[17][18] d[17][19] d[18][19]
2520.06/2481.61	v       </list>
2520.06/2481.61	v       <values>
2520.06/2481.61	v         19 16 2 6 9 13 11 17 1 5 18 0 15 3 7 14 4 12 10 8 7 5 9 7 3 2 6 6 4 4 4 3 5 2 1 5 7 6 3 5 7 6 2 4 3 6 3 7 6 6 3 4 5 4 5 5 4 4 6 6 6 7 6 4 6 4 6 2 4 2 6 5 3 2 4 8 7 6 9 8 3 6 6 3 6 5 3 1 6 8 6 7 10 7 5 6 1 5 4 5 5 7 5 7 4 5 4 6 8 8 5 3 4 5 5 3 5 5 5 6 7 5 8 6 5 6 3 4 7 6 9 2 6 3 5 8 8 2 4 6 4 2 3 7 9 5 3 2 3 2 3 7 9 4 2 6 5 4 5 5 5 4 1 7 5 9 7 5 5 7 5 3 4 5 5 6 6 4 8 1 4 5 8 4 8 3 4 8 5 3 7 5 3 3 9 9 4 7 5 1 3 7 1 4 7 6 5 6 4 5
2520.06/2481.61	v       </values>
2520.06/2481.61	v     </instantiation>
2520.06/2481.61	s SATISFIABLE

Verifier Data

OK	3500

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293826-1532328979/watcher-4293826-1532328979 -o /tmp/evaluation-result-4293826-1532328979/solver-4293826-1532328979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532297041-4849 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1872276531 -superng HOME/instance-4293826-1532328979.xml 

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

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=10837, runsolver pid=10834

[startup+0.100114 s]*
/proc/loadavg: 0.67 0.91 1.21 2/185 10894
/proc/meminfo: memFree=22879136/32770624 swapFree=67108860/67108860
[pid=10837] ppid=10834 vsize=9972712 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/10837/stat : 10837 (java) S 10834 10837 4818 0 -1 1077944320 4243 13187 0 0 1 0 4 3 20 0 6 0 50461193 10212057088 4582 33554432000 4194304 4196468 140733883094048 140733883076592 139638546915063 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
/proc/10837/statm: 2493178 4582 1930 1 0 2481616 0
[pid=10837/tid=10890] ppid=10834 vsize=9972712 memory=-8035107114841901037 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 2061 13187 0 0 1 0 4 3 20 0 6 0 50461201 10212057088 4582 33554432000 4194304 4196468 140733883094048 139638518751824 139638532597589 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=9972712 memory=-5738297875903123798 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 50461202 10212057088 4582 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=9972712 memory=140054277092992 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 50461202 10212057088 4582 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 50461202 10212057088 4582 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 6 0 50461202 10212057088 4582 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.20954 s]*
/proc/loadavg: 0.67 0.91 1.21 2/194 10903
/proc/meminfo: memFree=22859952/32770624 swapFree=67108860/67108860
[pid=10837] ppid=10834 vsize=10818904 memory=45028 CPUtime=0.25 cores=0,2,4,6
/proc/10837/stat : 10837 (java) S 10834 10837 4818 0 -1 1077944320 9121 13187 0 0 17 1 4 3 20 0 15 0 50461193 11078557696 11257 33554432000 4194304 4196468 140733883094048 140733883076592 139638546915063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
/proc/10837/statm: 2704726 11257 2960 1 0 2667149 0
[pid=10837/tid=10890] ppid=10834 vsize=10818936 memory=8318255677412212789 CPUtime=0.19 cores=0,2,4,6
/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 5750 13187 0 0 11 1 4 3 20 0 15 0 50461201 11078590464 11257 33554432000 4194304 4196468 140733883094048 139638518739872 139638539594781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=10818936 memory=329 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11078590464 11257 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=10818936 memory=3544533641137976992 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11078590464 11257 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11078590464 11257 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 50461202 11078590464 11257 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10895] ppid=10834 vsize=10818936 memory=140054277092992 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10895/stat : 10895 (java) S 10834 10837 4818 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 50461204 11078590464 11257 33554432000 4194304 4196468 140733883094048 139637550267120 139638546926210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10896] ppid=10834 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10896/stat : 10896 (java) S 10834 10837 4818 0 -1 1077944384 33 13187 0 0 0 0 4 3 20 0 15 0 50461204 11078557696 11257 33554432000 4194304 4196468 140733883094048 139637549213344 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10897] ppid=10834 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10897/stat : 10897 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461204 11078557696 11257 33554432000 4194304 4196468 140733883094048 139637439849712 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10898] ppid=10834 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10898/stat : 10898 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11078557696 11257 33554432000 4194304 4196468 140733883094048 139637132450256 139638546933659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10899] ppid=10834 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10899/stat : 10899 (java) S 10834 10837 4818 0 -1 1077944384 550 13187 0 0 1 0 4 3 20 0 15 0 50461207 11078557696 11257 33554432000 4194304 4196468 140733883094048 139637515655408 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10900] ppid=10834 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10900/stat : 10900 (java) S 10834 10837 4818 0 -1 1077944384 56 13187 0 0 0 0 4 3 20 0 15 0 50461207 11078557696 11257 33554432000 4194304 4196468 140733883094048 139637514602864 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10901] ppid=10834 vsize=10818904 memory=140054277092992 CPUtime=0.1 cores=0,2,4,6
/proc/10837/task/10901/stat : 10901 (java) S 10834 10837 4818 0 -1 1077944384 545 13187 0 0 3 0 4 3 20 0 15 0 50461207 11078557696 11257 33554432000 4194304 4196468 140733883094048 139637513549808 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10902] ppid=10834 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10902/stat : 10902 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11078557696 11257 33554432000 4194304 4196468 140733883094048 139637098891616 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10903] ppid=10834 vsize=10818904 memory=140054277092992 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10903/stat : 10903 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461207 11078557696 11257 33554432000 4194304 4196468 140733883094048 139637512498224 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45028 KiB

[startup+0.31015 s]*
/proc/loadavg: 0.67 0.91 1.21 2/194 10903
/proc/meminfo: memFree=22847044/32770624 swapFree=67108860/67108860
[pid=10837] ppid=10834 vsize=10819352 memory=52904 CPUtime=0.38 cores=0,2,4,6
/proc/10837/stat : 10837 (java) S 10834 10837 4818 0 -1 1077944320 10331 13187 0 0 29 2 4 3 20 0 15 0 50461193 11079016448 13226 33554432000 4194304 4196468 140733883094048 140733883076592 139638546915063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
/proc/10837/statm: 2704838 13226 3079 1 0 2667149 0
[pid=10837/tid=10890] ppid=10834 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 6938 13187 0 0 19 2 4 3 20 0 15 0 50461201 11079016448 13226 33554432000 4194304 4196468 140733883094048 139638518727072 139638539156453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11079016448 13226 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11079016448 13226 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11079016448 13226 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 50461202 11079016448 13226 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10895] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10895/stat : 10895 (java) S 10834 10837 4818 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 50461204 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637550267120 139638546926210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10896] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10896/stat : 10896 (java) S 10834 10837 4818 0 -1 1077944384 33 13187 0 0 0 0 4 3 20 0 15 0 50461204 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637549213344 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10897] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10897/stat : 10897 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461204 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637439849712 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10898] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10898/stat : 10898 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637132450256 139638546933659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10899] ppid=10834 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10899/stat : 10899 (java) S 10834 10837 4818 0 -1 1077944384 550 13187 0 0 1 0 4 3 20 0 15 0 50461207 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637515655408 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10900] ppid=10834 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10900/stat : 10900 (java) S 10834 10837 4818 0 -1 1077944384 57 13187 0 0 1 0 4 3 20 0 15 0 50461207 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637514602864 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10901] ppid=10834 vsize=10819352 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/10837/task/10901/stat : 10901 (java) R 10834 10837 4818 0 -1 4202560 556 13187 0 0 5 0 4 3 20 0 15 0 50461207 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637513549808 139638546936410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10902] ppid=10834 vsize=10819352 memory=140054277092992 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10902/stat : 10902 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637098891616 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10903] ppid=10834 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10903/stat : 10903 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461207 11079016448 13226 33554432000 4194304 4196468 140733883094048 139637512498224 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52904 KiB

[startup+0.700727 s]
/proc/loadavg: 0.67 0.91 1.21 2/194 10903
/proc/meminfo: memFree=22838036/32770624 swapFree=67108860/67108860
[pid=10837] ppid=10834 vsize=10819352 memory=85124 CPUtime=0.99 cores=0,2,4,6
/proc/10837/stat : 10837 (java) S 10834 10837 4818 0 -1 1077944320 16392 13187 0 0 88 4 4 3 20 0 15 0 50461193 11079016448 21281 33554432000 4194304 4196468 140733883094048 140733883076592 139638546915063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
/proc/10837/statm: 2704838 21281 3238 1 0 2667149 0
[pid=10837/tid=10890] ppid=10834 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 11951 13187 0 0 57 2 4 3 20 0 15 0 50461201 11079016448 21281 33554432000 4194304 4196468 140733883094048 139638518735888 139638532080735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11079016448 21281 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11079016448 21281 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=10819352 memory=656 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461202 11079016448 21281 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=10819352 memory=280108237723064 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 50461202 11079016448 21281 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10895] ppid=10834 vsize=10819352 memory=2361762252289 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10895/stat : 10895 (java) S 10834 10837 4818 0 -1 1077944384 5 13187 0 0 0 0 4 3 20 0 15 0 50461204 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637550267120 139638546926210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10896] ppid=10834 vsize=10819352 memory=2110404726038724 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10896/stat : 10896 (java) S 10834 10837 4818 0 -1 1077944384 33 13187 0 0 0 0 4 3 20 0 15 0 50461204 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637549213344 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10897] ppid=10834 vsize=10819352 memory=470 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10897/stat : 10897 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461204 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637439849712 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10898] ppid=10834 vsize=10819352 memory=52 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10898/stat : 10898 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637132450256 139638546933659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10899] ppid=10834 vsize=10819352 memory=123 CPUtime=0.14 cores=0,2,4,6
/proc/10837/task/10899/stat : 10899 (java) S 10834 10837 4818 0 -1 1077944384 962 13187 0 0 7 0 4 3 20 0 15 0 50461207 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637515655408 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10900] ppid=10834 vsize=10819352 memory=83 CPUtime=0.16 cores=0,2,4,6
/proc/10837/task/10900/stat : 10900 (java) S 10834 10837 4818 0 -1 1077944384 636 13187 0 0 9 0 4 3 20 0 15 0 50461207 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637514602864 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10901] ppid=10834 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/10837/task/10901/stat : 10901 (java) S 10834 10837 4818 0 -1 1077944384 604 13187 0 0 13 0 4 3 20 0 15 0 50461207 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637513549808 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10902] ppid=10834 vsize=10819352 memory=1815 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10902/stat : 10902 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637098891616 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10903] ppid=10834 vsize=10819352 memory=41 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10903/stat : 10903 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461207 11079016448 21281 33554432000 4194304 4196468 140733883094048 139637512498224 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85124 KiB

[startup+1.50072 s]
/proc/loadavg: 0.67 0.91 1.21 2/194 10903
/proc/meminfo: memFree=22792788/32770624 swapFree=67108860/67108860
[pid=10837] ppid=10834 vsize=10834252 memory=178608 CPUtime=2.39 cores=0,2,4,6
/proc/10837/stat : 10837 (java) S 10834 10837 4818 0 -1 1077944320 25141 13187 0 0 224 8 4 3 20 0 15 0 50461193 11094274048 44652 33554432000 4194304 4196468 140733883094048 140733883076592 139638546915063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
/proc/10837/statm: 2708563 44652 3474 1 0 2670221 0
[pid=10837/tid=10890] ppid=10834 vsize=10834252 memory=119 CPUtime=1.42 cores=0,2,4,6
/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 17496 13187 0 0 130 5 4 3 20 0 15 0 50461201 11094274048 44652 33554432000 4194304 4196468 140733883094048 139638518747008 139638528310266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 180 13187 0 0 1 0 4 3 20 0 15 0 50461202 11094274048 44652 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 11 13187 0 0 1 0 4 3 20 0 15 0 50461202 11094274048 44652 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=10834252 memory=470 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 27 13187 0 0 1 0 4 3 20 0 15 0 50461202 11094274048 44652 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=10834252 memory=52 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 85 13187 0 0 1 0 4 3 20 0 15 0 50461202 11094274048 44652 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10895] ppid=10834 vsize=10834252 memory=123 CPUtime=0.08 cores=0,2,4,6
/proc/10837/task/10895/stat : 10895 (java) S 10834 10837 4818 0 -1 1077944384 1028 13187 0 0 1 0 4 3 20 0 15 0 50461204 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637550267120 139638546926210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10896] ppid=10834 vsize=10834252 memory=83 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10896/stat : 10896 (java) S 10834 10837 4818 0 -1 1077944384 55 13187 0 0 0 0 4 3 20 0 15 0 50461204 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637549213408 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10897] ppid=10834 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10897/stat : 10897 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461204 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637439849712 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10898] ppid=10834 vsize=10834252 memory=1815 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10898/stat : 10898 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637132450256 139638546933659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10899] ppid=10834 vsize=10834252 memory=41 CPUtime=0.33 cores=0,2,4,6
/proc/10837/task/10899/stat : 10899 (java) S 10834 10837 4818 0 -1 1077944384 1647 13187 0 0 26 0 4 3 20 0 15 0 50461207 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637515655408 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10900] ppid=10834 vsize=10834252 memory=56398316 CPUtime=0.31 cores=0,2,4,6
/proc/10837/task/10900/stat : 10900 (java) S 10834 10837 4818 0 -1 1077944384 1119 13187 0 0 24 0 4 3 20 0 15 0 50461207 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637514602864 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10901] ppid=10834 vsize=10834252 memory=2372 CPUtime=0.42 cores=0,2,4,6
/proc/10837/task/10901/stat : 10901 (java) S 10834 10837 4818 0 -1 1077944384 1297 13187 0 0 35 0 4 3 20 0 15 0 50461207 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637513549808 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10902] ppid=10834 vsize=10834252 memory=180 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10902/stat : 10902 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637098891616 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10903] ppid=10834 vsize=10834252 memory=10817 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10903/stat : 10903 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11094274048 44652 33554432000 4194304 4196468 140733883094048 139637512498224 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834252 KiB

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

/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 84591 13187 0 0 230835 38 4 3 20 0 15 0 50461201 11178180608 225278 33554432000 4194304 4196468 140733883094048 139638518750272 139638144518706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=10916192 memory=0 CPUtime=6.83 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 5546 13187 0 0 640 36 4 3 20 0 15 0 50461202 11178180608 225278 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=10916192 memory=901112 CPUtime=6.77 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 12638 13187 0 0 633 37 4 3 20 0 15 0 50461202 11178180608 225278 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=10916192 memory=901112 CPUtime=6.81 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 5877 13187 0 0 641 33 4 3 20 0 15 0 50461202 11178180608 225278 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=10916192 memory=901112 CPUtime=6.82 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 12060 13187 0 0 641 34 4 3 20 0 15 0 50461202 11178180608 225278 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10895] ppid=10834 vsize=10916192 memory=901112 CPUtime=5.23 cores=0,2,4,6
/proc/10837/task/10895/stat : 10895 (java) S 10834 10837 4818 0 -1 1077944384 9974 13187 0 0 488 28 4 3 20 0 15 0 50461204 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637550267120 139638546926210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10896] ppid=10834 vsize=10916192 memory=901112 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10896/stat : 10896 (java) S 10834 10837 4818 0 -1 1077944384 55 13187 0 0 0 0 4 3 20 0 15 0 50461204 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637549213408 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10897] ppid=10834 vsize=10916192 memory=901112 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10897/stat : 10897 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461204 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637439849728 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10898] ppid=10834 vsize=10916192 memory=901112 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10898/stat : 10898 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637132450256 139638546933659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10899] ppid=10834 vsize=10916192 memory=901112 CPUtime=6.83 cores=0,2,4,6
/proc/10837/task/10899/stat : 10899 (java) S 10834 10837 4818 0 -1 1077944384 48681 13187 0 0 670 6 4 3 20 0 15 0 50461207 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637515655408 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10900] ppid=10834 vsize=10916192 memory=901112 CPUtime=6.92 cores=0,2,4,6
/proc/10837/task/10900/stat : 10900 (java) S 10834 10837 4818 0 -1 1077944384 44680 13187 0 0 681 4 4 3 20 0 15 0 50461207 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637514602864 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10901] ppid=10834 vsize=10916192 memory=901112 CPUtime=3.26 cores=0,2,4,6
/proc/10837/task/10901/stat : 10901 (java) S 10834 10837 4818 0 -1 1077944384 46731 13187 0 0 312 7 4 3 20 0 15 0 50461207 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637513549808 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10902] ppid=10834 vsize=10916192 memory=901056 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10902/stat : 10902 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637098891616 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10903] ppid=10834 vsize=10916192 memory=2436 CPUtime=1.31 cores=0,2,4,6
/proc/10837/task/10903/stat : 10903 (java) S 10834 10837 4818 0 -1 1077944384 1140 13187 0 0 65 59 4 3 20 0 15 0 50461207 11178180608 225278 33554432000 4194304 4196468 140733883094048 139637512498224 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 2359.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 901112 KiB

[startup+2382.3 s]
/proc/loadavg: 0.50 0.61 0.72 2/194 10998
/proc/meminfo: memFree=21993344/32770624 swapFree=67108860/67108860
[pid=10837] ppid=10834 vsize=10916192 memory=901136 CPUtime=2419.7 cores=0,2,4,6
/proc/10837/stat : 10837 (java) S 10834 10837 4818 0 -1 1077944320 276810 13187 0 0 241708 255 4 3 20 0 15 0 50461193 11178180608 225284 33554432000 4194304 4196468 140733883094048 140733883076592 139638546915063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
/proc/10837/statm: 2729048 225284 3531 1 0 2690701 0
[pid=10837/tid=10890] ppid=10834 vsize=10916192 memory=901136 CPUtime=2368.46 cores=0,2,4,6
/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 85137 13187 0 0 236801 38 4 3 20 0 15 0 50461201 11178180608 225284 33554432000 4194304 4196468 140733883094048 139638518750464 139638143977760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=10916192 memory=901136 CPUtime=7 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 5883 13187 0 0 656 37 4 3 20 0 15 0 50461202 11178180608 225284 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=10916192 memory=901136 CPUtime=6.94 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 12646 13187 0 0 649 38 4 3 20 0 15 0 50461202 11178180608 225284 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=10916192 memory=901136 CPUtime=6.98 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 5902 13187 0 0 657 34 4 3 20 0 15 0 50461202 11178180608 225284 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=10916192 memory=901136 CPUtime=6.99 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 12137 13187 0 0 657 35 4 3 20 0 15 0 50461202 11178180608 225284 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10895] ppid=10834 vsize=10916192 memory=901136 CPUtime=5.36 cores=0,2,4,6
/proc/10837/task/10895/stat : 10895 (java) S 10834 10837 4818 0 -1 1077944384 10160 13187 0 0 501 28 4 3 20 0 15 0 50461204 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637550267120 139638546926210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10896] ppid=10834 vsize=10916192 memory=901136 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10896/stat : 10896 (java) S 10834 10837 4818 0 -1 1077944384 55 13187 0 0 0 0 4 3 20 0 15 0 50461204 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637549213408 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10897] ppid=10834 vsize=10916192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10897/stat : 10897 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461204 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637439849728 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10898] ppid=10834 vsize=10916192 memory=901136 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10898/stat : 10898 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637132450256 139638546933659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10899] ppid=10834 vsize=10916192 memory=901136 CPUtime=6.88 cores=0,2,4,6
/proc/10837/task/10899/stat : 10899 (java) S 10834 10837 4818 0 -1 1077944384 48958 13187 0 0 675 6 4 3 20 0 15 0 50461207 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637515655408 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10900] ppid=10834 vsize=10916192 memory=321 CPUtime=6.97 cores=0,2,4,6
/proc/10837/task/10900/stat : 10900 (java) S 10834 10837 4818 0 -1 1077944384 45281 13187 0 0 686 4 4 3 20 0 15 0 50461207 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637514602864 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10901] ppid=10834 vsize=10916192 memory=901136 CPUtime=3.3 cores=0,2,4,6
/proc/10837/task/10901/stat : 10901 (java) S 10834 10837 4818 0 -1 1077944384 47299 13187 0 0 316 7 4 3 20 0 15 0 50461207 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637513549808 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10902] ppid=10834 vsize=10916192 memory=9920 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10902/stat : 10902 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637098891616 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10903] ppid=10834 vsize=10916192 memory=901136 CPUtime=1.34 cores=0,2,4,6
/proc/10837/task/10903/stat : 10903 (java) S 10834 10837 4818 0 -1 1077944384 1157 13187 0 0 66 61 4 3 20 0 15 0 50461207 11178180608 225284 33554432000 4194304 4196468 140733883094048 139637512498224 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 2419.7 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 901136 KiB

[startup+2442.3 s]
/proc/loadavg: 0.50 0.59 0.70 2/194 10999
/proc/meminfo: memFree=21993220/32770624 swapFree=67108860/67108860
[pid=10837] ppid=10834 vsize=10916192 memory=901196 CPUtime=2480.34 cores=0,2,4,6
/proc/10837/stat : 10837 (java) S 10834 10837 4818 0 -1 1077944320 279357 13187 0 0 247766 261 4 3 20 0 15 0 50461193 11178180608 225299 33554432000 4194304 4196468 140733883094048 140733883076592 139638546915063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
/proc/10837/statm: 2729048 225299 3531 1 0 2690701 0
[pid=10837/tid=10890] ppid=10834 vsize=10916192 memory=901196 CPUtime=2428.11 cores=0,2,4,6
/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 85688 13187 0 0 242765 39 4 3 20 0 15 0 50461201 11178180608 225299 33554432000 4194304 4196468 140733883094048 139638518745632 139638144068898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=10916192 memory=6791534058613427641 CPUtime=7.17 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 5909 13187 0 0 673 37 4 3 20 0 15 0 50461202 11178180608 225299 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=10916192 memory=901196 CPUtime=7.12 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 12706 13187 0 0 666 39 4 3 20 0 15 0 50461202 11178180608 225299 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=10916192 memory=901196 CPUtime=7.16 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 5919 13187 0 0 674 35 4 3 20 0 15 0 50461202 11178180608 225299 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=10916192 memory=901196 CPUtime=7.16 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 12472 13187 0 0 674 35 4 3 20 0 15 0 50461202 11178180608 225299 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10895] ppid=10834 vsize=10916192 memory=901196 CPUtime=5.49 cores=0,2,4,6
/proc/10837/task/10895/stat : 10895 (java) S 10834 10837 4818 0 -1 1077944384 10347 13187 0 0 513 29 4 3 20 0 15 0 50461204 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637550267120 139638546926210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10896] ppid=10834 vsize=10916192 memory=901136 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10896/stat : 10896 (java) S 10834 10837 4818 0 -1 1077944384 55 13187 0 0 0 0 4 3 20 0 15 0 50461204 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637549213408 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10897] ppid=10834 vsize=10916192 memory=901136 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10897/stat : 10897 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461204 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637439849728 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10898] ppid=10834 vsize=10916192 memory=901196 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10898/stat : 10898 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637132450256 139638546933659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10899] ppid=10834 vsize=10916192 memory=901196 CPUtime=6.93 cores=0,2,4,6
/proc/10837/task/10899/stat : 10899 (java) S 10834 10837 4818 0 -1 1077944384 49317 13187 0 0 680 6 4 3 20 0 15 0 50461207 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637515655408 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10900] ppid=10834 vsize=10916192 memory=901196 CPUtime=7.01 cores=0,2,4,6
/proc/10837/task/10900/stat : 10900 (java) S 10834 10837 4818 0 -1 1077944384 45720 13187 0 0 690 4 4 3 20 0 15 0 50461207 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637514602864 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10901] ppid=10834 vsize=10916192 memory=901196 CPUtime=3.34 cores=0,2,4,6
/proc/10837/task/10901/stat : 10901 (java) S 10834 10837 4818 0 -1 1077944384 47855 13187 0 0 319 8 4 3 20 0 15 0 50461207 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637513549808 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10902] ppid=10834 vsize=10916192 memory=901196 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10902/stat : 10902 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637098891616 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10903] ppid=10834 vsize=10916192 memory=901196 CPUtime=1.38 cores=0,2,4,6
/proc/10837/task/10903/stat : 10903 (java) S 10834 10837 4818 0 -1 1077944384 1174 13187 0 0 68 63 4 3 20 0 15 0 50461207 11178180608 225299 33554432000 4194304 4196468 140733883094048 139637512498224 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 2480.34 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 901196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.6 s]
/proc/loadavg: 0.56 0.59 0.70 2/194 11000
/proc/meminfo: memFree=21993096/32770624 swapFree=67108860/67108860
[pid=10837] ppid=10834 vsize=10916192 memory=901208 CPUtime=2520.06 cores=0,2,4,6
/proc/10837/stat : 10837 (java) S 10834 10837 4818 0 -1 1077944320 279653 13187 0 0 251735 264 4 3 20 0 15 0 50461193 11178180608 225302 33554432000 4194304 4196468 140733883094048 140733883076592 139638546915063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
/proc/10837/statm: 2729048 225302 3531 1 0 2690701 0
[pid=10837/tid=10890] ppid=10834 vsize=10916192 memory=901208 CPUtime=2467.18 cores=0,2,4,6
/proc/10837/task/10890/stat : 10890 (java) R 10834 10837 4818 0 -1 4202560 85866 13187 0 0 246672 39 4 3 20 0 15 0 50461201 11178180608 225302 33554432000 4194304 4196468 140733883094048 139638518750400 139638141949561 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10891] ppid=10834 vsize=10916192 memory=901208 CPUtime=7.29 cores=0,2,4,6
/proc/10837/task/10891/stat : 10891 (java) S 10834 10837 4818 0 -1 1077944384 5912 13187 0 0 684 38 4 3 20 0 15 0 50461202 11178180608 225302 33554432000 4194304 4196468 140733883094048 139638551157264 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10892] ppid=10834 vsize=10916192 memory=15876 CPUtime=7.23 cores=0,2,4,6
/proc/10837/task/10892/stat : 10892 (java) S 10834 10837 4818 0 -1 1077944384 12712 13187 0 0 676 40 4 3 20 0 15 0 50461202 11178180608 225302 33554432000 4194304 4196468 140733883094048 139638450047632 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10893] ppid=10834 vsize=10916192 memory=4136 CPUtime=7.26 cores=0,2,4,6
/proc/10837/task/10893/stat : 10893 (java) S 10834 10837 4818 0 -1 1077944384 5924 13187 0 0 684 35 4 3 20 0 15 0 50461202 11178180608 225302 33554432000 4194304 4196468 140733883094048 139638448994576 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10894] ppid=10834 vsize=10916192 memory=16636 CPUtime=7.27 cores=0,2,4,6
/proc/10837/task/10894/stat : 10894 (java) S 10834 10837 4818 0 -1 1077944384 12475 13187 0 0 685 35 4 3 20 0 15 0 50461202 11178180608 225302 33554432000 4194304 4196468 140733883094048 139638447942032 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10895] ppid=10834 vsize=10916192 memory=1292 CPUtime=5.58 cores=0,2,4,6
/proc/10837/task/10895/stat : 10895 (java) S 10834 10837 4818 0 -1 1077944384 10352 13187 0 0 522 29 4 3 20 0 15 0 50461204 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637550267120 139638546926210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10896] ppid=10834 vsize=10916192 memory=2436 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10896/stat : 10896 (java) S 10834 10837 4818 0 -1 1077944384 55 13187 0 0 0 0 4 3 20 0 15 0 50461204 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637549213408 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10897] ppid=10834 vsize=10916192 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10897/stat : 10897 (java) S 10834 10837 4818 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 50461204 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637439849728 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10898] ppid=10834 vsize=10916192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10898/stat : 10898 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637132450256 139638546933659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10899] ppid=10834 vsize=10916192 memory=16636 CPUtime=6.96 cores=0,2,4,6
/proc/10837/task/10899/stat : 10899 (java) S 10834 10837 4818 0 -1 1077944384 49321 13187 0 0 683 6 4 3 20 0 15 0 50461207 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637515655408 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10900] ppid=10834 vsize=10916192 memory=1292 CPUtime=7.05 cores=0,2,4,6
/proc/10837/task/10900/stat : 10900 (java) S 10834 10837 4818 0 -1 1077944384 45776 13187 0 0 694 4 4 3 20 0 15 0 50461207 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637514602864 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10901] ppid=10834 vsize=10916192 memory=6791534058613427641 CPUtime=3.36 cores=0,2,4,6
/proc/10837/task/10901/stat : 10901 (java) S 10834 10837 4818 0 -1 1077944384 47887 13187 0 0 321 8 4 3 20 0 15 0 50461207 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637513549808 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10902] ppid=10834 vsize=10916192 memory=1576 CPUtime=0.07 cores=0,2,4,6
/proc/10837/task/10902/stat : 10902 (java) S 10834 10837 4818 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 50461207 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637098891616 139638546925269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
[pid=10837/tid=10903] ppid=10834 vsize=10916192 memory=928 CPUtime=1.39 cores=0,2,4,6
/proc/10837/task/10903/stat : 10903 (java) S 10834 10837 4818 0 -1 1077944384 1178 13187 0 0 69 63 4 3 20 0 15 0 50461207 11178180608 225302 33554432000 4194304 4196468 140733883094048 139637512498224 139638546926210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37040128 140733883099307 140733883102556 140733883102556 140733883105231 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 901208 KiB

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

[startup+2481.63 s]
# the end of solver process 10837 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.42 s, system=2.68429 s

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

Child status: 143
Real time (s): 2481.63
CPU time (s): 2520.11
CPU user time (s): 2517.42
CPU system time (s): 2.68429
CPU usage (%): 101.551
Max. virtual memory (cumulated for all children) (KiB): 10918828
Max. memory (cumulated for all children) (KiB): 1201004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.42
system time used= 2.68429
maximum resident set size= 1202012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175873
involuntary context switches= 5970


# summary of solver processes directly reported to runsolver:
#   pid: 10837
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.42
#   total CPU system time (s): 2.68429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2897 second user time and 22.0414 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 08:56:19
IDJOB=4293826
IDBENCH=141241
IDSOLVER=2751
FILE ID=node150/4293826-1532328979
RUNJOBID= node150-1532297041-4849
PBS_JOBID= 21018991
Free space on /tmp= 57252 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had20_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-4293826-1532328979/watcher-4293826-1532328979 -o /tmp/evaluation-result-4293826-1532328979/solver-4293826-1532328979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532297041-4849 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1872276531 -superng HOME/instance-4293826-1532328979.xml

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

MD5SUM BENCH= 1a91d8580332af2f3782d1e605995059
RANDOM SEED=1872276531

node150.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.76
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.76
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.76
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.76
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:        22886424 kB
MemAvailable:   31941932 kB
Buffers:          210296 kB
Cached:          9052884 kB
SwapCached:            0 kB
Active:          1141144 kB
Inactive:        8173376 kB
Active(anon):       9896 kB
Inactive(anon):    61460 kB
Active(file):    1131248 kB
Inactive(file):  8111916 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:                68 kB
Writeback:             0 kB
AnonPages:         55564 kB
Mapped:            37076 kB
Shmem:             17032 kB
Slab:             268016 kB
SReclaimable:     240804 kB
SUnreclaim:        27212 kB
KernelStack:        3376 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57228 MiB
End job on node150 at 2018-07-23 09:37:41