Trace number 4302760

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.2-SuperNGSAT (TO)3685 252.138 237.737

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 benchmark3476
Best CPU time to get the best result obtained on this benchmark252.099
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.98/0.73	c Concrete v3.9.2.1532736233296 running
10.78/4.73	o 3897
10.78/4.75	o 3857
10.78/4.77	o 3852
12.72/5.36	o 3827
12.72/5.37	o 3805
13.35/5.52	o 3802
13.35/5.53	o 3798
13.35/5.58	o 3793
13.97/5.75	o 3787
13.97/5.76	o 3780
13.97/5.80	o 3779
14.94/6.17	o 3775
17.95/8.29	o 3766
18.08/8.33	o 3746
18.08/8.34	o 3735
18.08/8.38	o 3734
20.82/10.44	o 3731
21.65/11.25	o 3727
25.26/14.54	o 3725
27.54/16.45	o 3723
32.15/20.91	o 3722
32.15/20.92	o 3718
32.15/20.92	o 3717
32.59/21.32	o 3714
32.92/21.62	o 3707
38.27/26.51	o 3702
235.16/221.08	o 3686
248.11/233.87	o 3685
252.08/237.71	Exception in thread "main" java.util.concurrent.TimeoutException
252.08/237.71		at concrete.MAC.mac(MAC.scala:188)
252.08/237.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/237.71		at scala.util.Try$.apply(Try.scala:209)
252.08/237.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/237.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/237.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/237.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/237.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/237.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/237.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/237.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/237.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/237.71		at concrete.MAC.oneRun(MAC.scala:253)
252.08/237.71		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/237.71		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/237.71		at concrete.Solver.hasNext(Solver.scala:166)
252.08/237.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/237.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/237.71		at concrete.Solver.foreach(Solver.scala:68)
252.08/237.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/237.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/237.71		at scala.util.Success.map(Try.scala:209)
252.08/237.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/237.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/237.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/237.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/237.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/237.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/237.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/237.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/237.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/237.71		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/237.71		at scala.App.main(App.scala:76)
252.08/237.71		at scala.App.main$(App.scala:74)
252.08/237.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/237.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/237.71	v <instantiation cost="3685">
252.08/237.71	v       <list>
252.08/237.71	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]
252.08/237.71	v       </list>
252.08/237.71	v       <values>
252.08/237.71	v         13 0 4 18 10 2 14 15 9 11 1 5 6 19 16 12 3 8 17 7 5 3 8 5 6 5 3 6 5 6 8 8 3 2 5 4 5 4 5 8 9 4 4 4 5 1 6 3 5 6 4 6 1 6 5 8 6 5 6 6 3 3 7 7 7 4 3 5 4 7 5 5 4 4 4 6 7 7 6 8 5 6 3 4 7 3 5 5 5 5 3 1 8 7 9 4 7 6 6 5 6 3 5 3 5 2 6 6 6 6 4 4 5 5 5 2 2 7 4 8 5 4 3 5 5 1 5 7 7 4 6 9 5 5 2 4 6 3 6 4 8 5 8 4 7 7 5 4 7 6 5 4 4 10 5 7 5 7 2 4 6 6 2 6 3 9 9 6 6 9 3 2 6 2 8 4 3 1 5 5 3 5 9 7 1 3 8 6 6 7 7 5 3 6 2 5 3 4 3 4 3 4 2 7 9 2 3 7 1 4
252.08/237.71	v       </values>
252.08/237.71	v     </instantiation>
252.08/237.71	s SATISFIABLE

Verifier Data

OK	3685

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302760-1532896155/watcher-4302760-1532896155 -o /tmp/evaluation-result-4302760-1532896155/solver-4302760-1532896155 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1621161664 -superng HOME/instance-4302760-1532896155.xml 

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

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


