Trace number 4293834

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)2685 2520.14 2478.65

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had18_c18.xml
MD5SUM2bd2b017ef1b8aef080ffc7cd9cfea3a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2679
Best CPU time to get the best result obtained on this benchmark2520.04
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints154
Number of domains2
Minimum domain size11
Maximum domain size18
Distribution of domain sizes[{"size":11,"count":153},{"size":18,"count":18}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":171},{"degree":2,"count":153},{"degree":18,"count":18}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":153},{"arity":18,"count":1}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153},{"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

1.02/0.82	c Concrete v3.8.1528841891564 running
9.54/4.63	o 2881
9.54/4.65	o 2829
12.78/5.62	o 2822
12.78/5.67	o 2816
13.08/5.72	o 2814
17.07/8.25	o 2807
17.07/8.27	o 2783
17.80/8.63	o 2782
22.85/12.90	o 2776
54.37/43.43	o 2770
71.60/60.26	o 2765
72.91/61.24	o 2764
76.58/64.81	o 2750
76.58/64.82	o 2748
90.04/77.87	o 2747
206.83/193.62	o 2741
208.07/194.88	o 2737
217.88/204.53	o 2727
560.02/542.49	o 2723
670.58/651.66	o 2722
670.58/651.69	o 2711
1130.81/1106.22	o 2709
1131.02/1106.46	o 2704
1178.70/1153.50	o 2695
1179.01/1153.82	o 2691
1200.28/1174.85	o 2690
1223.06/1197.31	o 2685
2520.07/2478.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2478.61		at concrete.MAC.mac(MAC.scala:188)
2520.07/2478.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2478.61		at scala.util.Try$.apply(Try.scala:209)
2520.07/2478.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2478.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2478.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2478.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2478.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2478.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2478.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2478.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2478.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2478.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2478.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2478.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2478.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2478.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2478.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2478.61		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2478.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2478.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2478.61		at scala.util.Success.map(Try.scala:209)
2520.07/2478.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2478.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2478.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2478.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2478.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2478.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2478.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2478.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2478.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2478.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2478.61		at scala.App.main(App.scala:76)
2520.07/2478.61		at scala.App.main$(App.scala:74)
2520.07/2478.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2478.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2478.62	v <instantiation cost="2685">
2520.07/2478.62	v       <list>
2520.07/2478.62	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] 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[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[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[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[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[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[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[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[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[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[13][14] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
2520.07/2478.62	v       </list>
2520.07/2478.62	v       <values>
2520.07/2478.62	v         14 7 15 13 6 17 5 10 0 9 11 4 2 12 1 16 8 3 9 8 5 5 6 5 1 4 5 4 3 2 7 3 5 4 7 4 5 6 4 5 5 6 5 3 4 4 7 2 4 1 3 3 6 8 4 8 5 5 5 3 6 4 2 6 5 8 8 4 8 5 5 6 5 3 6 5 6 2 5 4 6 8 6 6 4 7 3 4 1 9 7 8 3 3 3 8 10 6 4 7 2 6 3 7 2 7 5 5 5 4 4 1 9 3 5 5 4 7 9 6 3 6 4 5 5 3 1 6 8 4 1 3 6 5 6 7 7 6 5 7 6 4 4 7 6 6 7 4 2 6 6 7 7 4 5 5 5 6 5 2 2 9 5 4 3 6 2 3 4 3 9
2520.07/2478.62	v       </values>
2520.07/2478.62	v     </instantiation>
2520.07/2478.62	s SATISFIABLE

Verifier Data

OK	2685

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293834-1532363289/watcher-4293834-1532363289 -o /tmp/evaluation-result-4293834-1532363289/solver-4293834-1532363289 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532363289-20661 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2133831396 -superng HOME/instance-4293834-1532363289.xml 

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

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


[startup+0.10006 s]*
/proc/loadavg: 3.80 4.38 3.78 3/212 20766
/proc/meminfo: memFree=24282204/32770624 swapFree=67070816/67108860
[pid=20689] ppid=20685 vsize=113256 memory=1608 CPUtime=0.01 cores=1,3,5,7
/proc/20689/stat : 20689 (bash) S 20685 20689 8919 0 -1 4202496 875 5669 1 1 0 0 0 1 20 0 1 0 53892166 115974144 402 33554432000 4194304 5098028 140729276402944 140729276396952 140175404968960 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 1 0 0 7196144 7232144 10518528 140729276404885 140729276405032 140729276405032 140729276407790 0
/proc/20689/statm: 28314 402 319 221 0 119 0
[pid=20746] ppid=20689 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/20746/stat : 20746 (bash) S 20689 20689 8919 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 53892172 115974144 177 33554432000 4194304 5098028 140729276402944 140729276395624 140175404794492 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10518528 140729276404885 140729276405032 140729276405032 140729276407790 0
/proc/20746/statm: 28314 177 94 221 0 119 0
[pid=20749] ppid=20746 vsize=10260324 memory=21360 CPUtime=0.03 cores=1,3,5,7
/proc/20749/stat : 20749 (java) S 20746 20689 8919 0 -1 1077944320 4138 0 0 0 3 0 0 0 20 0 9 0 53892172 10506571776 5340 33554432000 4194304 4196468 140725108519648 140725108502192 139946549182199 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
/proc/20749/statm: 2565081 5340 2161 1 0 2527622 0
[pid=20749/tid=20751] ppid=20746 vsize=10260324 memory=7751702667093440019 CPUtime=0.03 cores=1,3,5,7
/proc/20749/task/20751/stat : 20751 (java) R 20746 20689 8919 0 -1 4202560 2801 0 0 0 3 0 0 0 20 0 9 0 53892173 10506571776 5340 33554432000 4194304 4196468 140725108519648 139946553417296 139946533671152 0 4 0 16800971 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
[pid=20749/tid=20753] ppid=20746 vsize=10260324 memory=4210146916469654281 CPUtime=0 cores=1,3,5,7
/proc/20749/task/20753/stat : 20753 (java) S 20746 20689 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 53892173 10506571776 5340 33554432000 4194304 4196468 140725108519648 139946485873168 139946549192405 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
[pid=20749/tid=20754] ppid=20746 vsize=10260324 memory=140550675924608 CPUtime=0 cores=1,3,5,7
/proc/20749/task/20754/stat : 20754 (java) S 20746 20689 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 53892173 10506571776 5340 33554432000 4194304 4196468 140725108519648 139946484820624 139946549192405 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
[pid=20749/tid=20757] ppid=20746 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20749/task/20757/stat : 20757 (java) S 20746 20689 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 53892173 10506571776 5340 33554432000 4194304 4196468 140725108519648 139946483767568 139946549192405 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
[pid=20749/tid=20760] ppid=20746 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20749/task/20760/stat : 20760 (java) S 20746 20689 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 53892173 10506571776 5340 33554432000 4194304 4196468 140725108519648 139946482715024 139946549192405 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
[pid=20749/tid=20761] ppid=20746 vsize=10260324 memory=140550675924608 CPUtime=0 cores=1,3,5,7
/proc/20749/task/20761/stat : 20761 (java) S 20746 20689 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 53892175 10506571776 5340 33554432000 4194304 4196468 140725108519648 139946040781552 139946549193346 0 0 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
[pid=20749/tid=20763] ppid=20746 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20749/task/20763/stat : 20763 (java) S 20746 20689 8919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 53892175 10506571776 5340 33554432000 4194304 4196468 140725108519648 139946039727776 139946549192405 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
[pid=20749/tid=20765] ppid=20746 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20749/task/20765/stat : 20765 (java) S 20746 20689 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 53892175 10506571776 5340 33554432000 4194304 4196468 140725108519648 139946038674672 139946549192405 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38002688 140725108524323 140725108524337 140725108524337 140725108527055 0
[pid=20750] ppid=20746 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/20750/stat : 20750 (awk) S 20746 20689 8919 0 -1 4202496 425 0 1 0 0 0 0 0 20 0 1 0 53892172 116211712 242 33554432000 4194304 4609284 140721293075152 140721293074328 139951175375872 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 4 0 0 6708720 6711756 8204288 140721293083987 140721293084017 140721293084017 140721293086703 0
/proc/20750/statm: 28372 242 203 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 24644 KiB

[startup+0.210984 s]*
/proc/loadavg: 3.80 4.38 3.78 5/218 20824
/proc/meminfo: memFree=24273948/32770624 swapFree=67070816/67108860
[pid=20689] ppid=20685 vsize=10818508 memory=32168 CPUtime=0.16 cores=1,3,5,7
/proc/20689/stat : 20689 (java) S 20685 20689 8919 0 -1 1077944320 6306 13191 1 3 6 2 5 3 20 0 15 0 53892166 11078152192 8042 33554432000 4194304 4196468 140730227827280 140730227809824 139627119951607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
/proc/20689/statm: 2704627 8042 2727 1 0 2667149 0
[pid=20689/tid=20798] ppid=20685 vsize=10818508 memory=7022364594140610616 CPUtime=0.13 cores=1,3,5,7
/proc/20689/task/20798/stat : 20798 (java) R 20685 20689 8919 0 -1 4202560 3142 13191 0 3 4 1 5 3 20 0 15 0 53892181 11078152192 8084 33554432000 4194304 4196468 140730227827280 139627091774464 139627106156608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20799] ppid=20685 vsize=10818508 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20799/stat : 20799 (java) S 20685 20689 8919 0 -1 1077944384 2 13191 0 3 0 0 5 3 20 0 15 0 53892182 11078152192 8084 33554432000 4194304 4196468 140730227827280 139627124194320 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20800] ppid=20685 vsize=10818508 memory=140550676247824 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20800/stat : 20800 (java) S 20685 20689 8919 0 -1 1077944384 2 13191 0 3 0 0 5 3 20 0 15 0 53892182 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626692664464 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20802] ppid=20685 vsize=10818508 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20802/stat : 20802 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892182 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626691611408 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20805] ppid=20685 vsize=10818508 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20805/stat : 20805 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892182 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626690558864 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20807] ppid=20685 vsize=10818508 memory=140550675924608 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20807/stat : 20807 (java) S 20685 20689 8919 0 -1 1077944384 2 13191 0 3 0 0 5 3 20 0 15 0 53892183 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626646599920 139627119962754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20809] ppid=20685 vsize=10818508 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20809/stat : 20809 (java) S 20685 20689 8919 0 -1 1077944384 13 13191 0 3 0 0 5 3 20 0 15 0 53892184 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626568213664 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20811] ppid=20685 vsize=10818508 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20811/stat : 20811 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892184 11078152192 8084 33554432000 4194304 4196468 140730227827280 139625964233456 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20813] ppid=20685 vsize=10818508 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20813/stat : 20813 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892186 11078152192 8084 33554432000 4194304 4196468 140730227827280 139625656834000 139627119970203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20814] ppid=20685 vsize=10818508 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20814/stat : 20814 (java) R 20685 20689 8919 0 -1 1077944384 455 13191 0 3 0 0 5 3 20 0 15 0 53892187 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626645547760 139627119962754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20815] ppid=20685 vsize=10818508 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20815/stat : 20815 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892187 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626644495216 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20817] ppid=20685 vsize=10818508 memory=140550675924608 CPUtime=0.09 cores=1,3,5,7
/proc/20689/task/20817/stat : 20817 (java) R 20685 20689 8919 0 -1 4202560 519 13191 0 3 1 0 5 3 20 0 15 0 53892187 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626643442160 139627119972954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20821] ppid=20685 vsize=10818508 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20821/stat : 20821 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892187 11078152192 8084 33554432000 4194304 4196468 140730227827280 139625623276384 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20823] ppid=20685 vsize=10818508 memory=140550675924608 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20823/stat : 20823 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892187 11078152192 8084 33554432000 4194304 4196468 140730227827280 139626642389552 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10818508 KiB
Current children cumulated memory: 32168 KiB

