Trace number 4304390

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)2751 2520.08 2480.34

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

0.99/0.74	c Concrete v3.9.2.1532736233296 running
9.97/4.47	o 2891
10.30/4.51	o 2885
10.30/4.51	o 2881
10.30/4.52	o 2877
10.30/4.57	o 2863
11.65/4.94	o 2860
11.65/4.95	o 2854
11.99/5.03	o 2852
13.84/5.80	o 2848
14.31/6.12	o 2790
14.31/6.13	o 2777
14.31/6.14	o 2776
14.31/6.15	o 2774
14.31/6.17	o 2765
21.73/11.81	o 2760
23.38/13.20	o 2759
24.65/14.30	o 2758
24.65/14.33	o 2757
24.65/14.34	o 2752
33.86/23.09	o 2751
2520.03/2480.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2480.31		at concrete.MAC.mac(MAC.scala:188)
2520.03/2480.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2480.31		at scala.util.Try$.apply(Try.scala:209)
2520.03/2480.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2480.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2480.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2480.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2480.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2480.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2480.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2480.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2480.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2480.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2480.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2480.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2480.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2480.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2480.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2480.31		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2480.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2480.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2480.31		at scala.util.Success.map(Try.scala:209)
2520.03/2480.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2480.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2480.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2480.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2480.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2480.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2480.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2480.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2480.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2480.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2480.31		at scala.App.main(App.scala:76)
2520.03/2480.31		at scala.App.main$(App.scala:74)
2520.03/2480.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2480.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2480.32	v <instantiation cost="2751">
2520.03/2480.32	v       <list>
2520.03/2480.32	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.03/2480.32	v       </list>
2520.03/2480.32	v       <values>
2520.03/2480.32	v         3 8 4 10 15 9 11 6 17 5 13 1 16 12 14 7 0 2 9 5 3 8 4 6 3 2 5 4 3 3 3 7 3 6 2 5 5 5 4 2 8 7 5 5 2 4 4 4 1 5 2 6 3 7 7 3 4 4 3 7 4 7 3 4 8 6 8 7 9 6 3 7 5 4 5 6 1 5 4 3 5 5 6 8 4 3 2 6 4 8 4 5 6 7 4 10 5 6 7 6 5 5 5 1 6 7 6 5 5 7 4 6 4 3 6 6 6 8 8 9 7 1 5 6 6 4 3 4 6 3 2 6 4 8 7 8 9 3 1 5 5 5 4 6 2 5 5 5 5 6 6 9 3 2 3 6 5 5 4 6 5 7 7 1 5 9 4 2 6 4 4
2520.03/2480.32	v       </values>
2520.03/2480.32	v     </instantiation>
2520.03/2480.32	s SATISFIABLE

Verifier Data

OK	2751

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304390-1534076696/watcher-4304390-1534076696 -o /tmp/evaluation-result-4304390-1534076696/solver-4304390-1534076696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27645 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1325572746 -superng HOME/instance-4304390-1534076696.xml 

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

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

solver pid=30149, runsolver pid=30146