[startup+0.10019 s]*
/proc/loadavg: 1.36 1.91 2.02 3/206 27695
/proc/meminfo: memFree=25623100/32770624 swapFree=67108792/67108860
[pid=27638] ppid=27635 vsize=10019504 memory=19124 CPUtime=0.08 cores=1,3,5,7
/proc/27638/stat : 27638 (java) S 27635 27638 22977 0 -1 1077944320 4448 12953 0 0 1 0 5 2 20 0 6 0 107178756 10259972096 4781 33554432000 4194304 4196468 140736077850912 140736077833456 140413675146999 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
/proc/27638/statm: 2505390 4781 1935 1 0 2493828 0
[pid=27638/tid=27691] ppid=27635 vsize=10021560 memory=4279135703980080784 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 2275 12953 0 0 1 0 5 2 20 0 6 0 107178765 10262077440 4847 33554432000 4194304 4196468 140736077850912 140413646983760 140413660659709 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=10021560 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 2 12953 0 0 0 0 5 2 20 0 6 0 107178766 10262077440 4847 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=10021560 memory=140232162125440 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 6 0 107178766 10262077440 4847 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 6 0 107178766 10262077440 4847 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 6 0 107178766 10262077440 4847 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10019504 KiB
Current children cumulated memory: 19124 KiB

[startup+0.209764 s]*
/proc/loadavg: 1.36 1.91 2.02 3/215 27704
/proc/meminfo: memFree=25601576/32770624 swapFree=67108792/67108860
[pid=27638] ppid=27635 vsize=10982776 memory=46028 CPUtime=0.25 cores=1,3,5,7
/proc/27638/stat : 27638 (java) S 27635 27638 22977 0 -1 1077944320 8874 12953 0 0 16 2 5 2 20 0 15 0 107178756 11246362624 11507 33554432000 4194304 4196468 140736077850912 140736077833456 140413675146999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
/proc/27638/statm: 2745694 11507 2955 1 0 2708117 0
[pid=27638/tid=27691] ppid=27635 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 5563 12953 0 0 10 1 5 2 20 0 15 0 107178765 11246362624 11639 33554432000 4194304 4196468 140736077850912 140413646971808 140413667826717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=10982776 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 2 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246362624 11639 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=10982776 memory=3978562752749348512 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246362624 11639 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246362624 11705 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246362624 11705 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27696] ppid=27635 vsize=10982776 memory=140232162125440 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27696/stat : 27696 (java) S 27635 27638 22977 0 -1 1077944384 2 12953 0 0 0 0 5 2 20 0 15 0 107178767 11246362624 11705 33554432000 4194304 4196468 140736077850912 140413168175728 140413675158146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27697] ppid=27635 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27697/stat : 27697 (java) S 27635 27638 22977 0 -1 1077944384 13 12953 0 0 0 0 5 2 20 0 15 0 107178767 11246362624 11705 33554432000 4194304 4196468 140736077850912 140412480120096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27698] ppid=27635 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27698/stat : 27698 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178768 11246362624 11771 33554432000 4194304 4196468 140736077850912 140412278793840 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27699] ppid=27635 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27699/stat : 27699 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11246362624 11771 33554432000 4194304 4196468 140736077850912 140411971394128 140413675165595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27700] ppid=27635 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27700/stat : 27700 (java) S 27635 27638 22977 0 -1 1077944384 414 12953 0 0 1 0 5 2 20 0 15 0 107178770 11246362624 11771 33554432000 4194304 4196468 140736077850912 140413167122544 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27701] ppid=27635 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27701/stat : 27701 (java) S 27635 27638 22977 0 -1 1077944384 189 12953 0 0 1 0 5 2 20 0 15 0 107178770 11246362624 11771 33554432000 4194304 4196468 140736077850912 140413166069744 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27702] ppid=27635 vsize=10982776 memory=140232162125440 CPUtime=0.1 cores=1,3,5,7
/proc/27638/task/27702/stat : 27702 (java) S 27635 27638 22977 0 -1 1077944384 624 12953 0 0 3 0 5 2 20 0 15 0 107178770 11246362624 11837 33554432000 4194304 4196468 140736077850912 140413165017456 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27703] ppid=27635 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27703/stat : 27703 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11246362624 11837 33554432000 4194304 4196468 140736077850912 140411540597216 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27704] ppid=27635 vsize=10982776 memory=140232162125440 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27704/stat : 27704 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178771 11246362624 11837 33554432000 4194304 4196468 140736077850912 140413163965360 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 46028 KiB