[startup+0.31079 s]*
/proc/loadavg: 3.80 4.38 3.78 3/218 20824
/proc/meminfo: memFree=24238500/32770624 swapFree=67070816/67108860
[pid=20689] ppid=20685 vsize=10819352 memory=49696 CPUtime=0.32 cores=1,3,5,7
/proc/20689/stat : 20689 (java) S 20685 20689 8919 0 -1 1077944320 9820 13191 1 3 21 3 5 3 20 0 15 0 53892166 11079016448 12424 33554432000 4194304 4196468 140730227827280 140730227809824 139627119951607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
/proc/20689/statm: 2704838 12424 3079 1 0 2667149 0
[pid=20689/tid=20798] ppid=20685 vsize=10819352 memory=590026570427820467 CPUtime=0.23 cores=1,3,5,7
/proc/20689/task/20798/stat : 20798 (java) R 20685 20689 8919 0 -1 4202560 6471 13191 0 3 13 2 5 3 20 0 15 0 53892181 11079016448 12424 33554432000 4194304 4196468 140730227827280 139627091772720 139627104032094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20799] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20799/stat : 20799 (java) S 20685 20689 8919 0 -1 1077944384 2 13191 0 3 0 0 5 3 20 0 15 0 53892182 11079016448 12424 33554432000 4194304 4196468 140730227827280 139627124194320 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20800] ppid=20685 vsize=10819352 memory=3472476573563651744 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20800/stat : 20800 (java) S 20685 20689 8919 0 -1 1077944384 2 13191 0 3 0 0 5 3 20 0 15 0 53892182 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626692664464 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20802] ppid=20685 vsize=10819352 memory=7452164801807536489 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20802/stat : 20802 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892182 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626691611408 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20805] ppid=20685 vsize=10819352 memory=2321103342458254903 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20805/stat : 20805 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892182 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626690558864 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20807] ppid=20685 vsize=10819352 memory=3617432866630448817 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20807/stat : 20807 (java) S 20685 20689 8919 0 -1 1077944384 2 13191 0 3 0 0 5 3 20 0 15 0 53892183 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626646599920 139627119962754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20809] ppid=20685 vsize=10819352 memory=2321667396184584759 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20809/stat : 20809 (java) S 20685 20689 8919 0 -1 1077944384 13 13191 0 3 0 0 5 3 20 0 15 0 53892184 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626568213664 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20811] ppid=20685 vsize=10819352 memory=281101046215704 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20811/stat : 20811 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892184 11079016448 12424 33554432000 4194304 4196468 140730227827280 139625964233456 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20813] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20813/stat : 20813 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892186 11079016448 12424 33554432000 4194304 4196468 140730227827280 139625656834000 139627119970203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20814] ppid=20685 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20689/task/20814/stat : 20814 (java) S 20685 20689 8919 0 -1 1077944384 535 13191 0 3 1 0 5 3 20 0 15 0 53892187 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626645547760 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20815] ppid=20685 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20689/task/20815/stat : 20815 (java) S 20685 20689 8919 0 -1 1077944384 55 13191 0 3 1 0 5 3 20 0 15 0 53892187 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626644495216 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20817] ppid=20685 vsize=10819352 memory=140550675924608 CPUtime=0.12 cores=1,3,5,7
/proc/20689/task/20817/stat : 20817 (java) S 20685 20689 8919 0 -1 1077944384 547 13191 0 3 4 0 5 3 20 0 15 0 53892187 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626643442160 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20821] ppid=20685 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20821/stat : 20821 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892187 11079016448 12424 33554432000 4194304 4196468 140730227827280 139625623276384 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20823] ppid=20685 vsize=10819352 memory=140550675924608 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20823/stat : 20823 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892187 11079016448 12424 33554432000 4194304 4196468 140730227827280 139626642389552 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 49696 KiB