[startup+0.100117 s]*
/proc/loadavg: 1.38 1.33 1.38 3/207 30206
/proc/meminfo: memFree=27862920/32770624 swapFree=67108804/67108860
[pid=30149] ppid=30146 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/30149/stat : 30149 (java) S 30146 30149 27613 0 -1 1077944320 4448 13081 0 0 1 0 5 2 20 0 6 0 225232825 10245611520 4269 33554432000 4194304 4196468 140725303649680 140725303632224 140260945395447 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
/proc/30149/statm: 2501370 4269 1934 1 0 2489808 0
[pid=30149/tid=30202] ppid=30146 vsize=10005480 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 2255 13081 0 0 1 0 5 2 20 0 6 0 225232834 10245611520 4269 33554432000 4194304 4196468 140725303649680 140260917232208 140260945417373 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 6 0 225232835 10245611520 4269 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=10005480 memory=139673055835776 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 6 0 225232835 10245611520 4335 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 6 0 225232835 10245611520 4335 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 2 13081 0 0 0 0 5 2 20 0 6 0 225232835 10245611520 4335 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210171 s]*
/proc/loadavg: 1.38 1.33 1.38 3/216 30215
/proc/meminfo: memFree=27840516/32770624 swapFree=67108804/67108860
[pid=30149] ppid=30146 vsize=10983736 memory=46020 CPUtime=0.25 cores=1,3,5,7
/proc/30149/stat : 30149 (java) S 30146 30149 27613 0 -1 1077944320 8221 13081 0 0 17 1 5 2 20 0 15 0 225232825 11247345664 11505 33554432000 4194304 4196468 140725303649680 140725303632224 140260945395447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
/proc/30149/statm: 2745934 11505 2952 1 0 2708357 0
[pid=30149/tid=30202] ppid=30146 vsize=10985364 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 4872 13081 0 0 11 1 5 2 20 0 15 0 225232834 11249012736 11571 33554432000 4194304 4196468 140725303649680 140260917220256 140260938075165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11249012736 11637 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=10985364 memory=139673055835776 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11249012736 11637 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11249012736 11637 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 2 13081 0 0 0 0 5 2 20 0 15 0 225232835 11249012736 11637 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30207] ppid=30146 vsize=10985364 memory=139673055835776 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30207/stat : 30207 (java) S 30146 30149 27613 0 -1 1077944384 2 13081 0 0 0 0 5 2 20 0 15 0 225232836 11249012736 11703 33554432000 4194304 4196468 140725303649680 140259914169072 140260945406594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30208] ppid=30146 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30208/stat : 30208 (java) S 30146 30149 27613 0 -1 1077944384 13 13081 0 0 0 0 5 2 20 0 15 0 225232836 11249012736 11703 33554432000 4194304 4196468 140725303649680 140259807454880 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30209] ppid=30146 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30209/stat : 30209 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232837 11249012736 11703 33554432000 4194304 4196468 140725303649680 140259606127856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30210] ppid=30146 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30210/stat : 30210 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232839 11249012736 11703 33554432000 4194304 4196468 140725303649680 140259298728400 140260945414043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30211] ppid=30146 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30149/task/30211/stat : 30211 (java) S 30146 30149 27613 0 -1 1077944384 493 13081 0 0 1 0 5 2 20 0 15 0 225232839 11249012736 11769 33554432000 4194304 4196468 140725303649680 140259913115888 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30212] ppid=30146 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30212/stat : 30212 (java) S 30146 30149 27613 0 -1 1077944384 132 13081 0 0 0 0 5 2 20 0 15 0 225232839 11249012736 11769 33554432000 4194304 4196468 140725303649680 140259912063344 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30213] ppid=30146 vsize=10985364 memory=139673055835776 CPUtime=0.1 cores=1,3,5,7
/proc/30149/task/30213/stat : 30213 (java) S 30146 30149 27613 0 -1 1077944384 601 13081 0 0 3 0 5 2 20 0 15 0 225232839 11249012736 11769 33554432000 4194304 4196468 140725303649680 140259911010288 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30214] ppid=30146 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30214/stat : 30214 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232840 11249012736 11769 33554432000 4194304 4196468 140725303649680 140258867931488 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30215] ppid=30146 vsize=10985364 memory=139673055835776 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30215/stat : 30215 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232840 11249012736 11835 33554432000 4194304 4196468 140725303649680 140259909958704 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 46020 KiB