[startup+0.31015 s]*
/proc/loadavg: 1.36 1.91 2.02 4/215 27704
/proc/meminfo: memFree=25587924/32770624 swapFree=67108792/67108860
[pid=27638] ppid=27635 vsize=10983192 memory=55436 CPUtime=0.38 cores=1,3,5,7
/proc/27638/stat : 27638 (java) S 27635 27638 22977 0 -1 1077944320 10452 12953 0 0 28 3 5 2 20 0 15 0 107178756 11246788608 13859 33554432000 4194304 4196468 140736077850912 140736077833456 140413675146999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
/proc/27638/statm: 2745798 13859 3074 1 0 2708109 0
[pid=27638/tid=27691] ppid=27635 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 6995 12953 0 0 19 2 5 2 20 0 15 0 107178765 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413646959008 140413667384126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 2 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27696] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27696/stat : 27696 (java) S 27635 27638 22977 0 -1 1077944384 2 12953 0 0 0 0 5 2 20 0 15 0 107178767 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413168175728 140413675158146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27697] ppid=27635 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27697/stat : 27697 (java) S 27635 27638 22977 0 -1 1077944384 13 12953 0 0 0 0 5 2 20 0 15 0 107178767 11246788608 13859 33554432000 4194304 4196468 140736077850912 140412480120096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27698] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27698/stat : 27698 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178768 11246788608 13859 33554432000 4194304 4196468 140736077850912 140412278793840 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27699] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27699/stat : 27699 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11246788608 13859 33554432000 4194304 4196468 140736077850912 140411971394128 140413675165595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27700] ppid=27635 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27700/stat : 27700 (java) S 27635 27638 22977 0 -1 1077944384 417 12953 0 0 1 0 5 2 20 0 15 0 107178770 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413167122544 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27701] ppid=27635 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27701/stat : 27701 (java) S 27635 27638 22977 0 -1 1077944384 189 12953 0 0 1 0 5 2 20 0 15 0 107178770 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413166069744 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27702] ppid=27635 vsize=10983192 memory=140232162125440 CPUtime=0.12 cores=1,3,5,7
/proc/27638/task/27702/stat : 27702 (java) S 27635 27638 22977 0 -1 1077944384 633 12953 0 0 5 0 5 2 20 0 15 0 107178770 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413165017456 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27703] ppid=27635 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27703/stat : 27703 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11246788608 13859 33554432000 4194304 4196468 140736077850912 140411540597216 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27704] ppid=27635 vsize=10983192 memory=140232162125440 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27704/stat : 27704 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178771 11246788608 13859 33554432000 4194304 4196468 140736077850912 140413163965360 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55436 KiB

[startup+0.700787 s]
/proc/loadavg: 1.36 1.91 2.02 3/215 27704
/proc/meminfo: memFree=25577992/32770624 swapFree=67108792/67108860
[pid=27638] ppid=27635 vsize=10983192 memory=88336 CPUtime=0.98 cores=1,3,5,7
/proc/27638/stat : 27638 (java) S 27635 27638 22977 0 -1 1077944320 16773 12953 0 0 87 4 5 2 20 0 15 0 107178756 11246788608 22084 33554432000 4194304 4196468 140736077850912 140736077833456 140413675146999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
/proc/27638/statm: 2745798 22084 3238 1 0 2708109 0
[pid=27638/tid=27691] ppid=27635 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 12277 12953 0 0 56 3 5 2 20 0 15 0 107178765 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413646967824 140413660312638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 2 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178766 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27696] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27696/stat : 27696 (java) S 27635 27638 22977 0 -1 1077944384 5 12953 0 0 0 0 5 2 20 0 15 0 107178767 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413168175728 140413675158146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27697] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27697/stat : 27697 (java) S 27635 27638 22977 0 -1 1077944384 13 12953 0 0 0 0 5 2 20 0 15 0 107178767 11246788608 22084 33554432000 4194304 4196468 140736077850912 140412480120096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27698] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27698/stat : 27698 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178768 11246788608 22084 33554432000 4194304 4196468 140736077850912 140412278793840 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27699] ppid=27635 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27699/stat : 27699 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11246788608 22084 33554432000 4194304 4196468 140736077850912 140411971394128 140413675165595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27700] ppid=27635 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/27638/task/27700/stat : 27700 (java) S 27635 27638 22977 0 -1 1077944384 830 12953 0 0 7 0 5 2 20 0 15 0 107178770 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413167122544 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27701] ppid=27635 vsize=10983192 memory=140232024433744 CPUtime=0.16 cores=1,3,5,7
/proc/27638/task/27701/stat : 27701 (java) S 27635 27638 22977 0 -1 1077944384 724 12953 0 0 9 0 5 2 20 0 15 0 107178770 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413166069744 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27702] ppid=27635 vsize=10983192 memory=142820547494542 CPUtime=0.2 cores=1,3,5,7
/proc/27638/task/27702/stat : 27702 (java) S 27635 27638 22977 0 -1 1077944384 720 12953 0 0 13 0 5 2 20 0 15 0 107178770 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413165017456 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27703] ppid=27635 vsize=10983192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27703/stat : 27703 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11246788608 22084 33554432000 4194304 4196468 140736077850912 140411540597216 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27704] ppid=27635 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27704/stat : 27704 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178771 11246788608 22084 33554432000 4194304 4196468 140736077850912 140413163965360 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88336 KiB