[startup+0.700734 s]
/proc/loadavg: 3.80 4.38 3.78 4/218 20824
/proc/meminfo: memFree=24215180/32770624 swapFree=67070816/67108860
[pid=20689] ppid=20685 vsize=10819352 memory=77476 CPUtime=0.86 cores=1,3,5,7
/proc/20689/stat : 20689 (java) S 20685 20689 8919 0 -1 1077944320 15041 13191 1 3 73 5 5 3 20 0 15 0 53892166 11079016448 19369 33554432000 4194304 4196468 140730227827280 140730227809824 139627119951607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
/proc/20689/statm: 2704838 19369 3223 1 0 2667149 0
[pid=20689/tid=20798] ppid=20685 vsize=10819352 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/20689/task/20798/stat : 20798 (java) R 20685 20689 8919 0 -1 4202560 10904 13191 0 3 47 3 5 3 20 0 15 0 53892181 11079016448 19369 33554432000 4194304 4196468 140730227827280 139627091771896 139627100227421 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20799] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20799/stat : 20799 (java) S 20685 20689 8919 0 -1 1077944384 2 13191 0 3 0 0 5 3 20 0 15 0 53892182 11079016448 19369 33554432000 4194304 4196468 140730227827280 139627124194320 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20800] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20800/stat : 20800 (java) S 20685 20689 8919 0 -1 1077944384 2 13191 0 3 0 0 5 3 20 0 15 0 53892182 11079016448 19369 33554432000 4194304 4196468 140730227827280 139626692664464 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20802] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20802/stat : 20802 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892182 11079016448 19369 33554432000 4194304 4196468 140730227827280 139626691611408 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20805] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20805/stat : 20805 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892182 11079016448 19369 33554432000 4194304 4196468 140730227827280 139626690558864 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20807] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20807/stat : 20807 (java) S 20685 20689 8919 0 -1 1077944384 5 13191 0 3 0 0 5 3 20 0 15 0 53892183 11079016448 19369 33554432000 4194304 4196468 140730227827280 139626646599920 139627119962754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20809] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20809/stat : 20809 (java) S 20685 20689 8919 0 -1 1077944384 13 13191 0 3 0 0 5 3 20 0 15 0 53892184 11079016448 19369 33554432000 4194304 4196468 140730227827280 139626568213664 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20811] ppid=20685 vsize=10819352 memory=8242257093008570165 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20811/stat : 20811 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892184 11079016448 19369 33554432000 4194304 4196468 140730227827280 139625964233456 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20813] ppid=20685 vsize=10819352 memory=7302412326967203408 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20813/stat : 20813 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892186 11079016448 19435 33554432000 4194304 4196468 140730227827280 139625656834000 139627119970203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20814] ppid=20685 vsize=10819352 memory=6226596351323422817 CPUtime=0.14 cores=1,3,5,7
/proc/20689/task/20814/stat : 20814 (java) S 20685 20689 8919 0 -1 1077944384 924 13191 0 3 6 0 5 3 20 0 15 0 53892187 11079016448 19435 33554432000 4194304 4196468 140730227827280 139626645547760 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20815] ppid=20685 vsize=10819352 memory=-7741295863544520037 CPUtime=0.14 cores=1,3,5,7
/proc/20689/task/20815/stat : 20815 (java) S 20685 20689 8919 0 -1 1077944384 429 13191 0 3 6 0 5 3 20 0 15 0 53892187 11079016448 19435 33554432000 4194304 4196468 140730227827280 139626644495216 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20817] ppid=20685 vsize=10819352 memory=8514726395714825349 CPUtime=0.2 cores=1,3,5,7
/proc/20689/task/20817/stat : 20817 (java) S 20685 20689 8919 0 -1 1077944384 591 13191 0 3 12 0 5 3 20 0 15 0 53892187 11079016448 19435 33554432000 4194304 4196468 140730227827280 139626643442160 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20821] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20821/stat : 20821 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892187 11079016448 19435 33554432000 4194304 4196468 140730227827280 139625623276384 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20823] ppid=20685 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20823/stat : 20823 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892187 11079016448 19435 33554432000 4194304 4196468 140730227827280 139626642389552 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 77476 KiB