[startup+0.310637 s]*
/proc/loadavg: 1.38 1.33 1.38 3/216 30215
/proc/meminfo: memFree=27827492/32770624 swapFree=67108804/67108860
[pid=30149] ppid=30146 vsize=10983192 memory=56200 CPUtime=0.38 cores=1,3,5,7
/proc/30149/stat : 30149 (java) S 30146 30149 27613 0 -1 1077944320 10569 13081 0 0 29 2 5 2 20 0 15 0 225232825 11246788608 14050 33554432000 4194304 4196468 140725303649680 140725303632224 140260945395447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
/proc/30149/statm: 2745798 14050 3102 1 0 2708109 0
[pid=30149/tid=30202] ppid=30146 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 7114 13081 0 0 20 1 5 2 20 0 15 0 225232834 11246788608 14050 33554432000 4194304 4196468 140725303649680 140260917207456 140260929475934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11246788608 14050 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=10983192 memory=2080 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11246788608 14050 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11246788608 14050 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 2 13081 0 0 0 0 5 2 20 0 15 0 225232835 11246788608 14050 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30207] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30207/stat : 30207 (java) S 30146 30149 27613 0 -1 1077944384 2 13081 0 0 0 0 5 2 20 0 15 0 225232836 11246788608 14050 33554432000 4194304 4196468 140725303649680 140259914169072 140260945406594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30208] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30208/stat : 30208 (java) S 30146 30149 27613 0 -1 1077944384 13 13081 0 0 0 0 5 2 20 0 15 0 225232836 11246788608 14050 33554432000 4194304 4196468 140725303649680 140259807454880 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30209] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30209/stat : 30209 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232837 11246788608 14050 33554432000 4194304 4196468 140725303649680 140259606127856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30210] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30210/stat : 30210 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232839 11246788608 14050 33554432000 4194304 4196468 140725303649680 140259298728400 140260945414043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30211] ppid=30146 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30149/task/30211/stat : 30211 (java) S 30146 30149 27613 0 -1 1077944384 493 13081 0 0 2 0 5 2 20 0 15 0 225232839 11246788608 14050 33554432000 4194304 4196468 140725303649680 140259913115888 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30212] ppid=30146 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30149/task/30212/stat : 30212 (java) S 30146 30149 27613 0 -1 1077944384 135 13081 0 0 1 0 5 2 20 0 15 0 225232839 11246788608 14050 33554432000 4194304 4196468 140725303649680 140259912063344 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30213] ppid=30146 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30149/task/30213/stat : 30213 (java) R 30146 30149 27613 0 -1 4202560 607 13081 0 0 5 0 5 2 20 0 15 0 225232839 11246788608 14050 33554432000 4194304 4196468 140725303649680 140259911010288 140260923760068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30214] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30214/stat : 30214 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232840 11246788608 14050 33554432000 4194304 4196468 140725303649680 140258867931488 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30215] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30215/stat : 30215 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232840 11246788608 14050 33554432000 4194304 4196468 140725303649680 140259909958704 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56200 KiB

[startup+0.7008 s]
/proc/loadavg: 1.38 1.33 1.38 3/216 30215
/proc/meminfo: memFree=27817704/32770624 swapFree=67108804/67108860
[pid=30149] ppid=30146 vsize=10983192 memory=88764 CPUtime=0.99 cores=1,3,5,7
/proc/30149/stat : 30149 (java) S 30146 30149 27613 0 -1 1077944320 16757 13081 0 0 89 3 5 2 20 0 15 0 225232825 11246788608 22191 33554432000 4194304 4196468 140725303649680 140725303632224 140260945395447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
/proc/30149/statm: 2745798 22191 3242 1 0 2708109 0
[pid=30149/tid=30202] ppid=30146 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 12220 13081 0 0 57 2 5 2 20 0 15 0 225232834 11246788608 22191 33554432000 4194304 4196468 140725303649680 140260917216272 140260925670769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11246788608 22191 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=10983192 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11246788608 22191 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232835 11246788608 22191 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 2 13081 0 0 0 0 5 2 20 0 15 0 225232835 11246788608 22191 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30207] ppid=30146 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30207/stat : 30207 (java) S 30146 30149 27613 0 -1 1077944384 5 13081 0 0 0 0 5 2 20 0 15 0 225232836 11246788608 22191 33554432000 4194304 4196468 140725303649680 140259914169072 140260945406594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30208] ppid=30146 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30208/stat : 30208 (java) S 30146 30149 27613 0 -1 1077944384 13 13081 0 0 0 0 5 2 20 0 15 0 225232836 11246788608 22191 33554432000 4194304 4196468 140725303649680 140259807454880 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30209] ppid=30146 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30209/stat : 30209 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232837 11246788608 22191 33554432000 4194304 4196468 140725303649680 140259606127856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30210] ppid=30146 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30210/stat : 30210 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232839 11246788608 22191 33554432000 4194304 4196468 140725303649680 140259298728400 140260945414043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30211] ppid=30146 vsize=10983192 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/30149/task/30211/stat : 30211 (java) S 30146 30149 27613 0 -1 1077944384 901 13081 0 0 8 0 5 2 20 0 15 0 225232839 11246788608 22191 33554432000 4194304 4196468 140725303649680 140259913115888 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30212] ppid=30146 vsize=10983192 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/30149/task/30212/stat : 30212 (java) S 30146 30149 27613 0 -1 1077944384 730 13081 0 0 9 0 5 2 20 0 15 0 225232839 11246788608 22191 33554432000 4194304 4196468 140725303649680 140259912063344 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30213] ppid=30146 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/30149/task/30213/stat : 30213 (java) S 30146 30149 27613 0 -1 1077944384 683 13081 0 0 13 0 5 2 20 0 15 0 225232839 11246788608 22191 33554432000 4194304 4196468 140725303649680 140259911010288 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30214] ppid=30146 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30214/stat : 30214 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232840 11246788608 22191 33554432000 4194304 4196468 140725303649680 140258867931488 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30215] ppid=30146 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30215/stat : 30215 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232840 11246788608 22191 33554432000 4194304 4196468 140725303649680 140259909958704 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88764 KiB