[startup+1.50074 s]
/proc/loadavg: 1.36 1.91 2.02 3/215 27704
/proc/meminfo: memFree=25531660/32770624 swapFree=67108792/67108860
[pid=27638] ppid=27635 vsize=10998092 memory=182476 CPUtime=2.84 cores=1,3,5,7
/proc/27638/stat : 27638 (java) S 27635 27638 22977 0 -1 1077944320 27674 12953 0 0 268 9 5 2 20 0 15 0 107178756 11262046208 45619 33554432000 4194304 4196468 140736077850912 140736077833456 140413675146999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
/proc/27638/statm: 2749523 45619 3470 1 0 2711181 0
[pid=27638/tid=27691] ppid=27635 vsize=10998092 memory=10799 CPUtime=1.42 cores=1,3,5,7
/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 17749 12953 0 0 129 6 5 2 20 0 15 0 107178765 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413646970960 140413659227486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 62 12953 0 0 0 0 5 2 20 0 15 0 107178766 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 20 12953 0 0 1 0 5 2 20 0 15 0 107178766 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=10998092 memory=3148 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 14 12953 0 0 1 0 5 2 20 0 15 0 107178766 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=10998092 memory=88336 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 198 12953 0 0 1 0 5 2 20 0 15 0 107178766 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27696] ppid=27635 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27638/task/27696/stat : 27696 (java) S 27635 27638 22977 0 -1 1077944384 136 12953 0 0 1 0 5 2 20 0 15 0 107178767 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413168175728 140413675158146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27697] ppid=27635 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27697/stat : 27697 (java) S 27635 27638 22977 0 -1 1077944384 14 12953 0 0 0 0 5 2 20 0 15 0 107178767 11262046208 45619 33554432000 4194304 4196468 140736077850912 140412480120096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27698] ppid=27635 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27698/stat : 27698 (java) S 27635 27638 22977 0 -1 1077944384 2 12953 0 0 0 0 5 2 20 0 15 0 107178768 11262046208 45619 33554432000 4194304 4196468 140736077850912 140412278793840 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27699] ppid=27635 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27699/stat : 27699 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11262046208 45619 33554432000 4194304 4196468 140736077850912 140411971394128 140413675165595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27700] ppid=27635 vsize=10998092 memory=4638778398332698720 CPUtime=0.52 cores=1,3,5,7
/proc/27638/task/27700/stat : 27700 (java) S 27635 27638 22977 0 -1 1077944384 2973 12953 0 0 45 0 5 2 20 0 15 0 107178770 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413167122544 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27701] ppid=27635 vsize=10998092 memory=280464049347456 CPUtime=0.57 cores=1,3,5,7
/proc/27638/task/27701/stat : 27701 (java) S 27635 27638 22977 0 -1 1077944384 2787 12953 0 0 50 0 5 2 20 0 15 0 107178770 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413166069744 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27702] ppid=27635 vsize=10998092 memory=6944656592452807323 CPUtime=0.42 cores=1,3,5,7
/proc/27638/task/27702/stat : 27702 (java) S 27635 27638 22977 0 -1 1077944384 1521 12953 0 0 35 0 5 2 20 0 15 0 107178770 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413165017456 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27703] ppid=27635 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27703/stat : 27703 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11262046208 45619 33554432000 4194304 4196468 140736077850912 140411540597216 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27704] ppid=27635 vsize=10998092 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27704/stat : 27704 (java) S 27635 27638 22977 0 -1 1077944384 1 12953 0 0 0 0 5 2 20 0 15 0 107178771 11262046208 45619 33554432000 4194304 4196468 140736077850912 140413163965360 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10998092 KiB

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