[startup+1.50075 s]
/proc/loadavg: 3.80 4.38 3.78 3/218 20824
/proc/meminfo: memFree=24137296/32770624 swapFree=67070816/67108860
[pid=20689] ppid=20685 vsize=10832204 memory=162012 CPUtime=2.07 cores=1,3,5,7
/proc/20689/stat : 20689 (java) S 20685 20689 8919 0 -1 1077944320 23691 13191 1 3 189 10 5 3 20 0 15 0 53892166 11092176896 40503 33554432000 4194304 4196468 140730227827280 140730227809824 139627119951607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
/proc/20689/statm: 2708051 40503 3462 1 0 2669709 0
[pid=20689/tid=20798] ppid=20685 vsize=10832204 memory=2964 CPUtime=1.27 cores=1,3,5,7
/proc/20689/task/20798/stat : 20798 (java) S 20685 20689 8919 0 -1 1077944384 17163 13191 0 3 113 6 5 3 20 0 15 0 53892181 11092176896 40503 33554432000 4194304 4196468 140730227827280 139627091766240 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20799] ppid=20685 vsize=10832204 memory=13496 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20799/stat : 20799 (java) S 20685 20689 8919 0 -1 1077944384 26 13191 0 3 0 0 5 3 20 0 15 0 53892182 11092176896 40503 33554432000 4194304 4196468 140730227827280 139627124194320 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20800] ppid=20685 vsize=10832204 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20800/stat : 20800 (java) S 20685 20689 8919 0 -1 1077944384 63 13191 0 3 0 0 5 3 20 0 15 0 53892182 11092176896 40503 33554432000 4194304 4196468 140730227827280 139626692664464 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20802] ppid=20685 vsize=10832204 memory=16105853304456575 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20802/stat : 20802 (java) S 20685 20689 8919 0 -1 1077944384 15 13191 0 3 0 0 5 3 20 0 15 0 53892182 11092176896 40503 33554432000 4194304 4196468 140730227827280 139626691611408 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20805] ppid=20685 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20805/stat : 20805 (java) S 20685 20689 8919 0 -1 1077944384 230 13191 0 3 0 0 5 3 20 0 15 0 53892182 11092176896 40503 33554432000 4194304 4196468 140730227827280 139626690558864 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20807] ppid=20685 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20807/stat : 20807 (java) R 20685 20689 8919 0 -1 4202560 685 13191 0 3 0 0 5 3 20 0 15 0 53892183 11092176896 40503 33554432000 4194304 4196468 140730227827280 139626646598208 139627105643307 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20809] ppid=20685 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20809/stat : 20809 (java) S 20685 20689 8919 0 -1 1077944384 13 13191 0 3 0 0 5 3 20 0 15 0 53892184 11092176896 40503 33554432000 4194304 4196468 140730227827280 139626568213664 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20811] ppid=20685 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7

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