[startup+1.5008 s]
/proc/loadavg: 1.38 1.33 1.38 4/216 30215
/proc/meminfo: memFree=27771620/32770624 swapFree=67108804/67108860
[pid=30149] ppid=30146 vsize=10998092 memory=181564 CPUtime=2.56 cores=1,3,5,7
/proc/30149/stat : 30149 (java) S 30146 30149 27613 0 -1 1077944320 25794 13081 0 0 241 8 5 2 20 0 15 0 225232825 11262046208 45391 33554432000 4194304 4196468 140725303649680 140725303632224 140260945395447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
/proc/30149/statm: 2749523 45391 3473 1 0 2711181 0
[pid=30149/tid=30202] ppid=30146 vsize=10998092 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 17874 13081 0 0 131 5 5 2 20 0 15 0 225232834 11262046208 45391 33554432000 4194304 4196468 140725303649680 140260917226848 140260931088913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 208 13081 0 0 1 0 5 2 20 0 15 0 225232835 11262046208 45391 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 13 13081 0 0 1 0 5 2 20 0 15 0 225232835 11262046208 45391 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 22 13081 0 0 1 0 5 2 20 0 15 0 225232835 11262046208 45391 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 59 13081 0 0 1 0 5 2 20 0 15 0 225232835 11262046208 45391 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30207] ppid=30146 vsize=10998092 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/30149/task/30207/stat : 30207 (java) S 30146 30149 27613 0 -1 1077944384 49 13081 0 0 1 0 5 2 20 0 15 0 225232836 11262046208 45391 33554432000 4194304 4196468 140725303649680 140259914169072 140260945406594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30208] ppid=30146 vsize=10998092 memory=279345880967424 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30208/stat : 30208 (java) S 30146 30149 27613 0 -1 1077944384 13 13081 0 0 0 0 5 2 20 0 15 0 225232836 11262046208 45391 33554432000 4194304 4196468 140725303649680 140259807454944 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30209] ppid=30146 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30209/stat : 30209 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232837 11262046208 45391 33554432000 4194304 4196468 140725303649680 140259606127872 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30210] ppid=30146 vsize=10998092 memory=1084 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30210/stat : 30210 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232839 11262046208 45391 33554432000 4194304 4196468 140725303649680 140259298728400 140260945414043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30211] ppid=30146 vsize=10998092 memory=1600 CPUtime=0.34 cores=1,3,5,7
/proc/30149/task/30211/stat : 30211 (java) S 30146 30149 27613 0 -1 1077944384 1526 13081 0 0 27 0 5 2 20 0 15 0 225232839 11262046208 45391 33554432000 4194304 4196468 140725303649680 140259913115888 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30212] ppid=30146 vsize=10998092 memory=7952 CPUtime=0.46 cores=1,3,5,7
/proc/30149/task/30212/stat : 30212 (java) S 30146 30149 27613 0 -1 1077944384 2442 13081 0 0 39 0 5 2 20 0 15 0 225232839 11262046208 45391 33554432000 4194304 4196468 140725303649680 140259912063344 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30213] ppid=30146 vsize=10998092 memory=4088 CPUtime=0.42 cores=1,3,5,7
/proc/30149/task/30213/stat : 30213 (java) S 30146 30149 27613 0 -1 1077944384 1386 13081 0 0 35 0 5 2 20 0 15 0 225232839 11262046208 45456 33554432000 4194304 4196468 140725303649680 140259911010288 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30214] ppid=30146 vsize=10998092 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30214/stat : 30214 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232840 11262046208 45456 33554432000 4194304 4196468 140725303649680 140258867931488 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30215] ppid=30146 vsize=10998092 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30215/stat : 30215 (java) S 30146 30149 27613 0 -1 1077944384 1 13081 0 0 0 0 5 2 20 0 15 0 225232840 11262046208 45456 33554432000 4194304 4196468 140725303649680 140259909958704 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 10998092 KiB

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