/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 60581 12953 0 0 16132 25 5 2 20 0 15 0 107178765 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413646979424 140413250205635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=11080032 memory=1032732 CPUtime=0.46 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 2323 12953 0 0 29 10 5 2 20 0 15 0 107178766 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=11080032 memory=993228 CPUtime=0.47 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 628 12953 0 0 30 10 5 2 20 0 15 0 107178766 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=11080032 memory=993228 CPUtime=0.48 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 2642 12953 0 0 31 10 5 2 20 0 15 0 107178766 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=11080032 memory=989636 CPUtime=0.48 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 3533 12953 0 0 31 10 5 2 20 0 15 0 107178766 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27696] ppid=27635 vsize=11080032 memory=998872 CPUtime=0.2 cores=1,3,5,7
/proc/27638/task/27696/stat : 27696 (java) S 27635 27638 22977 0 -1 1077944384 2960 12953 0 0 11 2 5 2 20 0 15 0 107178767 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413168175728 140413675158146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27697] ppid=27635 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27697/stat : 27697 (java) S 27635 27638 22977 0 -1 1077944384 17 12953 0 0 0 0 5 2 20 0 15 0 107178767 11345952768 247409 33554432000 4194304 4196468 140736077850912 140412480120160 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27698] ppid=27635 vsize=11080032 memory=995792 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27698/stat : 27698 (java) S 27635 27638 22977 0 -1 1077944384 4 12953 0 0 0 0 5 2 20 0 15 0 107178768 11345952768 247409 33554432000 4194304 4196468 140736077850912 140412278793856 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27699] ppid=27635 vsize=11080032 memory=998872 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27699/stat : 27699 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11345952768 247409 33554432000 4194304 4196468 140736077850912 140411971394128 140413675165595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27700] ppid=27635 vsize=11080032 memory=1001436 CPUtime=5.43 cores=1,3,5,7
/proc/27638/task/27700/stat : 27700 (java) S 27635 27638 22977 0 -1 1077944384 26037 12953 0 0 532 4 5 2 20 0 15 0 107178770 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413167122544 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27701] ppid=27635 vsize=11080032 memory=992200 CPUtime=4.92 cores=1,3,5,7
/proc/27638/task/27701/stat : 27701 (java) S 27635 27638 22977 0 -1 1077944384 18432 12953 0 0 483 2 5 2 20 0 15 0 107178770 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413166069744 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27702] ppid=27635 vsize=11080032 memory=0 CPUtime=2.07 cores=1,3,5,7
/proc/27638/task/27702/stat : 27702 (java) S 27635 27638 22977 0 -1 1077944384 16693 12953 0 0 195 5 5 2 20 0 15 0 107178770 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413165017456 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27703] ppid=27635 vsize=11080032 memory=1001436 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27703/stat : 27703 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11345952768 247409 33554432000 4194304 4196468 140736077850912 140411540597216 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27704] ppid=27635 vsize=11080032 memory=1006564 CPUtime=0.15 cores=1,3,5,7
/proc/27638/task/27704/stat : 27704 (java) S 27635 27638 22977 0 -1 1077944384 864 12953 0 0 3 5 5 2 20 0 15 0 107178771 11345952768 247409 33554432000 4194304 4196468 140736077850912 140413163965360 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 175.77 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 989636 KiB