/proc/20689/task/20798/stat : 20798 (java) R 20685 20689 8919 0 -1 4202560 100867 13191 1 3 230695 43 5 3 20 0 15 0 53892181 11178180608 207477 33554432000 4194304 4196468 140730227827280 139627091785888 139626734529377 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20799] ppid=20685 vsize=10916192 memory=829888 CPUtime=7.28 cores=1,3,5,7
/proc/20689/task/20799/stat : 20799 (java) S 20685 20689 8919 0 -1 1077944384 16551 13191 0 3 684 36 5 3 20 0 15 0 53892182 11178180608 207477 33554432000 4194304 4196468 140730227827280 139627124194320 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20800] ppid=20685 vsize=10916192 memory=829888 CPUtime=7.27 cores=1,3,5,7
/proc/20689/task/20800/stat : 20800 (java) S 20685 20689 8919 0 -1 1077944384 24918 13191 0 3 682 37 5 3 20 0 15 0 53892182 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626692664464 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20802] ppid=20685 vsize=10916192 memory=829888 CPUtime=7.28 cores=1,3,5,7
/proc/20689/task/20802/stat : 20802 (java) S 20685 20689 8919 0 -1 1077944384 21368 13191 0 3 684 36 5 3 20 0 15 0 53892182 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626691611408 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20805] ppid=20685 vsize=10916192 memory=829888 CPUtime=7.28 cores=1,3,5,7
/proc/20689/task/20805/stat : 20805 (java) S 20685 20689 8919 0 -1 1077944384 18686 13191 0 3 683 37 5 3 20 0 15 0 53892182 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626690558864 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20807] ppid=20685 vsize=10916192 memory=829908 CPUtime=5.72 cores=1,3,5,7
/proc/20689/task/20807/stat : 20807 (java) S 20685 20689 8919 0 -1 1077944384 16237 13191 0 3 528 36 5 3 20 0 15 0 53892183 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626646599920 139627119962754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20809] ppid=20685 vsize=10916192 memory=829888 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20809/stat : 20809 (java) S 20685 20689 8919 0 -1 1077944384 14 13191 0 3 0 0 5 3 20 0 15 0 53892184 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626568213792 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20811] ppid=20685 vsize=10916192 memory=829908 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20811/stat : 20811 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892184 11178180608 207477 33554432000 4194304 4196468 140730227827280 139625964233472 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20813] ppid=20685 vsize=10916192 memory=829908 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20813/stat : 20813 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892186 11178180608 207477 33554432000 4194304 4196468 140730227827280 139625656834000 139627119970203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20814] ppid=20685 vsize=10916192 memory=829908 CPUtime=7.46 cores=1,3,5,7
/proc/20689/task/20814/stat : 20814 (java) S 20685 20689 8919 0 -1 1077944384 95309 13191 0 3 728 10 5 3 20 0 15 0 53892187 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626645547760 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20815] ppid=20685 vsize=10916192 memory=829908 CPUtime=7.85 cores=1,3,5,7
/proc/20689/task/20815/stat : 20815 (java) S 20685 20689 8919 0 -1 1077944384 101240 13191 0 3 768 9 5 3 20 0 15 0 53892187 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626644495216 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20817] ppid=20685 vsize=10916192 memory=829908 CPUtime=3.69 cores=1,3,5,7
/proc/20689/task/20817/stat : 20817 (java) S 20685 20689 8919 0 -1 1077944384 93913 13191 0 3 351 10 5 3 20 0 15 0 53892187 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626643442160 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20821] ppid=20685 vsize=10916192 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20821/stat : 20821 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892187 11178180608 207477 33554432000 4194304 4196468 140730227827280 139625623276384 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20823] ppid=20685 vsize=10916192 memory=829908 CPUtime=1.4 cores=1,3,5,7
/proc/20689/task/20823/stat : 20823 (java) S 20685 20689 8919 0 -1 1077944384 3071 13191 0 3 60 72 5 3 20 0 15 0 53892187 11178180608 207477 33554432000 4194304 4196468 140730227827280 139626642389552 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
Current children cumulated CPU time: 2362.1 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 829908 KiB