/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 90218 13081 0 0 236720 36 5 2 20 0 15 0 225232834 11345952768 209447 33554432000 4194304 4196468 140725303649680 140260917229584 140260511200962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=11080032 memory=837788 CPUtime=7.31 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 15578 13081 0 0 686 38 5 2 20 0 15 0 225232835 11345952768 209447 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=11080032 memory=837788 CPUtime=7.27 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 15927 13081 0 0 685 35 5 2 20 0 15 0 225232835 11345952768 209447 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=11080032 memory=837740 CPUtime=7.3 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 11184 13081 0 0 685 38 5 2 20 0 15 0 225232835 11345952768 209447 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=11080032 memory=837740 CPUtime=7.26 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 13485 13081 0 0 682 37 5 2 20 0 15 0 225232835 11345952768 209447 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30207] ppid=30146 vsize=11080032 memory=837740 CPUtime=5.45 cores=1,3,5,7
/proc/30149/task/30207/stat : 30207 (java) S 30146 30149 27613 0 -1 1077944384 12867 13081 0 0 505 33 5 2 20 0 15 0 225232836 11345952768 209447 33554432000 4194304 4196468 140725303649680 140259914169072 140260945406594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30208] ppid=30146 vsize=11080032 memory=837740 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30208/stat : 30208 (java) S 30146 30149 27613 0 -1 1077944384 14 13081 0 0 0 0 5 2 20 0 15 0 225232836 11345952768 209447 33554432000 4194304 4196468 140725303649680 140259807454944 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30209] ppid=30146 vsize=11080032 memory=837740 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30209/stat : 30209 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232837 11345952768 209447 33554432000 4194304 4196468 140725303649680 140259606127872 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30210] ppid=30146 vsize=11080032 memory=837740 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30210/stat : 30210 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232839 11345952768 209447 33554432000 4194304 4196468 140725303649680 140259298728400 140260945414043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30211] ppid=30146 vsize=11080032 memory=837740 CPUtime=7.08 cores=1,3,5,7
/proc/30149/task/30211/stat : 30211 (java) S 30146 30149 27613 0 -1 1077944384 69090 13081 0 0 694 7 5 2 20 0 15 0 225232839 11345952768 209447 33554432000 4194304 4196468 140725303649680 140259913115888 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30212] ppid=30146 vsize=11080032 memory=837788 CPUtime=7.22 cores=1,3,5,7
/proc/30149/task/30212/stat : 30212 (java) S 30146 30149 27613 0 -1 1077944384 62958 13081 0 0 708 7 5 2 20 0 15 0 225232839 11345952768 209447 33554432000 4194304 4196468 140725303649680 140259912063344 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30213] ppid=30146 vsize=11080032 memory=837788 CPUtime=3.52 cores=1,3,5,7
/proc/30149/task/30213/stat : 30213 (java) S 30146 30149 27613 0 -1 1077944384 68177 13081 0 0 335 10 5 2 20 0 15 0 225232839 11345952768 209447 33554432000 4194304 4196468 140725303649680 140259911010288 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30214] ppid=30146 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30214/stat : 30214 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232840 11345952768 209447 33554432000 4194304 4196468 140725303649680 140258867931488 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30215] ppid=30146 vsize=11080032 memory=3708 CPUtime=1.41 cores=1,3,5,7
/proc/30149/task/30215/stat : 30215 (java) S 30146 30149 27613 0 -1 1077944384 2039 13081 0 0 62 72 5 2 20 0 15 0 225232840 11345952768 209447 33554432000 4194304 4196468 140725303649680 140259909958704 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 2420.93 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 837788 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.53 1.50 3/215 30442
/proc/meminfo: memFree=24482288/32770624 swapFree=67108804/67108860
[pid=30149] ppid=30146 vsize=11080032 memory=839880 CPUtime=2481.6 cores=1,3,5,7
/proc/30149/stat : 30149 (java) S 30146 30149 27613 0 -1 1077944320 365931 13081 0 0 247878 275 5 2 20 0 15 0 225232825 11345952768 209970 33554432000 4194304 4196468 140725303649680 140725303632224 140260945395447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
/proc/30149/statm: 2770008 209970 3532 1 0 2731661 0
[pid=30149/tid=30202] ppid=30146 vsize=11080032 memory=1408 CPUtime=2427.29 cores=1,3,5,7
/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 90683 13081 0 0 242685 37 5 2 20 0 15 0 225232834 11345952768 209970 33554432000 4194304 4196468 140725303649680 140260917230640 140260511200942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=11080032 memory=839880 CPUtime=7.48 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 15602 13081 0 0 703 38 5 2 20 0 15 0 225232835 11345952768 209970 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=11080032 memory=837828 CPUtime=7.45 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 16307 13081 0 0 702 36 5 2 20 0 15 0 225232835 11345952768 209970 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=11080032 memory=837828 CPUtime=7.47 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 11235 13081 0 0 702 38 5 2 20 0 15 0 225232835 11345952768 209970 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=11080032 memory=837828 CPUtime=7.44 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 13504 13081 0 0 700 37 5 2 20 0 15 0 225232835 11345952768 209970 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30207] ppid=30146 vsize=11080032 memory=839876 CPUtime=5.58 cores=1,3,5,7
/proc/30149/task/30207/stat : 30207 (java) S 30146 30149 27613 0 -1 1077944384 12893 13081 0 0 518 33 5 2 20 0 15 0 225232836 11345952768 209970 33554432000 4194304 4196468 140725303649680 140259914169072 140260945406594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30208] ppid=30146 vsize=11080032 memory=839876 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30208/stat : 30208 (java) S 30146 30149 27613 0 -1 1077944384 14 13081 0 0 0 0 5 2 20 0 15 0 225232836 11345952768 209970 33554432000 4194304 4196468 140725303649680 140259807454944 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30209] ppid=30146 vsize=11080032 memory=839880 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30209/stat : 30209 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232837 11345952768 209970 33554432000 4194304 4196468 140725303649680 140259606127872 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30210] ppid=30146 vsize=11080032 memory=839880 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30210/stat : 30210 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232839 11345952768 209970 33554432000 4194304 4196468 140725303649680 140259298728400 140260945414043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30211] ppid=30146 vsize=11080032 memory=839880 CPUtime=7.13 cores=1,3,5,7
/proc/30149/task/30211/stat : 30211 (java) S 30146 30149 27613 0 -1 1077944384 69459 13081 0 0 699 7 5 2 20 0 15 0 225232839 11345952768 209970 33554432000 4194304 4196468 140725303649680 140259913115888 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30212] ppid=30146 vsize=11080032 memory=839880 CPUtime=7.26 cores=1,3,5,7
/proc/30149/task/30212/stat : 30212 (java) S 30146 30149 27613 0 -1 1077944384 63289 13081 0 0 712 7 5 2 20 0 15 0 225232839 11345952768 209970 33554432000 4194304 4196468 140725303649680 140259912063344 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30213] ppid=30146 vsize=11080032 memory=837828 CPUtime=3.55 cores=1,3,5,7
/proc/30149/task/30213/stat : 30213 (java) S 30146 30149 27613 0 -1 1077944384 68699 13081 0 0 338 10 5 2 20 0 15 0 225232839 11345952768 209970 33554432000 4194304 4196468 140725303649680 140259911010288 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30214] ppid=30146 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30214/stat : 30214 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232840 11345952768 209970 33554432000 4194304 4196468 140725303649680 140258867931488 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30215] ppid=30146 vsize=11080032 memory=1408 CPUtime=1.45 cores=1,3,5,7
/proc/30149/task/30215/stat : 30215 (java) S 30146 30149 27613 0 -1 1077944384 2045 13081 0 0 64 74 5 2 20 0 15 0 225232840 11345952768 209970 33554432000 4194304 4196468 140725303649680 140259909958704 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 2481.6 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 839880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.3 s]
/proc/loadavg: 1.46 1.52 1.50 3/215 30443
/proc/meminfo: memFree=24299144/32770624 swapFree=67108804/67108860
[pid=30149] ppid=30146 vsize=11080032 memory=839916 CPUtime=2520.03 cores=1,3,5,7
/proc/30149/stat : 30149 (java) S 30146 30149 27613 0 -1 1077944320 367041 13081 0 0 251717 279 5 2 20 0 15 0 225232825 11345952768 209979 33554432000 4194304 4196468 140725303649680 140725303632224 140260945395447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
/proc/30149/statm: 2770008 209979 3532 1 0 2731661 0
[pid=30149/tid=30202] ppid=30146 vsize=11080032 memory=839916 CPUtime=2465.06 cores=1,3,5,7
/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 91047 13081 0 0 246462 37 5 2 20 0 15 0 225232834 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260917230560 140260511200998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.6 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 15618 13081 0 0 714 39 5 2 20 0 15 0 225232835 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=11080032 memory=837828 CPUtime=7.56 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 16318 13081 0 0 713 36 5 2 20 0 15 0 225232835 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.59 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 11247 13081 0 0 713 39 5 2 20 0 15 0 225232835 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.56 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 13564 13081 0 0 711 38 5 2 20 0 15 0 225232835 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30207] ppid=30146 vsize=11080032 memory=839916 CPUtime=5.67 cores=1,3,5,7
/proc/30149/task/30207/stat : 30207 (java) S 30146 30149 27613 0 -1 1077944384 13062 13081 0 0 526 34 5 2 20 0 15 0 225232836 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259914169072 140260945406594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30208] ppid=30146 vsize=11080032 memory=839916 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30208/stat : 30208 (java) S 30146 30149 27613 0 -1 1077944384 14 13081 0 0 0 0 5 2 20 0 15 0 225232836 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259807454944 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30209] ppid=30146 vsize=11080032 memory=839916 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30209/stat : 30209 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232837 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259606127872 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30210] ppid=30146 vsize=11080032 memory=839916 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30210/stat : 30210 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232839 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259298728400 140260945414043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30211] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.16 cores=1,3,5,7
/proc/30149/task/30211/stat : 30211 (java) S 30146 30149 27613 0 -1 1077944384 69710 13081 0 0 702 7 5 2 20 0 15 0 225232839 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259913115888 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30212] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.3 cores=1,3,5,7
/proc/30149/task/30212/stat : 30212 (java) S 30146 30149 27613 0 -1 1077944384 63357 13081 0 0 715 8 5 2 20 0 15 0 225232839 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259912063344 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30213] ppid=30146 vsize=11080032 memory=839916 CPUtime=3.57 cores=1,3,5,7
/proc/30149/task/30213/stat : 30213 (java) S 30146 30149 27613 0 -1 1077944384 68843 13081 0 0 340 10 5 2 20 0 15 0 225232839 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259911010288 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30214] ppid=30146 vsize=11080032 memory=752 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30214/stat : 30214 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232840 11345952768 209979 33554432000 4194304 4196468 140725303649680 140258867931488 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30215] ppid=30146 vsize=11080032 memory=839916 CPUtime=1.47 cores=1,3,5,7
/proc/30149/task/30215/stat : 30215 (java) S 30146 30149 27613 0 -1 1077944384 2060 13081 0 0 65 75 5 2 20 0 15 0 225232840 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259909958704 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 839916 KiB

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