[startup+222.301 s]
/proc/loadavg: 1.48 1.76 1.94 3/215 27841
/proc/meminfo: memFree=25732724/32770624 swapFree=67108792/67108860
[pid=27638] ppid=27635 vsize=11080032 memory=960952 CPUtime=236.5 cores=1,3,5,7
/proc/27638/stat : 27638 (java) S 27635 27638 22977 0 -1 1077944320 150310 12953 0 0 23554 89 5 2 20 0 15 0 107178756 11345952768 240238 33554432000 4194304 4196468 140736077850912 140736077833456 140413675146999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
/proc/27638/statm: 2770008 240238 3532 1 0 2731661 0
[pid=27638/tid=27691] ppid=27635 vsize=11080032 memory=961980 CPUtime=221.4 cores=1,3,5,7
/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 62256 12953 0 0 22108 25 5 2 20 0 15 0 107178765 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413646980152 140413249521939 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=11080032 memory=962492 CPUtime=0.58 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 2934 12953 0 0 40 11 5 2 20 0 15 0 107178766 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=11080032 memory=964032 CPUtime=0.59 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 673 12953 0 0 41 11 5 2 20 0 15 0 107178766 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=11080032 memory=961464 CPUtime=0.6 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 2680 12953 0 0 42 11 5 2 20 0 15 0 107178766 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=11080032 memory=964032 CPUtime=0.6 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 4780 12953 0 0 42 11 5 2 20 0 15 0 107178766 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27696] ppid=27635 vsize=11080032 memory=164 CPUtime=0.3 cores=1,3,5,7
/proc/27638/task/27696/stat : 27696 (java) S 27635 27638 22977 0 -1 1077944384 3300 12953 0 0 20 3 5 2 20 0 15 0 107178767 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413168175728 140413675158146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27697] ppid=27635 vsize=11080032 memory=964032 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27697/stat : 27697 (java) S 27635 27638 22977 0 -1 1077944384 17 12953 0 0 0 0 5 2 20 0 15 0 107178767 11345952768 240238 33554432000 4194304 4196468 140736077850912 140412480120160 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27698] ppid=27635 vsize=11080032 memory=5760 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27698/stat : 27698 (java) S 27635 27638 22977 0 -1 1077944384 4 12953 0 0 0 0 5 2 20 0 15 0 107178768 11345952768 240238 33554432000 4194304 4196468 140736077850912 140412278793856 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27699] ppid=27635 vsize=11080032 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27699/stat : 27699 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11345952768 240238 33554432000 4194304 4196468 140736077850912 140411971394128 140413675165595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27700] ppid=27635 vsize=11080032 memory=30820 CPUtime=5.6 cores=1,3,5,7
/proc/27638/task/27700/stat : 27700 (java) S 27635 27638 22977 0 -1 1077944384 29576 12953 0 0 549 4 5 2 20 0 15 0 107178770 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413167122544 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27701] ppid=27635 vsize=11080032 memory=963004 CPUtime=5.08 cores=1,3,5,7
/proc/27638/task/27701/stat : 27701 (java) S 27635 27638 22977 0 -1 1077944384 21779 12953 0 0 499 2 5 2 20 0 15 0 107178770 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413166069744 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27702] ppid=27635 vsize=11080032 memory=963004 CPUtime=2.11 cores=1,3,5,7
/proc/27638/task/27702/stat : 27702 (java) S 27635 27638 22977 0 -1 1077944384 19206 12953 0 0 199 5 5 2 20 0 15 0 107178770 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413165017456 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27703] ppid=27635 vsize=11080032 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27703/stat : 27703 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11345952768 240238 33554432000 4194304 4196468 140736077850912 140411540597216 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27704] ppid=27635 vsize=11080032 memory=2436 CPUtime=0.18 cores=1,3,5,7
/proc/27638/task/27704/stat : 27704 (java) S 27635 27638 22977 0 -1 1077944384 908 12953 0 0 5 6 5 2 20 0 15 0 107178771 11345952768 240238 33554432000 4194304 4196468 140736077850912 140413163965360 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 236.5 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 960952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.701 s]
/proc/loadavg: 1.44 1.74 1.93 3/215 27842
/proc/meminfo: memFree=25736308/32770624 swapFree=67108792/67108860
[pid=27638] ppid=27635 vsize=11080032 memory=957396 CPUtime=252.08 cores=1,3,5,7
/proc/27638/stat : 27638 (java) S 27635 27638 22977 0 -1 1077944320 151876 12953 0 0 25110 91 5 2 20 0 15 0 107178756 11345952768 239349 33554432000 4194304 4196468 140736077850912 140736077833456 140413675146999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
/proc/27638/statm: 2770008 239349 3532 1 0 2731661 0
[pid=27638/tid=27691] ppid=27635 vsize=11080032 memory=957396 CPUtime=236.68 cores=1,3,5,7
/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 62435 12953 0 0 23636 25 5 2 20 0 15 0 107178765 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413646981680 140413249271879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=11080032 memory=957396 CPUtime=0.63 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 2985 12953 0 0 45 11 5 2 20 0 15 0 107178766 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=11080032 memory=957360 CPUtime=0.63 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 704 12953 0 0 45 11 5 2 20 0 15 0 107178766 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=11080032 memory=957396 CPUtime=0.65 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 2690 12953 0 0 47 11 5 2 20 0 15 0 107178766 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=11080032 memory=8512 CPUtime=0.64 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 5887 12953 0 0 46 11 5 2 20 0 15 0 107178766 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27696] ppid=27635 vsize=11080032 memory=959928 CPUtime=0.34 cores=1,3,5,7
/proc/27638/task/27696/stat : 27696 (java) S 27635 27638 22977 0 -1 1077944384 3341 12953 0 0 24 3 5 2 20 0 15 0 107178767 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413168175728 140413675158146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27697] ppid=27635 vsize=11080032 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27697/stat : 27697 (java) S 27635 27638 22977 0 -1 1077944384 17 12953 0 0 0 0 5 2 20 0 15 0 107178767 11345952768 239349 33554432000 4194304 4196468 140736077850912 140412480120160 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27698] ppid=27635 vsize=11080032 memory=957396 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27698/stat : 27698 (java) S 27635 27638 22977 0 -1 1077944384 4 12953 0 0 0 0 5 2 20 0 15 0 107178768 11345952768 239349 33554432000 4194304 4196468 140736077850912 140412278793856 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27699] ppid=27635 vsize=11080032 memory=140234977182665 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27699/stat : 27699 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140411971394128 140413675165595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27700] ppid=27635 vsize=11080032 memory=957360 CPUtime=5.62 cores=1,3,5,7
/proc/27638/task/27700/stat : 27700 (java) S 27635 27638 22977 0 -1 1077944384 29633 12953 0 0 551 4 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413167122544 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27701] ppid=27635 vsize=11080032 memory=963004 CPUtime=5.09 cores=1,3,5,7
/proc/27638/task/27701/stat : 27701 (java) S 27635 27638 22977 0 -1 1077944384 21845 12953 0 0 500 2 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413166069744 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27702] ppid=27635 vsize=11080032 memory=957360 CPUtime=2.12 cores=1,3,5,7
/proc/27638/task/27702/stat : 27702 (java) S 27635 27638 22977 0 -1 1077944384 19230 12953 0 0 200 5 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413165017456 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27703] ppid=27635 vsize=11080032 memory=957360 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27703/stat : 27703 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140411540597216 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27704] ppid=27635 vsize=11080032 memory=957360 CPUtime=0.2 cores=1,3,5,7
/proc/27638/task/27704/stat : 27704 (java) S 27635 27638 22977 0 -1 1077944384 908 12953 0 0 6 7 5 2 20 0 15 0 107178771 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413163965360 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 957396 KiB

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