[startup+2382.3 s]
/proc/loadavg: 1.54 1.55 1.74 3/215 20920
/proc/meminfo: memFree=19634924/32770624 swapFree=67071992/67108860
[pid=20689] ppid=20685 vsize=10916192 memory=825880 CPUtime=2422.85 cores=1,3,5,7
/proc/20689/stat : 20689 (java) S 20685 20689 8919 0 -1 1077944320 503409 13191 2 3 241982 295 5 3 20 0 15 0 53892166 11178180608 206470 33554432000 4194304 4196468 140730227827280 140730227809824 139627119951607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
/proc/20689/statm: 2729048 206470 3531 1 0 2690701 0
[pid=20689/tid=20798] ppid=20685 vsize=10916192 memory=825880 CPUtime=2367.04 cores=1,3,5,7
/proc/20689/task/20798/stat : 20798 (java) R 20685 20689 8919 0 -1 4202560 101868 13191 1 3 236652 44 5 3 20 0 15 0 53892181 11178180608 206470 33554432000 4194304 4196468 140730227827280 139627091786976 139626732308672 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20799] ppid=20685 vsize=10916192 memory=825880 CPUtime=7.49 cores=1,3,5,7
/proc/20689/task/20799/stat : 20799 (java) S 20685 20689 8919 0 -1 1077944384 16768 13191 0 3 703 38 5 3 20 0 15 0 53892182 11178180608 206470 33554432000 4194304 4196468 140730227827280 139627124194320 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20800] ppid=20685 vsize=10916192 memory=825828 CPUtime=7.48 cores=1,3,5,7
/proc/20689/task/20800/stat : 20800 (java) S 20685 20689 8919 0 -1 1077944384 25401 13191 0 3 702 38 5 3 20 0 15 0 53892182 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626692664464 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20802] ppid=20685 vsize=10916192 memory=825828 CPUtime=7.48 cores=1,3,5,7
/proc/20689/task/20802/stat : 20802 (java) S 20685 20689 8919 0 -1 1077944384 22553 13191 0 3 703 37 5 3 20 0 15 0 53892182 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626691611408 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20805] ppid=20685 vsize=10916192 memory=825880 CPUtime=7.48 cores=1,3,5,7
/proc/20689/task/20805/stat : 20805 (java) S 20685 20689 8919 0 -1 1077944384 18713 13191 0 3 702 38 5 3 20 0 15 0 53892182 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626690558864 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20807] ppid=20685 vsize=10916192 memory=825880 CPUtime=5.87 cores=1,3,5,7
/proc/20689/task/20807/stat : 20807 (java) S 20685 20689 8919 0 -1 1077944384 16577 13191 0 3 542 37 5 3 20 0 15 0 53892183 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626646599920 139627119962754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20809] ppid=20685 vsize=10916192 memory=825880 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20809/stat : 20809 (java) S 20685 20689 8919 0 -1 1077944384 14 13191 0 3 0 0 5 3 20 0 15 0 53892184 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626568213792 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20811] ppid=20685 vsize=10916192 memory=242257 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20811/stat : 20811 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892184 11178180608 206470 33554432000 4194304 4196468 140730227827280 139625964233472 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20813] ppid=20685 vsize=10916192 memory=91033845106922 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20813/stat : 20813 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892186 11178180608 206470 33554432000 4194304 4196468 140730227827280 139625656834000 139627119970203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20814] ppid=20685 vsize=10916192 memory=825828 CPUtime=7.52 cores=1,3,5,7
/proc/20689/task/20814/stat : 20814 (java) S 20685 20689 8919 0 -1 1077944384 96147 13191 0 3 734 10 5 3 20 0 15 0 53892187 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626645547760 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20815] ppid=20685 vsize=10916192 memory=825880 CPUtime=7.92 cores=1,3,5,7
/proc/20689/task/20815/stat : 20815 (java) S 20685 20689 8919 0 -1 1077944384 104124 13191 0 3 775 9 5 3 20 0 15 0 53892187 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626644495216 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20817] ppid=20685 vsize=10916192 memory=825880 CPUtime=3.74 cores=1,3,5,7
/proc/20689/task/20817/stat : 20817 (java) S 20685 20689 8919 0 -1 1077944384 95893 13191 0 3 356 10 5 3 20 0 15 0 53892187 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626643442160 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20821] ppid=20685 vsize=10916192 memory=3468 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20821/stat : 20821 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892187 11178180608 206470 33554432000 4194304 4196468 140730227827280 139625623276384 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20823] ppid=20685 vsize=10916192 memory=3468 CPUtime=1.44 cores=1,3,5,7
/proc/20689/task/20823/stat : 20823 (java) S 20685 20689 8919 0 -1 1077944384 3158 13191 0 3 62 74 5 3 20 0 15 0 53892187 11178180608 206470 33554432000 4194304 4196468 140730227827280 139626642389552 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
Current children cumulated CPU time: 2422.85 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 825880 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.57 1.73 3/215 20921
/proc/meminfo: memFree=19635068/32770624 swapFree=67071992/67108860
[pid=20689] ppid=20685 vsize=10916192 memory=825924 CPUtime=2483.43 cores=1,3,5,7
/proc/20689/stat : 20689 (java) S 20685 20689 8919 0 -1 1077944320 508006 13191 2 3 248036 299 5 3 20 0 15 0 53892166 11178180608 206481 33554432000 4194304 4196468 140730227827280 140730227809824 139627119951607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
/proc/20689/statm: 2729048 206481 3531 1 0 2690701 0
[pid=20689/tid=20798] ppid=20685 vsize=10916192 memory=825884 CPUtime=2426.62 cores=1,3,5,7
/proc/20689/task/20798/stat : 20798 (java) R 20685 20689 8919 0 -1 4202560 102826 13191 1 3 242609 45 5 3 20 0 15 0 53892181 11178180608 206481 33554432000 4194304 4196468 140730227827280 139627091786976 139626734529400 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20799] ppid=20685 vsize=10916192 memory=825924 CPUtime=7.69 cores=1,3,5,7
/proc/20689/task/20799/stat : 20799 (java) S 20685 20689 8919 0 -1 1077944384 18439 13191 0 3 723 38 5 3 20 0 15 0 53892182 11178180608 206481 33554432000 4194304 4196468 140730227827280 139627124194320 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20800] ppid=20685 vsize=10916192 memory=825884 CPUtime=7.68 cores=1,3,5,7
/proc/20689/task/20800/stat : 20800 (java) S 20685 20689 8919 0 -1 1077944384 25605 13191 0 3 721 39 5 3 20 0 15 0 53892182 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626692664464 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20802] ppid=20685 vsize=10916192 memory=825924 CPUtime=7.68 cores=1,3,5,7
/proc/20689/task/20802/stat : 20802 (java) S 20685 20689 8919 0 -1 1077944384 22595 13191 0 3 723 37 5 3 20 0 15 0 53892182 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626691611408 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20805] ppid=20685 vsize=10916192 memory=825924 CPUtime=7.68 cores=1,3,5,7
/proc/20689/task/20805/stat : 20805 (java) S 20685 20689 8919 0 -1 1077944384 18732 13191 0 3 721 39 5 3 20 0 15 0 53892182 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626690558864 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20807] ppid=20685 vsize=10916192 memory=825924 CPUtime=6.02 cores=1,3,5,7
/proc/20689/task/20807/stat : 20807 (java) S 20685 20689 8919 0 -1 1077944384 16934 13191 0 3 556 38 5 3 20 0 15 0 53892183 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626646599920 139627119962754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20809] ppid=20685 vsize=10916192 memory=825924 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20809/stat : 20809 (java) S 20685 20689 8919 0 -1 1077944384 14 13191 0 3 0 0 5 3 20 0 15 0 53892184 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626568213792 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20811] ppid=20685 vsize=10916192 memory=825924 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20811/stat : 20811 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892184 11178180608 206481 33554432000 4194304 4196468 140730227827280 139625964233472 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20813] ppid=20685 vsize=10916192 memory=825924 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20813/stat : 20813 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892186 11178180608 206481 33554432000 4194304 4196468 140730227827280 139625656834000 139627119970203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20814] ppid=20685 vsize=10916192 memory=0 CPUtime=7.53 cores=1,3,5,7
/proc/20689/task/20814/stat : 20814 (java) S 20685 20689 8919 0 -1 1077944384 96653 13191 0 3 735 10 5 3 20 0 15 0 53892187 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626645547760 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20815] ppid=20685 vsize=10916192 memory=825884 CPUtime=7.93 cores=1,3,5,7
/proc/20689/task/20815/stat : 20815 (java) S 20685 20689 8919 0 -1 1077944384 104208 13191 0 3 776 9 5 3 20 0 15 0 53892187 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626644495216 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20817] ppid=20685 vsize=10916192 memory=825884 CPUtime=3.75 cores=1,3,5,7
/proc/20689/task/20817/stat : 20817 (java) S 20685 20689 8919 0 -1 1077944384 96630 13191 0 3 357 10 5 3 20 0 15 0 53892187 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626643442160 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20821] ppid=20685 vsize=10916192 memory=1828 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20821/stat : 20821 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892187 11178180608 206481 33554432000 4194304 4196468 140730227827280 139625623276384 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20823] ppid=20685 vsize=10916192 memory=800 CPUtime=1.47 cores=1,3,5,7
/proc/20689/task/20823/stat : 20823 (java) S 20685 20689 8919 0 -1 1077944384 3177 13191 0 3 63 76 5 3 20 0 15 0 53892187 11178180608 206481 33554432000 4194304 4196468 140730227827280 139626642389552 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
Current children cumulated CPU time: 2483.43 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 825924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.6 s]
/proc/loadavg: 1.46 1.54 1.72 2/194 20973
/proc/meminfo: memFree=23501156/32770624 swapFree=67071992/67108860
[pid=20689] ppid=20685 vsize=10916192 memory=825956 CPUtime=2520.07 cores=1,3,5,7
/proc/20689/stat : 20689 (java) S 20685 20689 8919 0 -1 1077944320 508993 13191 2 3 251697 302 5 3 20 0 15 0 53892166 11178180608 206489 33554432000 4194304 4196468 140730227827280 140730227809824 139627119951607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
/proc/20689/statm: 2729048 206489 3531 1 0 2690701 0
[pid=20689/tid=20798] ppid=20685 vsize=10916192 memory=6791534058613427641 CPUtime=2462.66 cores=1,3,5,7
/proc/20689/task/20798/stat : 20798 (java) R 20685 20689 8919 0 -1 4202560 103057 13191 1 3 246213 45 5 3 20 0 15 0 53892181 11178180608 206489 33554432000 4194304 4196468 140730227827280 139627091787088 139626732973728 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20799] ppid=20685 vsize=10916192 memory=3842856 CPUtime=7.81 cores=1,3,5,7
/proc/20689/task/20799/stat : 20799 (java) S 20685 20689 8919 0 -1 1077944384 18447 13191 0 3 735 38 5 3 20 0 15 0 53892182 11178180608 206489 33554432000 4194304 4196468 140730227827280 139627124194320 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20800] ppid=20685 vsize=10916192 memory=4100 CPUtime=7.8 cores=1,3,5,7
/proc/20689/task/20800/stat : 20800 (java) S 20685 20689 8919 0 -1 1077944384 25610 13191 0 3 732 40 5 3 20 0 15 0 53892182 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626692664464 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20802] ppid=20685 vsize=10916192 memory=1100 CPUtime=7.81 cores=1,3,5,7
/proc/20689/task/20802/stat : 20802 (java) S 20685 20689 8919 0 -1 1077944384 22602 13191 0 3 735 38 5 3 20 0 15 0 53892182 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626691611408 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20805] ppid=20685 vsize=10916192 memory=564 CPUtime=7.81 cores=1,3,5,7
/proc/20689/task/20805/stat : 20805 (java) S 20685 20689 8919 0 -1 1077944384 19202 13191 0 3 733 40 5 3 20 0 15 0 53892182 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626690558864 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20807] ppid=20685 vsize=10916192 memory=13580 CPUtime=6.11 cores=1,3,5,7
/proc/20689/task/20807/stat : 20807 (java) S 20685 20689 8919 0 -1 1077944384 17185 13191 0 3 564 39 5 3 20 0 15 0 53892183 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626646599920 139627119962754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20809] ppid=20685 vsize=10916192 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20809/stat : 20809 (java) S 20685 20689 8919 0 -1 1077944384 14 13191 0 3 0 0 5 3 20 0 15 0 53892184 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626568213792 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20811] ppid=20685 vsize=10916192 memory=1876 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20811/stat : 20811 (java) S 20685 20689 8919 0 -1 1077944384 1 13191 0 3 0 0 5 3 20 0 15 0 53892184 11178180608 206489 33554432000 4194304 4196468 140730227827280 139625964233472 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20813] ppid=20685 vsize=10916192 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20813/stat : 20813 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892186 11178180608 206489 33554432000 4194304 4196468 140730227827280 139625656834000 139627119970203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20814] ppid=20685 vsize=10916192 memory=1828 CPUtime=7.53 cores=1,3,5,7
/proc/20689/task/20814/stat : 20814 (java) S 20685 20689 8919 0 -1 1077944384 96653 13191 0 3 735 10 5 3 20 0 15 0 53892187 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626645547760 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20815] ppid=20685 vsize=10916192 memory=800 CPUtime=7.93 cores=1,3,5,7
/proc/20689/task/20815/stat : 20815 (java) S 20685 20689 8919 0 -1 1077944384 104208 13191 0 3 776 9 5 3 20 0 15 0 53892187 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626644495216 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20817] ppid=20685 vsize=10916192 memory=4112 CPUtime=3.75 cores=1,3,5,7
/proc/20689/task/20817/stat : 20817 (java) S 20685 20689 8919 0 -1 1077944384 96630 13191 0 3 357 10 5 3 20 0 15 0 53892187 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626643442160 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20821] ppid=20685 vsize=10916192 memory=12680 CPUtime=0.08 cores=1,3,5,7
/proc/20689/task/20821/stat : 20821 (java) S 20685 20689 8919 0 -1 1077944384 3 13191 0 3 0 0 5 3 20 0 15 0 53892187 11178180608 206489 33554432000 4194304 4196468 140730227827280 139625623276384 139627119961813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
[pid=20689/tid=20823] ppid=20685 vsize=10916192 memory=1332 CPUtime=1.5 cores=1,3,5,7
/proc/20689/task/20823/stat : 20823 (java) S 20685 20689 8919 0 -1 1077944384 3192 13191 0 3 64 78 5 3 20 0 15 0 53892187 11178180608 206489 33554432000 4194304 4196468 140730227827280 139626642389552 139627119962754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25837568 140730227833003 140730227836252 140730227836252 140730227838927 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 825956 KiB

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