[startup+2480.34 s]
# the end of solver process 30149 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.25 s, system=2.82947 s

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

[startup+2480.3 s]
/proc/loadavg: 1.46 1.52 1.50 3/215 30443
/proc/meminfo: memFree=24299144/32770624 swapFree=67108804/67108860
[pid=30149] ppid=30146 vsize=11080032 memory=839916 CPUtime=2520.03 cores=1,3,5,7
/proc/30149/stat : 30149 (java) S 30146 30149 27613 0 -1 1077944320 367041 13081 0 0 251717 279 5 2 20 0 15 0 225232825 11345952768 209979 33554432000 4194304 4196468 140725303649680 140725303632224 140260945395447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
/proc/30149/statm: 2770008 209979 3532 1 0 2731661 0
[pid=30149/tid=30202] ppid=30146 vsize=11080032 memory=839916 CPUtime=2465.06 cores=1,3,5,7
/proc/30149/task/30202/stat : 30202 (java) R 30146 30149 27613 0 -1 4202560 91047 13081 0 0 246462 37 5 2 20 0 15 0 225232834 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260917230560 140260511200998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30203] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.6 cores=1,3,5,7
/proc/30149/task/30203/stat : 30203 (java) S 30146 30149 27613 0 -1 1077944384 15618 13081 0 0 714 39 5 2 20 0 15 0 225232835 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260949637648 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30204] ppid=30146 vsize=11080032 memory=837828 CPUtime=7.56 cores=1,3,5,7
/proc/30149/task/30204/stat : 30204 (java) S 30146 30149 27613 0 -1 1077944384 16318 13081 0 0 713 36 5 2 20 0 15 0 225232835 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260484704912 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30205] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.59 cores=1,3,5,7
/proc/30149/task/30205/stat : 30205 (java) S 30146 30149 27613 0 -1 1077944384 11247 13081 0 0 713 39 5 2 20 0 15 0 225232835 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260483651856 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30206] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.56 cores=1,3,5,7
/proc/30149/task/30206/stat : 30206 (java) S 30146 30149 27613 0 -1 1077944384 13564 13081 0 0 711 38 5 2 20 0 15 0 225232835 11345952768 209979 33554432000 4194304 4196468 140725303649680 140260482599312 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30207] ppid=30146 vsize=11080032 memory=839916 CPUtime=5.67 cores=1,3,5,7
/proc/30149/task/30207/stat : 30207 (java) S 30146 30149 27613 0 -1 1077944384 13062 13081 0 0 526 34 5 2 20 0 15 0 225232836 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259914169072 140260945406594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30208] ppid=30146 vsize=11080032 memory=839916 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30208/stat : 30208 (java) S 30146 30149 27613 0 -1 1077944384 14 13081 0 0 0 0 5 2 20 0 15 0 225232836 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259807454944 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30209] ppid=30146 vsize=11080032 memory=839916 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30209/stat : 30209 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232837 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259606127872 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30210] ppid=30146 vsize=11080032 memory=839916 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30210/stat : 30210 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232839 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259298728400 140260945414043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30211] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.16 cores=1,3,5,7
/proc/30149/task/30211/stat : 30211 (java) S 30146 30149 27613 0 -1 1077944384 69710 13081 0 0 702 7 5 2 20 0 15 0 225232839 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259913115888 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30212] ppid=30146 vsize=11080032 memory=839916 CPUtime=7.3 cores=1,3,5,7
/proc/30149/task/30212/stat : 30212 (java) S 30146 30149 27613 0 -1 1077944384 63357 13081 0 0 715 8 5 2 20 0 15 0 225232839 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259912063344 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30213] ppid=30146 vsize=11080032 memory=839916 CPUtime=3.57 cores=1,3,5,7
/proc/30149/task/30213/stat : 30213 (java) S 30146 30149 27613 0 -1 1077944384 68843 13081 0 0 340 10 5 2 20 0 15 0 225232839 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259911010288 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30214] ppid=30146 vsize=11080032 memory=752 CPUtime=0.07 cores=1,3,5,7
/proc/30149/task/30214/stat : 30214 (java) S 30146 30149 27613 0 -1 1077944384 3 13081 0 0 0 0 5 2 20 0 15 0 225232840 11345952768 209979 33554432000 4194304 4196468 140725303649680 140258867931488 140260945405653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
[pid=30149/tid=30215] ppid=30146 vsize=11080032 memory=839916 CPUtime=1.47 cores=1,3,5,7
/proc/30149/task/30215/stat : 30215 (java) S 30146 30149 27613 0 -1 1077944384 2060 13081 0 0 65 75 5 2 20 0 15 0 225232840 11345952768 209979 33554432000 4194304 4196468 140725303649680 140259909958704 140260945406594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34271232 140725303655011 140725303657820 140725303657820 140725303660495 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 839916 KiB