[startup+237.737 s]
# the end of solver process 27638 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.18 s, system=0.958191 s

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

[startup+237.701 s]
/proc/loadavg: 1.44 1.74 1.93 3/215 27842
/proc/meminfo: memFree=25736308/32770624 swapFree=67108792/67108860
[pid=27638] ppid=27635 vsize=11080032 memory=957396 CPUtime=252.08 cores=1,3,5,7
/proc/27638/stat : 27638 (java) S 27635 27638 22977 0 -1 1077944320 151876 12953 0 0 25110 91 5 2 20 0 15 0 107178756 11345952768 239349 33554432000 4194304 4196468 140736077850912 140736077833456 140413675146999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
/proc/27638/statm: 2770008 239349 3532 1 0 2731661 0
[pid=27638/tid=27691] ppid=27635 vsize=11080032 memory=957396 CPUtime=236.68 cores=1,3,5,7
/proc/27638/task/27691/stat : 27691 (java) R 27635 27638 22977 0 -1 4202560 62435 12953 0 0 23636 25 5 2 20 0 15 0 107178765 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413646981680 140413249271879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27692] ppid=27635 vsize=11080032 memory=957396 CPUtime=0.63 cores=1,3,5,7
/proc/27638/task/27692/stat : 27692 (java) S 27635 27638 22977 0 -1 1077944384 2985 12953 0 0 45 11 5 2 20 0 15 0 107178766 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413679389072 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27693] ppid=27635 vsize=11080032 memory=957360 CPUtime=0.63 cores=1,3,5,7
/proc/27638/task/27693/stat : 27693 (java) S 27635 27638 22977 0 -1 1077944384 704 12953 0 0 45 11 5 2 20 0 15 0 107178766 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413560654096 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27694] ppid=27635 vsize=11080032 memory=957396 CPUtime=0.65 cores=1,3,5,7
/proc/27638/task/27694/stat : 27694 (java) S 27635 27638 22977 0 -1 1077944384 2690 12953 0 0 47 11 5 2 20 0 15 0 107178766 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413559601808 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27695] ppid=27635 vsize=11080032 memory=8512 CPUtime=0.64 cores=1,3,5,7
/proc/27638/task/27695/stat : 27695 (java) S 27635 27638 22977 0 -1 1077944384 5887 12953 0 0 46 11 5 2 20 0 15 0 107178766 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413558549008 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27696] ppid=27635 vsize=11080032 memory=959928 CPUtime=0.34 cores=1,3,5,7
/proc/27638/task/27696/stat : 27696 (java) S 27635 27638 22977 0 -1 1077944384 3341 12953 0 0 24 3 5 2 20 0 15 0 107178767 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413168175728 140413675158146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27697] ppid=27635 vsize=11080032 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27697/stat : 27697 (java) S 27635 27638 22977 0 -1 1077944384 17 12953 0 0 0 0 5 2 20 0 15 0 107178767 11345952768 239349 33554432000 4194304 4196468 140736077850912 140412480120160 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27698] ppid=27635 vsize=11080032 memory=957396 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27698/stat : 27698 (java) S 27635 27638 22977 0 -1 1077944384 4 12953 0 0 0 0 5 2 20 0 15 0 107178768 11345952768 239349 33554432000 4194304 4196468 140736077850912 140412278793856 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27699] ppid=27635 vsize=11080032 memory=140234977182665 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27699/stat : 27699 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140411971394128 140413675165595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27700] ppid=27635 vsize=11080032 memory=957360 CPUtime=5.62 cores=1,3,5,7
/proc/27638/task/27700/stat : 27700 (java) S 27635 27638 22977 0 -1 1077944384 29633 12953 0 0 551 4 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413167122544 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27701] ppid=27635 vsize=11080032 memory=963004 CPUtime=5.09 cores=1,3,5,7
/proc/27638/task/27701/stat : 27701 (java) S 27635 27638 22977 0 -1 1077944384 21845 12953 0 0 500 2 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413166069744 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27702] ppid=27635 vsize=11080032 memory=957360 CPUtime=2.12 cores=1,3,5,7
/proc/27638/task/27702/stat : 27702 (java) S 27635 27638 22977 0 -1 1077944384 19230 12953 0 0 200 5 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413165017456 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27703] ppid=27635 vsize=11080032 memory=957360 CPUtime=0.07 cores=1,3,5,7
/proc/27638/task/27703/stat : 27703 (java) S 27635 27638 22977 0 -1 1077944384 3 12953 0 0 0 0 5 2 20 0 15 0 107178770 11345952768 239349 33554432000 4194304 4196468 140736077850912 140411540597216 140413675157205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
[pid=27638/tid=27704] ppid=27635 vsize=11080032 memory=957360 CPUtime=0.2 cores=1,3,5,7
/proc/27638/task/27704/stat : 27704 (java) S 27635 27638 22977 0 -1 1077944384 908 12953 0 0 6 7 5 2 20 0 15 0 107178771 11345952768 239349 33554432000 4194304 4196468 140736077850912 140413163965360 140413675158146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140736077855336 140736077858145 140736077858145 140736077860815 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 957396 KiB