[startup+2478.65 s]
# the end of solver process 20689 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.05 s, system=3.08259 s

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

Child status: 143
Real time (s): 2478.65
CPU time (s): 2520.14
CPU user time (s): 2517.05
CPU system time (s): 3.08259
CPU usage (%): 101.674
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 1090856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.05
system time used= 3.08259
maximum resident set size= 1093448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526056
page faults= 5
swaps= 0
block input operations= 10448
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 187397
involuntary context switches= 4701


# summary of solver processes directly reported to runsolver:
#   pid: 20689
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.05
#   total CPU system time (s): 3.08259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2564 second user time and 27.2181 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-23 18:28:10
IDJOB=4293834
IDBENCH=141243
IDSOLVER=2751
FILE ID=node102/4293834-1532363289
RUNJOBID= node102-1532363289-20661
PBS_JOBID= 21019000
Free space on /tmp= 53248 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had18_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-4293834-1532363289/watcher-4293834-1532363289 -o /tmp/evaluation-result-4293834-1532363289/solver-4293834-1532363289 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532363289-20661 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2133831396 -superng HOME/instance-4293834-1532363289.xml

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

MD5SUM BENCH= 2bd2b017ef1b8aef080ffc7cd9cfea3a
RANDOM SEED=2133831396

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24311396 kB
MemAvailable:   31973068 kB
Buffers:          142308 kB
Cached:          7697172 kB
SwapCached:         3688 kB
Active:           668832 kB
Inactive:        7199144 kB
Active(anon):       6460 kB
Inactive(anon):    34592 kB
Active(file):     662372 kB
Inactive(file):  7164552 kB
Unevictable:        6668 kB
Mlocked:            6668 kB
SwapTotal:      67108860 kB
SwapFree:       67070816 kB
Dirty:             53076 kB
Writeback:             0 kB
AnonPages:         31668 kB
Mapped:            24940 kB
Shmem:              9864 kB
Slab:             290472 kB
SReclaimable:     263208 kB
SUnreclaim:        27264 kB
KernelStack:        3232 kB
PageTables:         4924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317160 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:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53220 MiB
End job on node102 at 2018-07-23 19:09:29