Child status: 143
Real time (s): 2480.34
CPU time (s): 2520.08
CPU user time (s): 2517.25
CPU system time (s): 2.82947
CPU usage (%): 101.602
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 1061352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.25
system time used= 2.82947
maximum resident set size= 1065448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380521
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 177035
involuntary context switches= 5071


# summary of solver processes directly reported to runsolver:
#   pid: 30149
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.25
#   total CPU system time (s): 2.82947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7524 second user time and 24.7564 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 14:24:56
IDJOB=4304390
IDBENCH=141243
IDSOLVER=2781
FILE ID=node105/4304390-1534076696
RUNJOBID= node105-1534063459-27645
PBS_JOBID= 21036987
Free space on /tmp= 40948 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had18_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304390-1534076696/watcher-4304390-1534076696 -o /tmp/evaluation-result-4304390-1534076696/solver-4304390-1534076696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27645 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1325572746 -superng HOME/instance-4304390-1534076696.xml

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

MD5SUM BENCH= 2bd2b017ef1b8aef080ffc7cd9cfea3a
RANDOM SEED=1325572746

node105.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.32
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.32
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.32
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.32
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:        27870316 kB
MemAvailable:   31221536 kB
Buffers:          132156 kB
Cached:          3475860 kB
SwapCached:           16 kB
Active:          2503332 kB
Inactive:        1844560 kB
Active(anon):     691712 kB
Inactive(anon):   100480 kB
Active(file):    1811620 kB
Inactive(file):  1744080 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:        757348 kB
Mapped:            63752 kB
Shmem:             49748 kB
Slab:             250728 kB
SReclaimable:     222712 kB
SUnreclaim:        28016 kB
KernelStack:        3808 kB
PageTables:         7340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1918012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40924 MiB
End job on node105 at 2018-08-12 15:06:17