Child status: 143
Real time (s): 237.737
CPU time (s): 252.138
CPU user time (s): 251.18
CPU system time (s): 0.958191
CPU usage (%): 106.057
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 1289704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.18
system time used= 0.958191
maximum resident set size= 1293852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165644
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= 18341
involuntary context switches= 415


# summary of solver processes directly reported to runsolver:
#   pid: 27638
#   total CPU time (s): 252.138
#   total CPU user time (s): 251.18
#   total CPU system time (s): 0.958191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42333 second user time and 2.19694 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:29:15
IDJOB=4302760
IDBENCH=141241
IDSOLVER=2777
FILE ID=node150/4302760-1532896155
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302760-1532896155/watcher-4302760-1532896155 -o /tmp/evaluation-result-4302760-1532896155/solver-4302760-1532896155 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1621161664 -superng HOME/instance-4302760-1532896155.xml

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

MD5SUM BENCH= 1a91d8580332af2f3782d1e605995059
RANDOM SEED=1621161664

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:        25626676 kB
MemAvailable:   29444224 kB
Buffers:          224448 kB
Cached:          3835904 kB
SwapCached:           32 kB
Active:          4019476 kB
Inactive:        2585196 kB
Active(anon):    2495944 kB
Inactive(anon):    76188 kB
Active(file):    1523532 kB
Inactive(file):  2509008 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26500 kB
Writeback:             0 kB
AnonPages:       2562152 kB
Mapped:            58036 kB
Shmem:             25156 kB
Slab:             230268 kB
SReclaimable:     201684 kB
SUnreclaim:        28584 kB
KernelStack:        3792 kB
PageTables:        10468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3487096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2383872 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= 55296 MiB
End job on node150 at 2018-07-29 22:33:13